added
string
created
string
id
string
metadata
dict
source
string
text
string
code-score
float64
md5
string
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67933
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "develmax/Crm.Sdk.Core", "max_stars_repo_path": "Microsoft.Xrm.Sdk/Query/QueryByAttribute.cs", "provenance": "train-00000-of-00045.jsonl.gz:67934" }
starcoder
<reponame>develmax/Crm.Sdk.Core using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Runtime.Serialization; namespace Microsoft.Xrm.Sdk.Query { /// <summary>Contains a query that is expressed as a set of attribute and value pairs. </summary> [DataContract(Name = "QueryByAttribute"...
2.633862
af2b49457e6f7d0ff4a896c057ae5121
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67934
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "perivar/AbletonLiveConverter", "max_stars_repo_path": "TestProject/SteingbergTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:67935" }
starcoder
using System; using System.Diagnostics; using System.IO; using System.Text; using CommonUtils; using PresetConverter; using Xunit; namespace PresetConverterTests { public class SteinbergTests { [Fact] public void Test1() { } [Theory] [InlineData(@"Compressor\S...
2.110323
feefccbbb9bf63099e8d27bf3377a113
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67935
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "iliantrifonov/TelerikAcademy", "max_stars_repo_path": "HighQualityCode/11.TestDrivenDevelopment/PokerTest/HandToStringTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:67936" }
starcoder
<reponame>iliantrifonov/TelerikAcademy namespace PokerTest { using System; using System.Collections.Generic; using Microsoft.VisualStudio.TestTools.UnitTesting; using Poker; [TestClass] public class HandToStringTest { [TestMethod] public void TestEmptyHand() { ...
3.125766
601186b2ed354da244cfbc2cb69bf50a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67936
{ "extension": "c-sharp", "max_stars_count": "66.0", "max_stars_repo_name": "BretJohnson/XGraphics", "max_stars_repo_path": "src/XGraphics/ImageLoading/Work/IImageLoaderTask.cs", "provenance": "train-00000-of-00045.jsonl.gz:67937" }
starcoder
using System; using System.Threading.Tasks; using XGraphics.StandardModel; namespace XGraphics.ImageLoading.Work { public interface IImageLoaderTask : IScheduledWork, IDisposable { ILoadableImageSource ImageSource { get; } int? Priority { get; set; } bool CanUseMemoryCache { get; } ...
1.881821
7f0f42f389e166aeb5cb7e06f358310f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67937
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "jdages/AndrewsHouse", "max_stars_repo_path": "src/Orchard.Web/Modules/Orchard.MediaPicker/Views/DefinitionTemplates/MediaGalleryFieldSettings.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:67938" }
starcoder
<filename>src/Orchard.Web/Modules/Orchard.MediaPicker/Views/DefinitionTemplates/MediaGalleryFieldSettings.cshtml @model Orchard.MediaPicker.Settings.MediaGalleryFieldSettings <fieldset> <div> @Html.CheckBoxFor(m => m.Required) <label for="@Html.FieldIdFor(m => m.Required)" class="forcheckbox">@T("A me...
2.683042
a5de373b970e443e1d282a8c5e5acfed
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67938
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "RaedJarrar/Chess", "max_stars_repo_path": "Chess.Domain/Moves/PawnMovementStrategy.cs", "provenance": "train-00000-of-00045.jsonl.gz:67939" }
starcoder
// <copyright file="PawnMovementStrategy.cs" company="RJ"> // Copyright (c) RJ. All rights reserved. // </copyright> namespace Chess.Domain { using System; using System.Collections.Generic; using System.Linq; /// <summary> /// Defines pawn valid movements. /// </summary> internal class Pa...
2.726583
21a5a64360e6d38240dd9cf1d4d31cb6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67939
{ "extension": "c-sharp", "max_stars_count": "206.0", "max_stars_repo_name": "daveaglick/FluentBootstrap", "max_stars_repo_path": "FluentBootstrap.Tests.Web/Views/Tests/Architecture.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:67940" }
starcoder
<filename>FluentBootstrap.Tests.Web/Views/Tests/Architecture.cshtml @using FluentBootstrap; @using (Html.Bootstrap().Container().Begin()) { @Html.Bootstrap().Heading1("Alternate Model") using (Html.Bootstrap().Div().SetId("test-alternate-model").Begin()) { var model = new { Foo = "Foo", Bar = true...
2.422735
835b288af1416f3f471a5d85919fbea1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67940
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "hardlydifficult/Unity.ErrorAlert", "max_stars_repo_path": "AlertOnError.cs", "provenance": "train-00000-of-00045.jsonl.gz:67941" }
starcoder
using UnityEditor; using UnityEngine; namespace HD { [InitializeOnLoad] public class AlertOnError { double timeOfLastError = double.MinValue; AudioClip clip; /// <summary> /// Called before the game starts c/o InitializeOnLoad. /// </summary> static AlertOnError() { AlertOnEr...
2.35228
3b13b55bb88415675d9b10bcd8f2ebd9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67941
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ruharen/Wasabee-Mobile-Xamarin", "max_stars_repo_path": "Rocks.Wasabee.Mobile.Core/Helpers/TimeSpanExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:67942" }
starcoder
using System; namespace Rocks.Wasabee.Mobile.Core.Helpers { public static class TimeSpanExtensions { public static string ToPrettyString(this TimeSpan timeSpan) { var result = string.Empty; if (timeSpan.Hours > 0) result += $"{timeSpan.Hours}"; ...
3.088339
b01ea09d24628ca10ff78efd95ddac11
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67942
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "OsamaAlhalabi/TrafficSystem_Simulation", "max_stars_repo_path": "Scripts/Car/ReasonsStoppingCars.cs", "provenance": "train-00000-of-00045.jsonl.gz:67943" }
starcoder
<reponame>OsamaAlhalabi/TrafficSystem_Simulation using UnityEngine; public class ReasonsStoppingCars : MonoBehaviour { public static void CarInView(GameObject go, Rigidbody rigbody, float distance, float startSpeed, ref float moveSpeed, ref bool tempStop, float distanceToCar = 15) { if (go == null) retur...
2.127137
7630f15e2576ea3b0476ee0a8b294143
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67943
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "saludnqn/Empadronamiento", "max_stars_repo_path": "DalSic/generated/PnMu.cs", "provenance": "train-00000-of-00045.jsonl.gz:67944" }
starcoder
<reponame>saludnqn/Empadronamiento<filename>DalSic/generated/PnMu.cs using System; using System.Text; using System.Data; using System.Data.SqlClient; using System.Data.Common; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Xml; using...
2.276831
0b7b3670398b7e343ecea67716b53639
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67944
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "codebeltnet/classlib-savvyio", "max_stars_repo_path": "src/Savvyio.Core/Domain/IUnitOfWork.cs", "provenance": "train-00000-of-00045.jsonl.gz:67945" }
starcoder
<filename>src/Savvyio.Core/Domain/IUnitOfWork.cs using System; using System.Threading.Tasks; using Cuemon.Threading; namespace Savvyio.Domain { /// <summary> /// Defines a transaction that bundles multiple <see cref="IRepository{TEntity,TKey}"/> calls into a single unit. /// </summary> public interfac...
2.707597
8b7874de057e36d2e1184c8afcc84f06
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67945
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Gaurav524/ProductDeliveryService", "max_stars_repo_path": "src/DeliveryService.Api/Contracts/DeliveryRequest.cs", "provenance": "train-00000-of-00045.jsonl.gz:67946" }
starcoder
<filename>src/DeliveryService.Api/Contracts/DeliveryRequest.cs using DeliveryService.Core.Models; using System.Collections.Generic; using MediatR; namespace DeliveryService.Api.Contracts { public class DeliveryRequest : IRequest<List<DeliveryResponse>> { public string PostalCode { get; set; } ...
1.969072
8a8c2b775498d2d87be1c60b8ae4548c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67946
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "EnduringBeta/uav-blt", "max_stars_repo_path": "UAVBrainLinkTool/EmotivDeviceEvents.cs", "provenance": "train-00000-of-00045.jsonl.gz:67947" }
starcoder
using Emotiv; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace UAVBrainLinkTool { public static class EmotivDeviceEvents { public static void engine_EmoEngineConnected(object sender, EmoEngineEventArgs e) { ...
2.381829
ad27c86c82ebfbc0de18a75604939df7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67947
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "cuongnq/White", "max_stars_repo_path": "src/TestStack.White/UIItems/Scrolling/SilverlightHScrollBarButtonAutomationIds.cs", "provenance": "train-00000-of-00045.jsonl.gz:67948" }
starcoder
<gh_stars>0 namespace White.Core.UIItems.Scrolling { internal class SilverlightHScrollBarButtonAutomationIds : ScrollBarButtonAutomationIds { public virtual string ForwardLarge { get { return "HorizontalLargeIncrease"; } } public virtual string ForwardSmall { get { r...
1.346602
e15c3c770250502b5451bf574a67dee0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67948
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "a1mond/APBD", "max_stars_repo_path": "Tutorial7/WebApplication1/WebApplication1/Models/IDbContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:67949" }
starcoder
using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace WebApplication1.Models { public interface IDbContext { DbSet<Client> Clients { get; set; } DbSet<ClientTrip> ClientTrips { get; set; } DbSet<...
2.195944
b18c7bfc0300e4ce1b9504cd07e84d98
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67949
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "CharlesZHENG/Geckofx", "max_stars_repo_path": "Geckofx-Core/Generated/nsITVSimulatorService.cs", "provenance": "train-00000-of-00045.jsonl.gz:67950" }
starcoder
// -------------------------------------------------------------------------------------------- // Version: MPL 1.1/GPL 2.0/LGPL 2.1 // // The contents of this file are subject to the Mozilla Public License Version // 1.1 (the "License"); you may not use this file except in compliance with // the License. You may...
1.864715
820009d480379bedefa7f63843281fa1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67950
{ "extension": "c-sharp", "max_stars_count": "14.0", "max_stars_repo_name": "mircotamburini/aqua-core", "max_stars_repo_path": "src/Aqua/TypeSystem/MethodBaseInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:67951" }
starcoder
// Copyright (c) <NAME>. All rights reserved. See license.txt in the project root for license information. namespace Aqua.TypeSystem { using Aqua.EnumerableExtensions; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Xml.Serial...
2.558063
b74e108fff805ece615afcfc456c3d8d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67951
{ "extension": "c-sharp", "max_stars_count": "33.0", "max_stars_repo_name": "Olek-HZQ/DapperRespoitoryDemo", "max_stars_repo_path": "DapperRepo.Web/Views/Customer/KendouiList.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:67952" }
starcoder
<filename>DapperRepo.Web/Views/Customer/KendouiList.cshtml  @{ ViewData["Title"] = "KendouiList"; } @section CssList{ <link href="~/lib/kendo-ui/styles/kendo.silver.min.css" rel="stylesheet" /> } <form id="search-form"> <div class="row"> <div class="form-group col-sm-6"> <label for="s...
1.802952
b86c98bff0d5729a698926ba42336fcc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67952
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "isaac2004/dotnet-dbinfo", "max_stars_repo_path": "dotnet-dbinfo/InfoCollectors/SqlServerInfoCollector.cs", "provenance": "train-00000-of-00045.jsonl.gz:67953" }
starcoder
using System.Collections.Generic; using System.Data.SqlClient; namespace dotnet_dbinfo.InfoCollectors.SqlServer { public static class SqlServerInfoCollector { public static object CollectSqlServerDbInfo(SqlConnection conn) => new { general = GetGeneralInfo(conn)...
2.596377
001bfed4d127cd7b11c3e03f802ee201
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67953
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "ga-explorer/GeometricAlgebraLib", "max_stars_repo_path": "GraphicsComposerLib/GraphicsComposerLib.Geometry/SdfShapes/Primitives/SdfPlaneXz3D.cs", "provenance": "train-00000-of-00045.jsonl.gz:67954" }
starcoder
using NumericalGeometryLib.BasicMath.Tuples; namespace GraphicsComposerLib.Geometry.SdfShapes.Primitives { /// <summary> /// http://iquilezles.org/www/articles/distfunctions/distfunctions.htm /// </summary> public sealed class SdfPlaneXz3D : ScalarDistanceFunction { public override double ...
2.288214
e107291ea84948b84aa9533af178febb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67954
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "webmd-health-services/Rivet", "max_stars_repo_path": "Source/Operations/AddForeignKeyOperation.cs", "provenance": "train-00000-of-00045.jsonl.gz:67955" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel.Design; namespace Rivet.Operations { [ObjectRemovedByOperation(typeof(RemoveForeignKeyOperation))] public sealed class AddForeignKeyOperation : ConstraintOperation { public AddForeignKeyOperation(string schemaName, string tableN...
2.429872
9076c8c8f86849a9b755edd67702f206
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67955
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "donegogov/ClassifiedAd", "max_stars_repo_path": "API/Models/AppUserRole.cs", "provenance": "train-00000-of-00045.jsonl.gz:67956" }
starcoder
using Microsoft.AspNetCore.Identity; using System; using System.Collections.Generic; using System.Linq; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; namespace FreeAds.API.Models { public class AppUserRole : IdentityUserRole<string> { public virtual AppUser User { get; set; } ...
1.658638
838da61d2153165cd704e68ff362bf28
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67956
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GschwindSoftware/lighthouse-examples-net", "max_stars_repo_path": "Models/Data/PrivateHealthInsurance.cs", "provenance": "train-00000-of-00045.jsonl.gz:67957" }
starcoder
using System; namespace Gschwind.Lighthouse.Example.Models.Data { /// <summary> /// Private Krankenversicherung /// </summary> public record PrivateHealthInsurance : PrivateSocialInsurance { /// <summary> /// Beitragszuschuss im Ruhestand /// </summary> public GrantPen...
2.290334
6099a77f64bec14be30a82787abd435a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67957
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lucasrviana/Exemplo01", "max_stars_repo_path": "Frameworks/MQTTnet.NetStandard/Server/IMqttServerOptions.cs", "provenance": "train-00000-of-00045.jsonl.gz:67958" }
starcoder
using System; using System.Net; namespace MQTTnet.Server { public interface IMqttServerOptions { int ConnectionBacklog { get; } TimeSpan DefaultCommunicationTimeout { get; } Action<MqttConnectionValidatorContext> ConnectionValidator { get; } Action<MqttSubscriptionInterceptorC...
1.539252
1c82fe02a704f533757b32f77a7aa090
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67958
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "masums/peachpie", "max_stars_repo_path": "src/Peachpie.CodeAnalysis/Symbols/Source/SourceFileSymbol.cs", "provenance": "train-00000-of-00045.jsonl.gz:67959" }
starcoder
<filename>src/Peachpie.CodeAnalysis/Symbols/Source/SourceFileSymbol.cs using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysis; using Roslyn.Utilities; using Pchp.CodeAnalysis.Utilities; using Devsense.PHP.Syntax.Ast; using static Pchp.CodeAna...
2.243206
cbb6b46d86fc3f730170f45393ff0db3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67959
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sametkoyuncu/shopapp-udemy", "max_stars_repo_path": "shopapp.business/Abstract/ICartService.cs", "provenance": "train-00000-of-00045.jsonl.gz:67960" }
starcoder
using shopapp.entity; namespace shopapp.business.Abstract { public interface ICartService { void InitializeCart(string userId); Cart GetCartByUserId(string userId); void AddToCart(string userId, int productId, int quantity); void DeleteFromCart(string userId, int productId);...
1.830065
8a6e125cc5356bb6c7259dd4b5d05c98
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67960
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "marcin-golebiowski/SpiceSharpParser", "max_stars_repo_path": "src/SpiceSharpParser.IntegrationTests/Macros/MixedNotation.cs", "provenance": "train-00000-of-00045.jsonl.gz:67961" }
starcoder
using Xunit; namespace SpiceSharpParser.IntegrationTests.Macros { public class MixedNotation : BaseTests { [Fact] public void Test01() { var result = ParseNetlistRaw( enableBusSyntax: true, "Suffix notation", ".SUBCKT complex_...
1.9603
d945eb83081b8bc5461480efd433c97f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67961
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "asm2025/essentialMix", "max_stars_repo_path": "Standard/essentialMix.Data/Patterns/Table/ITableColumn.cs", "provenance": "train-00000-of-00045.jsonl.gz:67962" }
starcoder
using System; using JetBrains.Annotations; namespace essentialMix.Data.Patterns.Table; public interface ITableColumn : ITableColumnSettings { [NotNull] string Name { get; } [NotNull] string Value { get; } [NotNull] string Key { get; } [NotNull] Type DataType { get; } [NotNull] string DataTypeNa...
1.923884
5863d48f1d5eca22ae0e645b7f2a8034
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67962
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SidHarder/ypi-connect", "max_stars_repo_path": "Xps/Result/ClientBillingDetailReportResult/ClientBillingDetailReportDataReport.cs", "provenance": "train-00000-of-00045.jsonl.gz:67963" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using YPIConnect.Persistence; using Newtonsoft.Json; using Newtonsoft.Json.Serialization; using Newtonsoft.Json.Linq; namespace YPIConnect.Xps.Result.ClientBillingDetailReportResult { public class C...
1.802417
95ff589e8addcd1e4a244136e37d60a0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67963
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "janjan111921/abpsampleLibrary", "max_stars_repo_path": "src/library.Application/Books/Dtos/CreateOrEditBook.cs", "provenance": "train-00000-of-00045.jsonl.gz:67964" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace library.Books.Dtos { public class CreateOrEditBook { public int? Id { get; set; } public string Title { get; set; } public DateTime ReleaseDate { get; set; } ...
1.774888
f66dfd08746c73e766edbcedf9f24ed4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67964
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "redarrowlabs/Argo", "max_stars_repo_path": "src/RedArrow.Argo.Client/Exceptions/ArgoResponseException.cs", "provenance": "train-00000-of-00045.jsonl.gz:67965" }
starcoder
<reponame>redarrowlabs/Argo<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; namespace RedArrow.Argo.Client.Exceptions { public class ArgoResponseException : Exception { /// <summary> /// Gets the content of a HTTP re...
2.65507
acbe7b55692986ea12dcad2d19e8c86d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67965
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lucasestevan/SistemaVendasC-", "max_stars_repo_path": "SistemaVendas/SistemaVendas/Apresentacao/ControlesUsuario/Controle_Config.cs", "provenance": "train-00000-of-00045.jsonl.gz:67966" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using DAL; namespace SistemaVendas.Apresentacao.ControlesUsuario { public partial class Controle_Con...
2.294821
f1622e2522af493f540bfe8b4ba46dd0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67966
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Shuttle/Shuttle.Access", "max_stars_repo_path": "Shuttle.Access.WebApi/Models/IdentityActivateModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:67967" }
starcoder
using System; namespace Shuttle.Access.WebApi { public class IdentityActivateModel { public Guid? Id { get; set; } public string Name { get; set; } public DateTime DateActivated { get; set; } } }
1.796843
2c3c745efbc727a563f73306852dd736
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67967
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "uk-gov-mirror/jncc.jncc-website", "max_stars_repo_path": "src/JNCC.PublicWebsite.Core/ViewModels/MainNavigationViewModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:67968" }
starcoder
<reponame>uk-gov-mirror/jncc.jncc-website<gh_stars>0 using System.Collections.Generic; namespace JNCC.PublicWebsite.Core.ViewModels { public sealed class MainNavigationViewModel { public IEnumerable<MainNavigationItemViewModel> Items { get; set; } public bool HasPageHero { get; set; } } }
1.186114
e8b8cb654ad5dd0a24f168ce70fad2b4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67968
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "kalintsenkov/SoftUni-Software-Engineering", "max_stars_repo_path": "CSharp-Technology-Fundamentals/Homeworks-And-Labs/03ArraysLab/P04ReverseArrayOfStrings/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:67969" }
starcoder
using System; namespace P04ReverseArrayOfStrings { class Program { static void Main(string[] args) { string[] elements = Console.ReadLine().Split(); for (int i = elements.Length - 1; i >= 0; i--) { Console.Write($"{elements[i]} "); ...
3.022178
417f246e516ecc4f1157ff5a575bc4f0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67969
{ "extension": "c-sharp", "max_stars_count": "24.0", "max_stars_repo_name": "Archomeda/Gw2Sharp", "max_stars_repo_path": "Gw2Sharp/WebApi/V2/Models/Pvp/PvpRatingType.cs", "provenance": "train-00000-of-00045.jsonl.gz:67970" }
starcoder
using System.Runtime.Serialization; namespace Gw2Sharp.WebApi.V2.Models { /// <summary> /// The PvP rating type. /// </summary> public enum PvpRatingType { /// <summary> /// Unknown type. /// </summary> Unknown, /// <summary> /// No type. ///...
2.459066
fbdc2ba87bab20482c1579c009a5c2e6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67970
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MyJetWallet/Service.External.FtxApi", "max_stars_repo_path": "src/Service.External.FtxApi/Services/ExternalMarketSettingsManagerGrpc.cs", "provenance": "train-00000-of-00045.jsonl.gz:67971" }
starcoder
using System.Threading.Tasks; using MyJetWallet.Sdk.ExternalMarketsSettings.Grpc; using MyJetWallet.Sdk.ExternalMarketsSettings.Grpc.Models; using MyJetWallet.Sdk.ExternalMarketsSettings.Models; using MyJetWallet.Sdk.ExternalMarketsSettings.Settings; namespace Service.External.FtxApi.Services { public class Exter...
1.804825
057b8facfee833371ffc686416850585
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67971
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Joseph-Cha/ServerProgrammingStudyForUnity", "max_stars_repo_path": "UnityProject_Server/Assets/Scripts/NetWork/Session.cs", "provenance": "train-00000-of-00045.jsonl.gz:67972" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; namespace ServerCore { public abstract class PacketSession : Session { public static readonly int HeaderSize = 2; public sealed override int On...
2.542151
17558e0537d04df57256c3e8d8417f43
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67972
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "softwarelogistics/pick-and-place", "max_stars_repo_path": "LagoVista.PickAndPlace/Models/PlaceablePart.cs", "provenance": "train-00000-of-00045.jsonl.gz:67973" }
starcoder
using LagoVista.PCB.Eagle.Models; using System.Collections.ObjectModel; namespace LagoVista.PickAndPlace.Models { public class PlaceableParts { public int Count { get; set; } public ObservableCollection<Component> Parts {get; set;} public string Package { get; set; } ...
1.727832
e7577f7d4ff32a079c4c3bd1c570f681
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67973
{ "extension": "c-sharp", "max_stars_count": "412.0", "max_stars_repo_name": "Jozor/Torque2D", "max_stars_repo_path": "editor/AssetAdmin/NewAudioAssetDialog.cs", "provenance": "train-00000-of-00045.jsonl.gz:67974" }
starcoder
function NewAudioAssetDialog::init(%this, %width, %height) { //Get the dialog contents %window = %this.getObject(0); %content = %window.getObject(0); //Create the file text box %form = new GuiGridCtrl() { class = "EditorForm"; extent = %width SPC %height; cellSizeX = %width; cellSizeY = 50; }; %form.a...
1.959221
9033d1ec178760a03fbb9c006be547a9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67974
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "marcominerva/GalacticProject", "max_stars_repo_path": "AwesomeFrontend/AwesomeFrontend/Startup.cs", "provenance": "train-00000-of-00045.jsonl.gz:67975" }
starcoder
using AwesomeFrontend.BusinessLayer.RemoteServices; using AwesomeFrontend.BusinessLayer.Services; using AwesomeFrontend.BusinessLayer.Settings; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsof...
1.744876
2bc732ba2d631c3a178e4c7c55f9fe7f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67975
{ "extension": "c-sharp", "max_stars_count": "249.0", "max_stars_repo_name": "Ahoo-Wang/SmartSql", "max_stars_repo_path": "src/SmartSql/CUD/CUDConfigBuilder.cs", "provenance": "train-00000-of-00045.jsonl.gz:67976" }
starcoder
<gh_stars>100-1000 using System; using System.Collections.Generic; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging.Abstractions; using SmartSql.ConfigBuilder; using SmartSql.Configuration; using SmartSql.Reflection.TypeConstants; namespace SmartSql.CUD { public class CUDConfigBuilder : IConf...
2.112662
880871df1e62cf823fbe74414254c858
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67976
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ioklo/citron", "max_stars_repo_path": "Src/Syntax/Syntax/EnumDecl.cs", "provenance": "train-00000-of-00045.jsonl.gz:67977" }
starcoder
using Citron.Syntax; using System; using System.Collections.Generic; using Citron.Collections; using System.Linq; using System.Text; using Pretune; namespace Citron.Syntax { [AutoConstructor, ImplementIEquatable] public partial struct EnumElemMemberVarDecl : ISyntaxNode { public TypeE...
1.794527
428a284f4b9d62740fe15d83990034ee
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67977
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "1runeberg/SunRock", "max_stars_repo_path": "Source/SunRock.Target.cs", "provenance": "train-00000-of-00045.jsonl.gz:67978" }
starcoder
// Copyright 2018 under the terms of the latest MIT Licence using UnrealBuildTool; using System.Collections.Generic; public class SunRockTarget : TargetRules { public SunRockTarget(TargetInfo Target) : base(Target) { Type = TargetType.Game; ExtraModuleNames.AddRange( new string[] { "SunRock" } ); ...
1.810281
fab02fb3b58187f461eda9a6b633ed81
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67978
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GurYN/StreamDeckPlugins", "max_stars_repo_path": "src/TimeManagement/actions/stopwatch/StopwatchPluginAction.cs", "provenance": "train-00000-of-00045.jsonl.gz:67979" }
starcoder
<gh_stars>0 using System; using System.Threading.Tasks; using StreamDeckLib; using StreamDeckLib.Messages; namespace TimeManagement.Actions.Stopwatch { [ActionUuid(Uuid = "com.vincidev.timemanagement.stopwatchPlugin")] public class StopwatchPluginAction : BaseStreamDeckAction { private bool _isWor...
2.2492
6b360c7a4eaef3f7f5d31ee06055f4db
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67979
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "e-manual-goldstein/NakedObjectsFramework", "max_stars_repo_path": "NakedFramework/NakedFramework.ParallelReflector/FacetFactory/FacetFactoryAbstract.cs", "provenance": "train-00000-of-00045.jsonl.gz:67980" }
starcoder
// Copyright Naked Objects Group Ltd, 45 Station Road, Henley on Thames, UK, RG9 1AT // 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 requir...
2.112105
5c42efa8722f42dbe497824b0b404e44
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67980
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Game-Warriors/StorageDomain", "max_stars_repo_path": "Runtime/Abstraction/IStorageEventHandler.cs", "provenance": "train-00000-of-00045.jsonl.gz:67981" }
starcoder
<reponame>Game-Warriors/StorageDomain using System; namespace GameWarriors.StorageDomain.Abstraction { public interface IStorageEventHandler { void LogErrorEvent(string message); void SetStorageUpdate(Action<float> update); void SetForceSaveEvent(Action forceSaveing); } }
1.732206
7dd52b7a0815f2b370a67e571774d390
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67981
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Rubius/Pilot.Web", "max_stars_repo_path": "Pilot.Xps.Entities/Constants.cs", "provenance": "train-00000-of-00045.jsonl.gz:67982" }
starcoder
namespace Pilot.Xps.Entities { public class XpsServerConstants { public static string XpsServiceName = "Pilot-XPS-Server"; } }
1.195525
36e5cdebec97a773eca8f42748225022
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67982
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "arves100/PMD-Toolkit", "max_stars_repo_path": "PMDToolkit/Maps/Operations.cs", "provenance": "train-00000-of-00045.jsonl.gz:67983" }
starcoder
/*The MIT License (MIT) Copyright (c) 2014 <NAME> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publis...
2.735141
0db4614710d0bf04d3a22e67d98422e5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67983
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Kertimir/Templates", "max_stars_repo_path": "AspNetCoreAngular/AspNetCoreAngular/Source/Template.Api/ViewModels/RequestViewModel/User/RegistrationRequestModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:67984" }
starcoder
<reponame>Kertimir/Templates<gh_stars>0 namespace MProject.Api.ViewModels.RequestViewModels.User { public class RegistrationRequestModel { public string Login { get; set; } public string Email { get; set; } public string Password { get; set; } } }
1.545217
cabbc5d1b9898a8760e46bda7df204dc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67984
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mortenbakkedal/SharpMath", "max_stars_repo_path": "SharpMath/Statistics/RootMeanSquareStatistics.cs", "provenance": "train-00000-of-00045.jsonl.gz:67985" }
starcoder
<filename>SharpMath/Statistics/RootMeanSquareStatistics.cs // SharpMath - C# Mathematical Library // Copyright (c) 2014 <NAME> // This code is published under the MIT License. using System; using System.Collections.Generic; namespace SharpMath.Statistics { [Serializable] public class RootMeanSquareStatist...
3.196012
dedfad997f938353dcefb0c754af2b5b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67985
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mbe14/dear-api-wrapper", "max_stars_repo_path": "DearInventoryLib/Model/Purchase/PurchaseStockReceived.cs", "provenance": "train-00000-of-00045.jsonl.gz:67986" }
starcoder
using DearInventoryLib.Model.Purchase.Common; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DearInventoryLib.Model.Purchase { public class PurchaseStockReceived { public Guid TaskID { get; set; } public PurchaseOrd...
1.568454
6547448f32232a029071aca6a67c3f85
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67986
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "adalon/project-system", "max_stars_repo_path": "tests/Microsoft.VisualStudio.ProjectSystem.Managed.VS.UnitTests/ProjectSystem/VS/Tree/Dependencies/Snapshot/DependenciesSnapshotTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:67...
starcoder
// Copyright (c) Microsoft. 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.Linq; using System.Collections.Generic; using System.Collections.Immutable; using Microsoft.VisualStudio.ProjectSystem.Prope...
1.706941
05a624b2059ba57a7503cebda5e81c1e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67987
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kawazoet/Cube.FileSystem.SevenZip", "max_stars_repo_path": "Applications/Ice/Configurator/Sources/Interactions/TreeViewExtension.cs", "provenance": "train-00000-of-00045.jsonl.gz:67988" }
starcoder
/* ------------------------------------------------------------------------- */ // // Copyright (c) 2010 CubeSoft, 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....
2.406064
eb10d939cd654e65c2df67f50eee1282
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67988
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "Moolight/MagiCloudSDK", "max_stars_repo_path": "Assets/MagiCloud/ThirdParty/LoxodonFramework/Scripts/Framework/Binding/Proxy/Targets/UGUI/UnityPropertyProxy.cs", "provenance": "train-00000-of-00045.jsonl.gz:67989" }
starcoder
using System; using System.Reflection; using UnityEngine.Events; using Loxodon.Log; namespace Loxodon.Framework.Binding.Proxy.Targets { public class UnityPropertyProxy<TValue> : PropertyTargetProxy { private static readonly ILog log = LogManager.GetLogger(typeof(UnityPropertyProxy<TValue>)); ...
2.299868
89287b7c8cb194c9ff89781c307ab2b6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67989
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "aaron-salisbury/ProjectTemplates", "max_stars_repo_path": "WinXPCore/Base/Logging/AppLogger.cs", "provenance": "train-00000-of-00045.jsonl.gz:67990" }
starcoder
<filename>WinXPCore/Base/Logging/AppLogger.cs using NLog; using NLog.Config; using NLog.Targets; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using WinXPCore.Base.Logging; namespace WinXPCore.Base { public class AppLogger : LoggableObject { // https://blog...
2.637617
bf19eb75d4bcf348a8d377d446d369c4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67990
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "uk-gov-mirror/defra.prsd-weee", "max_stars_repo_path": "src/EA.Weee.Requests/AatfReturn/NonObligated/NonObligated.cs", "provenance": "train-00000-of-00045.jsonl.gz:67991" }
starcoder
<reponame>uk-gov-mirror/defra.prsd-weee namespace EA.Weee.Requests.AatfReturn.NonObligated { using EA.Prsd.Core.Mediator; using System.Collections.Generic; public abstract class NonObligated : IRequest<bool> { public IList<NonObligatedValue> CategoryValues { get; set; } } }
1.16697
fa994fa4c309fc472a8a39956e2b1d1a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67991
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "psryland/rylogic_code", "max_stars_repo_path": "projects/SolarHotWater/SolarHotWater.Common/src/Solar/FroniusAPI.cs", "provenance": "train-00000-of-00045.jsonl.gz:67992" }
starcoder
using System; using System.Net.Http; using System.Threading; using System.Threading.Tasks; using Newtonsoft.Json.Linq; using Rylogic.Utility; namespace SolarHotWater.Common { public sealed class FroniusAPI :IDisposable { public FroniusAPI(string ip, CancellationToken shutdown) { Url = $"http://{ip}/"; Shu...
2.812335
2f71d97078b5ad503434c5052852fc99
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67992
{ "extension": "c-sharp", "max_stars_count": "182.0", "max_stars_repo_name": "talebia/compute.rhino3d", "max_stars_repo_path": "src/compute.geometry/ResthopperEndpoints.cs", "provenance": "train-00000-of-00045.jsonl.gz:67993" }
starcoder
using System; using System.Collections.Generic; using System.IO; using Nancy; using GH_IO.Serialization; using Grasshopper.Kernel; using Grasshopper.Kernel.Types; using Newtonsoft.Json; using Grasshopper.Kernel.Data; using Resthopper.IO; using Grasshopper.Kernel.Parameters; using Grasshopper.Kernel.Special; using Rhin...
2.113734
c0107f4d340009be197729d73110f39f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67993
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "tompipe/Umbraco-CMS", "max_stars_repo_path": "src/Umbraco.Core/Configuration/CommaDelimitedConfigurationElement.cs", "provenance": "train-00000-of-00045.jsonl.gz:67994" }
starcoder
using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.Configuration; namespace Umbraco.Core.Configuration { /// <summary> /// Defines a configuration section that contains inner text that is comma delimited /// </summary> internal class...
2.927515
e46e1ea27d06e871ed9492a21b101b73
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67994
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wayneyaoo/Typin", "max_stars_repo_path": "src/Typin/Typin.Core/Schemas/ArgumentSchema.cs", "provenance": "train-00000-of-00045.jsonl.gz:67995" }
starcoder
<filename>src/Typin/Typin.Core/Schemas/ArgumentSchema.cs namespace Typin.Schemas { using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Reflection; /// <summary> /// Abstract command argument schema used in <see cref="CommandParameterSchema"/> and...
2.73212
cda1bd686464a6f26c0ab89b6438e390
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67995
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Anduin2017/microsoft-authentication-library-for-dotnet", "max_stars_repo_path": "src/client/Microsoft.Identity.Client/Platforms/Features/WamBroker/WamAdapters.cs", "provenance": "train-00000-of-00045.jsonl.gz:67996" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Identity.Client.Core; using Microsoft.Identity.Client.Internal...
1.978354
e5c5d0f1eec5a801cb2ce312c7a65dc2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67996
{ "extension": "c-sharp", "max_stars_count": "26.0", "max_stars_repo_name": "GeorgeLeithead/LiLo.Lite", "max_stars_repo_path": "Source/LiLo.Lite/LiLo.Lite.iOS/ChartViewRederer.cs", "provenance": "train-00000-of-00045.jsonl.gz:67997" }
starcoder
//----------------------------------------------------------------------- // <copyright file="ChartViewRederer.cs" company="InternetWideWorld.com"> // Copyright (c) <NAME>, InternetWideWorld. All rights reserved. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY // OF ANY KIND, EITHER EXPRESSED OR...
1.742693
459bab08f3ed07918fc1d5be0b32905a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67997
{ "extension": "c-sharp", "max_stars_count": "29.0", "max_stars_repo_name": "indietom/Gleed2D", "max_stars_repo_path": "src/XmlExtensions2.cs", "provenance": "train-00000-of-00045.jsonl.gz:67998" }
starcoder
<gh_stars>10-100 using System; using System.Globalization ; using System.Xml ; using System.Xml.Linq ; using System.Xml.Serialization ; static class XmlExtensions2 { public static T DeserializedAs<T>(this XElement xml) { return (T)DeserializedAs( xml, typeof( T ) ) ; } public static object DeserializedAs(this ...
2.976972
f7a6a3acfa8f56689a7fedd2a63d6bf8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67998
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "OhRyanOh/NinjaCore", "max_stars_repo_path": "NinjaCore/NinjaCore.Extensions/StringExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:67999" }
starcoder
<gh_stars>1-10 using System; using System.Text; namespace NinjaCore.Extensions { public static class StringExtensions { public static string ToBase64String(this string value) { // TODO: pull GetBytes out and add option to clear byte array afterwards. return Convert.ToBa...
2.71215
784cad4184d366bf5f352c39c82755c3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67999
{ "extension": "c-sharp", "max_stars_count": "1390.0", "max_stars_repo_name": "pieperu/Brighter", "max_stars_repo_path": "tests/Paramore.Brighter.AzureServiceBus.Tests/MessagingGateway/When_consuming_a_message_via_the_consumer.cs", "provenance": "train-00000-of-00045.jsonl.gz:68000" }
starcoder
using System; using System.Text.Json; using System.Threading.Tasks; using Azure.Messaging.ServiceBus; using FluentAssertions; using Paramore.Brighter.AzureServiceBus.Tests.TestDoubles; using Paramore.Brighter.MessagingGateway.AzureServiceBus; using Paramore.Brighter.MessagingGateway.AzureServiceBus.AzureServiceBusWrap...
2.101408
a3abf7e6f7c610a1d87f3b8db05b1de9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68000
{ "extension": "c-sharp", "max_stars_count": "84.0", "max_stars_repo_name": "aliostad/deep-learning-lang-detection", "max_stars_repo_path": "data/test/csharp/849c219ad4e1e3a3e0e9a3b2c957afcd3bfd9955MetaTrader.cs", "provenance": "train-00000-of-00045.jsonl.gz:68001" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace TestServer { delegate void MetaTraderInfoHandler(string msg); class MetaTrader: IMetaTrader, IDisposable { public MetaTrader(string accountName, int accountNumber) { ...
2.660563
31d21f70d74c9e39f6140db7e0d2fc9f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68001
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "stephentoub/machinelearning-samples", "max_stars_repo_path": "samples/csharp/getting-started/Clustering_CustomerSegmentation/CustomerSegmentation.Train/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:68002" }
starcoder
<reponame>stephentoub/machinelearning-samples<filename>samples/csharp/getting-started/Clustering_CustomerSegmentation/CustomerSegmentation.Train/Program.cs<gh_stars>1-10 using System; using System.IO; using Microsoft.ML; using Microsoft.ML.Core.Data; using Microsoft.ML.Transforms; using Microsoft.ML.Transforms.Catego...
2.486652
3d71b2223f6e3844d0820c01a9c6077f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68002
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rGovers/Erde-Engine", "max_stars_repo_path": "EBase/OctTree.cs", "provenance": "train-00000-of-00045.jsonl.gz:68003" }
starcoder
<gh_stars>0 using System.Collections.Generic; namespace Erde { public class OctTreeNode<T> { OctTree<T> m_octTree; int m_depth; T m_data; OctTreeNode<T> m_parent; OctTreeNode<T>[] m_children; public OctTreeNode<T> Pare...
2.934103
fe2232a4b3665036bfa9be5bec49030e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68003
{ "extension": "c-sharp", "max_stars_count": "58.0", "max_stars_repo_name": "pvivera/FluentSecurity.Nancy", "max_stars_repo_path": "FluentSecurity/FluentSecurity/PolicyContainer.cs", "provenance": "train-00000-of-00045.jsonl.gz:68004" }
starcoder
<filename>FluentSecurity/FluentSecurity/PolicyContainer.cs using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using FluentSecurity.Caching; using FluentSecurity.Configuration; using FluentSecurity.Diagnostics; using FluentSecurity.Internals; using FluentSecu...
2.229496
cc1a3d0b0adeecb5e05374d486b77adf
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68004
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "comstyle/eXpand", "max_stars_repo_path": "Demos/Modules/AuditTrail/AuditTrailTester.Module/BusinessObjects/Customer.cs", "provenance": "train-00000-of-00045.jsonl.gz:68005" }
starcoder
<filename>Demos/Modules/AuditTrail/AuditTrailTester.Module/BusinessObjects/Customer.cs using DevExpress.ExpressApp; using DevExpress.Persistent.Base; using DevExpress.Persistent.BaseImpl; using DevExpress.Xpo; using Xpand.ExpressApp.AuditTrail.Logic; namespace AuditTrailTester.Module.BusinessObjects { [DefaultCla...
2.286491
7287ed1359759bcade3eb0779cf59ec5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68005
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "xHeinrich/KeeperScoreboard", "max_stars_repo_path": "keeperScoreboard/XAML/AddBombs.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:68006" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
2.473711
7664943718a35f8b728840904078bdb4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68006
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TheAsda/CinemaKeeper", "max_stars_repo_path": "src/CinemaKeeper/Exceptions/LocalizationException.cs", "provenance": "train-00000-of-00045.jsonl.gz:68007" }
starcoder
using System; namespace CinemaKeeper.Exceptions; public class LocalizationException : Exception { public LocalizationException(string? message) : base(message) { } }
1.986286
93cc554d43243c2b95f77e6c48d1d577
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68007
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "suve/advent-of-code", "max_stars_repo_path": "2018/day07/lotsa-steps.cs", "provenance": "train-00000-of-00045.jsonl.gz:68008" }
starcoder
using System; using System.Collections.Generic; namespace AdventOfCode { class Step { public char name; public Dictionary<char, Step> requirements; public Dictionary<char, Step> descendants; public void AddRequirement(Step req) { Step entry; this.requirements.TryGetValue(req.name, out entry); i...
3.49608
913e23a52d7540bd4d005e5bf3abfba4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68008
{ "extension": "c-sharp", "max_stars_count": "159.0", "max_stars_repo_name": "crowchirp/aspnet-docs", "max_stars_repo_path": "aspnet/mvc/overview/older-versions-1/nerddinner/build-a-model-with-business-rule-validations/samples/sample4.cs", "provenance": "train-00000-of-00045.jsonl.gz:68009" }
starcoder
DinnerRepository dinnerRepository = new DinnerRepository(); // Retrieve specific dinner by its DinnerID Dinner dinner = dinnerRepository.GetDinner(5);
1.813185
13fbad227a21fafb92f6208ff21747f9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68009
{ "extension": "c-sharp", "max_stars_count": "212.0", "max_stars_repo_name": "AgFlore/vocadb", "max_stars_repo_path": "VocaDbModel/DataContracts/WebhookContract.cs", "provenance": "train-00000-of-00045.jsonl.gz:68010" }
starcoder
<filename>VocaDbModel/DataContracts/WebhookContract.cs using Newtonsoft.Json; using Newtonsoft.Json.Converters; using VocaDb.Model.Domain; namespace VocaDb.Model.DataContracts { public sealed record WebhookContract { public string Url { get; init; } = string.Empty; [JsonConverter(typeof(StringEnumConv...
2.484594
d898132cfa0d499ac657ea5793cec8fa
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68010
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "Liklainy/redmine-netcore-api", "max_stars_repo_path": "netcore10/src/redmine-netcore10-api/Authentication/BasicAuthentication.cs", "provenance": "train-00000-of-00045.jsonl.gz:68011" }
starcoder
/* Copyright 2016 - 2017 <NAME>. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
2.643344
c5ce27db904756a58b4a9466a6a1bfc9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68011
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "viacheslave/algo", "max_stars_repo_path": "leetcode/c#/Problems/P1670.cs", "provenance": "train-00000-of-00045.jsonl.gz:68012" }
starcoder
<reponame>viacheslave/algo<gh_stars>0 namespace LeetCode.Naive.Problems; /// <summary> /// Problem: https://leetcode.com/problems/design-front-middle-back-queue/ /// Submission: https://leetcode.com/submissions/detail/425433683/ /// </summary> internal class P1670 { public class FrontMiddleBackQueue ...
3.039631
4b8aa4d2e2897a87bf0074b0c06195a0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68012
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dydimitrov/MicroServicesProject", "max_stars_repo_path": "src/RealEstateBookmarks/Startup.cs", "provenance": "train-00000-of-00045.jsonl.gz:68013" }
starcoder
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using RealEstate.Bookmarks.Data; using RealEstateCommon.Infrastructure; namespace RealEstate.Bookmarks { public clas...
2.066153
04ecf865980a88bd29d8bcc009907638
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68013
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "pulumi/pulumi-yandex", "max_stars_repo_path": "sdk/dotnet/Inputs/AlbBackendGroupHttpBackendArgs.cs", "provenance": "train-00000-of-00045.jsonl.gz:68014" }
starcoder
<gh_stars>1-10 // *** 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.Serial...
1.425112
9b6a7cc61c2d08e4e195fb1f7938efa9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68014
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "luca16s/Infnet-Pos-DevOpsPresentation", "max_stars_repo_path": "DeadFishStudio.InfnetDevOps.Presentation/Configuration/MarketListApiConfiguration.cs", "provenance": "train-00000-of-00045.jsonl.gz:68015" }
starcoder
using System; namespace DeadFishStudio.InfnetDevOps.Presentation.Configuration { public class MarketListApiConfiguration { public Uri Url { get; set; } public string MediaType { get; set; } public string RequestUri { get; set; } } }
1.474749
97a3237c6de8e37f281cc2a23687f69a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68015
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Sohamsahare/ML-Agents-Test-Grounds", "max_stars_repo_path": "Assets/Sub-Projects/Shooter/Scripts/Gun.cs", "provenance": "train-00000-of-00045.jsonl.gz:68016" }
starcoder
<reponame>Sohamsahare/ML-Agents-Test-Grounds<filename>Assets/Sub-Projects/Shooter/Scripts/Gun.cs<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class Gun : MonoBehaviour { public Transform muzzleTransform; public GameObject bulletObject; [Tooltip("If negat...
2.279533
520dadbe461dd953893f40a8193d1aa8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68016
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Es10liv/ProjectTask_Unity3d", "max_stars_repo_path": "Base Items/BaseEquipment.cs", "provenance": "train-00000-of-00045.jsonl.gz:68017" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class BaseEquipment : BaseStatItem { public enum EquipmentTypes { HEAD, ARMS, LEGS, CHEST, ACCESSORY } private EquipmentTypes equipmentTypes; private int...
2.176118
b5782e93c4d06f46bb5b03bb338fa7a1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68017
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "YamanNasser/Yamaanco", "max_stars_repo_path": "Yamaanco.Persistence.MSSQL/Repositories/ProfileRepository/ProfilePhotoResourcesRepository.cs", "provenance": "train-00000-of-00045.jsonl.gz:68018" }
starcoder
<filename>Yamaanco.Persistence.MSSQL/Repositories/ProfileRepository/ProfilePhotoResourcesRepository.cs<gh_stars>1-10 using Yamaanco.Application.Interfaces; using Yamaanco.Application.Interfaces.Repositories.Profile; using Yamaanco.Domain.Entities.ProfileEntities; using Yamaanco.Infrastructure.EF.Persistence.MSSQL.Comm...
1.719181
1ad110ede819db0669a2a91c2dcd5924
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68018
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NetOfficeFw/Excel-XlLateBinding", "max_stars_repo_path": "ReleaseTags/0.7/LateBindingApi.Excel/Enums/XlSortType.cs", "provenance": "train-00000-of-00045.jsonl.gz:68019" }
starcoder
using System; namespace LateBindingApi.Excel.Enums { public enum XlSortType { xlSortLabels = 2, xlSortValues = 1 } }
1.514246
1a0ed86bb0a01593b59e3382b32158a0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68019
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tuble/guzFlights", "max_stars_repo_path": "guzFlightsUltra/Data/guzFlightsUltraDbContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:68020" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; using guzFlightsUltra.Models.ViewModels.Flight; using guzFlightsUltra.BindingModels.User; ...
1.887125
dc1e9f1f9ff9836d89073e4d5235e6c0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68020
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "marartz/Gastromio", "max_stars_repo_path": "src/Gastromio.Core/Application/Queries/GetRestaurantById/GetRestaurantByIdQueryHandler.cs", "provenance": "train-00000-of-00045.jsonl.gz:68021" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Gastromio.Core.Application.DTOs; using Gastromio.Core.Application.Ports.Persistence; using Gastromio.Core.Common; using Gastromio.Core.Domain.Failures; using Gastromio.Core.Domain.Model.Paymen...
2.075841
a1a4f6dbe55be128a08930b1eb99ceb3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68021
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "jsmeyers/GPV", "max_stars_repo_path": "WebApp/App_Code/Projection/UTM.cs", "provenance": "train-00000-of-00045.jsonl.gz:68022" }
starcoder
// Copyright 2016 Applied Geographics, 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.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
2.245857
1ddd8d6de6cf98cd98f858c0285e0415
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68022
{ "extension": "c-sharp", "max_stars_count": "1365.0", "max_stars_repo_name": "taozhiyu/TileIconifier", "max_stars_repo_path": "TileIconifier/Controls/IconifierPanel/PictureBox/PannablePictureBoxControlPanel.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:68023" }
starcoder
namespace TileIconifier.Controls.IconifierPanel.PictureBox { partial class PannablePictureBoxControlPanel { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any ...
1.946256
e84e68fba14c915f12a879a30cfde20a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68023
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "willb611/SlimeSimulation", "max_stars_repo_path": "SlimeSimulationTests/View/WindowComponent/SimulationControlComponent/SimulationCreaterComponent/LatticeGenerationControlComponentTests.cs", "provenance": "train-00000-of-00045.jsonl.g...
starcoder
<reponame>willb611/SlimeSimulation<filename>SlimeSimulationTests/View/WindowComponent/SimulationControlComponent/SimulationCreaterComponent/LatticeGenerationControlComponentTests.cs<gh_stars>0 using Microsoft.VisualStudio.TestTools.UnitTesting; using SlimeSimulation.Configuration; using System.Linq; using SlimeSimulati...
2.076828
90526c35b43c0ea5dbbac709594021f8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68024
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ZombieFleshEaters/mtgdm", "max_stars_repo_path": "mtgdm/Views/Shared/_ViewImports.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:68025" }
starcoder
@using Microsoft.AspNetCore.Identity @using mtgdm @using mtgdm.Data @namespace mtgdm.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
1.309294
21475675fbb67816db37b59c4fbd2984
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68025
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "runeanielsen/Topos", "max_stars_repo_path": "Topos.Tests.Contracts/Positions/PositionsManagerTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:68026" }
starcoder
using System; using System.Threading.Tasks; using NUnit.Framework; using Topos.Consumer; using Topos.Tests.Contracts.Factories; namespace Topos.Tests.Contracts.Positions { public class PositionsManagerTest<TPositionsManagerFactory> : ToposContractFixtureBase where TPositionsManagerFactory : IPositionsManagerFacto...
2.507366
4a1290fa80c4fb06add4d7866501fc3a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68026
{ "extension": "c-sharp", "max_stars_count": "423.0", "max_stars_repo_name": "inkcomic/LeopotamGroupLibraryUnity", "max_stars_repo_path": "SystemUi/Markup/Generators/Toggle.cs", "provenance": "train-00000-of-00045.jsonl.gz:68027" }
starcoder
// ---------------------------------------------------------------------------- // The MIT License // LeopotamGroupLibrary https://github.com/Leopotam/LeopotamGroupLibraryUnity // Copyright (c) 2012-2019 Leopotam <<EMAIL>> // ---------------------------------------------------------------------------- using LeopotamGr...
1.835324
aedb9d4ed2c99738b9212ab36d537450
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68027
{ "extension": "c-sharp", "max_stars_count": "1245.0", "max_stars_repo_name": "Kaladrius2trip/bepuphysics2", "max_stars_repo_path": "BepuPhysics/Constraints/BallSocket.cs", "provenance": "train-00000-of-00045.jsonl.gz:68028" }
starcoder
using BepuPhysics.CollisionDetection; using BepuUtilities; using BepuUtilities.Memory; using System; using System.Diagnostics; using System.Numerics; using System.Runtime.CompilerServices; using static BepuUtilities.GatherScatter; namespace BepuPhysics.Constraints { /// <summary> /// Constrains a point on one ...
2.18732
e6c688dcc5fb3986464f9e83b36ccd15
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68028
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "niegramyzle/CaveVenture", "max_stars_repo_path": "Assets/Scripts/Character/PlayerRotation.cs", "provenance": "train-00000-of-00045.jsonl.gz:68029" }
starcoder
<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerRotation : MonoBehaviour { [SerializeField] private Transform playerHeadTransform; [SerializeField] private Transform playerFullTransform; private Quaternion quaternionToRotate; priv...
2.19649
dfe11345dd30b237d170c24df45a69a5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68029
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "DigitalQR/Prism", "max_stars_repo_path": "PrismUtils/PrismParsing/Parsing/ConditionState.cs", "provenance": "train-00000-of-00045.jsonl.gz:68030" }
starcoder
<filename>PrismUtils/PrismParsing/Parsing/ConditionState.cs<gh_stars>1-10 using Prism.Parser.Cpp.Token; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Prism.Parsing { /// <summary> /// Track the condition tree for boolean operations ///...
3.008047
442f8d56d6124d5aa0becb4e970e5e0e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68030
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "The127/RaccoonDB", "max_stars_repo_path": "RaccoonDB/Internal/Querying/DropColumnQuery.cs", "provenance": "train-00000-of-00045.jsonl.gz:68031" }
starcoder
using RaccoonDB.Interface; using RaccoonDB.Internal.Querying.Compiler; using RaccoonDB.Internal.Storage; namespace RaccoonDB.Internal.Querying { public class DropColumnQuery : CompiledQuery { private readonly DropColumnModel _model; public DropColumnQuery(DropColumnModel model) { ...
2.228916
2039a094dd2f6240cd2c4a61477e7de5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68031
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "yunusbayrak/Net5-Api-Skeleton", "max_stars_repo_path": "Hepsiorada.Domain/Products/Product.cs", "provenance": "train-00000-of-00045.jsonl.gz:68032" }
starcoder
<gh_stars>0 using Hepsiorada.Domain.Base; using Hepsiorada.Domain.Products.ProductMeta; using Hepsiorada.Domain.Users.Lists; using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace Hepsiorada.Domain.Products { public class Product : IAuditib...
1.632708
2420771072993f0c58605a2698567c34
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
68032
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bapplebo/modsmith", "max_stars_repo_path": "Modsmith/Utils/LaunchArgumentsInput.cs", "provenance": "train-00000-of-00045.jsonl.gz:68033" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using CommandLine; namespace Modsmith.Utils { public class LaunchArgumentsInput { [Option('a', "appid", Required = false)] public uint AppId { get; set; } } }
1.748433
d9dedf6e13b8dbdcdec0762beeb413a6