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
3237
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "Rogue-Archivists/SqlServer.Rules", "max_stars_repo_path": "SqlServer.Dac/Visitors/BooleanBinaryExpressionVisitor.cs", "provenance": "train-00000-of-00045.jsonl.gz:3238" }
starcoder
using Microsoft.SqlServer.TransactSql.ScriptDom; using System.Collections.Generic; namespace SqlServer.Dac.Visitors { public class BooleanBinaryExpressionVisitor : BaseVisitor, IVisitor<BooleanBinaryExpression> { public IList<BooleanBinaryExpression> Statements { get; } = new List<BooleanBinaryExpress...
2.232243
2df42b46d8f8f12fa7e65b4d5c460ef8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3238
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PNNL-Comp-Mass-Spec/Mage", "max_stars_repo_path": "MageUnitTests/AddColumnFilterTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:3239" }
starcoder
<filename>MageUnitTests/AddColumnFilterTest.cs using Mage; using NUnit.Framework; using System.Collections.Generic; namespace MageUnitTests { /// <summary> /// This is a test class for AddColumnFilterTest and is intended /// to contain all AddColumnFilterTest Unit Tests /// </summary> [T...
2.590754
454e725701526d69ae73fdd7a4e6dd44
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3239
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "andreasanta/QRTracking", "max_stars_repo_path": "SampleQRCodes/Assets/MRTK/Core/Inspectors/Profiles/BaseMixedRealityToolkitConfigurationProfileInspector.cs", "provenance": "train-00000-of-00045.jsonl.gz:3240" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using Microsoft.MixedReality.Toolkit.Input; using Microsoft.MixedReality.Toolkit.Utilities; using Microsoft.MixedReality.Toolkit.Utilities.Editor; using Micro...
2.123593
4a9e3d849f3eb834a3f6bf9217bcee3d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3240
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "LiamCoal/castaway", "max_stars_repo_path": "Castaway.OpenGL/OpenGL42.cs", "provenance": "train-00000-of-00045.jsonl.gz:3241" }
starcoder
using System; using Castaway.OpenGL.Native; using Castaway.Rendering; namespace Castaway.OpenGL { [Implements("OpenGL-4.2")] public class OpenGL42 : OpenGL41 { public override string Name => "OpenGL-4.2"; public override void PutImage(uint image, TextureObject texture) { ...
2.064104
b3d8de053f0279373e0fe11c0594fddd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3241
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bstaykov/Telerik-DSA", "max_stars_repo_path": "2015/Recursion/12.QueensBacktracking/QueenBoard.cs", "provenance": "train-00000-of-00045.jsonl.gz:3242" }
starcoder
namespace _12.QueensBacktracking { using System; using System.Collections.Generic; public class QueenBoard { private const char SwapValue = 'x'; private const char Empty = ' '; private const char Queen = 'Q'; private const bool BoolQueen = true; private static i...
3.56285
a64e17d69bac6ffdf3721b6eadd5765f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3242
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sdcondon/SCGraphTheory.Search", "max_stars_repo_path": "src/Search.Tests/Classic/LimitedDepthFirstSearchTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:3243" }
starcoder
using FluentAssertions; using FlUnit; using SCGraphTheory.Search.TestGraphs; using System; using System.Linq; namespace SCGraphTheory.Search.Classic { public static class LimitedDepthFirstSearchTests { private record TestCase(LinqGraph graph, int sourceId, int targetId, int depthLimit, (int from, int ...
2.721324
694c6591fb00a9d7e84b2106806708fd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3243
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "P7CoreOrg/GraphQL.Play.2.2", "max_stars_repo_path": "src/AppIdentity.Models/Contracts/AppIdentityConfiguration.cs", "provenance": "train-00000-of-00045.jsonl.gz:3244" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace AppIdentity.Contracts { public interface IAppIdentityConfiguration { int MaxSubjectLength { get; } int MaxAppIdLength { get; } int MaxMachineIdLength { get; } } }
1.579937
497b9a620cd98e0b0cada054f577d4a8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3244
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "karoterra/AupDotNet", "max_stars_repo_path": "src/AupDotNet/Extensions/StringExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:3245" }
starcoder
<filename>src/AupDotNet/Extensions/StringExtensions.cs using System; using System.Text; namespace Karoterra.AupDotNet.Extensions { /// <summary> /// <see cref="Karoterra.AupDotNet"/> 内で使用する文字列用の拡張メソッドを提供します。 /// </summary> public static class StringExtensions { private static readonly Encod...
3.058713
117ee79bc2f8541a7d048e0afc123c6a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3245
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "stackdeveloper11/dama", "max_stars_repo_path": "akset/ViewModel/AutoComplateViewModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:3246" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace akset.ViewModel { public class AutoComplateViewModel { public int Id { get; set; } public string Value { get; set; } } }
1.138358
eff54759f158b7c9514782a8612dd1ac
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3246
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DixonDs/cake", "max_stars_repo_path": "src/Cake.Common/Xml/XmlPeekAliases.cs", "provenance": "train-00000-of-00045.jsonl.gz:3247" }
starcoder
<filename>src/Cake.Common/Xml/XmlPeekAliases.cs<gh_stars>0 // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.IO; using System.Xml; using C...
2.534453
b0f0be54b0128381ee92104e5ab2d031
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3247
{ "extension": "c-sharp", "max_stars_count": "164.0", "max_stars_repo_name": "misazx/NPBehaviour", "max_stars_repo_path": "Assets/U3d-package/Model/NPBehave/NodeDatas/BBValues/INP_BBValue.cs", "provenance": "train-00000-of-00045.jsonl.gz:3248" }
starcoder
//------------------------------------------------------------ // Author: 烟雨迷离半世殇 // Mail: <EMAIL> // Data: 2020年8月23日 13:52:22 //------------------------------------------------------------ using System; namespace ETModel.BBValues { public interface INP_BBValue<T> { T GetValue(); void SetValu...
1.667098
314e4d93ec5863d51201876b34181e16
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3248
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hpscodemaverick/GsCoreApi", "max_stars_repo_path": "GsCoreApi/GsCore.Api/V1/Contracts/Requests/Patch/ArtistBasicInfoPatchRequest.cs", "provenance": "train-00000-of-00045.jsonl.gz:3249" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace GsCore.Api.V1.Contracts.Requests.Patch { public class ArtistBasicInfoPatchRequest : ArtistInfoBaseRequest { } }
0.763341
e12aa87dfa158151c5e4b5d3bf24c7eb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3249
{ "extension": "c-sharp", "max_stars_count": "74.0", "max_stars_repo_name": "sunshinele/npoi", "max_stars_repo_path": "main/DDF/EscherDgRecord.cs", "provenance": "train-00000-of-00045.jsonl.gz:3250" }
starcoder
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for Additional information regarding copyright ownership. The ASF licenses this fil...
2.255371
5a0334dfcd548def46403de452ba2af7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3250
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "arcadia-station/space-station-14", "max_stars_repo_path": "Content.Server/Alert/Click/StopPiloting.cs", "provenance": "train-00000-of-00045.jsonl.gz:3251" }
starcoder
<filename>Content.Server/Alert/Click/StopPiloting.cs<gh_stars>1-10 using Content.Server.Shuttles.EntitySystems; using Content.Shared.Alert; using Content.Shared.Shuttles.Components; using JetBrains.Annotations; namespace Content.Server.Alert.Click { /// <summary> /// Stop piloting shuttle /// </summary> ...
2.157016
bb4ccee48288c36c6ba47e1752a17d15
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3251
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jogonzal/rcs", "max_stars_repo_path": "RcsServer/RcsServer/Controllers/GamesController.cs", "provenance": "train-00000-of-00045.jsonl.gz:3252" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; using RcsServer.Storage; namespace RcsServer.Controllers { [Route("api/[controller]")] public class GamesController : Controller { private string TableName = "RCSGA...
2.535089
05b78f1bda594ac8ba77e98d8908ab3c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3252
{ "extension": "c-sharp", "max_stars_count": "134.0", "max_stars_repo_name": "robgwinkler/box-windows-sdk-v2", "max_stars_repo_path": "Box.V2/Models/BoxMetadataFieldFilter.cs", "provenance": "train-00000-of-00045.jsonl.gz:3253" }
starcoder
<reponame>robgwinkler/box-windows-sdk-v2 using Newtonsoft.Json; namespace Box.V2.Models { /// <summary> /// Box representation of a filter on a metadata field. Used for assigning a retention policy to a metadata template. /// </summary> public class BoxMetadataFieldFilter { public...
1.943453
6ed08e6d0d4684e8d83503216cfc16f7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3253
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RuneForge/RuneForge", "max_stars_repo_path": "Source/RuneForge.Game/Orders/Factories/ProduceUnitOrderFactory.cs", "provenance": "train-00000-of-00045.jsonl.gz:3254" }
starcoder
<gh_stars>0 using System; using System.Linq; using Microsoft.Extensions.DependencyInjection; using RuneForge.Data.Orders; using RuneForge.Game.Buildings.Interfaces; using RuneForge.Game.Entities; using RuneForge.Game.GameSessions.Interfaces; using RuneForge.Game.Orders.Attributes; using RuneForge.Game.Orders.Impleme...
1.79493
722782245711de82befa66810ea6db3c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3254
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Monkasen/FlightFinder", "max_stars_repo_path": "FlightFinder/Pages/Login.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:3255" }
starcoder
<gh_stars>0 @page @model FlightFinder.LoginModel @{ ViewData["Title"] = "Login"; } @section scripts{ <partial name="_ValidationScriptsPartial"> } <head> <title>Login Form</title> <link rel="stylesheet" type="text/css" href="~/css/login.css"> </head> <body> <div class="text-center"> <h2>Login...
1.976676
b2937946efca0de5a3ececdf684608c4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3255
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "sharwell/dotnet-trees", "max_stars_repo_path": "TunnelVisionLabs.Collections.Trees.Test/Immutable/AbstractImmutableSetTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:3256" }
starcoder
<reponame>sharwell/dotnet-trees // Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. namespace TunnelVisionLabs.Collections.Trees.Test.Immutable { using System; using System.Collections; using Sys...
2.256927
ead51a5004b2b3f685b82929627ecc5d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3256
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "tralivali1234/reactive", "max_stars_repo_path": "Ix.NET/Source/System.Linq.Async/System/Linq/Operators/Utilities.cs", "provenance": "train-00000-of-00045.jsonl.gz:3257" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the Apache 2.0 License. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; namespace System.L...
2.734567
4606705cc611d5ce0b247d03c5b49780
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3257
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "a-thir-a/OpenHiring", "max_stars_repo_path": "Submission/TodoList/TodoList/TodoList/MainPage.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:3258" }
starcoder
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using TodoList.Droid.Models; using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace CollectionViewChallenge.Views { [XamlCompilation(XamlCompilationOptions.Compile)] ...
2.65113
d7083edbc1a43bc9af4be896b96ff2bc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3258
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "hinteadan/H.Necessaire", "max_stars_repo_path": "Src/H.Necessaire/H.Necessaire.Runtime.RavenDB/Security/Resources/RavenDbUserIdentityStorageResource.cs", "provenance": "train-00000-of-00045.jsonl.gz:3259" }
starcoder
<filename>Src/H.Necessaire/H.Necessaire.Runtime.RavenDB/Security/Resources/RavenDbUserIdentityStorageResource.cs<gh_stars>1-10 using H.Necessaire.RavenDB; using H.Necessaire.Runtime.RavenDB.Security.Resources.Filters; using H.Necessaire.Runtime.RavenDB.Security.Resources.Indexes; using H.Necessaire.Runtime.Security.Re...
2.128084
4452732877cbf93e7ce5c362f146f2ac
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3259
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "yaryrslv/StoreKit", "max_stars_repo_path": "src/Core/Application/Services/LocalStorage/BitmapExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:3260" }
starcoder
<filename>src/Core/Application/Services/LocalStorage/BitmapExtensions.cs<gh_stars>1-10 using System; using System.Drawing; using System.Linq; using System.Runtime.InteropServices; namespace StoreKit.Application.Services.LocalStorage { public static class BitmapExtensions { public static void Rotate(th...
2.779887
ebf56b1a40c2400b3499f9f33cde15c6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3260
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "xterminal86/FE", "max_stars_repo_path": "Assets/_scripts/Unit.cs", "provenance": "train-00000-of-00045.jsonl.gz:3261" }
starcoder
<filename>Assets/_scripts/Unit.cs<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class Unit : MonoBehaviour { public UnitData UnitData_; public WeaponData WeaponData_; void Awake() { UnitData_.Initialize(); WeaponData_.Initialize(); } }
1.885723
20a14cca1b0c2e296a58ed1c943385a0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3261
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "madcapnmckay/EyePatch", "max_stars_repo_path": "EyePatch.Blog/Views/Blog/Post.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:3262" }
starcoder
<reponame>madcapnmckay/EyePatch<gh_stars>1-10 @model EyePatch.Blog.Models.Widgets.PostBody <div class="blog-post"> <article> <h1 id="title"> @Model.Title</h1> <div class="post-date" title="Posted at @Model.PublishedTime"> <div class="month"> @Model.PublishedM...
2.221256
627a36fc20f762ad239fe69ef1da95a1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3262
{ "extension": "c-sharp", "max_stars_count": "480.0", "max_stars_repo_name": "Microsoft/vstest", "max_stars_repo_path": "src/Microsoft.TestPlatform.CrossPlatEngine/TestEngine.cs", "provenance": "train-00000-of-00045.jsonl.gz:3263" }
starcoder
<gh_stars>100-1000 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using Microsoft.Visual...
1.918948
e572148608d1d1e980d416dbab2e2909
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3263
{ "extension": "c-sharp", "max_stars_count": "121.0", "max_stars_repo_name": "sisisin/pulumi-gcp", "max_stars_repo_path": "sdk/dotnet/PubSub/Outputs/GetTopicSchemaSettingResult.cs", "provenance": "train-00000-of-00045.jsonl.gz:3264" }
starcoder
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
1.53305
c73be5055256dedff89f715d3263a9a8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3264
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "aguang-xyz/zoo", "max_stars_repo_path": "src/Zoo.Rpc.Core/Models/RpcResult.cs", "provenance": "train-00000-of-00045.jsonl.gz:3265" }
starcoder
using System; using System.Collections.Generic; using Zoo.Rpc.Abstractions.Models; namespace Zoo.Rpc.Core.Models { /// <summary> /// RPC result. /// </summary> public class RpcResult : IRpcResult { public object ReturnValue { get; set; } public Exception Exception { get; se...
1.622189
212d3398e4295fefde888ee009a959ec
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3265
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ngiakhanh96/LearnASPNETCoreMicroservice", "max_stars_repo_path": "src/Services/Ordering/Ordering.Application/Features/Orders/Commands/UpdateOrder/UpdateOrderCommandValidator.cs", "provenance": "train-00000-of-00045.jsonl.gz:3266" }
starcoder
<reponame>ngiakhanh96/LearnASPNETCoreMicroservice using FluentValidation; using Shared.Validator; namespace Ordering.Application.Features.Orders.Commands.UpdateOrder { public class UpdateOrderCommandValidator : BaseValidator<UpdateOrderCommand> { public UpdateOrderCommandValidator() { ...
1.982145
261d084568608fd442f2c7a94363fc7e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3266
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "damiancipolat/CRYPTON", "max_stars_repo_path": "BE/NotificacionBE.cs", "provenance": "train-00000-of-00045.jsonl.gz:3267" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BE { public class NotificacionBE : EntityBE { public Int64 idnotification; public ClienteBE cliente; public string payload; public DateTime fecRegistro;...
1.458802
7edb72a9f1905fd2111608ebb9a4e3a6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3267
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lucashigor/luxclusif.user", "max_stars_repo_path": "luxclusif.user.webapi/Extensions/GlobalExceptionHandlerMiddlewareExtension.cs", "provenance": "train-00000-of-00045.jsonl.gz:3268" }
starcoder
using luxclusif.user.webapi.Middlewares; namespace luxclusif.user.webapi.Extensions { public static class GlobalExceptionHandlerMiddlewareExtension { public static IServiceCollection AddGlobalExceptionHandlerMiddleware(this IServiceCollection services) { return services.AddTransien...
1.628136
be9de5a690c71bd5153ad902dc9c5e91
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3268
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TheBinaryGuy/CouponManager", "max_stars_repo_path": "CouponManager.Api/Controllers/CouponsController.cs", "provenance": "train-00000-of-00045.jsonl.gz:3269" }
starcoder
<reponame>TheBinaryGuy/CouponManager using CouponManager.Api.Data; using CouponManager.Api.Services; using CouponManager.Api.ViewModels; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using System.Linq; using System.Threading; using System.Threading.Tasks...
2.153985
8c73d7372ed9918a34ec12d0abe637b8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3269
{ "extension": "c-sharp", "max_stars_count": "24.0", "max_stars_repo_name": "emperorstarfinder/WhiteCore-Dev-1", "max_stars_repo_path": "WhiteCore/ScriptEngine/DotNetEngine/APIs/LSL/Functions/LSL_Functions_P.cs", "provenance": "train-00000-of-00045.jsonl.gz:3270" }
starcoder
/* * Copyright (c) Contributors, http://whitecore-sim.org/, http://aurora-sim.org * See CONTRIBUTORS.TXT for a full list of copyright holders. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistri...
1.417029
93feb2ef7f45db2bd2310bfb04111ece
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3270
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "sourabh18102002/torshify", "max_stars_repo_path": "src/Torshify/Core/Native/NativeSearchCallbacks.cs", "provenance": "train-00000-of-00045.jsonl.gz:3271" }
starcoder
<gh_stars>1-10 using System; using System.Runtime.InteropServices; namespace Torshify.Core.Native { internal class NativeSearchCallbacks : IDisposable { #region Fields private readonly NativeSearch _search; private SearchCompleteCallback _searchComplete; private IntPtr _callba...
2.362988
5003dfde12a47ac363ee4e0973e95dab
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3271
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pocheshire/AppRopio.Mobile", "max_stars_repo_path": "src/app-ropio/AppRopio.ECommerce/Products/Droid/ValueConverters/ProductsTextBackgroundValueConverter.cs", "provenance": "train-00000-of-00045.jsonl.gz:3272" }
starcoder
using System; using Android.App; using Android.Graphics; using Android.Graphics.Drawables; using Android.Util; using MvvmCross.Platform; using MvvmCross.Platform.Converters; using MvvmCross.Platform.Droid.Platform; namespace AppRopio.ECommerce.Products.Droid.ValueConverters { public class ProductsTextBackgroundVa...
1.924816
0965627c2009beaa5e6b1c898ef707b0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3272
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "stcmz/mccsx", "max_stars_repo_path": "Attributes/AminoAcidNamesAttribute.cs", "provenance": "train-00000-of-00045.jsonl.gz:3273" }
starcoder
using System; namespace mccsx { [AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)] internal sealed class AminoAcidNamesAttribute : Attribute { public AminoAcidNamesAttribute(string shortName, char code) => (ShortName, Code) = (shortName, code); ...
2.452918
c35766aefcd94e5d24fc7e37e35096e5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3273
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "CAUCA-9-1-1/survip-webapi", "max_stars_repo_path": "Survi.Prevention.DataLayer/Migrations/20181018202914_158-base-model-modified.cs", "provenance": "train-00000-of-00045.jsonl.gz:3274" }
starcoder
using System; using Microsoft.EntityFrameworkCore.Migrations; namespace Survi.Prevention.DataLayer.Migrations { public partial class _158basemodelmodified : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn<Guid>( ...
1.383654
ee18627de20ddeb13bd235b4e638528b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3274
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tgdraugr/CodingKatas", "max_stars_repo_path": "Closest2Zero/csharp/Closest2Zero/ListExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:3275" }
starcoder
using System; using System.Collections.Generic; using System.Linq; namespace Closest2Zero { public static class ListExtensions { public static int ClosestToZero(this IList<int> numbers) { if (numbers.Count == 0) { throw new InvalidOperationEx...
3.667955
d799f35eba03c98efefe651281819e7a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3275
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HarryMills-UL/Element", "max_stars_repo_path": "Element.NET/LEGACY/Intrinsics/InferIntrinsic.cs", "provenance": "train-00000-of-00045.jsonl.gz:3276" }
starcoder
namespace Element { using System.Linq; /// <summary> /// Calls a function with arguments inferred by name from the instance. /// </summary> internal class InferIntrinsic : INamedFunction { public string Name => "infer"; public PortInfo[] Inputs { get; } = { ...
2.603909
604e7e576f28f9b530a4c591e5984256
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3276
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hasnainsayed/MNMNew", "max_stars_repo_path": "bulkSalesExcel.aspx.cs", "provenance": "train-00000-of-00045.jsonl.gz:3277" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.IO; using System.Text; using System.Web.UI.HtmlControls; using ClosedXML; using System.Data.SqlClient; using ClosedXML.Excel; public pa...
1.796867
f044f10775a09919c9bd3aa383b91a4b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3277
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ghuntley/orleans", "max_stars_repo_path": "src/Tester/SerializationTests/SerializationTests.JsonTypes.cs", "provenance": "train-00000-of-00045.jsonl.gz:3278" }
starcoder
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Orleans.CodeGeneration; using Orleans.Serialization; using UnitTests.GrainInterfaces; namespace UnitTests.Serialization { /// <summary> /// Summary description for SerializationTests /...
2.556182
09fb1a1bd17e0d7f847a32bd1c75a9de
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3278
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gkurbesov/TinyCache", "max_stars_repo_path": "TinyCache/CacheEntry.cs", "provenance": "train-00000-of-00045.jsonl.gz:3279" }
starcoder
using System; using System.Collections.Generic; using System.Runtime.CompilerServices; using System.Text; namespace TinyCache { public class CacheEntry : ICacheEntry { public CacheEntry(object key) { Key = key ?? throw new ArgumentNullException(nameof(key)); } /// <...
2.98214
f5f8cde8dd3495aedd86939cbf432ee2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3279
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Michel-Prins/Learn-C-By-Building-Applications", "max_stars_repo_path": "SudokuSolver/SudokuSolver.Test.Unit/Strategies/SimpleMarkupStrategyTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:3280" }
starcoder
<reponame>Michel-Prins/Learn-C-By-Building-Applications<filename>SudokuSolver/SudokuSolver.Test.Unit/Strategies/SimpleMarkupStrategyTest.cs using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using SudokuSolver.Strategies; using SudokuSolver.Workers; namespace SudokuSolver.Test.Unit.Strategies { [Te...
2.570075
23440cee7cc3eed03cad6503351ca5a5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3280
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "erikzhouxin/CSharpSolution", "max_stars_repo_path": "NetSiteUtilities/AopApi/Response/AlipayOfflineMarketProductBatchqueryResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:3281" }
starcoder
using System; using System.Xml.Serialization; using System.Collections.Generic; namespace EZOper.NetSiteUtilities.AopApi { /// <summary> /// AlipayOfflineMarketProductBatchqueryResponse. /// </summary> public class AlipayOfflineMarketProductBatchqueryResponse : AopResponse { /// <summary> ...
1.612722
35add52ccb04ac47a69c377260e1f869
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3281
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "zhenghua75/DXInfo", "max_stars_repo_path": "FairiesCoolerCash/Business/PagerSettings.cs", "provenance": "train-00000-of-00045.jsonl.gz:3282" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using GalaSoft.MvvmLight; using System.Collections.ObjectModel; namespace FairiesCoolerCash.Business { public class PagerSettings : ObservableObject { #region 当前页 private int _CurrentPage; public int ...
2.478579
db43cce351e830e5c45895877386def7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3282
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "jrockwood/Desalt", "max_stars_repo_path": "test/Desalt.CompilerUtilities.Tests/TextReaderLocationTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:3283" }
starcoder
// --------------------------------------------------------------------------------------------------------------------- // <copyright file="TextReaderLocationTests.cs" company="<NAME>"> // Copyright (c) <NAME>. All Rights Reserved. Licensed under the Apache License, Version 2.0. See // LICENSE.txt in the project r...
2.549978
1497ee54551dc26b88c91470e33c97f6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3283
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "himadri-repo/linoce-travel-api", "max_stars_repo_path": "TravelManager.Api/Controllers/v1/CommonController.cs", "provenance": "train-00000-of-00045.jsonl.gz:3284" }
starcoder
<filename>TravelManager.Api/Controllers/v1/CommonController.cs using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using TravelManager.API.Controllers; using T...
2.22995
b1ecd9b245532d9e1aa21e967735b8a3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3284
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nogic1008/SmartHR.NET", "max_stars_repo_path": "test/SmartHR.NET.Tests/Entities/MailFormat.Test.cs", "provenance": "train-00000-of-00045.jsonl.gz:3285" }
starcoder
using System.Text.Json; using SmartHR.NET.Entities; namespace SmartHR.NET.Tests.Entities; /// <summary><see cref="MailFormat"/>の単体テスト</summary> public class MailFormatTest { /// <summary> /// <inheritdoc cref="MailFormat" path="/summary/text()"/>APIのサンプルレスポンスJSON /// </summary> internal const string J...
2.204057
364936e51ef879777960faf07f25d8d8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3285
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "myarichuk/DataModelingWorkshop", "max_stars_repo_path": "ImportFromCsvData/RavenEntities/BJCPSubCategoriesMapProfile.cs", "provenance": "train-00000-of-00045.jsonl.gz:3286" }
starcoder
using AutoMapper; using ImportCsvData.CsvRowEntities; namespace ImportCsvData.RavenEntities { public class BJCPSubCategoriesMapProfile : Profile { public BJCPSubCategoriesMapProfile() { CreateMap<BJCPSubCategoryRow, BJCPSubCategories>() .ForMember(dst => dst.Id, cfg...
2.044344
8cff54820f9283c6eabceb4205d57ccb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3286
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Hinalover/Rawr", "max_stars_repo_path": "Rawr.Healadin/CalculationOptionsHealadin.cs", "provenance": "train-00000-of-00045.jsonl.gz:3287" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; using System.Xml.Serialization; namespace Rawr.Healadin { public class CalculationOptionsHealadin : ICalculationOptionBase, INotifyPropertyChanged { public string GetXml() { XmlSerialize...
2.449605
a98db14bc47b3bf45376080a1209df8f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3287
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SkillsFundingAgency/DC-ILR-2021", "max_stars_repo_path": "src/ESFA.DC.ILR.Tests.Model/TestLearningDeliveryWorkPlacement.cs", "provenance": "train-00000-of-00045.jsonl.gz:3288" }
starcoder
<reponame>SkillsFundingAgency/DC-ILR-2021 using System; using ESFA.DC.ILR.Model.Interface; namespace ESFA.DC.ILR.Tests.Model { public class TestLearningDeliveryWorkPlacement : ILearningDeliveryWorkPlacement { public DateTime WorkPlaceStartDate { get; set; } public DateTime? WorkPlaceEndDateNu...
1.313631
225d7af900d0f32a64f483bf17121813
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3288
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pulumi-bot/pulumi-azure-native", "max_stars_repo_path": "sdk/dotnet/Security/Latest/Outputs/AssessmentStatusResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:3289" }
starcoder
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Azur...
1.938168
d845f5e00e53aa1d9f4105ffd13cc7d0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3289
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BearerPipelineTest/cofoundry", "max_stars_repo_path": "src/Cofoundry.Web.Admin/Admin/Api/Pages/PageVersionsApiController.cs", "provenance": "train-00000-of-00045.jsonl.gz:3290" }
starcoder
using Cofoundry.Domain; using Cofoundry.Domain.CQS; using Microsoft.AspNetCore.Mvc; using System.Threading.Tasks; namespace Cofoundry.Web.Admin { public class PageVersionsApiController : BaseAdminApiController { private readonly IDomainRepository _domainRepository; private readonly IApiRespons...
1.978123
1508826697a15b7c0b39426174ebe1c0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3290
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "janhartmann/cake", "max_stars_repo_path": "src/Cake.Common.Tests/Unit/Tools/Cake/CakeRunnerTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:3291" }
starcoder
<gh_stars>1-10 // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.IO; using Cake.Common.Tests.Fixtures.Tools; using Cak...
2.175055
aa567221e00090551a7b9578ae000b56
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3291
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "HannaAndreevna/MAVN.Service.NotificationSystem", "max_stars_repo_path": "src/MAVN.Service.NotificationSystem.MsSqlRepositories/Migrations/NotificationSystemContextModelSnapshot.cs", "provenance": "train-00000-of-00045.jsonl.gz:3292" }
starcoder
// <auto-generated /> using System; using MAVN.Service.NotificationSystem.MsSqlRepositories; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Storage.ValueConversion; namespace MAVN.Service.Notific...
1.821358
a13fd3999c4556bf1e68da1c4fb48f53
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3292
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jozefizso/sandcastle-presentation", "max_stars_repo_path": "SHFB/SandcastleBuilder/SandcastleBuilderPlugIns/BibliographySupportConfigDlg.cs", "provenance": "train-00000-of-00045.jsonl.gz:3293" }
starcoder
//============================================================================= // System : Sandcastle Help File Builder Plug-Ins // File : BibliographySupportConfigDlg.cs // Author : <NAME> (<EMAIL>) // Updated : 11/07/2008 // Note : Copyright 2008, <NAME>, All rights reserved // Compiler: Microsoft Vis...
2.231272
df585147c0dbb163aa7d7ae8b15e010a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3293
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Megaputer/tmapi-csharp", "max_stars_repo_path": "src/TmApi/Model/PerOperationLimitResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:3294" }
starcoder
<filename>src/TmApi/Model/PerOperationLimitResponse.cs /* * Megaputer Text Mining API * * Megaputer Text Mining API * * OpenAPI spec version: 1.0 * * Generated by: https://github.com/openapitools/openapi-generator.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.R...
2.061427
aca34cb9662f8d37aec2e7b53795d48e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3294
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Varorbc/alipay-sdk-net-all", "max_stars_repo_path": "AlipaySDKNet/Domain/Streetnumber.cs", "provenance": "train-00000-of-00045.jsonl.gz:3295" }
starcoder
using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// <summary> /// Streetnumber Data Structure. /// </summary> [Serializable] public class Streetnumber : AopObject { /// <summary> /// 街道方向 /// </summary> [XmlElement("direction")] p...
1.940648
7ac2d24897f4847bbd15f789dfb2ddc5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3295
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "nschonni/OrchardCore", "max_stars_repo_path": "test/OrchardCore.Tests/Orchard.Queries/SqlParserTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:3296" }
starcoder
using System.Collections.Generic; using System.Linq; using OrchardCore.Queries.Sql; using Xunit; using YesSql; using YesSql.Provider.SqlServer; namespace OrchardCore.Tests.OrchardCore.Queries { public class SqlParserTests { private ISqlDialect _defaultDialect = new SqlServerDialect(); private s...
2.473272
db069459de7edfcb7bbbb07ff0e78689
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3296
{ "extension": "c-sharp", "max_stars_count": "679.0", "max_stars_repo_name": "Anushiravani/InstagramApiSharp", "max_stars_repo_path": "src/InstagramApiSharp/Classes/Models/Feed/InstaTopicalExploreCluster.cs", "provenance": "train-00000-of-00045.jsonl.gz:3297" }
starcoder
/* * Developer: <NAME> [ <EMAIL> ] [ My Telegram Account: https://t.me/ramtinak ] * * Github source: https://github.com/ramtinak/InstagramApiSharp * Nuget package: https://www.nuget.org/packages/InstagramApiSharp * * IRANIAN DEVELOPERS */ using InstagramApiSharp.Enums; namespace InstagramApiSharp.Classes.Mo...
1.957867
bd1114288828cb07582429150cd819c7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3297
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MarkManYUN/WALLE-Project", "max_stars_repo_path": "Web/contact.aspx.designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:3298" }
starcoder
//------------------------------------------------------------------------------ // <自动生成> // 此代码由工具生成。 // // 对此文件的更改可能导致不正确的行为,如果 // 重新生成代码,则所做更改将丢失。 // </自动生成> //------------------------------------------------------------------------------ namespace WalleProject.Web { public partial class...
1.301089
97e7bfff4967c58b0c5ff0494ce11e57
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3298
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "faliaslac/gambito", "max_stars_repo_path": "GambitoAPI/Controllers/VersionesPptoActivasController.cs", "provenance": "train-00000-of-00045.jsonl.gz:3299" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Data; using System.Data.Entity; using System.Data.Entity.Infrastructure; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; using System.Web.Http.Description; using GambitoAPI.Models; using System.Web.Http.Cors; n...
1.968054
b8a692e37b422b705bdbfcf3455dee58
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3299
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "zsoltmo/Measurement-Modeling", "max_stars_repo_path": "src/OpticalSens/OpticalSens/Properties/Resources.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:3300" }
starcoder
<reponame>zsoltmo/Measurement-Modeling //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is...
1.640529
f9a5dd25384b740f0eb856bfa5152fa4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3300
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "SandGardeners/Between-Stations", "max_stars_repo_path": "Assets/Plugins/Cinemachine/Base/Editor/Editors/CinemachineComposerEditor.cs", "provenance": "train-00000-of-00045.jsonl.gz:3301" }
starcoder
<gh_stars>10-100 using UnityEngine; using UnityEditor; using Cinemachine.Utility; namespace Cinemachine.Editor { [CustomEditor(typeof(CinemachineComposer))] internal class CinemachineComposerEditor : UnityEditor.Editor { private CinemachineComposer Target { get { return target as CinemachineCompose...
1.985259
ceb6aa843a06a6b4ed5dac54305c6db7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3301
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "xamarin/web-tests", "max_stars_repo_path": "Xamarin.AsyncTests.MacUI/SettingsDialogController.cs", "provenance": "train-00000-of-00045.jsonl.gz:3302" }
starcoder
<reponame>xamarin/web-tests using System; using System.Net; using System.Threading; using System.Threading.Tasks; using Foundation; using AppKit; using Xamarin.AsyncTests; using Xamarin.AsyncTests.Framework; using Xamarin.AsyncTests.Portable; namespace Xamarin.AsyncTests.MacUI { public partial class SettingsDialogC...
1.756429
b999e16ca8a33677295402e3185d7aa0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3302
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "cyaneSpark/of-greeks-and-fairies", "max_stars_repo_path": "Assets/_MK/MKToon/Editor/Configuration.cs", "provenance": "train-00000-of-00045.jsonl.gz:3303" }
starcoder
////////////////////////////////////////////////////// // MK Install Wizard Configuration // // // // Created by <NAME> // // www.michaelkremmel.de // // Copyright © 2021 All rights reserved. // ///////////////...
1.764771
7eac06c3ffc8956851944eea72e45217
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3303
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "spacex13/CSharp-Fundamentals", "max_stars_repo_path": "CSharp-OOP-Basics/Encapsulation-Exercise/1.Class Box/Box.cs", "provenance": "train-00000-of-00045.jsonl.gz:3304" }
starcoder
<gh_stars>0 public class Box { private double length { get; set; } private double width { get; set; } private double height { get; set; } public Box(double length, double width, double height) { this.length = length; this.width = width; this.height = height; } publ...
3.219782
b8d1e6d569d850fb4506647834c0a1fd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3304
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "didimitrov/FamousQuoteQuiz", "max_stars_repo_path": "FamousQuoteQuiz/Models/FamousQuoteQuiz.Models/Author .cs", "provenance": "train-00000-of-00045.jsonl.gz:3305" }
starcoder
<filename>FamousQuoteQuiz/Models/FamousQuoteQuiz.Models/Author .cs  using System.CodeDom; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace FamousQuoteQuiz.Models { public class Author { private ICollection<Ques...
2.521789
98e6f899b5c858001b4541aed476aa50
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3305
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HowlingShame/Ludum-Dare-46-Game", "max_stars_repo_path": "Assets/Scripts/Core/UltStateMachine/UltStateMachine.cs", "provenance": "train-00000-of-00045.jsonl.gz:3306" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using Gamelogic.Extensions.Internal; using RotaryHeart.Lib.SerializableDictionary; using UltEvents; using UnityEngine; [Serializable] public class UltStateMachine<TLabel, TDic> where TDic : IDictionary<TLabel, UltStateMachineState> { private U...
2.594296
c0739326e1f2b0e2115fc6e0e7cd3456
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3306
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "glennawatson/ReactiveGit.Library", "max_stars_repo_path": "src/ReactiveGITLibrary.GitProcess/Managers/RefLogManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:3307" }
starcoder
<reponame>glennawatson/ReactiveGit.Library // Copyright (c) 2019 <NAME>. All rights reserved. // <NAME> licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. using System; using System.Reactive.Concurrency; using System.Reactive.Linq; using Reactive...
2.4946
7d2b68ea77ba4c8cf25ed8e025853595
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3307
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Zynnq/space-station-14", "max_stars_repo_path": "Content.Shared/GameObjects/Components/Items/ThrownItemComponent.cs", "provenance": "train-00000-of-00045.jsonl.gz:3308" }
starcoder
#nullable enable using Robust.Shared.GameObjects; namespace Content.Shared.GameObjects.Components.Items { [RegisterComponent] public class ThrownItemComponent : Component { public override string Name => "ThrownItem"; public IEntity? Thrower { get; set; } } }
1.637557
1dff8c229c834328b2bc05df194ab924
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3308
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "joshmiller17/iNatUnity", "max_stars_repo_path": "Assets/JoshAaronMiller/INatForUnity/Scripts/JsonObjects/GeometryGeoJson.cs", "provenance": "train-00000-of-00045.jsonl.gz:3309" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace JoshAaronMiller.INaturalist { [System.Serializable] public class GeometryGeoJson : JsonObject<GeometryGeoJson> { public string type; public List<List<List<int>>> coordinates; /// multi-polygon of (x,...
1.848943
b1a461ac6bb9fc0b77f1bb465fdeae1d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3309
{ "extension": "c-sharp", "max_stars_count": "63.0", "max_stars_repo_name": "hlaueriksson/CommandQuery", "max_stars_repo_path": "tests/CommandQuery.Tests/SystemTextJson/QueryProcessorExtensionsTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:3310" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using CommandQuery.Exceptions; using CommandQuery.SystemTextJson; using FluentAssertions; using LoFuUnit.NUnit; using Moq; using NUnit.Framework; namespace CommandQuery.Tests.SystemTextJson { pu...
2.109622
581334f60e559dd0bb2fe93c7ad5f9e6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3310
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "arnolddustin/AdventOfCode2016", "max_stars_repo_path": "dotnet/day11/Solver.cs", "provenance": "train-00000-of-00045.jsonl.gz:3311" }
starcoder
<reponame>arnolddustin/AdventOfCode2016 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace dotnet.day11 { public enum Directions { Up, Down }; public enum ItemType { Microchip, Generator } public class Item : ...
3.153335
93d630451a27bfb3524c3a028380f37a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3311
{ "extension": "c-sharp", "max_stars_count": "41.0", "max_stars_repo_name": "Jorge-Dacal/my-thai-star", "max_stars_repo_path": "net/netcore/OASP4Net.Business.Common/OrderManagement/Dto/OrderSearchFullResponseDto.cs", "provenance": "train-00000-of-00045.jsonl.gz:3312" }
starcoder
<reponame>Jorge-Dacal/my-thai-star<filename>net/netcore/OASP4Net.Business.Common/OrderManagement/Dto/OrderSearchFullResponseDto.cs<gh_stars>10-100 using System.Collections.Generic; using OASP4Net.Business.Common.BookingManagement.Dto; namespace OASP4Net.Business.Common.OrderManagement.Dto { public class OrderSea...
1.870172
0ed31352f61cec787b74d646c6924872
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3312
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "christianacca/Cache-Abstraction", "max_stars_repo_path": "src/CcAcca.CacheAbstraction.Test/CacheAdministatorExamples.cs", "provenance": "train-00000-of-00045.jsonl.gz:3313" }
starcoder
// Copyright (c) 2014 <NAME>. All rights reserved. // see LICENSE using CcAcca.CacheAbstraction.Statistics; using NUnit.Framework; namespace CcAcca.CacheAbstraction.Test { [TestFixture] public class CacheAdministatorExamples { private CacheAdministator _administator; [SetUp] pub...
2.218979
e20f66e412360b0ea706a577c2203a3c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3313
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "mwherman2000/TrustedDigitalWeb", "max_stars_repo_path": "TDW.Servers/TDW.VDAStratisHelpers/TDWVDAStratisDriver.cs", "provenance": "train-00000-of-00045.jsonl.gz:3314" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Net.Http; using System.Text; using System.Threading; namespace TDW.VDAStratisHelpers { public static class TDWVDAStratisDriver { // https://stackoverflow.com/questions/22627296/how-to-call-rest-api-from-a-c...
1.85937
0dd8ddb2e5ef31e776c6af71e49f597b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3314
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "bshishov/aimacode", "max_stars_repo_path": "Aima.Domain/NQueens/NonAttackedQueens.cs", "provenance": "train-00000-of-00045.jsonl.gz:3315" }
starcoder
<filename>Aima.Domain/NQueens/NonAttackedQueens.cs using Aima.Search; using Aima.Search.Methods.Genetic; using Aima.Search.Metric; namespace Aima.Domain.NQueens { public class NonAttackedQueens : IFitnessFunction<QueensPath>, ISeachMetric<QueensPath> { private readonly AttackedQueens _heuristic; ...
2.544638
cf074aba9b04e2a5698b5670828bf874
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3315
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SricharanYamsani/Quest_It", "max_stars_repo_path": "QuestIt/Assets/A Knight's Journey/Scripts/World/Quest/QuestTrackButton.cs", "provenance": "train-00000-of-00045.jsonl.gz:3316" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class QuestTrackButton : MonoBehaviour { public int questID; public bool track; }
1.18945
0185c68bcd23c431951d39d5435f1a43
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3316
{ "extension": "c-sharp", "max_stars_count": "427.0", "max_stars_repo_name": "pengweiqhca/Novell.Directory.Ldap.NETStandard", "max_stars_repo_path": "src/Novell.Directory.Ldap.NETStandard/LdapExtensions/LdapWhoAmIOperation.cs", "provenance": "train-00000-of-00045.jsonl.gz:3317" }
starcoder
using Novell.Directory.Ldap.Rfc2251; namespace Novell.Directory.Ldap { /// <summary> /// RFC 4532: LDAP "Who am I?" Operation /// https://tools.ietf.org/html/rfc4532. /// </summary> public class LdapWhoAmIOperation : LdapExtendedOperation { public override DebugId DebugId { get; } = De...
2.505143
808b35bd50f384900312169524c27330
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3317
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "ashishpatelcs/uno", "max_stars_repo_path": "src/Uno.UI/UI/Xaml/Controls/Primitives/CarouselPanel.cs", "provenance": "train-00000-of-00045.jsonl.gz:3318" }
starcoder
<filename>src/Uno.UI/UI/Xaml/Controls/Primitives/CarouselPanel.cs #if !__WASM__ using System; using System.Collections.Generic; using System.Text; using Windows.UI.Xaml.Controls; using Windows.Foundation; namespace Windows.UI.Xaml.Controls.Primitives { public partial class CarouselPanel : StackPanel //TODO: Virtuali...
1.501185
1c0fec7a3a552079d1e3f502ed493432
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3318
{ "extension": "c-sharp", "max_stars_count": "100.0", "max_stars_repo_name": "kant2002/gir.core", "max_stars_repo_path": "src/Libs/GObject-2.0/Native/Classes/TypeRegistrar.cs", "provenance": "train-00000-of-00045.jsonl.gz:3319" }
starcoder
using System; using System.Runtime.InteropServices; namespace GObject.Native { /// <summary> /// Thrown when type registration with GType fails /// </summary> internal class TypeRegistrationException : Exception { public TypeRegistrationException(string message) : base(message) { } } ...
3.024819
f20e2bd7fd566bd5f24980c61d5e9850
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3319
{ "extension": "c-sharp", "max_stars_count": "148.0", "max_stars_repo_name": "piovezan/SOpt", "max_stars_repo_path": "CSharp/ADO.NET/NullParameter.cs", "provenance": "train-00000-of-00045.jsonl.gz:3320" }
starcoder
<reponame>piovezan/SOpt public object ExecuteNoQueryOperation(string spOrSqlInstructions, CommandType commandType = CommandType.StoredProcedure, Dictionary<string, object> parameters = null) { using var npgsqlCommand = new NpgsqlCommand(spOrSqlInstructions, Connection); npgsqlCommand.CommandType = commandType; ...
2.566398
d4f6cc6b0822a765e40029019532cabc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3320
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "petersabry/SimpleWPF", "max_stars_repo_path": "Samples/NavigationCacheSampleApplication/AppViewModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:3321" }
starcoder
using SimpleWPF.ViewModels; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NavigationCacheSampleApplication { public class AppViewModel : NavigationProviderViewModel { } }
0.982661
635a4d316653cff30c7059b5a6e510d7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3321
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "hariPrasad525/Nitya_Annaccounting", "max_stars_repo_path": "platforms/WindowsPhone7/Accounter/Service/ConnectionListener.cs", "provenance": "train-00000-of-00045.jsonl.gz:3322" }
starcoder
<filename>platforms/WindowsPhone7/Accounter/Service/ConnectionListener.cs using Accounter.Core; namespace Accounter.Service { interface ConnectionListener { void OnMessageReceived(Result message); void OnMessageSent(); void OnConnect(); void OnDisconnect(); void OnConnectionSuccess(); } }
1.698581
4837acc3d544e790947460c9007c8d1e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3322
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Toshiwoz/downloader10", "max_stars_repo_path": "UWC/Classes/CrawlerClasses.cs", "provenance": "train-00000-of-00045.jsonl.gz:3323" }
starcoder
<gh_stars>1-10 using AngleSharp; using AngleSharp.Dom; using AngleSharp.Dom.Html; using AngleSharp.Parser.Html; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Tasks; names...
2.365958
5c5829670093b5d7a883bf6a8e8e042d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3323
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "huangbq4gh/nrobot-server", "max_stars_repo_path": "NRobot.Server.Imp/Config/NRobotServerConfig.cs", "provenance": "train-00000-of-00045.jsonl.gz:3324" }
starcoder
<gh_stars>10-100 using System; using System.Collections.Generic; using System.Configuration; using NRobot.Server.Imp.XmlConfig; namespace NRobot.Server.Imp.Config { /// <summary> /// Main configuration for NRobot service /// </summary> public class NRobotServerConfig { public int Port { get; set; } ...
2.671172
e970bf4496eac21c0b57c2c07a544957
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3324
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "LykkeCity/Lykke.Frontend.WampHost", "max_stars_repo_path": "src/Lykke.Frontend.WampHost.Services/Projections/OperationsProjection.cs", "provenance": "train-00000-of-00045.jsonl.gz:3325" }
starcoder
using System; using System.Threading.Tasks; using Common.Log; using JetBrains.Annotations; using Lykke.Frontend.WampHost.Core.Services.HistoryExport; using Lykke.Frontend.WampHost.Core.Services.Operations; using Lykke.Frontend.WampHost.Core.Services.Security; using Lykke.Job.HistoryExportBuilder.Contract.Events; using...
1.563215
463be25b14d3aa6a39a74e9ec5bbe7e6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3325
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "shiftkey/MahTweets.LawrenceHargrave", "max_stars_repo_path": "MahTweets.Core/Extensions/DispatcherExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:3326" }
starcoder
<gh_stars>1-10 using System; using System.Windows.Threading; namespace MahTweets.Core.Extensions { public static class DispatcherExtensions { [Obsolete] public static void Execute(this Dispatcher dispatcher, Action action, params object[] args) { dispatcher.Invoke(action, D...
1.929625
7003a58daf110c80d839acfddf537fb4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3326
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "reynarzz/UnityTextHighlight", "max_stars_repo_path": "TalkSystem/Assets/TalkSystem/Editor/Code/Pages/TalkEditor/PagesFactory.cs", "provenance": "train-00000-of-00045.jsonl.gz:3327" }
starcoder
<reponame>reynarzz/UnityTextHighlight //MIT License //Copyright (c) 2020 <NAME> (Reynarz) //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 ...
1.821007
aac86e0c09ed655f1b8c4ed748ededc3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3327
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TheGreatSageEqualToHeaven/Loretta", "max_stars_repo_path": "src/Compilers/Lua/Test/Portable/TestCategory.cs", "provenance": "train-00000-of-00045.jsonl.gz:3328" }
starcoder
namespace Loretta.CodeAnalysis.Lua.UnitTests { internal static class TestCategory { public const string Experimental = nameof(Experimental); public const string Experimental_Minifying = Experimental + "/Minifying"; public const string Experimental_Minifying_NamingStrategies = Experiment...
1.426114
f6ce8b555001110afa30c9e75f5926d8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3328
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "starostin13/Samples", "max_stars_repo_path": "Extensions/WaveOculusDemo/WaveOculusDemo/WaveOculusDemoProject/Components/ObjectAction.cs", "provenance": "train-00000-of-00045.jsonl.gz:3329" }
starcoder
<reponame>starostin13/Samples<filename>Extensions/WaveOculusDemo/WaveOculusDemo/WaveOculusDemoProject/Components/ObjectAction.cs using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using WaveEngine.Common.Math; using WaveEngine.Framework....
2.715452
82fc00945dc1d390bd7b84898e8af1ad
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3329
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "willdavis/VRoxel", "max_stars_repo_path": "Assets/VRoxel/Core/BlockManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:3330" }
starcoder
using System.Collections.Generic; using VRoxel.Core.Data; using Unity.Collections; using UnityEngine; namespace VRoxel.Core { /// <summary> /// A component to manage the blocks in a world /// </summary> public class BlockManager : MonoBehaviour { /// <summary> /// Th...
2.553789
1314104b853d578f64391929fc6a3424
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3330
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kinamarie016/MailChimp.Api.Net-master", "max_stars_repo_path": "MailChimp.Api.Net/Domain/Lists/RootListsGrowth.cs", "provenance": "train-00000-of-00045.jsonl.gz:3331" }
starcoder
using System.Collections.Generic; using MailChimp.Api.Net.Domain.Reports; namespace MailChimp.Api.Net.Domain.Lists { public class RootListsGrowth { public string list_id { get; set; } public string month { get; set; } public int existing { get; set; } public int imports { get; ...
1.229052
dd844a4296d05acaea0e5dec5bcb5f5a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3331
{ "extension": "c-sharp", "max_stars_count": "421.0", "max_stars_repo_name": "hamarb123/dotnet-api-docs", "max_stars_repo_path": "samples/snippets/csharp/VS_Snippets_CLR/MakeXxxTypeBuilder/CS/source.cs", "provenance": "train-00000-of-00045.jsonl.gz:3332" }
starcoder
//<Snippet1> using System; using System.Reflection; using System.Reflection.Emit; using Microsoft.VisualBasic; public class Example { public static void Main() { // Define a dynamic assembly to contain the sample type. The // assembly will not be run, but only saved to disk, so ...
2.971869
72aeba582dfa27ce2877aac0159cb1e6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3332
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nuitsjp/Studio", "max_stars_repo_path": "EFAdventureWorks/EFAdventureWorks/Models/VStateProvinceCountryRegion.cs", "provenance": "train-00000-of-00045.jsonl.gz:3333" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; #nullable disable namespace EFAdventureWorks.Models { public partial class VStateProvinceCountryRegion { public int StateProvinceId { get; set; } public string StateProvinceCode { get; set; } public bool IsOnlyStateProvinceFl...
1.449079
833db6eaea1947ddc2611fa1f6c1a31d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3333
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "monaygod/GrajFer", "max_stars_repo_path": "Cube/GameServer/Service.GameServer.Application/DomainEventHandlers/PlayerLeaveRoomEventHandler.cs", "provenance": "train-00000-of-00045.jsonl.gz:3334" }
starcoder
<reponame>monaygod/GrajFer using System.Threading; using System.Threading.Tasks; using Infrastructure.DDD.Interface; using Service.GameServer.Application.Hubs; using Service.GameServer.Domain.Events; using Service.GameServer.Domain.RoomAggregate; using Service.GameServer.Repository; namespace Service.GameServer.Appli...
1.94073
fc6fd8cab6abbe1e2b982980bd73ae16
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3334
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "amirsalah/manageditk", "max_stars_repo_path": "Examples/Meshes/itk.Examples.Meshes.ReadWriteMesh1.cs", "provenance": "train-00000-of-00045.jsonl.gz:3335" }
starcoder
<filename>Examples/Meshes/itk.Examples.Meshes.ReadWriteMesh1.cs using System; using itk; namespace itk.Examples.Meshes { /// <summary> /// This example shows how to read and write a mesh using the VTK poly data filters. /// </summary> static class ReadWriteMesh1 { [STAThread] static void Main(string...
3.305418
b0eab9cae22c683f3fcb524242e4a1ed
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3335
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Weidaicheng/corefx", "max_stars_repo_path": "src/System.Collections.Concurrent/src/System/Collections/Concurrent/BlockingCollection.cs", "provenance": "train-00000-of-00045.jsonl.gz:3336" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // BlockingCollection.c...
2.449569
9906e2732a5fe3e87458cc2b67d9d008
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3336
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BLun78/ContentSecurityPolicy", "max_stars_repo_path": "Blun.ContentSecurityPolicy/Directives/DefaultSrcDirectiveBuilder.cs", "provenance": "train-00000-of-00045.jsonl.gz:3337" }
starcoder
using System; using System.Collections.Generic; using System.Text; using Blun.ContentSecurityPolicy.Directives.Values; namespace Blun.ContentSecurityPolicy.Directives { public sealed class DefaultSrcDirectiveBuilder : ContentSecurityPolicyOptionsDirectiveBuilder, IAllow<DefaultSrcDirectiveBuilder>...
1.953408
acda96310d3e53ab8ee79d24c2285dd0