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
8844312
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "BigEggStudy/LeetCode-CS", "max_stars_repo_path": "LeetCode/0101-0150/102-BinaryTreeLevelOrderTraversal.cs", "provenance": "train-00027-of-00045.jsonl.gz:163532" }
starcoder
<gh_stars>10-100 //----------------------------------------------------------------------------- // Runtime: 240ms // Memory Usage: 30.6 MB // Link: https://leetcode.com/submissions/detail/378987791/ //----------------------------------------------------------------------------- using System.Collections.Generic; name...
3.256845
b0d3fdc794c16243b18d071b06eb83e8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844313
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Gengaozo/UnitySkillAndGameMathTIL", "max_stars_repo_path": "SourceCode/Unity Coroutine FSM (Noob)/FSM.cs", "provenance": "train-00027-of-00045.jsonl.gz:163533" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class FSM : MonoBehaviour { public enum States { idle = 0, walk, run, attack } public States state; Animator ani; Rigidbody2D rd2d; bool isFixed = false; bool atkFlag = false; bool jumpFlag = false; bool isGroun...
2.01527
f3873cd83fc760d154c7d1d66cf96c2d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844314
{ "extension": "c-sharp", "max_stars_count": "26.0", "max_stars_repo_name": "pekalam/MPI.NET", "max_stars_repo_path": "Examples/Pi/Pi.cs", "provenance": "train-00027-of-00045.jsonl.gz:163534" }
starcoder
<reponame>pekalam/MPI.NET /* Copyright (C) 2007 The Trustees of Indiana University * * Use, modification and distribution is subject to the Boost Software * License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) * * Authors: <NAME> * <NAME> * ...
3.156844
e6d072de8e4860d0e602cebb1e2f6e47
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844315
{ "extension": "c-sharp", "max_stars_count": "117.0", "max_stars_repo_name": "hhnguyen/xRM-Portals-Community-Edition", "max_stars_repo_path": "Framework/Adxstudio.Xrm/Web/Mvc/Liquid/PortalUrlDrop.cs", "provenance": "train-00027-of-00045.jsonl.gz:163535" }
starcoder
<reponame>hhnguyen/xRM-Portals-Community-Edition<gh_stars>100-1000 /* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. See License.txt in the project root for license information. */ using System; using System.Threading; namespace Adxstudio.Xrm.Web.Mvc.Liquid { public abs...
1.809551
e35c39ac69becb083db0bce5514b8695
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844316
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "youstinus/volunteer", "max_stars_repo_path": "server/WebAPI/Models/Volunteer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163536" }
starcoder
<reponame>youstinus/volunteer using System.Collections.Generic; using WebAPI.Base; namespace WebAPI.Models { public class Volunteer : BaseEntity { public string FirstName { get; set; } public string LastName { get; set; } public string Description { get; set; } public string Im...
1.207836
989ded9889660b647b894ca370c205a4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844317
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "tc303730352/WedonekRpcFrame", "max_stars_repo_path": "Source/ApiGateway/Model/ApiConfig.cs", "provenance": "train-00027-of-00045.jsonl.gz:163537" }
starcoder
<gh_stars>1-10  using System; using ApiGateway.Interface; namespace ApiGateway.Model { public class ApiConfig : IApiConfig { public bool IsAccredit { get; set; } public string Name { get; set; } public string Prower { get; set; } public ...
1.462799
77623d716365aae86f9146beb64f0164
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844318
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "oguzhanabalta/s", "max_stars_repo_path": "Kuafor/Proje.Web/adminpanel/GaleriFotoGuncelle.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:163538" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using Proje.DataAccess; namespace Proje.Web.adminpanel { public partial class GaleriFotografGuncelle : System.Web.UI.Page { ErkekKuaforDBEntities db = new ErkekKua...
1.98057
ddf3084fa3ce7be3b373b103c92d5650
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844319
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "paperweightgames/tetri-dash", "max_stars_repo_path": "Assets/Scripts/UI/InputDisplay.cs", "provenance": "train-00027-of-00045.jsonl.gz:163539" }
starcoder
<gh_stars>0 using UnityEngine; using UnityEngine.UI; namespace UI { public class InputDisplay : MonoBehaviour { [SerializeField] private string[] _prompts; private int _currentPrompt; private Text _text; private void Awake() { _text = GetComponent<Text>(); ...
2.491675
eb11f6edc99df39e69e75a76c69e397c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844320
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "dazmaks/csharp-stealer", "max_stars_repo_path": "src/classes/Network.cs", "provenance": "train-00027-of-00045.jsonl.gz:163540" }
starcoder
<filename>src/classes/Network.cs using System; using System.Net; using System.Net.Sockets; namespace Network { class IP { public static string GetLocalIPAddress() { var host = Dns.GetHostEntry(Dns.GetHostName()); foreach (var ip in host.AddressList) { if (ip.AddressFamily == AddressFamily.InterNetwo...
3.14488
ee9f38dc790cbb79433a087bdf2b9865
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844321
{ "extension": "c-sharp", "max_stars_count": "75.0", "max_stars_repo_name": "dncuug/scaffolder", "max_stars_repo_path": "Scaffolder.Core/Meta/Table.cs", "provenance": "train-00027-of-00045.jsonl.gz:163541" }
starcoder
<filename>Scaffolder.Core/Meta/Table.cs using System; using System.Collections.Generic; using System.Linq; namespace Scaffolder.Core.Meta { public class Table : BaseObject { public Table() { Description = String.Empty; Columns = new List<Column>(); } ...
3.011538
c50762eb098e0832b6f8ea7e0862ce52
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844322
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Draco18s/Parkitect-Modding", "max_stars_repo_path": "Assets/draco18s/ParkitectMod/TrackSplit.cs", "provenance": "train-00027-of-00045.jsonl.gz:163542" }
starcoder
<reponame>Draco18s/Parkitect-Modding<filename>Assets/draco18s/ParkitectMod/TrackSplit.cs using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; namespace Assets.draco18s.ParkitectMod { #if DLL_EXPORT public class TrackSplit : SBend { public override int getMaximumSize() { ret...
1.866263
9db125fdea5c5198469231afa59ef852
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844323
{ "extension": "c-sharp", "max_stars_count": "41.0", "max_stars_repo_name": "zlzforever/Swarm", "max_stars_repo_path": "src/Swarm.ConsoleClient/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:163543" }
starcoder
<filename>src/Swarm.ConsoleClient/Program.cs using System; using System.IO; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Serilog; using Serilog.Events; using Swarm.Client; namespace Swarm.ConsoleClient { class Program { ...
2.510535
ba69e5e5091d940b2854765e13c636e1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844324
{ "extension": "c-sharp", "max_stars_count": "40.0", "max_stars_repo_name": "ssrdio/SecureBank", "max_stars_repo_path": "src/SecureBank/Views/Transaction/Edit.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:163544" }
starcoder
@model SecureBank.DAL.DBModels.TransactionDBModel @{ ViewData["Title"] = "Edit"; } <div class="container-fluid"> <div class="container"> <h2>Edit</h2> <div class="row"> <div class="signup-form"> <h4></h4> <hr /> <form asp-action="Edi...
2.008789
b209b90e657f35f6bd7f2248d6daabff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844325
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jcapellman/MODEXngine", "max_stars_repo_path": "src/MODEXngine/ViewModels/AboutViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:163545" }
starcoder
<reponame>jcapellman/MODEXngine<filename>src/MODEXngine/ViewModels/AboutViewModel.cs<gh_stars>1-10 using System.Collections.ObjectModel; using System.Linq; using MODEXngine.lib.Base; using MODEXngine.ViewModels.Base; using NLog; namespace MODEXngine.ViewModels { public class AboutViewModel : BaseViewModel {...
2.229307
6cd4be807883d209812f048ff6e400ea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844326
{ "extension": "c-sharp", "max_stars_count": "62.0", "max_stars_repo_name": "tfreitasleal/mvvmfx", "max_stars_repo_path": "Samples/CaliburnMicro/MasterDetailWithModel/StudentsBusiness/Student.cs", "provenance": "train-00027-of-00045.jsonl.gz:163546" }
starcoder
using System.ComponentModel; using System.Linq; namespace StudentsBusiness { public class Student : INotifyPropertyChanged { #region Static stuff private static int _lastId = 1; private static StudentList Students; #endregion #region Business Properties pub...
3.114528
4f72fa841ada98d539f03fb413c94ce1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844327
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "renntekstudios/RennTek-Networking-2020-Server", "max_stars_repo_path": "RennTekNetworking.Client/Clients/r_Client.cs", "provenance": "train-00027-of-00045.jsonl.gz:163547" }
starcoder
<filename>RennTekNetworking.Client/Clients/r_Client.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Sockets; using RennTekNetworking.Client.Public.Thread; using RennTekNetworking.Client.Packet; using UnityEngine; us...
2.355204
39b28428fa05870d9601421e51bbb65e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844328
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "calloncampbell/DevExpress.XamarinForms.Demo", "max_stars_repo_path": "DXApp5/DXApp5/ViewModels/NewItemViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:163548" }
starcoder
<filename>DXApp5/DXApp5/ViewModels/NewItemViewModel.cs using DevExpress.XamarinForms.DataForm; using DXApp5.Models; using System; using System.Windows.Input; using Xamarin.Forms; namespace DXApp5.ViewModels { public class NewItemViewModel : BaseViewModel { public const string ViewName = "NewItemPage";...
2.674909
fe6fe0421f45d4f3fc2628c1f202701f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844329
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "develmax/Crm.Sdk.Core", "max_stars_repo_path": "Microsoft.Crm.Sdk.Proxy/Messages/SetParentSystemUserRequest.cs", "provenance": "train-00027-of-00045.jsonl.gz:163549" }
starcoder
using Microsoft.Xrm.Sdk; using System; using System.Runtime.Serialization; namespace Microsoft.Crm.Sdk.Messages { /// <summary>Contains the data needed to set a new parent system user (user) for the specified user.</summary> [DataContract(Namespace = "http://schemas.microsoft.com/crm/2011/Contracts")] public se...
2.475052
eaddaf53b67a3e19b34baf8b7f6ef320
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844330
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dave-br/CSClassroom", "max_stars_repo_path": "Services/src/CSClassroom/CSClassroom.WebApp/ViewModels/Shared/DropDownList.cs", "provenance": "train-00027-of-00045.jsonl.gz:163550" }
starcoder
using System; using System.Collections.Generic; using System.Linq; namespace CSC.CSClassroom.WebApp.ViewModels.Shared { /// <summary> /// A drop-down list item. /// </summary> public struct DropDownListItem : IEquatable<DropDownListItem> { /// <summary> /// The name. /// </summary> public string Name { g...
3.244211
3d6110695718af06e42b5794fbf4fbbb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844331
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "mdavid/nuxleus", "max_stars_repo_path": "linux-distro/package/nuxleus/Source/Vendor/sharpssh/SharpSSH/java/io/FileInputStream.cs", "provenance": "train-00027-of-00045.jsonl.gz:163551" }
starcoder
<filename>linux-distro/package/nuxleus/Source/Vendor/sharpssh/SharpSSH/java/io/FileInputStream.cs<gh_stars>1-10 using System; using IO = System.IO; namespace Tamir.SharpSsh.java.io { /// <summary> /// Summary description for FileInputStream. /// </summary> public class FileInputStream : InputStream { ...
2.657069
24913f9ea6ff4aad8ea769e1511fc7be
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844332
{ "extension": "c-sharp", "max_stars_count": "49.0", "max_stars_repo_name": "paulchernoch/HilbertTransformation", "max_stars_repo_path": "HilbertTransformationTests/KendallTauCorrelation.cs", "provenance": "train-00027-of-00045.jsonl.gz:163552" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using static System.Math; namespace HilbertTransformationTests { /// <summary> /// Compute the Kendall Tau Correlation of two orderings of values, a non-parametric correlation that compares the ranking /// of value, not the values themselves. /// ...
3.332371
080f7b81043a881741b4a1c32651cefa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844333
{ "extension": "c-sharp", "max_stars_count": "175.0", "max_stars_repo_name": "LightningQueues/LightningQueues", "max_stars_repo_path": "src/LightningQueues.Tests/RecordingLogger.cs", "provenance": "train-00027-of-00045.jsonl.gz:163553" }
starcoder
using System; using System.Collections.Generic; using LightningQueues.Logging; namespace LightningQueues.Tests { public class RecordingLogger : ILogger { private readonly Action<string> _outputHook; readonly IList<string> _debug = new List<string>(); readonly IList<string> _error = new...
2.633019
02bbee4bf7a8d5b0d1ec525b0769e303
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844334
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "EladGabay/pulumi-oci", "max_stars_repo_path": "sdk/dotnet/FileStorage/Outputs/ExportExportOption.cs", "provenance": "train-00027-of-00045.jsonl.gz:163554" }
starcoder
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
1.944456
61abfe05f225637ec8ac0c628bc8b555
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844335
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Speedie007/Intergrator", "max_stars_repo_path": "Integrator.Web/Integrator.Data/Mapping/KnownledgeBase/Company/CompanyJobSkillDbMapping.cs", "provenance": "train-00027-of-00045.jsonl.gz:163555" }
starcoder
<filename>Integrator.Web/Integrator.Data/Mapping/KnownledgeBase/Company/CompanyJobSkillDbMapping.cs<gh_stars>0  using Integrator.Models.Domain.KnowledgeBase.Companies; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using System; using System.Collections.Generic; using Syste...
2.247836
c11adf9128341cee6cc0f33ee5c64165
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844336
{ "extension": "c-sharp", "max_stars_count": "1525.0", "max_stars_repo_name": "sammake747474/AutomatedLab", "max_stars_repo_path": "LabXml/Validator/ActiveDirectory/DomainInformation.cs", "provenance": "train-00027-of-00045.jsonl.gz:163556" }
starcoder
using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Xml; namespace AutomatedLab { /// <summary> /// This validator informs about all defined domains. /// </summary> public class DomainInformation : LabValidator, IValidate { public Dom...
2.591025
05e43586b6a73389e79e0345e37cdd80
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844337
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "spencerlandis/arbiter", "max_stars_repo_path": "Arbiter.Utilities/Calculators/ArbitrageCalculator.cs", "provenance": "train-00027-of-00045.jsonl.gz:163557" }
starcoder
using Arbiter.Core.Enums; using Arbiter.Core.Models; using Arbiter.Utilities.Extensions; using System; using System.Collections.Generic; using System.Linq; namespace Arbiter.Utilities.Calculators { public interface IArbitrageCalculator { IEnumerable<ArbitrageOpportunity> CalculateArbitrageOpportunitie...
2.926483
c69c9db00adde1445ae9a484ce61b7ea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844338
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "cristipufu/OpenSeaClient", "max_stars_repo_path": "src/OpenSeaClient/OpenSeaHttpClient.cs", "provenance": "train-00027-of-00045.jsonl.gz:163558" }
starcoder
<reponame>cristipufu/OpenSeaClient using Newtonsoft.Json.Linq; namespace OpenSeaClient { public class OpenSeaHttpClient : IOpenSeaClient { public const string ApiKeyHeaderName = "X-Api-Key"; private readonly HttpClient _client; private readonly string _baseUrl = "https://api.opensea.i...
2.34097
31842a03ca81d122ce8f0933333f6a9e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844339
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RYonkov/jokeBox", "max_stars_repo_path": "SoftUni - C# Advanced/1. Stacks and Queues/1. Reverse Strings/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:163559" }
starcoder
using System; using System.Collections.Generic; //For Dictionaries, stacks and queues using System.Diagnostics; //For clock, stopwatch using System.Globalization; //For regional specifics using System.Linq; //For lambda expressions using System.Numer...
3.236374
4c52ff62058ca4122eb23b215ad675f2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844340
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lefevre-fraser/openmeta-mms", "max_stars_repo_path": "src/CyPhy2ComponentModel/JoinDataTransform.cs", "provenance": "train-00027-of-00045.jsonl.gz:163560" }
starcoder
<filename>src/CyPhy2ComponentModel/JoinDataTransform.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using CyPhy = ISIS.GME.Dsml.CyPhyML.Interfaces; using CyPhyClasses = ISIS.GME.Dsml.CyPhyML.Classes; using avm; using iFAB; using GME.MGA; namespace CyPhy2C...
1.858884
8d33d45d69191833115c07fd9884a670
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844341
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "felipe-felizardo/myBOOKs", "max_stars_repo_path": "myBOOKs/myBOOKs/Services/ILivroStore.cs", "provenance": "train-00027-of-00045.jsonl.gz:163561" }
starcoder
using myBOOKs.Models; using System; using System.Collections.Generic; using System.Threading.Tasks; namespace myBOOKs.Services { public interface ILivroStore<T> { Task<bool> AddItemAsync(T livro); Task<bool> UpdateItemAsync(T livro); Task<bool> DeleteItemAsync(int id); Task<T> ...
1.996699
88fbee34fe1b129ac2cbf22c3afb7875
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844342
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "ScanMountGoat/SFGraphics", "max_stars_repo_path": "Projects/SFGraphics/GLObjects/Framebuffers/FramebufferReading.cs", "provenance": "train-00027-of-00045.jsonl.gz:163562" }
starcoder
using OpenTK.Graphics.OpenGL; namespace SFGraphics.GLObjects.Framebuffers { public sealed partial class Framebuffer { /// <summary> /// Reads the default framebuffer's contents into a Bitmap. The default framebuffer is bound prior to reading. /// </summary> /// <param name="wid...
2.950658
779555d0b30892c706b69a8f4184c724
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844343
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "rkhomyk/FFT.Oanda", "max_stars_repo_path": "src/FFT.Oanda/Transactions/OrderClientExtensionsModifyTransaction.cs", "provenance": "train-00027-of-00045.jsonl.gz:163563" }
starcoder
<gh_stars>1-10 // Copyright (c) <NAME>. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace FFT.Oanda.Transactions { using System; using System.Text.Json.Serialization; /// <summary> /// A OrderClientExtensionsModifyTransaction ...
2.094485
7a2f86881c7258253809590e8f1674ff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844344
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "osjimenez/fuxion", "max_stars_repo_path": "src/core/Fuxion/AverageTimeProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:163564" }
starcoder
<filename>src/core/Fuxion/AverageTimeProvider.cs namespace Fuxion; using Fuxion.Threading.Tasks; public class AverageTimeProvider : ITimeProvider { private readonly Random ran = new Random((int)DateTime.Now.Ticks); public ILogger? Logger { get; set; } private List<Entry> Providers { get; set; } = new List<Entry>(...
2.697509
8fbf4dfe427c0c0523c0e1e51d97f25f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844345
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nzhul/patterns", "max_stars_repo_path": "03-StarbuzzCoffee-Decorator/Condiments/Abstraction/CondimentDecorator.cs", "provenance": "train-00027-of-00045.jsonl.gz:163565" }
starcoder
<reponame>nzhul/patterns<gh_stars>0 using _03_StarbuzzCoffee_Decorator.Beverages.Abstraction; namespace _03_StarbuzzCoffee_Decorator { public abstract class CondimentDecorator : Beverage { protected Beverage beverage; public CondimentDecorator(Beverage beverage) { this.beverage = beverage; } public o...
2.576274
b8203211f0a305b719ee74762b8fa0ed
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844346
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "cityscapesc/specobs", "max_stars_repo_path": "main/external/dev/Server/MS.Analysis.DataProcessor/DataProcessorAgent.cs", "provenance": "train-00027-of-00045.jsonl.gz:163566" }
starcoder
<gh_stars>0 // Copyright (c) Microsoft Corporation // // All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use file except in compliance // with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 // // THIS CODE IS PROV...
1.725675
daa5c955eba2519822839664a6656f1b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844347
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "MartinTopfstedt/FontAwesome6", "max_stars_repo_path": "src/FontAwesome6.Fonts.Net/Converters/DrawingConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:163567" }
starcoder
 using FontAwesome6.Fonts.Extensions; using System; using System.Globalization; using System.Windows.Data; using System.Windows.Media; namespace FontAwesome6.Fonts.Converters { public class DrawingConverter : IValueConverter { public object Convert(object value, Type targetType, object parameter, Cul...
2.741704
94033433bf0605f567c4a2dcef1bb4cb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844348
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "InstantQuick/SProvisioner", "max_stars_repo_path": "IQAppManifestBuilders/CustomActionCreatorBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:163568" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Web.Script.Serialization; using IQAppProvisioningBaseClasses.Provisioning; using Microsoft.SharePoint.Client; namespace IQAppManifestBuilders { /// <summary> /// Builds creators for UserCustomActions scoped to Site, Web,...
2.349042
124de3c0868b9b238eae5302845531b3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844349
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "rule110-io/nTipBot", "max_stars_repo_path": "nkn-sdk-net/NknSdk/Common/Constants.cs", "provenance": "train-00027-of-00045.jsonl.gz:163569" }
starcoder
using System.Text.RegularExpressions; namespace NknSdk.Common { public class Constants { public class RpcResponseCodes { public const int Success = 0; public const int WrongNode = 48001; public const int AppendTxnPool = 45021; } public cla...
1.658716
1dde73788425cf5ff980caec73c67e29
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844350
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Rckdrigo/Emma", "max_stars_repo_path": "Assets/Scripts/ColorToBlack.cs", "provenance": "train-00027-of-00045.jsonl.gz:163570" }
starcoder
<filename>Assets/Scripts/ColorToBlack.cs using UnityEngine; using System.Collections; [ExecuteInEditMode] public class ColorToBlack : MonoBehaviour { public float intensity; private Material material; void awake(){ material = new Material (Shader.Find ("Hidden/BWDiffuse")); } void OnRenderImage(RenderTexture...
2.275667
f5fb173e8a52e047d29bc0cc70c1e63d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844351
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "yuanxuegui/OpenRcp", "max_stars_repo_path": "OpenRcp/Common/Messages/ModuleInitMessage.cs", "provenance": "train-00027-of-00045.jsonl.gz:163571" }
starcoder
<filename>OpenRcp/Common/Messages/ModuleInitMessage.cs namespace OpenRcp { public class ModuleInitMessage : MessageBase { } }
1.26335
d0984c54f808b240e31140012502e034
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844352
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "eiceblue/Free-Spire.PDF-for-.NET", "max_stars_repo_path": "CS/16_Print/BookletLayoutSettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:163572" }
starcoder
<reponame>eiceblue/Free-Spire.PDF-for-.NET using Spire.Pdf; using Spire.Pdf.Print; using System; using System.Windows.Forms; namespace BookletLayoutSettings { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(o...
2.650346
dcb701da7e6031c012c8e4f67182b284
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844353
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FredrikEdenqvist/Adventofcode", "max_stars_repo_path": "advcode_10/parts/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:163573" }
starcoder
<filename>advcode_10/parts/Program.cs<gh_stars>0 string input; using (FileStream fs = new FileStream(Path.Combine(Directory.GetCurrentDirectory(), "input.txt"), FileMode.Open)) using (MemoryStream mem = new MemoryStream()) { fs.CopyTo(mem); input = System.Text.Encoding.UTF8.GetString(mem.ToArray()); } var li...
2.906019
a2045529664d8de2bcc2152ca4afaec8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844354
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "nortin89/myWork", "max_stars_repo_path": "labs/UNIT_04_LAB/Blogger/Blogger/Controllers/BlogController.cs", "provenance": "train-00027-of-00045.jsonl.gz:163574" }
starcoder
<gh_stars>1-10 using Blogger.Models; using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Net; using System.Net.Mail; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Web; using System.Web.Mvc; namespace Blogger.Co...
2.309676
638084936619332f409d08070b370785
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844355
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "TheAnachronism/StarCitizen-API-Wrapper", "max_stars_repo_path": "src/StarCitizen-API-Wrapper.Models/Telemetry/TelemetryLoadTime.cs", "provenance": "train-00027-of-00045.jsonl.gz:163575" }
starcoder
<reponame>TheAnachronism/StarCitizen-API-Wrapper using System.Collections.Generic; namespace StarCitizen_API_Wrapper.Models.Telemetry { /// <summary> /// Represents the load time response object for the telemetry API endpoint. /// </summary> public class TelemetryLoadTime { /// <summary> ...
2.509672
998897205e1c0de45e5c2a88a0ca706f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844356
{ "extension": "c-sharp", "max_stars_count": "210.0", "max_stars_repo_name": "SammyEnigma/MyToolkit", "max_stars_repo_path": "src/MyToolkit.Extended/Networking/WakeOnLan.cs", "provenance": "train-00027-of-00045.jsonl.gz:163576" }
starcoder
//----------------------------------------------------------------------- // <copyright file="WakeOnLan.cs" company="MyToolkit"> // Copyright (c) <NAME>. All rights reserved. // </copyright> // <license>https://github.com/MyToolkit/MyToolkit/blob/master/LICENSE.md</license> // <author><NAME>, <EMAIL></author> //--...
2.387092
046e64433df85bd0a9442bc777dd9ff5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844357
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "rjelte/McDuck", "max_stars_repo_path": "Assets/VRInteractions/Examples/Assets/Scripts/Bob.cs", "provenance": "train-00027-of-00045.jsonl.gz:163577" }
starcoder
using UnityEngine; using System.Collections; /// <summary> /// Component makes object bob randomly. /// </summary> public class Bob : MonoBehaviour { private Vector3 MinPos; public Vector3 MaxPos; public float CycleTime = 2; private Vector3 CurrentPos; private Vector3 StartPos; float currentT...
2.698818
71af74ab748aa3ea241dd560f32f3e31
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844358
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "thenucleus/nuclei.plugins", "max_stars_repo_path": "src/Nuclei.Plugins.Core.NuGet/NuGetPackageInstallerContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:163578" }
starcoder
//--------------------------------------------;--------------------------- // <copyright company="TheNucleus"> // Copyright (c) TheNucleus. All rights reserved. // Licensed under the Apache License, Version 2.0 license. See LICENCE.md file in the project root for full license information. // </copyright> //------...
1.710677
a12869e1e9f79841992a6a4577033a3c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844359
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "chandusekhar/gViewGisOS", "max_stars_repo_path": "gView.Geometry/Framework/Geometry/GeomTriangle.cs", "provenance": "train-00027-of-00045.jsonl.gz:163579" }
starcoder
<filename>gView.Geometry/Framework/Geometry/GeomTriangle.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Text; namespace gView.Framework.Geometry { class GeomTriangle { private Vector2D _a, _b, _c; public GeomTriangle(Vector2D a, Vector2D b, Vector2D c) ...
3.29375
0d90329fbf76d039abfc606a0b28e639
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844360
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Rimac48/AS2021_4H_TPI_BertozziMattia_prontosoccorso", "max_stars_repo_path": "AS2021_4H_TPI_BertozziMattia_prontosoccorso/AS2021_4H_TPI_BertozziMattia_prontosoccorso/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:163580" }
starcoder
<reponame>Rimac48/AS2021_4H_TPI_BertozziMattia_prontosoccorso<gh_stars>0 using AS2021_4H_TPI_BertozziMattia_prontosoccorso.Models; using System; namespace AS2021_4H_TPI_BertozziMattia_prontosoccorso { class Program { static void Main(string[] args) { ProntoSoccorso prontoSoccorso =...
2.141484
54f959daac52385fc5529d6a99f44bee
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844361
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "zhhyu/NuGet.Services.Metadata", "max_stars_repo_path": "tests/NuGet.IndexingTests/DownloadsByVersionTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163581" }
starcoder
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic; using NuGet.Indexing; using Xunit; namespace NuGet.IndexingTests { public class DownloadsByVersionTests { ...
2.339138
adf38eb6f74950f0d215ba7a749c3163
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844362
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Omarmtz/PatternsDesignCSharp", "max_stars_repo_path": "PatternsLearning/ObserverPattern/Concrete Classes/PhoneWeatherViewer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163582" }
starcoder
<filename>PatternsLearning/ObserverPattern/Concrete Classes/PhoneWeatherViewer.cs using PatternsLearning.ObserverPattern.AbstractClasses; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PatternsLearning.ObserverPattern.Concrete_Classes { ...
3.170685
5b0a4e27c204f622f8e4ef4382b76556
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844363
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TeamSolid526/AwesomeJump", "max_stars_repo_path": "AwesomeJump/Assets/Scripts/HookBar.cs", "provenance": "train-00027-of-00045.jsonl.gz:163583" }
starcoder
using System.Data; using System.Runtime.Serialization; using System; using System.Text; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class HookBar : MonoBehaviour { public Slider slider; private GameObject character; public Gradient gradient; ...
2.088742
43625cf12fca0ab84e6df69dc50f3af9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844364
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "kreghek/csharp-codacy-coverage", "max_stars_repo_path": "test/CSharpCoverage.Tests/OpenCoverTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163584" }
starcoder
using System; using System.Collections.Generic; using Codacy.CSharpCoverage.Models.OpenCover; using Codacy.CSharpCoverage.Models.Result; using Codacy.CSharpCoverage.Parsing.Processors; using Xunit; namespace Codacy.CSharpCoverage.Tests { public class OpenCoverTests { public OpenCoverTests() { ...
2.418234
979cee70c684bbc8b8c659a8cef62915
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844365
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HaloImageEngine/EmpowerClaim-hotfix-1.25.1", "max_stars_repo_path": "EmpowerBusiness/IW_TaskDefinition.cs", "provenance": "train-00027-of-00045.jsonl.gz:163585" }
starcoder
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated....
1.339599
bd8ec3b147a24c505795d6b26901794c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844366
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "milosponj/rekreatistika", "max_stars_repo_path": "Models/LeagueStats.cs", "provenance": "train-00027-of-00045.jsonl.gz:163586" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Rekreatistika.Models { public class LeagueStats { public Team Team { get; set; } public int MatchesPlayed { get; set; } public int MatchesWon { get; set; } public int Matc...
2.055255
4b7124c95fd546595f05867d0f32fc94
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844367
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dcl-glb/unity-renderer", "max_stars_repo_path": "unity-renderer/Assets/Scripts/MainScripts/DCL/Components/LoadableShapes/NFTShape/NFTAsset/AssemblyInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:163587" }
starcoder
using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("DCL.Components.NFT.Tests")]
0.6079
5e939de660e9855a6a14f136c1b1efc8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844368
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "fhbilgen/Bugger", "max_stars_repo_path": "BuggerNetEng/ResourcePool.cs", "provenance": "train-00027-of-00045.jsonl.gz:163588" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace BuggerNetEng { public enum ResourceDefinition { MIN = 20, MAX=50 } public class ResourcePool { public const int POOL_MIN_SI...
2.841669
6adeacf2819bd21a966c0a393a262453
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844369
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "twenty0ne/unity-x", "max_stars_repo_path": "client/Assets/Unity-X/MathUtils.cs", "provenance": "train-00027-of-00045.jsonl.gz:163589" }
starcoder
<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public static class MathUtils { }
0.631599
6ab98917e32dc883bc1dcbb56166e812
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844370
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "thomas10011/LuoJiaCampus", "max_stars_repo_path": "compusDBManage/compusDBManage/Modol/News.cs", "provenance": "train-00027-of-00045.jsonl.gz:163590" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.ComponentModel.DataAnnotations; namespace compusDBManage { public class News { [Key] public long id { get; set; } //编号,自增长 public int...
2.894863
7eed7be8d67166a8528fafc171d6a7ac
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844371
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "RichardRanft/OmniEngine.Net", "max_stars_repo_path": "Templates/C#-Full/Winterleaf.Demo.Full/Models.Base/GFXStateBlockData_Base.cs", "provenance": "train-00027-of-00045.jsonl.gz:163591" }
starcoder
#region using System; using System.Collections.Generic; using System.Linq; using System.Text; using WinterLeaf.Engine; using WinterLeaf.Engine.Classes; using WinterLeaf.Engine.Containers; using WinterLeaf.Engine.Enums; using System.ComponentModel; using System.Threading; using WinterLeaf.Engine.Classe...
2.002278
238136dbd94b158ab68c874a90117bc5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844372
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DavidBasarab/FatCat.Projection", "max_stars_repo_path": "src/Projections/ListCopy.cs", "provenance": "train-00027-of-00045.jsonl.gz:163592" }
starcoder
<gh_stars>0 using System.Collections; using FatCat.Projections.Extensions; namespace FatCat.Projections; internal class ListCopy { public static IEnumerable? Copy(IEnumerable sourceList) { var sourceType = sourceList.GetType(); var destinationType = sourceType.GetGenericArguments()[0]; return Copy(sourceLis...
2.519937
f0be4297fffe5d4cc71ab49cf4a3a739
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844373
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Basim108/string-cases", "max_stars_repo_path": "Hrimsoft.StringCases/ToKebabCase.cs", "provenance": "train-00027-of-00045.jsonl.gz:163593" }
starcoder
namespace Hrimsoft.StringCases { /// <summary> </summary> public static class ToKebabExtension { /// <summary> /// Convert a string to kebab-case. /// </summary> /// <param name="source">source string</param> /// <returns>Returns kebab cased string like: "to-kebab-cas...
3.467275
16f7638cb4a72f57adda4159b23b1b5d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844374
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "yfz912/KO-TBLCryptoEditor", "max_stars_repo_path": "source/KO-TBLCryptoEditor/Core/TargetPE.cs", "provenance": "train-00027-of-00045.jsonl.gz:163594" }
starcoder
using System; using System.IO; using System.Linq; using System.Collections.Generic; using log4net; using Workshell.PE; using PatternFinder; using KO.TBLCryptoEditor.Utils; namespace KO.TBLCryptoEditor.Core { public partial class TargetPE { private static readonly ILog Log = Logger.GetLogger(nameof(T...
2.073565
5d5d6610472af439d67f15df54734b9d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844375
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Ahatornn/clforms", "max_stars_repo_path": "Examples/Maze/MazeGame/MainWindow.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163595" }
starcoder
using System; using ClForms.Common; using ClForms.Core; using ClForms.Elements; using ClForms.Elements.Menu; using ClForms.Themes; namespace MazeGame { public partial class MainWindow { private void InitializeComponent() { WindowState = ControlState.Maximized; Background...
2.44534
454bb60b40461a2ede418a692f154f93
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844376
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "n-nakasato/SequenceMaker", "max_stars_repo_path": "sequencemaker/Settings/CSeqSettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:163596" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Windows.Forms; using System.Diagnostics; using System.Xml; namespace SEQ_GEN.Settings { public class CSeqSettings : ISettings { protected string m_FileName = null; protected Enco...
2.798013
92e6bcf5ae951eed7070a5a6cd00cdcd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844377
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "vgwb-private/EA4S_Antura_U3D", "max_stars_repo_path": "Assets/_games/FastCrowd/_scripts/Crowd/StrollingLetterIdleState.cs", "provenance": "train-00027-of-00045.jsonl.gz:163597" }
starcoder
<filename>Assets/_games/FastCrowd/_scripts/Crowd/StrollingLetterIdleState.cs using Antura.LivingLetters; namespace Antura.Minigames.FastCrowd { public class StrollingLetterIdleState : StrollingLetterState { public StrollingLetterIdleState(StrollingLivingLetter letter) : base(letter) { ...
2.417699
0c96b6ed363681c0ba2c43bea3acd030
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844378
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "kysu1313/Ticket-Dashboard-2", "max_stars_repo_path": "Data/Models/RepairShopr/Properties.cs", "provenance": "train-00027-of-00045.jsonl.gz:163598" }
starcoder
<gh_stars>1-10 namespace HUD.Models { partial class RepairTicket { public class Properties { public string Password { get; set; } public string RepairStrategy { get; set; } public string AccessoriesCheckedIn { get; set; } public string FindMyDevic...
1.495809
ab65e20e08a99581a8e80abe52e2bfec
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844379
{ "extension": "c-sharp", "max_stars_count": "59.0", "max_stars_repo_name": "MESON-inc/Conekton", "max_stars_repo_path": "Assets/Conekton/Multiplayer/Scripts/UseCase/NetworkMultiplayer/Infrastructure/DefaultMultiplayerNetworkContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:163599" }
starcoder
using System.Collections; using System.Collections.Generic; using Conekton.ARMultiplayer.NetworkMultiplayer.Domain; using UnityEngine; using Zenject; namespace Conekton.ARMultiplayer.NetworkMultiplayer.Infrastructure { public class DefaultMultiplayerNetworkContext : IMultiplayerNetworkContext, IInitializable ...
2.323836
199daa393bdecf9d311671bcad73fcbd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844380
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ErsanYashar/GoSport", "max_stars_repo_path": "Src/GoSport.Core/ViewModel/Organizer/AddOrganizerViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:163600" }
starcoder
<filename>Src/GoSport.Core/ViewModel/Organizer/AddOrganizerViewModel.cs using GoSport.Core.Constants; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GoSport.Core.ViewModel.Organizer { public...
2.260075
d42d2bdb43298ea32fc3c69d3b468de0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844381
{ "extension": "c-sharp", "max_stars_count": "47.0", "max_stars_repo_name": "JeffreyMercado/plex-api", "max_stars_repo_path": "Source/Plex.ServerApi/PlexModels/Server/Playlists/PlaylistContainer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163601" }
starcoder
namespace Plex.ServerApi.PlexModels.Server.Playlists { using System.Collections.Generic; using System.Text.Json.Serialization; public class PlaylistContainer { [JsonPropertyName("size")] public int Size { get; set; } [JsonPropertyName("Metadata")] public List<PlaylistMe...
1.699153
a9042f0848f45027c209ea482fc7530d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844382
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "BergenIt/task-service", "max_stars_repo_path": "TaskService.Core/TaskRegistry/Models/BackTaskRegistry.cs", "provenance": "train-00027-of-00045.jsonl.gz:163602" }
starcoder
namespace TaskService.Core.TaskRegistry; public record BackTaskRegistry(Type TaskType, string Schema, TimeSpan TimeSpan, IDictionary<string, string> Data, IDictionary<string, string> RootData) : TaskRegistryDescriptor(TaskType, Schema, RootData);
1.36439
ca7712d31d316d365b5f4fe7cfa367e1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844383
{ "extension": "c-sharp", "max_stars_count": "1705.0", "max_stars_repo_name": "husains/aws-sdk-net", "max_stars_repo_path": "sdk/src/Services/SecurityHub/Generated/Model/AwsS3BucketNotificationConfigurationDetail.cs", "provenance": "train-00027-of-00045.jsonl.gz:163603" }
starcoder
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fi...
1.738871
a581320d96694b432975d96b2cca5b58
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844384
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "brian-nelson/traveller-tools", "max_stars_repo_path": "src/Apps/Common/Generators/SystemBodyGenerator/OrbitFactorGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:163604" }
starcoder
using System; using System.Collections.Generic; using System.Text; using TravellerUtils.Libraries.Common.Constants; using TravellerUtils.Libraries.Common.Helpers; using TravellerUtils.Libraries.Common.Interfaces; namespace TravellerUtils.Libraries.Common.Generators.SystemBodyGenerator { public static class OrbitF...
2.46722
af3526a72ab8f4c6898882f76807f667
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844385
{ "extension": "c-sharp", "max_stars_count": "53.0", "max_stars_repo_name": "Supernic3/Slipe-Core", "max_stars_repo_path": "Slipe/Core/Source/SlipeServer/Pickups/Events/OnSpawnEventArgs.cs", "provenance": "train-00027-of-00045.jsonl.gz:163605" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace Slipe.Server.Pickups.Events { public class OnSpawnEventArgs { internal OnSpawnEventArgs() { } } }
1.174507
c8c3b3dad4c46d604d33c1bbca78dcb9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844386
{ "extension": "c-sharp", "max_stars_count": "26.0", "max_stars_repo_name": "danielmonettelli/XF_MicunaFood", "max_stars_repo_path": "XF_MicunaFood/XF_MicunaFood/App.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:163606" }
starcoder
using System; using Xamarin.Forms; using Xamarin.Forms.Xaml; using XF_MicunaFood.Views; namespace XF_MicunaFood { public partial class App : Application { public App() { InitializeComponent(); Sharpnado.Shades.Initializer.Initialize(false); Sharpnado.Tabs....
1.705664
2b61e0610d42f7c2779ba24d01a0de3b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844387
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Jacknq/TextTemplatingCore", "max_stars_repo_path": "src/TextTemplating/Infrastructure/Engine.cs", "provenance": "train-00027-of-00045.jsonl.gz:163607" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Scripting; using Microsoft.CodeAnalysis.Scripting; using Mic...
2.064077
585bebe5f328b95f0f532540b5d57300
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844388
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nojronatron/cSharpPractice", "max_stars_repo_path": "Dictionary_Collection_InClassExercise/Dictionary_Collection_InClassExercise/Account.cs", "provenance": "train-00027-of-00045.jsonl.gz:163608" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Dictionary_Collection_InClassExercise { class Account { public int AccountNumber { get; set; } public decimal Balance { get; set; } public DateTime DateCreated ...
3.358664
e0b68cd8bdc34213350204b151dfe6c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844389
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "essess5/tlplib", "max_stars_repo_path": "parts/0000-TLPLib/Assets/Plugins/Vendor/TLPLib/Data/serialization/UnitRW.cs", "provenance": "train-00027-of-00045.jsonl.gz:163609" }
starcoder
<reponame>essess5/tlplib using com.tinylabproductions.TLPLib.Collection; using com.tinylabproductions.TLPLib.Functional; namespace com.tinylabproductions.TLPLib.Data.serialization { class UnitRW : ISerializedRW<Unit> { public static readonly UnitRW instance = new UnitRW(); UnitRW() {} static readonly R...
1.686779
a7a10ebec63f0350402cd6ea1ef3cf1f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844390
{ "extension": "c-sharp", "max_stars_count": "22.0", "max_stars_repo_name": "computingsl/Algorithms-1", "max_stars_repo_path": "Algorithms/Algorithms.Tests/GraphTests/GraphTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163610" }
starcoder
<gh_stars>10-100 using Algorithms.Graphs; using Xunit; namespace Algorithms.Tests.GraphTests { public class GraphTests { public Graph BuildGraph() { var verteces = new[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ...
3.182941
235e908ba5175a914d8c510712081e47
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844391
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kuriharaa/cry-chan", "max_stars_repo_path": "backend/cry-chan.Data/Repositories/ThreadRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:163611" }
starcoder
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.EntityFrameworkCore; using cry_chan.Core.Models; using cry_chan.Core.Repositories; using System.Linq.Expressions; using System; namespace cry_chan.Data.Repositories { public class ThreadRepository : Repository<Threa...
2.517636
7059540bb001e2e8428342a5b612044e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844392
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "gilby125/FileWatcher", "max_stars_repo_path": "FileWatcher/Configuration/Actions/Actions.cs", "provenance": "train-00027-of-00045.jsonl.gz:163612" }
starcoder
using System.Xml.Serialization; namespace TE.FileWatcher.Configuration.Actions { [XmlRoot("actions")] public class Actions { /// <summary> /// Gets or sets the list of actions to perform. /// </summary> [XmlElement("action")] public List<Action>? ActionList { get; s...
2.782849
e3694f3056237285495223e535c88c79
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844393
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "kartverket/Geonorge.Register", "max_stars_repo_path": "Kartverket.Register/Models/CodelistValue.cs", "provenance": "train-00027-of-00045.jsonl.gz:163613" }
starcoder
<gh_stars>1-10 /////////////////////////////////////////////////////////// // CodelistValue.cs // Implementation of the Class CodelistValue // Generated by Enterprise Architect // Created on: 24-nov-2014 22:43:34 // Original author: <NAME> /////////////////////////////////////////////////////////// using Sys...
1.695553
e2912bd7b2ba75ae6f2b6a9f444e9163
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844394
{ "extension": "c-sharp", "max_stars_count": "102.0", "max_stars_repo_name": "cwoac/StlVault", "max_stars_repo_path": "Assets/Scripts/Util/Logging/LogLevel.cs", "provenance": "train-00027-of-00045.jsonl.gz:163614" }
starcoder
<reponame>cwoac/StlVault namespace StlVault.Util.Logging { public enum LogLevel : int { Trace = 4, Debug = 3, Info = 2, Warn = 1, Error = 0 } }
1.297847
73c94f4b931f34255e028f5525c38c8d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844395
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "Jordan3900/CoreKraft", "max_stars_repo_path": "Src/SysPlugins/Interfaces/Packet/StatusResultEnum.cs", "provenance": "train-00027-of-00045.jsonl.gz:163615" }
starcoder
namespace Ccf.Ck.SysPlugins.Interfaces.Packet { public class StatusResultEnum { public enum EStatusResult { StatusResultInfo = 0, StatusResultWarning = 1, StatusResultError = 2 } } }
1.511419
f470cb21257f95773605f146eb777b2a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844396
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "darindragomirow/TelerikAcademy", "max_stars_repo_path": "Module1/CSharp-Fundamentals/Arrays/Arrays/Allocate_Array.cs", "provenance": "train-00027-of-00045.jsonl.gz:163616" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Arrays { class Allocate_Array { static void Main(string[] args) { int N = int.Parse(Console.ReadLine()); int[] array=new int[N]; for...
3.182972
795681c77beeae0903c36d536a1ee4e9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844397
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "saraveizaj/phoneNrList", "max_stars_repo_path": "Options/swaggerOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:163617" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace PhoneNrLists.Options { public class swaggerOptions { public string JsonRoute { get; set; } public string Description { get; set; } public string UIEndpoin {...
0.833088
73dd5d77a0a9ad7e606a68cd02da7b78
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844398
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "benitazz/AlcmSolutions", "max_stars_repo_path": "DurandalAuth.Domain/Models/Mapping/rm_configMap.cs", "provenance": "train-00027-of-00045.jsonl.gz:163618" }
starcoder
using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity.ModelConfiguration; namespace DurandalAuth.Domain.Models.Mapping { public class rm_configMap : EntityTypeConfiguration<rm_config> { public rm_configMap() { // Primary Key this.HasKey(t => new { ...
2.411476
39ac354f8f25311a618e03a95a68a4bc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844399
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jptillman/SheetPorter", "max_stars_repo_path": "SheetPorter.Tests/UnitTest1.cs", "provenance": "train-00027-of-00045.jsonl.gz:163619" }
starcoder
using System; using System.IO; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace SheetPorter.Tests { [TestClass] public class UnitTest1 { [TestMethod] [DeploymentItem(@".\Fixtures\test.xls", @"Files")] public void PorterCorrectlyMapsTableAttributes() ...
2.579642
8c88c9b14b07ceccac39d496fdeedfb8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844400
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "JTOne123/NDice", "max_stars_repo_path": "NDice/Builders/AnonymousRandomizer.cs", "provenance": "train-00027-of-00045.jsonl.gz:163620" }
starcoder
using System; namespace NDice.Builders { ///<summary>Randomizer that uses a provided function to roll the die.</summary> public class AnonymousRandomizer : IRandomizable { private Func<int, int> _roller; public AnonymousRandomizer(Func<int, int> roller) => _roller = roller; ...
3.32169
26f9f4e0c6e1c56b62e0f98455a09644
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844401
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "RavuAlHemio/SharpIrcBot", "max_stars_repo_path": "Plugins/GrammarGen/CountBounds.cs", "provenance": "train-00027-of-00045.jsonl.gz:163621" }
starcoder
<reponame>RavuAlHemio/SharpIrcBot using System; using System.Numerics; namespace SharpIrcBot.Plugins.GrammarGen { public struct CountBounds : IEquatable<CountBounds> { public readonly BigInteger Lower; public readonly BigInteger? Upper; public CountBounds(BigInteger lower, BigInteger? ...
2.815831
2bb5d24a5597e51d07187b68da7af0de
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844402
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "dagood/winforms", "max_stars_repo_path": "src/System.Windows.Forms/src/System/Windows/Forms/DataGridViewColumnDesignTimeVisibleAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:163622" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace System.Windows.Forms { [AttributeUsage(AttributeTargets.Class)] public sealed class DataGridViewC...
2.448667
d4e23994a27079ab842dcde26f1f4f43
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844403
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "maxstralin/SimplePaginator", "max_stars_repo_path": "SimplePaginator.Tests/ServiceTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:163623" }
starcoder
using Microsoft.Extensions.DependencyInjection; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xunit; namespace SimplePaginator.Tests { public class ServiceTests { private IPaginationService PaginationService { get; } = new Pag...
2.526804
70380ec142a156c8800ea4c4289e9f55
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844404
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "isukces/iSukces.Math", "max_stars_repo_path": "iSukces.Mathematics/EquationSystem2.cs", "provenance": "train-00027-of-00045.jsonl.gz:163624" }
starcoder
<reponame>isukces/iSukces.Math #if COREFX using ThePoint=iSukces.Mathematics.Compatibility.Point; #else using System.Windows; using System.Windows.Media; using System.Windows.Media.Media3D; using ThePoint=System.Windows.Point; using TheVector=System.Windows.Vector; #endif namespace iSukces.Mathematics { /// <su...
2.827184
d13ba12040c45822f401f9d5fdfc3009
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844405
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "solfen/SpaceBrewers", "max_stars_repo_path": "Assets/GP/Scripts/SelectAccessory.cs", "provenance": "train-00027-of-00045.jsonl.gz:163625" }
starcoder
<filename>Assets/GP/Scripts/SelectAccessory.cs using UnityEngine; using UnityEngine.UI; using System.Collections; using System.Collections.Generic; public class SelectAccessory : MonoBehaviour { public GameObject mesh; public GameObject parent; //public List<Material> accessories...
2.19408
00edc2b6e6322d7faf70d297c520f3d7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844406
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "ilyacoding/bsuir-labs-term-4", "max_stars_repo_path": "TI/Lab_4/RSA/FormHackKey.cs", "provenance": "train-00027-of-00045.jsonl.gz:163626" }
starcoder
<gh_stars>1-10 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; using System.Numerics; using System.IO; namespace RSA { public partial class FormHack...
2.93734
8fa9e4682712ea9b17e418e5171a84dd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844407
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "afonsoft/Afonsoft.ActiveDirectory", "max_stars_repo_path": "Afonsoft.ActiveDirectory/Times/LogonTime.cs", "provenance": "train-00027-of-00045.jsonl.gz:163627" }
starcoder
using System; namespace Afonsoft.ActiveDirectory.Times { /// <summary> /// LogonTime /// LoginHours (byte[]) (https://anlai.wordpress.com/2010/09/07/active-directory-permitted-logon-times-with-c-net-3-5-using-system-directoryservices-accountmanagement/) /// LoginHours (List) https://github.com/anlai/P...
2.636023
cacadd66c7a48298813b8cf5f521b075
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844408
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "yaboixili/AAServer.1.2.14_Xili", "max_stars_repo_path": "ArcheAge/ArcheAge/Holders/AccountHolder.cs", "provenance": "train-00027-of-00045.jsonl.gz:163628" }
starcoder
using ArcheAge.Properties; using ArcheAge.ArcheAge.Structuring; using LocalCommons.Logging; using MySql.Data.MySqlClient; using System; using System.Collections.Generic; using System.Linq; namespace ArcheAge.ArcheAge.Holders { public class AccountHolder { private static List<Account> m_DbAccounts; ...
3.003265
7ab032820229fa46937efb914d086598
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844409
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ManaBingsu/EdgeOfChristmas_Refactoring", "max_stars_repo_path": "Assets/Scripts/Battle/Management/BattleSetting.cs", "provenance": "train-00027-of-00045.jsonl.gz:163629" }
starcoder
using BackEnd.Tcp; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Battle { public partial class BattleManager : MonoBehaviour { public int totalRound; public int totalWin; public float icePower; public void CountWin(SessionId winner) ...
1.911053
c99597ff886513cc048361442ee4d56d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844410
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SergioBtosO/TestMillionAndUp", "max_stars_repo_path": "MillionAndUp.Infraestructure.Identity/Services/AccountService.cs", "provenance": "train-00027-of-00045.jsonl.gz:163630" }
starcoder
using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Options; using Microsoft.IdentityModel.Tokens; using MillionAndUp.Core.Aplication.Interfaces; using MillionAndUp.Core.Aplication.Wrappers; using MillionAndUp.Core.Application.DTOs.Users; using MillionAndUp.Core.Application.Enums; using MillionAndUp.Core.A...
2.093596
d44ec1bac59f6414dbbc0b32c4e12931
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8844411
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bhecra/Escuela", "max_stars_repo_path": "Views/Escuela/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:163631" }
starcoder
<reponame>bhecra/Escuela @model Escuela @{ ViewData["Title"] = "Información Escuela"; Layout = "Simple"; } <h1>Escuela</h1> <h1>Nombre: @Model.Nombre </h1> <p><strong>Año Fundación: @Model.AñoDeCreacion</strong></p> <p><i>@ViewBag.CosaDinamica</i></p> <p><i>@ViewData["CosaDinamica"]</i></p>
1.711911
fb6d944916ffbb7abba87b407a0a41a5