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
8839012
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Shuttle/Shuttle.Esb.Samples", "max_stars_repo_path": "Shuttle.ProcessManagement/Shuttle.Ordering/DataAccess/OrderRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:158232" }
starcoder
using Shuttle.Core.Contract; using Shuttle.Core.Data; using Shuttle.Ordering.Domain; namespace Shuttle.Ordering.DataAccess { public class OrderRepository : IOrderRepository { private readonly IDatabaseGateway _databaseGateway; private readonly IOrderQueryFactory _queryFactory; public ...
2.728966
aeaa4e115d56809a2d8bba25e5ebaada
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839013
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "storm32600/Silk.NET", "max_stars_repo_path": "src/Vulkan/Silk.NET.Vulkan/AllocationFunction.cs", "provenance": "train-00027-of-00045.jsonl.gz:158233" }
starcoder
<gh_stars>0 // This file is part of Silk.NET. // // You may modify and distribute Silk.NET under the terms // of the MIT license. See the LICENSE file for details. using System; namespace Silk.NET.Vulkan { public unsafe delegate void* AllocationFunction( void* pUserData, nuint size, nuint...
1.416912
7f2d319869be5602d8266135e86e8678
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839014
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "JoeyJiao/peach", "max_stars_repo_path": "Peach.Core.OS.Windows/Debuggers/DebugEngine/Tlb/__MIDL___MIDL_itf_DbgEng_0001_0064_0008.cs", "provenance": "train-00027-of-00045.jsonl.gz:158234" }
starcoder
namespace Peach.Core.Debuggers.DebugEngine.Tlb { using System; public enum __MIDL___MIDL_itf_DbgEng_0001_0064_0008 { DEBUG_REQUEST_TARGET_EXCEPTION_CONTEXT = 1 } }
0.837439
cfeb51405100ae2d6ca6e4b355c86d12
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839015
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "b3x206/bxfw-unity", "max_stars_repo_path": "BXFW/Scripts/SnappableObjects/MBVertSnappableTransform.cs", "provenance": "train-00027-of-00045.jsonl.gz:158235" }
starcoder
<gh_stars>0 using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace BXFW { /// <summary> /// Snappable transform with mesh. /// </summary> [RequireComponent(typeof(MeshFilter))] public class MBVertSnappableTransform : MonoBehaviour {...
2.185132
f30b32ca4ca2f8e1b859f546329fc3f5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839016
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "PeterHorsbollMoller/mbLibrary", "max_stars_repo_path": "Dialogs/DIALOGSLib.cs", "provenance": "train-00027-of-00045.jsonl.gz:158236" }
starcoder
// Namespace Declaration using System; using System.Windows.Forms; // The DIALOGSLib Namespace namespace DIALOGSLib { // The NewDialogs class class NewDialogs { public static void DLGNote(string sNotification, string sCaption) { string notification = sNotification; string caption = sCaption; MessageBo...
2.710928
1d2be31ad47f9239b19e38eec08af1cd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839017
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Stelmashenko-A/EventEmitter", "max_stars_repo_path": "DataMiner.Services/Models/PopularByOrders.cs", "provenance": "train-00027-of-00045.jsonl.gz:158237" }
starcoder
<gh_stars>0 using System.Runtime.Serialization; namespace DataMiner.Services.Models { [DataContract] public class PopularByOrders { [DataMember(Name = "reason")] public object Reason { get; set; } } }
1.312971
7ea1ccd81e7c6890c19c29b29736bb79
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839018
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "websterian/sitecore-headless-commerce-accelerator", "max_stars_repo_path": "src/Foundation/Connect/code/Managers/AccountManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:158238" }
starcoder
<reponame>websterian/sitecore-headless-commerce-accelerator // Copyright 2019 EPAM Systems, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache...
1.673546
da495925117fff1c74ad2b2778207834
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839019
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "HEDIDIN/DocumentDB-REST", "max_stars_repo_path": "DocumentDBRestApi/Models/Offer.cs", "provenance": "train-00027-of-00045.jsonl.gz:158239" }
starcoder
// Code generated by Microsoft (R) AutoRest Code Generator 0.9.7.0 // Changes may cause incorrect behavior and will be lost if the code is regenerated. using System; using Newtonsoft.Json.Linq; namespace DocumentDBRestApi.Models { /// <summary> /// /// </summary> public class Offer { ///...
2.145448
0dd664320e29e0547f6c045339336d82
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839020
{ "extension": "c-sharp", "max_stars_count": "654.0", "max_stars_repo_name": "mtague1/Audio-Band", "max_stars_repo_path": "src/AudioBand/Messages/IMessageBus.cs", "provenance": "train-00027-of-00045.jsonl.gz:158240" }
starcoder
using System; using System.Runtime.CompilerServices; namespace AudioBand.Messages { /// <summary> /// A class to send and receive system wide messages. /// </summary> public interface IMessageBus { /// <summary> /// Subscribes to a message. /// </summary> ...
3.007698
f580c0751ad595794944ac17c764ade6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839021
{ "extension": "c-sharp", "max_stars_count": "28.0", "max_stars_repo_name": "googlestadia/vsi-lldb", "max_stars_repo_path": "YetiCommon/ManagedProcess.cs", "provenance": "train-00027-of-00045.jsonl.gz:158241" }
starcoder
<filename>YetiCommon/ManagedProcess.cs<gh_stars>10-100 // Copyright 2020 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 /...
2.624815
8299a15b7ce6429d2e6e80a953c253ff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839022
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "sanjeevakumarh/Odot", "max_stars_repo_path": "Odot/Odot/Views/Assist/Converters/EnumToColorConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:158242" }
starcoder
<gh_stars>1-10 using System; using System.Globalization; using System.Windows.Data; using System.Windows.Markup; using System.Windows.Media; namespace Odot.Views.Assist.Converters { [ValueConversion(typeof(Models.Colors), typeof(Brush))] class EnumToColorConverter : MarkupExtension, IValueConverter { ...
2.65368
ab43f5058c783e2c908eba2ee7fff4a5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839023
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Marble-in-Motion/castle_crusade_prototype", "max_stars_repo_path": "Assets/Scripts/Player/Player AI/AIPlayer.cs", "provenance": "train-00027-of-00045.jsonl.gz:158243" }
starcoder
<gh_stars>0 using UnityEngine.Networking; using UnityEngine; using System.Collections; using System.Collections.Generic; /** * Heuristic AI player **/ public class AIPlayer : NetworkSetup { enum AICommands { FIND, AIM, KILL } private AICommands nextCommand = AICommands.FIND; private GameObject AITarget...
2.024937
308cc287ef35972dbacfd1ba4c37af94
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839024
{ "extension": "c-sharp", "max_stars_count": "42.0", "max_stars_repo_name": "pshtif/Dash", "max_stars_repo_path": "Runtime/Scripts/Core/Node/Nodes/Other/RestoreStateNodeModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:158244" }
starcoder
/* * Created by: Peter @sHT<NAME> */ namespace Dash { public class RestoreStateNodeModel : RetargetNodeModelBase { public StorageType storageType = StorageType.VARIABLE; public string storageName = ""; } }
1.638839
049365de43b7d2c8e66dd8285c522fd5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839025
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "andywilsonuk/AsyncResiliencyPatterns", "max_stars_repo_path": "AsyncResiliencyPatterns/CircuitBreaker/CircuitBreakerStateTripped.cs", "provenance": "train-00027-of-00045.jsonl.gz:158245" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace AsyncResiliencyPatterns { /// <summary> /// Represents a circuit that is unavailable (tripped). /// </summary> public sealed class CircuitBr...
2.695681
d92b5722053ead8aedc349e3f898d489
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839026
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "patagonaa/noaa-web-viewer", "max_stars_repo_path": "src/NoaaWeb.Service/SatellitePassScraper.cs", "provenance": "train-00027-of-00045.jsonl.gz:158246" }
starcoder
<reponame>patagonaa/noaa-web-viewer<gh_stars>1-10 using FileProviders.WebDav; using Microsoft.Extensions.FileProviders; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using NoaaWeb.Data; using NoaaWeb.Data.SatellitePass; using Prometheus; using System; using System.Collections.Generic;...
2.15195
c526dae1500994231eca4d6a7a262260
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839027
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DanielHands008/VTuber-App", "max_stars_repo_path": "Assets/SerializableDictionary/Editor/EditorWithCatalogs.cs", "provenance": "train-00027-of-00045.jsonl.gz:158247" }
starcoder
using System.Collections.Generic; using UnityEngine; using UnityEditor; // Warning, compared with Editor, one ui feature will be missing from the default inspector, AudioFilterGUI public class EditorWithCatalogs : Editor { private class SerializedPropertyComparer : IEqualityComparer<SerializedProperty> { ...
2.116087
d1505fa3587ceda7d0f17088c5136c39
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839028
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "owolp/TelerikAcademy", "max_stars_repo_path": "Module-2/Design-Patterns/Materials/DI.NET/Lifetime/MvcApplication/TransientCommerceContainer.cs", "provenance": "train-00027-of-00045.jsonl.gz:158248" }
starcoder
<filename>Module-2/Design-Patterns/Materials/DI.NET/Lifetime/MvcApplication/TransientCommerceContainer.cs using System.Configuration; using System.Web.Mvc; using Ploeh.Samples.Dependency.Lifetime; using Ploeh.Samples.Lifetime.MvcApplication.Controllers; namespace Ploeh.Samples.Lifetime.MvcApplication { public cla...
2.086569
cd34b313b52680c0dfced0b8b517fbe9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839029
{ "extension": "c-sharp", "max_stars_count": "60.0", "max_stars_repo_name": "sitefinitysteve/feather-widgets", "max_stars_repo_path": "Telerik.Sitefinity.Frontend.Navigation/Mvc/StringResources/SiteSelectorResources.cs", "provenance": "train-00027-of-00045.jsonl.gz:158249" }
starcoder
using System; using System.Linq; using Telerik.Sitefinity.Localization; using Telerik.Sitefinity.Localization.Data; namespace Telerik.Sitefinity.Frontend.Navigation.Mvc.StringResources { /// <summary> /// Sitefinity localizable strings for the Site selector widget. /// </summary> [ObjectInfo("SiteSele...
2.428862
9e01d5aca4d970fbf30c38c3269bf0af
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839030
{ "extension": "c-sharp", "max_stars_count": "778.0", "max_stars_repo_name": "jeroen-mostert/CodeContracts", "max_stars_repo_path": "Microsoft.Research/Contracts/PresentationCore/Sources/System.Windows.Media.GlyphRun.cs", "provenance": "train-00027-of-00045.jsonl.gz:158250" }
starcoder
// CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit...
1.95893
9417df60dbc8f106d68a844e6beb81fa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839031
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "chengxulvtu/autohome-crawler", "max_stars_repo_path": "AutohomeCrawler/AutohomeCralwer.Core/Parser/BrandParser.cs", "provenance": "train-00027-of-00045.jsonl.gz:158251" }
starcoder
using System; using System.Collections.Generic; using AutohomeCralwer.Core.Models; using Newtonsoft.Json; namespace AutohomeCralwer.Core.Parser { public interface IBrandParser { IEnumerable<Brand> Parse(string json); } public class BrandParser : IBrandParser { public IEnumerable<B...
2.691968
f3b84e3e90dfa0cdc9013d805b74c79f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839032
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KristenJestin/administrative-documents-api", "max_stars_repo_path": "Application/DTOs/DocumentType/ReadDocumentTypeListResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:158252" }
starcoder
<reponame>KristenJestin/administrative-documents-api<gh_stars>0 namespace Application.DTOs.DocumentType { public class ReadDocumentTypeListResponse { public int Id { get; set; } public string Name { get; set; } public bool HasDate { get; set; } public bool HasAmount { get; set; ...
1.403749
d04ab3fb5b42a4b5dc9476cb9804478d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839033
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "zbarrier/eventuous", "max_stars_repo_path": "src/Eventuous/Exceptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:158253" }
starcoder
<filename>src/Eventuous/Exceptions.cs using System; namespace Eventuous { public static class Exceptions { public class InvalidIdException : Exception { public InvalidIdException(AggregateId id) : base( $"Aggregate id {id.GetType().Name} cannot have an empty value" )...
2.897361
ec022fe6b631488575397115eb37c048
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839034
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DimensionDataCBUSydney/Compute.Api.Client", "max_stars_repo_path": "ComputeClient/Compute.Contracts/Requests/Infrastructure/ListOsUnitsGroupOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:158254" }
starcoder
namespace DD.CBU.Compute.Api.Contracts.Requests.Infrastructure { /// <summary> /// Filtering options for the Os Units Group request. /// </summary> public sealed class ListOsUnitsGroupOptions : FilterableRequest { /// <summary> /// The "id" field name. /// </summary> ...
2.065515
db5787e6b7970d94713b1c9df17416c0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839035
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wellfedbison/Kronos", "max_stars_repo_path": "Beats.cs", "provenance": "train-00027-of-00045.jsonl.gz:158255" }
starcoder
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 Kronos_Manager { public partial class Beats : Form { public Beat...
2.391653
72e55c01b72a25eb9e5027496c152c91
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839036
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "danieldeveloper001/csharp_design_patterns", "max_stars_repo_path": "src/structural/flyweight/002_concrete/Settings.cs", "provenance": "train-00027-of-00045.jsonl.gz:158256" }
starcoder
<filename>src/structural/flyweight/002_concrete/Settings.cs using System; namespace Project { public static class Settings { public const int GAME_COLUMNS = 50; public const int GAME_ROWS = 24; public const string MAP_PATH = "./Maps/Level1.txt"; } }
2.329171
e10f4582c710963577284fb7c2ab9238
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839037
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Becks723/MusicBlocks", "max_stars_repo_path": "JunimoStudio/Instruments/DrumkitBlock.cs", "provenance": "train-00027-of-00045.jsonl.gz:158257" }
starcoder
using Microsoft.Xna.Framework; using JunimoStudio.UI; using PyTK.CustomElementHandler; using StardewValley; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace JunimoStudio.Instruments { class DrumkitBlock : Block, ICustomObject...
1.943421
95c392041a5ba3e2d9b0d680fd4f7b9e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839038
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "shareme/DroidFormicidae", "max_stars_repo_path": "buildsys.assets/doclava.config/assets/templates/devguide_toc.cs", "provenance": "train-00027-of-00045.jsonl.gz:158258" }
starcoder
<ul> <li> <h2> <span class="en">Dev Guide</span> </h2> <ul> <li><a href="<?cs var:toroot ?>devguide/projetsetup.html"> <span class="en">Project SetUp</span> </a></li> <li><a href="<?cs var:toroot ?>devguide/codingconventions.html"> <span class="en">Coding Conventions</spa...
1.530961
49aa0220344e33da4b242e9ce362eb4b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839039
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "VolhvPorechja/SwarmerNetCore", "max_stars_repo_path": "SwarmerServer/src/Services/Tournaments/Swarmer.TM.Contracts/Domain/TournamentGrid.cs", "provenance": "train-00027-of-00045.jsonl.gz:158259" }
starcoder
using System.Collections.Generic; namespace Swarmer.TM.Contracts.Domain { /// <summary> /// TournamentId grid. /// </summary> public class TournamentGrid { /// <summary> /// Type of tournament grid. /// </summary> public TournamentGridType GridType { get; set; } ...
1.824687
1928515a5264d27419570c780df68f1e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839040
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "andreykata/FootballPredictions", "max_stars_repo_path": "FootballAnalyzes.Web/Views/Games/DateGames.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:158260" }
starcoder
<filename>FootballAnalyzes.Web/Views/Games/DateGames.cshtml @model IEnumerable<FootballGamePM> @{ ViewData["Title"] = $"All Games - {Model.Count()}"; } <h2>@ViewData["Title"]</h2> @Html.Partial("_GamesTable", Model)
2.23154
fc3997e5d94941c21424340f855910a5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839041
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "fablecode/ygo-api", "max_stars_repo_path": "src/Domain/ygo.domain/Strategies/SpellCardTypeStrategy.cs", "provenance": "train-00027-of-00045.jsonl.gz:158261" }
starcoder
using System.Threading.Tasks; using ygo.core.Enums; using ygo.core.Models; using ygo.core.Models.Db; using ygo.core.Strategies; using ygo.domain.Mappers; using ygo.domain.Repository; namespace ygo.domain.Strategies { public class SpellCardTypeStrategy : ICardTypeStrategy { private readonly ICardReposi...
2.544054
825df081bdd6f093c7843df0eb7596f4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839042
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BryanWilhite/Songhay.Cloud.BlobStorage", "max_stars_repo_path": "Songhay.Cloud.BlobStorage/Repositories/AzureBlobRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:158262" }
starcoder
<filename>Songhay.Cloud.BlobStorage/Repositories/AzureBlobRepository.cs using Microsoft.WindowsAzure.Storage.Blob; using Newtonsoft.Json; using Songhay.Cloud.BlobStorage.Extensions; using Songhay.Cloud.BlobStorage.Models; using Songhay.Extensions; using Songhay.Models; using System.Collections.Generic; using System.IO...
2.6996
f0216e49665f25d0b7085c94aa6074ab
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839043
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "skybrud/Skybrud.Essentials.Maps", "max_stars_repo_path": "src/Skybrud.Essentials.Maps/Kml/Styles/KmlStyleMap.cs", "provenance": "train-00027-of-00045.jsonl.gz:158263" }
starcoder
<reponame>skybrud/Skybrud.Essentials.Maps<filename>src/Skybrud.Essentials.Maps/Kml/Styles/KmlStyleMap.cs using System.Collections; using System.Collections.Generic; using System.Linq; using System.Xml; using System.Xml.Linq; using Skybrud.Essentials.Xml.Extensions; namespace Skybrud.Essentials.Maps.Kml.Styles { ...
2.787172
92917b771dfe0fbc9f17738e4b284e15
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839044
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "chenzhitong/NeoBlockchain2MongoDB", "max_stars_repo_path": "MongoDB/Models/Coin.cs", "provenance": "train-00027-of-00045.jsonl.gz:158264" }
starcoder
using MongoDB.Bson.Serialization.Attributes; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MongoDB.Models { public class Coin : TransactionOutput { [BsonId] public string Id { ...
1.900375
0f0022cc1baca8a9df17d259cfcad815
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839045
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "cythral/identity", "max_stars_repo_path": "src/Server/Auth/Services/DefaultCertificateConfigurationService.cs", "provenance": "train-00027-of-00045.jsonl.gz:158265" }
starcoder
using System; using System.Text.Json; using System.Threading; using System.Threading.Tasks; using Amazon.SimpleSystemsManagement; using Amazon.SimpleSystemsManagement.Model; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; namespace Brighid.Identity.Auth { /// <inheritdoc /> public cla...
2.497859
4a517d5ae5b012067417a66756f01c4f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839046
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "jdcloud-api/jdcloud-sdk-net", "max_stars_repo_path": "sdk/src/Examples/Standard2/DataStar.cs", "provenance": "train-00027-of-00045.jsonl.gz:158266" }
starcoder
<reponame>jdcloud-api/jdcloud-sdk-net using JDCloudSDK.Core.Auth; using JDCloudSDK.Core.Http; using JDCloudSDK.Datastar.Apis; using JDCloudSDK.Datastar.Client; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; using Xunit; using Xunit.Abstractions; namespace JDCloudSDK.Test.Sta...
1.92461
939b2984f167aaa0e53b04fd8dcda31b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839047
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mihailogazda/Sharpmake", "max_stars_repo_path": "Sharpmake.UnitTests/TestProjectBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:158267" }
starcoder
// Copyright (c) 2017 Ubisoft Entertainment // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
1.988183
9f66a9876d65eef59389c22c4c0c47f9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839048
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "csf-dev/agiil", "max_stars_repo_path": "Agiil.Domain.Impl/AllEnumFlagValuesProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:158268" }
starcoder
<gh_stars>0 using System; using System.Linq; using System.Reflection; namespace Agiil.Domain { public class AllEnumFlagValuesProvider : IGetsAllEnumFlags { public T GetValueWithAllFlags<T>() where T : struct { if(!typeof(T).IsEnum || typeof(T).GetCustomAttribute<FlagsAttribute>() =...
2.912228
080b7348aa0a37726bafa84df1701524
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839049
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AlexProkhor/DotNext-Moscow-2020", "max_stars_repo_path": "infrastructure/Infrastructure/OperationContext/OperationContextFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:158269" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using Force.Reflection; using JetBrains.Annotations; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; namespace Infrastructure.OperationContext { public class OperationContext...
2.006614
4bc4058de28b9ef52b3c539de577f590
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839050
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "mousavil/Cactus.Blade.Core", "max_stars_repo_path": "Core/System.DateTimeOffset/System.TimeZoneInfo/DateTimeOffset.ConvertTimeBySystemTimeZoneId.cs", "provenance": "train-00027-of-00045.jsonl.gz:158270" }
starcoder
public static partial class Extension { /// <summary> /// Converts a time to the time in another time zone based on the time zone&#39;s identifier. /// </summary> /// <param name="dateTimeOffset">The date and time to convert.</param> /// <param name="destinationTimeZoneId">The identifier of the...
3.181302
ad8c64e7544ec2741c3e48e37e3d69bb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839051
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Supbads/Softuni-Education", "max_stars_repo_path": "03. HighQualityCode 12.15/Demos/17. SOLID-Principles-in-Software-Design-Demo/SOLID-Principles-Demos/1. Single Responsibility/1.2. After - Books/Library.cs", "provenance": "train-0002...
starcoder
namespace SingleResponsibilityBooksAfter { using System.Collections.Generic; public class Library { private IList<Book> books; public Library() { this.books = new List<Book>(); } public Book FindBook(string title) { // Logic for fin...
2.744191
a42f3599f1d959d5c6a5f6bdb0645b3f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839052
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Poselsky/FS-Automata-Painter", "max_stars_repo_path": "FiniteStateMachine/FSMachine/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:158272" }
starcoder
using System; using System.Collections.Generic; using System.Linq; namespace FSMachine { class Program { static void Main(string[] args) { CountingState start = new CountingState(0); CountingMachine machine = new CountingMachine(start, new HashSet<int...
3.132838
0ed1bb1b068a436d39b23ebcb477de6c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839053
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tombuben/MineGrip", "max_stars_repo_path": "Assets/Scripts/Editor/VoxelTypesEditor.cs", "provenance": "train-00027-of-00045.jsonl.gz:158273" }
starcoder
<reponame>tombuben/MineGrip using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; [CustomEditor(typeof(VoxelTypes))] public class VoxelTypesEditor : Editor { private SerializedProperty _textureAtlas; private SerializedProperty _material; private Se...
2.029537
eeff3a2b036fb467adb85ccbe3a76002
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839054
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "madpew/pewSpriteStudio", "max_stars_repo_path": "Windows/MapList.cs", "provenance": "train-00027-of-00045.jsonl.gz:158274" }
starcoder
<filename>Windows/MapList.cs<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.Windows.Forms; using WeifenLuo.WinFormsUI.Docking; using static pewSpriteStudio.Globals.Events; namespace ...
2.446492
4931e6a2f4d581b4502279dd64bc22aa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839055
{ "extension": "c-sharp", "max_stars_count": "288.0", "max_stars_repo_name": "weisisheng/sessions-with-aws-sam", "max_stars_repo_path": "dotnet-api/src/SaveUser/Function.cs", "provenance": "train-00027-of-00045.jsonl.gz:158275" }
starcoder
<gh_stars>100-1000 using System; using System.Collections.Generic; using System.Text; using System.Text.Json; using System.Threading.Tasks; using Amazon.DynamoDBv2; using Amazon.DynamoDBv2.DocumentModel; using Amazon.Lambda.APIGatewayEvents; using Amazon.Lambda.Core; // Assembly attribute to enable the Lambda function...
2.475209
2c08c8ca2230bc911e21df3f1df1264c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839056
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "composite/Dixie", "max_stars_repo_path": "src/Dixie.Microsoft/Abstractions/ILazy.cs", "provenance": "train-00027-of-00045.jsonl.gz:158276" }
starcoder
<reponame>composite/Dixie namespace Dixie.Microsoft.Abstractions { /// <summary> /// The service object that only store type infomation and make service instance later. /// </summary> /// <remarks>If its class has inherited with <see cref="ILazyEvent"/>, lazy system will fire defined event delegation.<...
2.496304
cee16462e8c8594cebcb1b849dcbb47d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839057
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "allenxie888/Newbe.Mahua.Framework", "max_stars_repo_path": "src/Newbe.Mahua.MPQ/Apis/GetDiscussesApiMahuaCommandHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:158277" }
starcoder
using Newbe.Mahua.Apis; using Newbe.Mahua.MPQ.NativeApi; namespace Newbe.Mahua.MPQ.Apis { public class GetDiscussesApiMahuaCommandHandler : MpqApiMahuaCommandHandlerBase<GetDiscussesApiMahuaCommand, GetDiscussesApiMahuaCommandResult> { public GetDiscussesApiMahuaCommandHandler( IMp...
1.877968
38710a8b27eba29540863dee67dbc0a5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839058
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "cryogen/TwitchLib.Webhook", "max_stars_repo_path": "src/TwitchLib.Webhook/TwitchWebHookAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:158278" }
starcoder
using Microsoft.AspNetCore.WebHooks; namespace TwitchLib.Webhook { public class TwitchWebHookAttribute : WebHookAttribute { public TwitchWebHookAttribute() : base(TwitchConstants.ReceiverName) { } } }
1.697949
2461174cfc260fd28dacade753426a52
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839059
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "thomascayne/AspNetCore3WebApi", "max_stars_repo_path": "AspNetCore3WebApi/Infrastructure/Query/IAsyncQueryHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:158279" }
starcoder
using System.Threading.Tasks; namespace AspNetCore3WebApi.Infrastructure.Query { /// <summary> /// Defines the <see cref="IAsyncQueryHandler{in TQuery, TResult}" /> interface /// </summary> /// <typeparam name="TQuery">The generic query type</typeparam> /// <typeparam name="TResult">The generic result type<...
2.516599
b7ebf8674b3b6b0054b98525d043fe24
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839060
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "evanlwj/WireMock.Net", "max_stars_repo_path": "test/WireMock.Net.Tests.old/FluentMockServerTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:158280" }
starcoder
using System; using System.Diagnostics; using System.Linq; using System.Net; using System.Net.Http; using System.Threading.Tasks; using NFluent; using NUnit.Framework; using WireMock.Matchers; using WireMock.RequestBuilders; using WireMock.ResponseBuilders; using WireMock.Server; namespace WireMock.Net.Tests { [T...
2.192379
98549ead2f2e41b7ed04ef11138e1335
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839061
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "joelhoisko/DotNET.Fundamentals", "max_stars_repo_path": "Specifications/Serialization.Protobuf/for_PropertyDescription/when_creating_without_specified_number_twice_for_same_property.cs", "provenance": "train-00027-of-00045.jsonl.gz:15...
starcoder
using Machine.Specifications; namespace Dolittle.Serialization.Protobuf.for_PropertyDescription { public class when_creating_without_specified_number_twice_for_same_property { static PropertyDescription first; static PropertyDescription second; Because of = () => { ...
2.341568
ad7b21ea0e69f806de621293c5ba37ae
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839062
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "moto2002/tianqi_src", "max_stars_repo_path": "src/XEngineCommand/AnimationStartCmd.cs", "provenance": "train-00027-of-00045.jsonl.gz:158282" }
starcoder
<gh_stars>1-10 using System; using XEngine; namespace XEngineCommand { public class AnimationStartCmd : BaseCommand { public string actName; } }
0.868993
be3c8a486f92b6e59c79e6b5f0afd89e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839063
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "craigeddy/FontSizer", "max_stars_repo_path": "FontSizer/Commands/DecreaseEnviornmentFontSize.cs", "provenance": "train-00027-of-00045.jsonl.gz:158283" }
starcoder
namespace FontSizer.Commands { using System; using System.ComponentModel.Design; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; internal sealed class DecreaseEnviornmentFontSize : FontSizeCommandBase { readonly Package _package; public const Int32 ...
2.229884
afb63d2ffe7c2aa15baf308362bf287a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839064
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "pierre-galaup/globalgamejam2016", "max_stars_repo_path": "Assets/End Clock/_makeYOURlevel_LITE/PREFAB_makeYOURlevel_LITE/6_scripts/uScriptRuntime/Nodes/Actions/Math/uScriptAct_MinInt.cs", "provenance": "train-00027-of-00045.jsonl.gz:1...
starcoder
<gh_stars>1-10 // uScript Action Node // (C) 2010 Detox Studios LLC using UnityEngine; [NodePath("Actions/Math/Int")] [NodeCopyright("Copyright 2011 by Detox Studios LLC")] [NodeToolTip("Returns the value of the smallest integer variable.")] [NodeAuthor("Detox Studios LLC", "http://www.detoxstudios.com")] [NodeHelp(...
2.625358
31d4340f35f04043acb82f40aeb2d32a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839065
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "brussell36/VendorOrder.Solution", "max_stars_repo_path": "VendorOrder/Controllers/OrdersController.cs", "provenance": "train-00027-of-00045.jsonl.gz:158285" }
starcoder
<filename>VendorOrder/Controllers/OrdersController.cs using Microsoft.AspNetCore.Mvc; using VendorOrder.Models; using System.Collections.Generic; namespace VendorOrder.Controllers { public class OrdersController : Controller { [HttpGet("/vendors/{vendorId}/orders/new")] public ActionResult New(int vendorId...
2.472439
5b6c17263148767dcfe70404c0a99726
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839066
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Brankovanov/SoftUniCourses", "max_stars_repo_path": "2.ProgrammingFundamentals/03_Arrays/Exercise_02_RotateAndSum/rotateAndSum.cs", "provenance": "train-00027-of-00045.jsonl.gz:158286" }
starcoder
<filename>2.ProgrammingFundamentals/03_Arrays/Exercise_02_RotateAndSum/rotateAndSum.cs<gh_stars>1-10 using System; using System.Linq; namespace Exercise_02_RotateAndSum { public class rotateAndSum { public static void Main(string[] args) { Input(); } static void In...
3.71959
cc09f15412c8d51d5e1e3277a9313f59
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839067
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Infosys/Script-Control-Center", "max_stars_repo_path": "ScriptDevelopmentTool/FrontendAutomation/Infrastructure/Shell/Constants/EventTopicNames.cs", "provenance": "train-00027-of-00045.jsonl.gz:158287" }
starcoder
<gh_stars>0 /**************************************************************** Copyright 2021 Infosys Ltd. Use of this source code is governed by Apache License Version 2.0 that can be found in the LICENSE file or at http://www.apache.org/licenses/ ***************************************************************/ nam...
1.084284
83b61216acc84f4c1713a8f2977e4d40
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839068
{ "extension": "c-sharp", "max_stars_count": "654.0", "max_stars_repo_name": "huangqinjin/NuGet.Client", "max_stars_repo_path": "test/NuGet.Core.FuncTests/NuGet.XPlat.FuncTest/XPlatPushTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:158288" }
starcoder
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using NuGet....
1.919546
8ae1807a9f33e1055c41ceb9102e6499
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839069
{ "extension": "c-sharp", "max_stars_count": "966.0", "max_stars_repo_name": "AndreRochaDev/dotnet-testcontainers", "max_stars_repo_path": "tests/DotNet.Testcontainers.Tests/Unit/Configurations/WaitUntilMessageIsLoggedTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:158289" }
starcoder
<reponame>AndreRochaDev/dotnet-testcontainers namespace DotNet.Testcontainers.Tests.Unit { using System.IO; using System.Linq; using System.Threading.Tasks; using DotNet.Testcontainers.Builders; using DotNet.Testcontainers.Configurations; using Xunit; public sealed class WaitUntilMessageIsLoggedTest { ...
2.082114
93dc2aaf451b4c3f9db9b3f00fe50be1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839070
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "infragistics-labs/VirtualReceptionist", "max_stars_repo_path": "IGVirtualReceptionist/Models/DirectoryModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:158290" }
starcoder
<filename>IGVirtualReceptionist/Models/DirectoryModel.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using BambooHR; using System.Text.RegularExpressions; using System.Net; using System.IO; using System.Windows.Media.Imaging; using Syst...
2.771939
39e79d3e8b79fd03c78e1b32aa53a4f8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839071
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SkillsFundingAgency/pds-shared-audit-api", "max_stars_repo_path": "Pds.Shared.Audit/Pds.Shared.Audit.Services/Implementations/AuditServiceFireForget.cs", "provenance": "train-00027-of-00045.jsonl.gz:158291" }
starcoder
<gh_stars>0 using Pds.Core.Logging; using Pds.Shared.Audit.Services.Interfaces; using System; using ServiceModel = Pds.Shared.Audit.Services.Models; namespace Pds.Shared.Audit.Services.Implementations { /// <summary> /// Audit service fire and forget. /// </summary> public class AuditServiceFireForge...
2.451697
2eef0244f73f7e08562460ff4f96981b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839072
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "tortoise10h/Fruit_WareHouse_Management_Api", "max_stars_repo_path": "api/Entities/GoodsDeliveryDetail.cs", "provenance": "train-00027-of-00045.jsonl.gz:158292" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace api.Entities { public class GoodsDeliveryDetail : BaseEntity { public int Id { get; set; } public int ProductId { get; set; } public int GoodsDeliveryNoteId { get; set; } ...
2.041391
796f5e843892aa3bc5e803458fba9fb9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839073
{ "extension": "c-sharp", "max_stars_count": "88.0", "max_stars_repo_name": "fbridger/dapr-sidekick-dotnet", "max_stars_repo_path": "src/Man.Dapr.Sidekick/Process/DaprProcessEvents.cs", "provenance": "train-00027-of-00045.jsonl.gz:158293" }
starcoder
#pragma warning disable SA1649 // File name should match first type name using System; using Man.Dapr.Sidekick.Threading; namespace Man.Dapr.Sidekick.Process { public class DaprProcessStartingEventArgs<TOptions> : EventArgs { public DaprProcessStartingEventArgs(TOptions options) { ...
1.952541
8df3a66f811c7bc5792edf3cb17adccc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839074
{ "extension": "c-sharp", "max_stars_count": "108.0", "max_stars_repo_name": "circleupx/JsonApiFramework", "max_stars_repo_path": "Source/JsonApiFramework.Core/JsonApi/SetMetaExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:158294" }
starcoder
<filename>Source/JsonApiFramework.Core/JsonApi/SetMetaExtensions.cs // Copyright (c) 2015–Present <NAME>. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.md in the project root for license information. using System.Diagnostics.Contracts; namespace JsonApiFramework.JsonApi { //...
2.314176
7a88c5797f91c1449b2eeaebf70c1b88
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839075
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Mogueno/Atena-Desk-and-Mobile", "max_stars_repo_path": "desk/Desktop_View/ConfiguracoesCadastro.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:158295" }
starcoder
<filename>desk/Desktop_View/ConfiguracoesCadastro.Designer.cs namespace Desktop_View { partial class ConfiguracoesCadastro { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> //...
1.970375
2c3ad2440d6dee51960014ba8d7d3b02
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839076
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "0xCM/z0", "max_stars_repo_path": "src/asm.core/src/models/prefixes/models/AsmPrefixCode.cs", "provenance": "train-00027-of-00045.jsonl.gz:158296" }
starcoder
//----------------------------------------------------------------------------- // Copyright : (c) <NAME>, 2020 // License : MIT //----------------------------------------------------------------------------- namespace Z0.Asm { using System; using System.Runtime.CompilerServices; using static Root;...
2.321162
ea97e5e0658db355705b367728b18601
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839077
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Jackzmc/Addify", "max_stars_repo_path": "Addify/WorldMenu_Traffic.cs", "provenance": "train-00027-of-00045.jsonl.gz:158297" }
starcoder
using GTA; using GTA.Native; using NativeUI; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Addify { class WorldMenu_Traffic : MenuItem { static UIMenuCheckboxItem menu_traffic_light_changer = new UIMenuCheckboxItem("Change...
2.3588
50ce935a4e9b9834ee77a8dcf5c21404
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839078
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "berkaroad/RabbitMQTopic", "max_stars_repo_path": "src/RabbitMQTopic/MessageReceivedEventArgs.cs", "provenance": "train-00027-of-00045.jsonl.gz:158298" }
starcoder
using System; namespace RabbitMQTopic { /// <summary> /// 消息已接受事件参数 /// </summary> public class MessageReceivedEventArgs : EventArgs { /// <summary> /// 消息已接受事件参数 /// </summary> /// <param name="context"></param> public MessageReceivedEventArgs(...
2.456062
9e3897a50187e0ac0bbe43c4db530dd6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839079
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "VeselinDenchev/TotalErrorAPI", "max_stars_repo_path": "Constants/CronExpressionConstant.cs", "provenance": "train-00027-of-00045.jsonl.gz:158299" }
starcoder
<gh_stars>0 namespace Constants { public static class CronExpressionConstant { public const string CRON_EXPRESSION_EVERY_MINUTE = "0 * * ? * *"; } }
0.834712
0e946526439a4e1101d7243fda876965
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839080
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "STUDIOCRAFTapps/OUTERBLAST", "max_stars_repo_path": "Assets/_Project/Scripts/Networking/NetworkedObjects/NetworkedEntitySystems.cs", "provenance": "train-00027-of-00045.jsonl.gz:158300" }
starcoder
using System.Collections; using System.Collections.Generic; using Unity.Mathematics; using Blast.ECS; using Blast.ObjectPooling; using MLAPI.Serialization; namespace Blast.NetworkedEntities { /// <summary> /// A class regrouping all NetworkedEntitySystemBase in a simulation. Make sure to call ClearSystems bef...
2.478948
ec46a60b07ce9a494325cfd62be0a35e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839081
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sophia-whale/TimeofLove", "max_stars_repo_path": "TabbedTemplate/Services/NavigationContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:158301" }
starcoder
<reponame>sophia-whale/TimeofLove using System; using System.Collections.Generic; using System.Text; using Xamarin.Forms; namespace TabbedTemplate.Services { /// <summary> /// 导航参数 /// </summary> public static class NavigationContext { /// <summary> /// 导航参数属性。 /// </summary> p...
2.172134
a64f042b5a9d8bbc6ecd0c8d2c22450b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839082
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "FeatureToggleStudy/rebar", "max_stars_repo_path": "src/Rebar/RebarTarget/SystemModel/TargetEnvoyCreationServiceBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:158302" }
starcoder
<filename>src/Rebar/RebarTarget/SystemModel/TargetEnvoyCreationServiceBuilder.cs using System.ComponentModel.Composition; using NationalInstruments.SourceModel; using NationalInstruments.SystemModel.Envoys; namespace Rebar.RebarTarget.SystemModel { /// <summary> /// The <see cref="IProcessServiceBuilder"/> fo...
2.233144
2c123a32d777825a5a880b7c6e67842b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839083
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "taucode/taucode.parsing", "max_stars_repo_path": "src/TauCode.Parsing/TinyLisp/Tokens/LispPunctuationToken.cs", "provenance": "train-00027-of-00045.jsonl.gz:158303" }
starcoder
using System; using System.Diagnostics; using TauCode.Parsing.Tokens; namespace TauCode.Parsing.TinyLisp.Tokens { [DebuggerDisplay("{" + nameof(ToString) + "()}")] public class LispPunctuationToken : EnumToken<Punctuation> { public LispPunctuationToken( Punctuation value, P...
2.743233
fc819d9c42abfee3145de560bc3e5327
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839084
{ "extension": "c-sharp", "max_stars_count": "107.0", "max_stars_repo_name": "jaberi232/mvc-project", "max_stars_repo_path": "src/DancingGoat/Models/Products/ProductViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:158304" }
starcoder
using System; using System.Collections.Generic; using CMS.Ecommerce; using Kentico.Ecommerce; namespace DancingGoat.Models.Products { public class ProductViewModel { public ITypedProductViewModel TypedProduct { get; } public ProductPrice PriceDetail { get; } public IEnumerable<Pr...
2.1031
8af681683abe3f3748e3d78bf3819ca7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839085
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "atptro/alibabacloud-sdk", "max_stars_repo_path": "rds-20140815/csharp/core/Models/DescribeDBInstanceTDEResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:158305" }
starcoder
<reponame>atptro/alibabacloud-sdk // This file is auto-generated, don't edit it. Thanks. using System; using System.Collections.Generic; using System.IO; using Tea; namespace AlibabaCloud.SDK.Rds20140815.Models { public class DescribeDBInstanceTDEResponse : TeaModel { [NameInMap("RequestId")] [Va...
1.099026
a45365a1fbb2cb38a4415fb1893f8d85
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839086
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Tamim200042130/SWE-4202", "max_stars_repo_path": "Lab9_Task1/Task1/Car.cs", "provenance": "train-00027-of-00045.jsonl.gz:158306" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Task1 { internal class Car { public int seats; public int wheels; public int engine; public int doors; public int theMaximumAcceleration; ...
3.216441
7f3482612393bc7a6eba5479598ee080
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839087
{ "extension": "c-sharp", "max_stars_count": "61.0", "max_stars_repo_name": "gitter-badger/Printing-Pattern-Programs", "max_stars_repo_path": "CSharp Pattern Programs/Series Patterns/Pattern 7.cs", "provenance": "train-00027-of-00045.jsonl.gz:158307" }
starcoder
<filename>CSharp Pattern Programs/Series Patterns/Pattern 7.cs using System; class FibonacciNumbersSeries { public static void Main(string[] agrs) { int n = 15; //size or upper limit int a = 0; int b = 1; int c = a + b; while (c <= n) { Console.Writ...
3.645349
fe8be6a8804ce3d00cfcc1ade16e9432
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839088
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "NUlliiON/RDPWrapInstaller", "max_stars_repo_path": "RDPWrapInstaller/Native/Enums.cs", "provenance": "train-00027-of-00045.jsonl.gz:158308" }
starcoder
using System; namespace RDPWrapInstaller.Native { internal class Enums { [Flags] public enum ACCESS_MASK : uint { DELETE = 0x00010000, READ_CONTROL = 0x00020000, WRITE_DAC = 0x00040000, WRITE_OWNER = 0x00080000, SYNCHRONIZE = ...
1.452483
c7486999431c4e55e2102298b26c4c5f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839089
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "todo-it/philadelphia", "max_stars_repo_path": "Philadelphia.Demo.Client/TabbedViewValidation/IntroduceItemFormView.cs", "provenance": "train-00027-of-00045.jsonl.gz:158309" }
starcoder
using Bridge.Html5; using Philadelphia.Common; using Philadelphia.Demo.SharedModel; using Philadelphia.Web; namespace Philadelphia.Demo.Client { public class IntroduceItemFormView : IFormView<HTMLElement> { public InputView SomeText { get; } = new InputView("SomeText"); public InputView SomeNumber...
2.033498
9d91ccca792d0d548e54df5aa90bc684
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839090
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mviterna/FindAndReplace", "max_stars_repo_path": "FindAndReplace/ParsingEngine.cs", "provenance": "train-00027-of-00045.jsonl.gz:158310" }
starcoder
// ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ // Project: Find And Replace Multiple Word Documents // Date : May, 21 2015 // File : ParsingEngine.cs // Purpose: The main engine class that does the finding and replacing // ──────────────────────────────────...
2.642843
f09d8a532aa40cdc3ff0b1093ad21b05
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839091
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "looterz/GASDocumentation", "max_stars_repo_path": "Source/GASDocumentation.Target.cs", "provenance": "train-00027-of-00045.jsonl.gz:158311" }
starcoder
// Copyright 2020 <NAME>. using UnrealBuildTool; using System.Collections.Generic; public class GASDocumentationTarget : TargetRules { public GASDocumentationTarget(TargetInfo Target) : base(Target) { Type = TargetType.Game; ExtraModuleNames.Add("GASDocumentation"); } }
1.669558
63a87eb367dcb97783419b178cd14fcf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839092
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dfds/resource-provisioning-poc", "max_stars_repo_path": "src/ResourceProvisioning.Broker.Domain/Events/EnvironmentStoppedEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:158312" }
starcoder
<filename>src/ResourceProvisioning.Broker.Domain/Events/EnvironmentStoppedEvent.cs<gh_stars>0 using System; using ResourceProvisioning.Abstractions.Events; namespace ResourceProvisioning.Broker.Domain.Events { public sealed class EnvironmentStoppedEvent : IDomainEvent { public Guid EnvironmentId { get; } publi...
2.061493
95bc20f5c8ca30d0798d8bb387429665
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839093
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "PeterOrneholm/Orneholm.SverigesRadio", "max_stars_repo_path": "src/Orneholm.SverigesRadio.Api/Models/Response/Programs/ProgramListResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:158313" }
starcoder
using System.Collections.Generic; namespace Orneholm.SverigesRadio.Api.Models.Response.Programs { public class ProgramListResponse : ListResponseBase { public List<Program> Programs { get; set; } = new List<Program>(); } }
1.731658
d97762520538741743674ae8cff08f28
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839094
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pdtbinh/Unity_Boomee-Game", "max_stars_repo_path": "AssetsFromStore/UI Asset/SoftEffects/Scripts/Styles.cs", "provenance": "train-00027-of-00045.jsonl.gz:158314" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using UnityEngine; using System.Reflection; #if UNITY_EDITOR using UnityEditor; #endif using System.IO; namespace Mkey { #if UNITY_EDITOR && UNITY_STANDALONE [Serializable] public class InnerShadowOptions : Options { pu...
1.863161
cd3f257cd5c78a9f94775ac8df3e6350
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839095
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "enkido/PersistentThrust", "max_stars_repo_path": "src/PersistentThrust/GUI/PTGUI_Loader.cs", "provenance": "train-00027-of-00045.jsonl.gz:158315" }
starcoder
using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using TMPro; using PersistentThrust.UI; using UnityEditor; namespace PersistentThrust { [KSPAddon(KSPAddon.Startup.MainMenu, true)] public class PTGUI_Loader : MonoBehaviour { private const string bundleName = "/ptui.ksp"; ...
1.920155
1430732d242117e55e0eae68be264201
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839096
{ "extension": "c-sharp", "max_stars_count": "89.0", "max_stars_repo_name": "kissxic/EasyCMS", "max_stars_repo_path": "Atlass.Framework.Models/Admin/crontab_history.cs", "provenance": "train-00027-of-00045.jsonl.gz:158316" }
starcoder
using FreeSql.DataAnnotations; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Atlass.Framework.Models.Admin { /// <summary> /// 定时任务执行结果 ///</summary> [JsonObject(MemberSerialization.OptIn), Table(Nam...
2.228954
6e6cad09d6310c6a42b2f7f71a734d20
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839097
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "piotrstenke/JollyQuotes", "max_stars_repo_path": "src/JollyQuotes.TronaldDump/_intf/ITronaldDumpService.cs", "provenance": "train-00027-of-00045.jsonl.gz:158317" }
starcoder
<gh_stars>1-10 using System; using System.IO; using System.Threading.Tasks; using JollyQuotes.TronaldDump.Models; namespace JollyQuotes.TronaldDump { /// <summary> /// Defines all actions available in the <c>Tronald Dump</c> web API. /// </summary> public interface ITronaldDumpService : IQuoteService { /// <su...
2.541742
67500aa604def6219a1a0e6015a4dcff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839098
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fymfym/WebhookDebugger", "max_stars_repo_path": "WebhookDebugger/Domain/Services/IEndpointService.cs", "provenance": "train-00027-of-00045.jsonl.gz:158318" }
starcoder
<reponame>fymfym/WebhookDebugger<gh_stars>0 using System; using System.Collections.Generic; using System.Threading.Tasks; using WebhookDebugger.Domain.Models; namespace WebhookDebugger.Domain.Services { public interface IEndpointService { Task<Endpoint> CreateEndpoint(string sender); ...
1.79669
a8136e2b8a395cdf2f50a822b820cbc9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839099
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "sustainable-software/FHI-Toolbox", "max_stars_repo_path": "Desktop/Fhi/Controls/MVVM/DialogBehavior.cs", "provenance": "train-00027-of-00045.jsonl.gz:158319" }
starcoder
<gh_stars>1-10 using System; using System.Windows; using System.Windows.Controls; using System.Windows.Interop; namespace Fhi.Controls.MVVM { public static class DialogBehavior { /* IsOk property. An attached property for defining the OK button on a dialog. This pr...
2.539141
90167982931c90b88d4ed40bee1cc674
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839100
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dpedwards/dotnet-core-restapi", "max_stars_repo_path": "RESTfulAPI/RESTfulAPI/Extensions/OrderTaxStatusViewModelMapper.cs", "provenance": "train-00027-of-00045.jsonl.gz:158320" }
starcoder
// ======================================================= // Author: <NAME> // Email: <EMAIL> // Web: // ======================================================= using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using RESTfulAPI.Core.EntityLayer; using RESTfulAPI.V...
2.187055
b87ad460254765fd159f4a8740faf470
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839101
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "beyondnetPeru/BeyondNet.MyNetSamples", "max_stars_repo_path": "eventbus/mastransit/PubSubDemo/PubSubDemo.EventProcessor/DWHWorker.cs", "provenance": "train-00027-of-00045.jsonl.gz:158321" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using MassTransit; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Microsoft.Extensions.DependencyInjection; using PubSubDemo.EventProcessor.Business.Service; using PubS...
2.123088
4b175a1d5bf11a9bb5a79ad9fcf2155c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839102
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lacie-life/ProgrammingLanguageCollection", "max_stars_repo_path": "C#/SwitchExample/SwitchExample/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:158322" }
starcoder
<filename>C#/SwitchExample/SwitchExample/Program.cs using System; namespace SwitchExample { class Program { static void Main(string[] args) { Console.WriteLine("Hello World!"); Console.WriteLine(GetDay(3)); Console.ReadLine(); } static st...
3.738646
a7ae43a78c5f2a2f2d32fea2e92ce561
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839103
{ "extension": "c-sharp", "max_stars_count": "942.0", "max_stars_repo_name": "tralivali1234/NEventStore", "max_stars_repo_path": "src/NEventStore.Tests/Client/CommitSequencerTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:158323" }
starcoder
#pragma warning disable IDE1006 // Naming Styles using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Text; using NEventStore.Helpers; using NEventStore.Persistence.AcceptanceTests.BDD; using FluentAssertions; #if MSTEST using Microsoft.Visual...
1.916159
bb12ed583558d736be3aa2d1ba5fc62e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839104
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Max1811/SchoolManagement", "max_stars_repo_path": "source/EducationManagement.Services/Interfaces/IRegionsService.cs", "provenance": "train-00027-of-00045.jsonl.gz:158324" }
starcoder
<gh_stars>0 using EducatoinManagement.DataAccessLayer.Models; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threading.Tasks; namespace EducationManagement.Services.Interfaces { public interface IRegionsService { ...
1.631845
e9381d32ce5a55352f4aee8116708930
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839105
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "OfficeDevJP/microsoft-teams-apps-scrumsforchannels-1", "max_stars_repo_path": "Source/Microsoft.Teams.Apps.ScrumStatus/Helpers/GraphUtilityHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:158325" }
starcoder
// <copyright file="GraphUtilityHelper.cs" company="Microsoft"> // Copyright (c) Microsoft. All rights reserved. // </copyright> namespace Microsoft.Teams.Apps.ScrumStatus.Helpers { using System; using System.Data; using System.IO; using System.Threading.Tasks; using ClosedXML.Excel; using Mic...
2.22829
70809d8773136eac58791b5057470a2a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839106
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "HaGGi13/PolyDeploy", "max_stars_repo_path": "DeployClient/CommandlineOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:158326" }
starcoder
<gh_stars>1-10 using CommandLine; using CommandLine.Text; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DeployClient { internal class CommandLineOptions { [Option("silent", DefaultValue = false, Hel...
2.313673
309b24eb41e64b67d41ecf605e737346
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839107
{ "extension": "c-sharp", "max_stars_count": "58.0", "max_stars_repo_name": "dnicolauv/HybridBlazor", "max_stars_repo_path": "HybridBlazor/Client/HostAuthenticationStateProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:158327" }
starcoder
using System; using System.Linq; using System.Net.Http; using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNetCore.Components.Authorization; using HybridBlazor.Shared; namespace HybridBlazor.Client { public class HostAuthenticationStateProvider : AuthenticationStateProvider { ...
2.44913
0032c76aea0f470849f7f367c34d2997
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839108
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BattleRush/ETHPlaceUnity", "max_stars_repo_path": "Assets/UIInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:158328" }
starcoder
<reponame>BattleRush/ETHPlaceUnity using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class UIInfo : MonoBehaviour { public Text CameraInfo; public Camera Cam; // Start is called before the first frame update void Start() { } ...
2.107231
788d1f8ddaad31948c75fc4cd1dc2c4b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839109
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "saeedmaghdam/DashService.Web", "max_stars_repo_path": "Projects/Application/Sources/DashService.Web/Views/Home/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:158329" }
starcoder
<reponame>saeedmaghdam/DashService.Web<filename>Projects/Application/Sources/DashService.Web/Views/Home/Index.cshtml @{ ViewData["Title"] = "Dashboard"; } <div class="row gap-20 masonry pos-r" style="overflow: initial!important;"> <div class="masonry-sizer col-md-6"></div> <div class="masonry-item w-100" ...
2.104079
c09a9941d8aceb7a7e642bdc87db7b24
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839110
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "freemsly/Orchard-2-Prototype-RC2", "max_stars_repo_path": "src/Orchard.Web/Modules/Orchard.ContentTypes/Views/Shared/EditorTemplates/Field.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:158330" }
starcoder
@model EditPartFieldViewModel @using Orchard.Utility @using Orchard.ContentTypes.ViewModels <fieldset class="manage-field"> <h3>@Model.DisplayName <span>(@Model.FieldDefinition.Name.CamelFriendly())</span></h3> <div class="manage"> <a asp-route-action="EditField" asp-route-id="@Model.Pa...
1.90339
2c2cc8cbdad0cebe50121486eee2c1a8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8839111
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ErenToktas/Alisveris-Web-Otomasyonu", "max_stars_repo_path": "MvcOnlineTicariOtomasyon/MvcOnlineTicariOtomasyon/Views/Fatura/FaturaDetay.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:158331" }
starcoder
<reponame>ErenToktas/Alisveris-Web-Otomasyonu @using MvcOnlineTicariOtomasyon.Models.Siniflar @model List<FaturaKalem> @{ ViewBag.Title = "FaturaDetay"; Layout = "~/Views/Shared/_AdminLayout.cshtml"; } <br /> <h2>Fatura Detayları Sayfası</h2> <br /> <ol class="breadcrumb mb-4"> <li class="breadcrumb-item ...
2.059816
5fd590787914fad100ba9b9aceed9418