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
3037
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "tftiha/libvideo", "max_stars_repo_path": "src/libvideo/YouTubeVideo.cs", "provenance": "train-00000-of-00045.jsonl.gz:3038" }
starcoder
<reponame>tftiha/libvideo using System; using System.Net.Http; using System.Text.RegularExpressions; using System.Threading.Tasks; using VideoLibrary.Helpers; namespace VideoLibrary { public partial class YouTubeVideo : Video { private readonly string jsPlayer; private string uri; priv...
2.417563
c53c9f1799780744bcdb1b50692af162
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3038
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NafisaMaliyat-iut/SWE-4202-Summer-2021", "max_stars_repo_path": "StudentsTeachersAdminInformationSystemBonus/Form1.cs", "provenance": "train-00000-of-00045.jsonl.gz:3039" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace StudentsTeachersAdminInformationSystemBonus { public partial class StudentTeacherAdminInfo...
2.716941
2608e2c8ec777f62e3432db47631fc06
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3039
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sundews/Sundew.DiscriminatedUnions", "max_stars_repo_path": "Source/Sundew.DiscriminatedUnions.Tester/Result.cs", "provenance": "train-00000-of-00045.jsonl.gz:3040" }
starcoder
<filename>Source/Sundew.DiscriminatedUnions.Tester/Result.cs // -------------------------------------------------------------------------------------------------------------------- // <copyright file="Result.cs" company="Hukano"> // Copyright (c) Hukano. All rights reserved. // Licensed under the MIT license. See LICE...
2.21034
7ed66a27ae00f935144d54ff100be6a5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3040
{ "extension": "c-sharp", "max_stars_count": "38.0", "max_stars_repo_name": "builttoroam/BuildIt", "max_stars_repo_path": "src/BuildIt.ML/BuildIt.ML/Platforms/Ios/DictionaryFeatureValue.cs", "provenance": "train-00000-of-00045.jsonl.gz:3041" }
starcoder
<filename>src/BuildIt.ML/BuildIt.ML/Platforms/Ios/DictionaryFeatureValue.cs using CoreML; using Foundation; namespace BuildIt.ML { public class DictionaryFeatureValue : FeatureValue<NSDictionary<NSObject, NSNumber>> { public override MLFeatureType Type => MLFeatureType.Dictionary; } }
1.667858
636b21fcd0c88c66b101845acc90d2db
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3041
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Techttv/StardewMods", "max_stars_repo_path": "Common/KeyBinding.cs", "provenance": "train-00000-of-00045.jsonl.gz:3042" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using StardewModdingAPI; using StardewValley; namespace Pathoschild.Stardew.Common.Input { /// <summary>One or more key bindings, each of which may have multiple key bindings.</summary> internal class KeyBinding { /********* ...
2.93005
d3608c0f102574024b0a8b2d452c0370
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3042
{ "extension": "c-sharp", "max_stars_count": "666.0", "max_stars_repo_name": "FPotrafky/PnP-PowerShell", "max_stars_repo_path": "Commands/Site/GetSharingForNonOwnersOfSite.cs", "provenance": "train-00000-of-00045.jsonl.gz:3043" }
starcoder
#if !ONPREMISES using Microsoft.Online.SharePoint.TenantManagement; using Microsoft.SharePoint.Client; using PnP.PowerShell.CmdletHelpAttributes; using PnP.PowerShell.Commands.Base.PipeBinds; using System.Management.Automation; namespace PnP.PowerShell.Commands.Site { [Cmdlet(VerbsCommon.Get, "PnPSharingForNonOwn...
2.198095
5e6fcd36a1ef6b371d2a7e08876f0832
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3043
{ "extension": "c-sharp", "max_stars_count": "309.0", "max_stars_repo_name": "samuelmaxton/Piranha", "max_stars_repo_path": "Core/Piranha/Areas/Manager/Views/Content/Index.generated.cs", "provenance": "train-00000-of-00045.jsonl.gz:3044" }
starcoder
<gh_stars>100-1000 #pragma warning disable 1591 //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18034 // // Changes to this file may cause incorrect behavior and will be lost if //...
1.702585
4f40ea58cec4767b5e5efc1d43f6e717
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3044
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "eyazici90/Galaxy", "max_stars_repo_path": "samples/identitySample/Application/Identity.Application.Abstractions/ResponseObjects/GetTokenResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:3045" }
starcoder
<reponame>eyazici90/Galaxy using System; using System.Collections.Generic; using System.Text; namespace Identity.Application.Abstractions.ResponseObjects { public class GetTokenResponse { public string Token { get; set; } public DateTimeOffset ExpiredDate { get; set; } } }
1.331424
501048e5f987f30895be07612d646831
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3045
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "brjohnstmsft/azure-sdk-tools", "max_stars_repo_path": "src/ServiceManagement/Compute/Commands.ServiceManagement/Extensions/MicrosoftAntimalware/BaseAzureServiceAntimalwareExtension.cs", "provenance": "train-00000-of-00045.jsonl.gz:304...
starcoder
<reponame>brjohnstmsft/azure-sdk-tools<gh_stars>1-10 // ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. //...
1.326037
57fc7d66eee1786ba4b42183053dc2d6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3046
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "akornich/aspnetwebstack", "max_stars_repo_path": "src/Microsoft.AspNet.Facebook/FacebookAppSettingKeys.cs", "provenance": "train-00000-of-00045.jsonl.gz:3047" }
starcoder
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. namespace Microsoft.AspNet.Facebook { internal static class FacebookAppSettingKeys { public static readonly string DisableAuthenticationModule = "Facebook:DisableAuthent...
1.305832
e240504ce0f092aea609897006c23050
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3047
{ "extension": "c-sharp", "max_stars_count": "95.0", "max_stars_repo_name": "drventure/readablepassphrasegenerator", "max_stars_repo_path": "trunk/KeePassReadablePassphrase/ConfigRoot.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:3048" }
starcoder
namespace KeePassReadablePassphrase { partial class ConfigRoot { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// ...
2.031695
5b668eee853de9d693ae165c1af304d5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3048
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "cockroachdb/efcore.pg", "max_stars_repo_path": "src/EFCore.PG/Query/ExpressionTranslators/Internal/NpgsqlDateTimeMethodTranslator.cs", "provenance": "train-00000-of-00045.jsonl.gz:3049" }
starcoder
using System; using System.Collections.Generic; using System.Linq.Expressions; using System.Reflection; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Diagnostics; using Microsoft.EntityFrameworkCore.Query; using Microsoft.EntityFrameworkCore.Query.SqlExpressions; using Microsoft.EntityFramewo...
1.878485
7380b8aaff83cb6f8eacbb5d151fbe4b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3049
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "TradePMR/node-msmq", "max_stars_repo_path": "MSMQLib/MSMQInterface.cs", "provenance": "train-00000-of-00045.jsonl.gz:3050" }
starcoder
using System; using System.Collections.Generic; using System.Text; using System.Messaging; using System.Threading.Tasks; using System.IO; namespace MSMQLib { /// <summary> /// Represents an interface to MSMQ. /// </summary> public class MSMQInterface { /// <summary> /// Creates a MS...
2.965213
b2bc438b1c4510d00e503de9a3d7fb65
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3050
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JamesLaFritz/Design-Patterns-For-Unity", "max_stars_repo_path": "Assets/DesignPatterns/StrategyPattern/AbilityRunner.cs", "provenance": "train-00000-of-00045.jsonl.gz:3051" }
starcoder
<gh_stars>0 // AbilityRunner.cs // 04-22-2022 // <NAME> using UnityEngine; namespace DesignPatterns.StrategyPattern { public class AbilityRunner : MonoBehaviour { private IAbility m_currentAbility; public IAbility CurrentAbility { get => m_currentAbility; set =...
2.335152
98ded7ee65f25eb5c849c6c2084032ee
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3051
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "gustavohb/space-shooter", "max_stars_repo_path": "SpaceShooter_Project/Assets/Scripts/Effects/ShieldBlockEffect.cs", "provenance": "train-00000-of-00045.jsonl.gz:3052" }
starcoder
<filename>SpaceShooter_Project/Assets/Scripts/Effects/ShieldBlockEffect.cs<gh_stars>1-10 using UnityEngine; public class ShieldBlockEffect : ExtendedCustomMonoBehavior, IShotEffect { public void Setup(Color color) { SpriteRenderer spriteRenderer = transform.Find("FieldShieldImage").GetComponent<Sprite...
2.195108
0b3ef4a8128c3f2139163719839c6a4f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3052
{ "extension": "c-sharp", "max_stars_count": "3463.0", "max_stars_repo_name": "Potapy4/standard", "max_stars_repo_path": "src/netstandard/pkg/shims/netstandard/System.Threading.Tasks.Parallel.Forwards.cs", "provenance": "train-00000-of-00045.jsonl.gz:3053" }
starcoder
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.Parallel))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.ParallelLoopResult))] [assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Threading.Tasks.ParallelLoopState))] [...
0.992969
16f7c4c6d96a59f5850c57f8d96449f6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3053
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nollidnosnhoj/wabbajack", "max_stars_repo_path": "Wabbajack.Compression.Zip/ZipReader.cs", "provenance": "train-00000-of-00045.jsonl.gz:3054" }
starcoder
using System.IO.Compression; using System.Text; using Wabbajack.IO.Async; namespace Wabbajack.Compression.Zip; public class ZipReader : IAsyncDisposable { private readonly Stream _stream; private readonly AsyncBinaryReader _rdr; private readonly bool _leaveOpen; private const uint EndOfCentralDirecto...
2.655125
ed9d03f39bb2c62a0bcb36b2b5ccb17b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3054
{ "extension": "c-sharp", "max_stars_count": "181.0", "max_stars_repo_name": "kentcb/WorkoutWotch", "max_stars_repo_path": "Src/WorkoutWotch.UnitTests/ViewModels/ExerciseProgramsViewModelFixture.cs", "provenance": "train-00000-of-00045.jsonl.gz:3055" }
starcoder
namespace WorkoutWotch.UnitTests.ViewModels { using System; using System.Linq; using System.Reactive.Linq; using System.Reactive.Subjects; using Builders; using Microsoft.Reactive.Testing; using PCLMock; using WorkoutWotch.UnitTests.Services.ExerciseDocument.Mocks; using WorkoutWotc...
2.362839
5d20a2395fa983f24b21b2aaaaa22f00
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3055
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "gilcoder/AI4U", "max_stars_repo_path": "serverside/godotversion/ai4u/ext/Agents/src/RLCharacterAgent.cs", "provenance": "train-00000-of-00045.jsonl.gz:3056" }
starcoder
using Godot; using System; namespace ai4u.ext { public class RLCharacterAgent : RLAgent { [Export] public bool globalPositionSensor = false; private KinematicBody body; private Vector3 initialPosition, initialRotation; private KinematicBodyOnFloorSensor onFloorSensor; private PositionSensor positionSe...
2.196301
d76bf162538be9ef895e07cdea41617b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3056
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "upta/Coalesce", "max_stars_repo_path": "src/IntelliTect.Coalesce/Application/CoalesceServiceBuilder.cs", "provenance": "train-00000-of-00045.jsonl.gz:3057" }
starcoder
<reponame>upta/Coalesce<gh_stars>0 using IntelliTect.Coalesce.TypeDefinition; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; using System; using System.Collections.Generic; namespace IntelliTect.Coalesce { public clas...
2.290618
f7b14fbe6a167318c16d4158a0950ff7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3057
{ "extension": "c-sharp", "max_stars_count": "146.0", "max_stars_repo_name": "phizch/terrafx.interop.windows", "max_stars_repo_path": "sources/Interop/Windows/um/d3d11/D3D11_CONTENT_PROTECTION_CAPS.cs", "provenance": "train-00000-of-00045.jsonl.gz:3058" }
starcoder
// Copyright © <NAME> Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/d3d11.h in the Windows SDK for Windows 10.0.20348.0 // Original source is Copyright © Microsoft. All rights reserved. using System; namespace TerraFX.Interop { [...
1.297106
abc39956a35335071105d53fada3f72d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3058
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nogic1008/SmartHR.NET", "max_stars_repo_path": "src/SmartHR.NET/Services/SmartHRService.cs", "provenance": "train-00000-of-00045.jsonl.gz:3059" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Globalization; using System.Net.Http; using System.Net.Http.Json; using System.Text.Encodings.Web; using System.Text.Json; using System.Text.Json.Serialization; using System.Threading; using System.Threading.Tasks; using SmartHR.NET.Entities; nam...
2.094269
64352743fe85c51b566345a9794cb955
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3059
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "3o8/HeckBot", "max_stars_repo_path": "HeckBot/Services/PictureService.cs", "provenance": "train-00000-of-00045.jsonl.gz:3060" }
starcoder
using System.IO; using System.Net.Http; using System.Threading.Tasks; namespace HeckBot.Services { public class PictureService { private readonly HttpClient _http; public PictureService(HttpClient http) => _http = http; public async Task<Stream> GetCatPictureAsync() ...
2.766189
a34b0b48d03112acb3461aafe58f6eca
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3060
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Grumpy-Bear-Games/Duality-Prototype", "max_stars_repo_path": "Assets/ParadoxNotion/NodeCanvas/Modules/BehaviourTrees/Nodes/Decorators/Guard.cs", "provenance": "train-00000-of-00045.jsonl.gz:3061" }
starcoder
using System.Collections.Generic; using NodeCanvas.Framework; using ParadoxNotion.Design; using UnityEngine; namespace NodeCanvas.BehaviourTrees { [Name("Guard")] [Category("Decorators")] [ParadoxNotion.Design.Icon("Shield")] [Description("Protect the decorated child from running if another Guard wit...
2.238548
20ab8ee482ba06c743c5cba2ff5734b5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3061
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "WTCWR68/space-station-14", "max_stars_repo_path": "Content.Server/Physics/Controllers/MoverController.cs", "provenance": "train-00000-of-00045.jsonl.gz:3062" }
starcoder
<filename>Content.Server/Physics/Controllers/MoverController.cs using Content.Server.Shuttles.Components; using Content.Server.Shuttles.EntitySystems; using Content.Shared.Vehicle.Components; using Content.Shared.Movement; using Content.Shared.Movement.Components; using Content.Shared.Shuttles.Components; using Robust....
1.981915
5cab1747a5e778854c616a816fd2cb81
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3062
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mrtgorsv/-TrafficLawsTst", "max_stars_repo_path": "TrafficLawsTest/TrafficLawsTest/Views/About/AboutTrafficLawsForm.cs", "provenance": "train-00000-of-00045.jsonl.gz:3063" }
starcoder
using System.Windows.Forms; namespace TrafficLawsTest.Views.About { public partial class AboutTrafficLawsForm : Form { public AboutTrafficLawsForm() { InitializeComponent(); } } }
1.324973
5885dc3f1dc42504beac8200c0235171
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3063
{ "extension": "c-sharp", "max_stars_count": "112.0", "max_stars_repo_name": "axuno/MailMergeLib", "max_stars_repo_path": "Src/MailMergeLib/Serialization/MailMergeAddressesSerializer.cs", "provenance": "train-00000-of-00045.jsonl.gz:3064" }
starcoder
using System; using System.Collections.Generic; using System.Xml.Linq; using YAXLib; namespace MailMergeLib.Serialization { internal class MailMergeAddressesSerializer : ICustomSerializer<MailMergeAddressCollection> { public void SerializeToAttribute(MailMergeAddressCollection objectToSerialize, XAttri...
2.638659
3f536350144015a66122199a2f064e21
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3064
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rameez142/DeviceInventoryRameez", "max_stars_repo_path": "src/QuickApp/PatrolEF/Aspnetroleclaims.cs", "provenance": "train-00000-of-00045.jsonl.gz:3065" }
starcoder
using System; using System.Collections.Generic; namespace MOI.Patrol { public partial class Aspnetroleclaims { public int Id { get; set; } public string Roleid { get; set; } public string Claimtype { get; set; } public string Claimvalue { get; set; } public Aspnetroles...
1.585354
77af79b237206aabefe4b66f61d54bb8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3065
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "msallin/BettingGame", "max_stars_repo_path": "BettingGame.Framework/Security/CustomClaimTypes.cs", "provenance": "train-00000-of-00045.jsonl.gz:3066" }
starcoder
<filename>BettingGame.Framework/Security/CustomClaimTypes.cs namespace BettingGame.Framework.Security { public static class CustomClaimTypes { public const string AccessToken = "access_token"; } }
1.750443
3d47b10d58bcfdfefc0648d140351ec0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3066
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "punchjay/CSHP330A", "max_stars_repo_path": "ProjectTwo/Models/TokenRequest.cs", "provenance": "train-00000-of-00045.jsonl.gz:3067" }
starcoder
namespace ProjectTwo.Models { public class TokenRequest { public string UserName { get; set; } public string Password { get; set; } } }
1.64455
8f216fee708f0602d40bef7dbbee6b43
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3067
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "leixf2005/Alipay.AopSdk.Core", "max_stars_repo_path": "Alipay.AopSdk.Core/Domain/KoubeiCateringCommodityOrderBuyModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:3068" }
starcoder
<filename>Alipay.AopSdk.Core/Domain/KoubeiCateringCommodityOrderBuyModel.cs using System; using System.Collections.Generic; using System.Xml.Serialization; namespace Alipay.AopSdk.Core.Domain { /// <summary> /// KoubeiCateringCommodityOrderBuyModel Data Structure. /// </summary> [Serializable] publ...
1.801339
67ee7ad88150210de70bc2444421a9ec
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3068
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "byroncustodio/portfolio-api", "max_stars_repo_path": "Portfolio.API/Helpers/PostgresqlConnectionStringBuilder.cs", "provenance": "train-00000-of-00045.jsonl.gz:3069" }
starcoder
<gh_stars>0 using System; using System.Data.Common; public enum SslMode { Require, Disable, Prefer } public class PostgresqlConnectionStringBuilder : DbConnectionStringBuilder { private string _database; private string _host; private string _password; private bool _pooling; private in...
2.641394
df927da5b7c9667e35992e3455b4bbb1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3069
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HamedFathi/MustacheSharpen", "max_stars_repo_path": "MustacheSharpen/Tags/IsNullOrEmptyTagDefinition.cs", "provenance": "train-00000-of-00045.jsonl.gz:3070" }
starcoder
using System.Collections.Generic; using MustacheSharpen; // ReSharper disable All namespace MustacheSharpen { public class IsNullOrEmptyTagDefinition : ContentTagDefinition { private const string ConditionParameter = "condition"; public IsNullOrEmptyTagDefinition() ...
2.665603
26789aa3b006add3fce6e62da5dba9bd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3070
{ "extension": "c-sharp", "max_stars_count": "103.0", "max_stars_repo_name": "syncfusion/winforms-demos", "max_stars_repo_path": "dialogs/SfForm/MDIForm/CS/Form1.cs", "provenance": "train-00000-of-00045.jsonl.gz:3071" }
starcoder
<reponame>syncfusion/winforms-demos #region Copyright Syncfusion Inc. 2001-2021. // Copyright Syncfusion Inc. 2001-2021. All rights reserved. // Use of this code is subject to the terms of our license. // A copy of the current license can be obtained at any time by e-mailing // <EMAIL>. Any infringement will be prosecu...
2.231574
c7dd2ffa32be6857ff4e075fb95b73bb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3071
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "httpv3/QuicDotNet", "max_stars_repo_path": "src/HTTPv3.Quic.Core/HTTPv3.Quic.Core/TLS/Messages/CertificateExtension.cs", "provenance": "train-00000-of-00045.jsonl.gz:3072" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace HTTPv3.Quic.TLS.Messages { // The Transport Layer Security (TLS) Protocol Version 1.3 // 4.1.3. Server Hello // https://tools.ietf.org/html/rfc8446#section-4.1.3 internal class CertificateExtension : Handshake { ...
1.91877
b6c416c0de5f5ffe488bc320bde7e0b8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3072
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Duzij/LinkedLanguages", "max_stars_repo_path": "LinkedLanguages.DAL/Models/WordPairToApplicationUser.cs", "provenance": "train-00000-of-00045.jsonl.gz:3073" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LinkedLanguages.DAL.Models { public class WordPairToApplicationUser { public Guid Id { get; set; } public ApplicationUser ApplicationUser { get; set; } public G...
1.577658
7126944c51f9b320c0c90dc1c0033b54
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3073
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "igorpopovio/common", "max_stars_repo_path": "source/Nuke.Common/CI/TeamCity/Configuration/TeamCityKeyValueParameter.cs", "provenance": "train-00000-of-00045.jsonl.gz:3074" }
starcoder
// Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Linq; using Nuke.Common.Utilities; namespace Nuke.Common.CI.TeamCity.Configuration { public class TeamCityKeyValueParameter : TeamCityParameter { ...
2.16063
8a0ee948afb84151d01bc64abf19b526
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3074
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "W1K1/tsorcRevamp", "max_stars_repo_path": "Items/Weapons/Melee/WereBane.cs", "provenance": "train-00000-of-00045.jsonl.gz:3075" }
starcoder
<reponame>W1K1/tsorcRevamp using Terraria; using Terraria.ID; using Terraria.ModLoader; namespace tsorcRevamp.Items.Weapons.Melee { class WereBane : ModItem { public override void SetStaticDefaults() { DisplayName.SetDefault("WereBane"); Tooltip.SetDefault("A sword used to kill we...
1.92206
b7c36b2324618e6d83ee36d749a89b4c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3075
{ "extension": "c-sharp", "max_stars_count": "26.0", "max_stars_repo_name": "Polystream/AppMetrics", "max_stars_repo_path": "src/Health/src/App.Metrics.Health.Formatters.Ascii/HealthStatusTextOutputFormatter.cs", "provenance": "train-00000-of-00045.jsonl.gz:3076" }
starcoder
// <copyright file="HealthStatusTextOutputFormatter.cs" company="App Metrics Contributors"> // Copyright (c) App Metrics Contributors. All rights reserved. // </copyright> using System; using System.IO; using System.Threading; using System.Threading.Tasks; using App.Metrics.Health.Serialization; #if !NETSTANDARD1_6 u...
2.196434
5aef17b4c17aa435f49e1a8ddc25c885
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3076
{ "extension": "c-sharp", "max_stars_count": "42.0", "max_stars_repo_name": "pulumi/pulumi-alicloud", "max_stars_repo_path": "sdk/dotnet/ServiceMesh/Outputs/GetServiceMeshesMeshNetworkResult.cs", "provenance": "train-00000-of-00045.jsonl.gz:3077" }
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.693727
49a5f061f6a42976b1f33530e8b2d434
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3077
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "gumberss/Ticketing-deno", "max_stars_repo_path": "products/Infra/Interfaces/Publishers/IProductCreatedPublisher.cs", "provenance": "train-00000-of-00045.jsonl.gz:3078" }
starcoder
<reponame>gumberss/Ticketing-deno<gh_stars>1-10 using Infra.Rabbit.Events; namespace Infra.Interfaces.Publishers { public interface IProductCreatedPublisher: IPublisher<ProductCreatedEvent> { } }
1.131424
2d99488581871b6c21290d9ba03deb08
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3078
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "matthewrenze/asteroids", "max_stars_repo_path": "Assets/Scripts/ShipCollision.cs", "provenance": "train-00000-of-00045.jsonl.gz:3079" }
starcoder
using UnityEngine; using UnityEngine.UI; using System.Collections; using System.Threading; public class ShipCollision : MonoBehaviour { private GameController _controller; private Object _explosion; private Object _bigExplosion; private AudioClip _explosionClip; void Start() { _contro...
2.336455
351f7f4e9ac43d6f5815a0a997a3c6ed
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3079
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "EdgeLatitude/Calculator", "max_stars_repo_path": "Calculator.Mobile/Calculator.Mobile/PlatformServices/PlatformInformationService.cs", "provenance": "train-00000-of-00045.jsonl.gz:3080" }
starcoder
<gh_stars>0 using Calculator.Shared.PlatformServices; using Xamarin.Essentials; namespace Calculator.Mobile.PlatformServices { internal class PlatformInformationService : IPlatformInformationService { public bool PlatformSupportsGettingApplicationVersion() => true; public string G...
1.322382
d49a7eac54d15949674a626c5f8acc18
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3080
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "totoo1024/Blog5.0", "max_stars_repo_path": "src/App.Hosting/Models/TimeLineDto.cs", "provenance": "train-00000-of-00045.jsonl.gz:3081" }
starcoder
using System.Collections.Generic; namespace App.Hosting.Models { public class TimeLineDto { public int Year { get; set; } public Dictionary<string, IEnumerable<LineItem>> Items { get; set; } } }
1.842484
68991916db14948122ba0aaac086ff57
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3081
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "croquet-australia/croquet-australia-domain", "max_stars_repo_path": "source/CroquetAustralia.Domain/App/SetupCannotBeRepeatedException.cs", "provenance": "train-00000-of-00045.jsonl.gz:3082" }
starcoder
using System; namespace CroquetAustralia.Domain.App { public class SetupCannotBeRepeatedException : Exception { public SetupCannotBeRepeatedException() : base("Setup cannot be repeated.") { } } }
1.926472
639bb9fd2e1d1859f6b28f8b3419c712
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3082
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RefactorForce/Coersive", "max_stars_repo_path": "Coercive.CSharp/Usage/RedundantFieldAssignmentCodeFixProvider.cs", "provenance": "train-00000-of-00045.jsonl.gz:3083" }
starcoder
<filename>Coercive.CSharp/Usage/RedundantFieldAssignmentCodeFixProvider.cs using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeActions; using Microsoft.CodeAnalysis.CodeFixes; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Formatting; using System.Collections.Immutable; using Syste...
2.03042
4633ff5afad713a2a571f4448e8f56aa
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3083
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Migaroez/Candid-Contribs-Web", "max_stars_repo_path": "src/CandidContribs.Core/Models/Published/Navigation.generated.cs", "provenance": "train-00000-of-00045.jsonl.gz:3084" }
starcoder
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Umbraco.ModelsBuilder v8.5.3 // // Changes to this file will be lost if the code is regenerated. // </auto-generated> //------------------------------------------------...
1.837748
6232032b02b7368add7a4d497f2e00ee
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3084
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "martinsmith1968/OpenAPI.CodeGenerator", "max_stars_repo_path": "OpenAPI.CodeGenerator.Common/Extensions/EnumerableExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:3085" }
starcoder
using System; using System.Collections.Generic; using System.Linq; namespace OpenAPI.CodeGenerator.Common.Extensions { public static class EnumerableExtensions { public static T FirstOrEmpty<T>(this IEnumerable<T> enumerable) where T : class, new() { var empty = new T()...
2.837136
78ceada3ca52397e3582d62e79fe6722
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3085
{ "extension": "c-sharp", "max_stars_count": "233.0", "max_stars_repo_name": "anton2007/osu-stream", "max_stars_repo_path": "OpenTK/Bind/ISpecWriter.cs", "provenance": "train-00000-of-00045.jsonl.gz:3086" }
starcoder
<gh_stars>100-1000 #region --- License --- /* Copyright (c) 2006, 2007 <NAME> * See license.txt for license info */ #endregion using System.Collections.Generic; using Bind.Structures; namespace Bind { interface ISpecWriter { void WriteBindings(DelegateCollection delegates, FunctionCollect...
1.594464
fafb983af15921dd61bf1d5b6c2e70a2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3086
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zhy29563/MyMEF", "max_stars_repo_path": "redist/src/ComponentModel/System/ComponentModel/Composition/CompositionExceptionDebuggerProxy.cs", "provenance": "train-00000-of-00045.jsonl.gz:3087" }
starcoder
// ----------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // ----------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Componen...
2.169823
5b77a141600a1176ee55074afafb14c9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3087
{ "extension": "c-sharp", "max_stars_count": "1705.0", "max_stars_repo_name": "ChristopherButtars/aws-sdk-net", "max_stars_repo_path": "sdk/src/Services/EC2/Generated/Model/DescribeSpotFleetRequestHistoryResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:3088" }
starcoder
<filename>sdk/src/Services/EC2/Generated/Model/DescribeSpotFleetRequestHistoryResponse.cs<gh_stars>1000+ /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * ...
1.748553
d2d0483b8a75f50ce274c6204575a39d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3088
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pprometey/DemoShop", "max_stars_repo_path": "DemoShop/Models/Goods/UnitsViewModels/CreateViewModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:3089" }
starcoder
<filename>DemoShop/Models/Goods/UnitsViewModels/CreateViewModel.cs namespace DemoShop.UI.Models.Goods.UnitsViewModels { public class CreateViewModel : UnitViewModel { } }
1.203645
01efc0bfbd77242849013ee353c7abec
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3089
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alibabacloud-sdk-swift/alibabacloud-sdk", "max_stars_repo_path": "dataworks-public-20200518/csharp/core/Models/GetTopicInfluenceResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:3090" }
starcoder
<reponame>alibabacloud-sdk-swift/alibabacloud-sdk<filename>dataworks-public-20200518/csharp/core/Models/GetTopicInfluenceResponse.cs // This file is auto-generated, don't edit it. Thanks. using System; using System.Collections.Generic; using System.IO; using Tea; namespace AlibabaCloud.SDK.Dataworks_public20200518.M...
1.374008
f7f05b6d53baef590a4789197b86ab1d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3090
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Mashed-Potatoes-Games/Shadow-With-No-Past", "max_stars_repo_path": "Assets/Scripts/World/Grid/Objects/Entites/Components/TurnControllers/ITurnController.cs", "provenance": "train-00000-of-00045.jsonl.gz:3091" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace ShadowWithNoPast.Entities { public interface ITurnController { public event Action TurnPassed; TurnPriority Priority { get; set; } bool IsActiveTurn { get; set; } bool Engag...
2.105372
d70bc5ab1a0bf4632060dfa914f9c55f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3091
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HenocEtienne2512/Git", "max_stars_repo_path": "CursoCSharpUdemy/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:3092" }
starcoder
<reponame>HenocEtienne2512/Git<filename>CursoCSharpUdemy/Program.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using CursoCSharpUdemy.OO; namespace CursoCSharpUdemy { class Program { static void Main(string[] args) { //Or...
1.416861
bb2792d2fc1578c2be62298b132cc5f7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3092
{ "extension": "c-sharp", "max_stars_count": "9402.0", "max_stars_repo_name": "pyracanda/runtime", "max_stars_repo_path": "src/libraries/System.Reflection.Emit/tests/TypeBuilder/TypeBuilderDefineGenericParameters.cs", "provenance": "train-00000-of-00045.jsonl.gz:3093" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; namespace System.Reflection.Emit.Tests { public class TypeBuilderDefineGenericParameters { public static IEnumerable<o...
2.190711
148f5d600fc52d5b44cca33dc26671a6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3093
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Millmoss/ahorror", "max_stars_repo_path": "Atmosphere Horror Game/Assets/Scripts/OnParticleHit_PlaySound.cs", "provenance": "train-00000-of-00045.jsonl.gz:3094" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class OnParticleHit_PlaySound : MonoBehaviour { public AudioClip[] clips; public AudioSource _audio; private void OnParticleCollision(GameObject other) { int new_clip = Random.Range(0, clips.Length - 1); ...
2.059224
acec8071c853d5fb344e6810171f9cf5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3094
{ "extension": "c-sharp", "max_stars_count": "3336.0", "max_stars_repo_name": "mbentancour/azure-powershell", "max_stars_repo_path": "src/HPCCache/HPCCache/Models/Utility.cs", "provenance": "train-00000-of-00045.jsonl.gz:3095" }
starcoder
// ---------------------------------------------------------------------------------- // // Copyright Microsoft Corporation // 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://ww...
2.418258
fbaf08e63351a62a96191dc591ab8565
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3095
{ "extension": "c-sharp", "max_stars_count": "61.0", "max_stars_repo_name": "VKAlwaysWin/serilog-sinks-graylog", "max_stars_repo_path": "src/Serilog.Sinks.Graylog.Core.Tests/Transport/Udp/DataToChunkConverterFixture.cs", "provenance": "train-00000-of-00045.jsonl.gz:3096" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using FluentAssertions; using Moq; using AutoFixture; using Serilog.Sinks.Graylog.Core.Helpers; using Serilog.Sinks.Graylog.Core.Transport.Udp; using Xunit; namespace Serilog.Sinks.Graylog.Core.Tests.Transport.Udp { public class DataToChunkConvert...
2.381165
330b3de870e9570c2865a917a134fcab
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3096
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "T-rvw/LevelEditor", "max_stars_repo_path": "ATF/Framework/Atf.Core/EnumerableUtil.cs", "provenance": "train-00000-of-00045.jsonl.gz:3097" }
starcoder
<reponame>T-rvw/LevelEditor<filename>ATF/Framework/Atf.Core/EnumerableUtil.cs //Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt. using System; using System.Collections.Generic; namespace Sce.Atf { /// <summary> /// Class with static methods for iterating through IEnumerable c...
3.308987
637702e7b35f55320b36f0b4f84bbca7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3097
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "yamadansan/HoppoAlpha", "max_stars_repo_path": "VisualFormTest/UnitListViewer.cs", "provenance": "train-00000-of-00045.jsonl.gz:3098" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using HoppoAlpha.DataLibrary.DataObject; using HoppoAlpha.DataLibrary.RawApi.ApiPort; namespace VisualFo...
2.280589
b1424f3749ad0abbdefd8968918dd481
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3098
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "AndersAndreen/TwoTrack", "max_stars_repo_path": "TwoTrackCoreUnitTests/TtResultGenericTests/DoActionRetainConfirmationsTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:3099" }
starcoder
<filename>TwoTrackCoreUnitTests/TtResultGenericTests/DoActionRetainConfirmationsTests.cs using FluentAssertions; using System; using TwoTrackCore; using Xunit; namespace TwoTrackCoreUnitTests.TtResultGenericTests { /* ## Do(Action) step 1 states: 1: succeeeded - 0 errors (e) 2: fai...
2.597572
b454bf3f46a47b5c024ede9a0e9628c0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3099
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "evincarofautumn/mono", "max_stars_repo_path": "mcs/class/System.Core/System.Security.Cryptography/Aes.cs", "provenance": "train-00000-of-00045.jsonl.gz:3100" }
starcoder
// // System.Security.Cryptography.Aes.cs // based on mcs/class/corlib/System.Security.Cryptography/Rijndael.cs // // Authors: // <NAME> (<EMAIL>) // <NAME> (<EMAIL>) // <NAME> <<EMAIL>> // // (C) 2002 // Copyright (C) 2004-2006,2008 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charg...
1.974262
6b3931cb706d550e75a2c1e7cd8684d1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3100
{ "extension": "c-sharp", "max_stars_count": "36.0", "max_stars_repo_name": "akasarto/skeleton-netfx-mvc5", "max_stars_repo_path": "sources/Domain.Core/Entities/UserEntity.cs", "provenance": "train-00000-of-00045.jsonl.gz:3101" }
starcoder
<filename>sources/Domain.Core/Entities/UserEntity.cs using Shared.Extensions; using Shared.Infrastructure; using System; using System.Collections.Generic; using System.Security.Claims; namespace Domain.Core.Entities { public class UserEntity { public int AccessFailedCount { get; set; } public List<Claim> Claims...
2.275687
f0f69ac73554ab6a00ed27fb6a513da3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3101
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "thiagocruzrj/Tweet-Book", "max_stars_repo_path": "Tweetbook/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:3102" }
starcoder
<reponame>thiagocruzrj/Tweet-Book using Microsoft.AspNetCore; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Identity; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using System.Threading.Tasks; using Tweetbook.Data; namespace Tweetbook { public class Program...
2.254424
c52cd46a88c0179558e586d527168179
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3102
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "rikupin1105/line-bot-sdk-csharp", "max_stars_repo_path": "src/line-bot-sdk-csharp/Messages/ImageMessage.cs", "provenance": "train-00000-of-00045.jsonl.gz:3103" }
starcoder
namespace LineMessagingAPI { /// <summary> /// Image /// https://developers.line.me/ja/reference/messaging-api/#image-message /// https://developers.line.me/en/reference/messaging-api/#image-message /// </summary> public class ImageMessage : ISendMessage { /// <summary> /// ...
2.559082
18f3dcadadcdf2756c025f71100f9b0e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3103
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "MarcoBauer72/LearnAI-Bootcamp", "max_stars_repo_path": "lab02.4_customvision02/Resources/Starter/CustomVision.Sample/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:3104" }
starcoder
<gh_stars>1-10 // // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. // // Microsoft Cognitive Services: https://azure.microsoft.com/en-us/services/cognitive-services // // Microsoft Cognitive Services GitHub: // https://github.com/Microsoft/Cognitive-CustomVision-Windows // // Cop...
2.42161
7c705518a72b44f5b6866a126a713081
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3104
{ "extension": "c-sharp", "max_stars_count": "22.0", "max_stars_repo_name": "TolikPylypchuk/KeyboardSwitch", "max_stars_repo_path": "KeyboardSwitch.Linux/X11/XStateMask.cs", "provenance": "train-00000-of-00045.jsonl.gz:3105" }
starcoder
<filename>KeyboardSwitch.Linux/X11/XStateMask.cs using System; namespace KeyboardSwitch.Linux.X11 { [Flags] internal enum XStateMask : ulong { XkbModifierStateMask = 1L << 0, XkbModifierBaseMask = 1L << 1, XkbModifierLatchMask = 1L << 2, XkbModifierLockMask = 1L << 3, ...
1.512826
543a5c2c31b6375eec5c3b4cf3348dcd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3105
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "amzulin/dlerp", "max_stars_repo_path": "ecoBio.Wms.Web/Views/manage/materialone.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:3106" }
starcoder
 @{ Layout = null; var one = Model.model as Enterprise.Invoicing.Entities.Models.Material; var nofix = Model.nofix as List<SelectListItem>; var units = Model.units as List<SelectListItem>; var units2 = Model.units2 as List<SelectListItem>; var type = Model.type; var id = Model.id; if (t...
1.777196
9e84c809e65aef0e80339ea48efbe527
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3106
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rsf94538/Wrox_VS2017", "max_stars_repo_path": "Ch11/Ch11CardLib/Ch11CardClient/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:3107" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using static System.Console; using Ch11CardLib; namespace Ch11CardClient { class Program { static void Main(string[] args) { WriteLine("Running: Ch11CardC...
3.274597
1b05d212a84c0705d12c03384bf405e9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3107
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mfkl/terrafx.interop.windows", "max_stars_repo_path": "sources/Interop/Windows/um/d3d10/D3D10_FORMAT_SUPPORT.cs", "provenance": "train-00000-of-00045.jsonl.gz:3108" }
starcoder
// Copyright © <NAME> Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/d3d10.h in the Windows SDK for Windows 10.0.19041.0 // Original source is Copyright © Microsoft. All rights reserved. using System; namespace TerraFX.Interop { [...
1.110356
da847dea13a15aeccf7095e9e145059b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3108
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "JoeBostic/Strategia", "max_stars_repo_path": "source/Strategia/Requirements/IncompatibleGroupRequirement.cs", "provenance": "train-00000-of-00045.jsonl.gz:3109" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; using KSP; using KSPAchievements; using Strategies; using Strategies.Effects; using ContractConfigurator; namespace Strategia { public class IncompatibleGroupRequirement : StrategyEffect, IRequirementEffect ...
2.332258
b167b676539d44fd564dda1713f76164
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3109
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "hdir/Slutta", "max_stars_repo_path": "SluttaShell.Android/MainActivity.cs", "provenance": "train-00000-of-00045.jsonl.gz:3110" }
starcoder
<reponame>hdir/Slutta using Android.App; using Android.Content; using Android.Content.PM; using Android.Runtime; using Android.OS; using Xamarin.Forms; namespace SluttaShell.Droid { [Activity(Label = "Slutta", Icon = "@mipmap/icon", Theme = "@style/MainTheme", MainLauncher = true, ...
1.709385
5d459e558b38c857197422338f31c00e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3110
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jmcnamara44/WorldData", "max_stars_repo_path": "WorldData/Views/Home/Index.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:3111" }
starcoder
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>cities</title> </head> <body> <!-- <div class="topnav"> this will be part of our search and filtering functionality <div class="form-group"> <select> <option value="name"> City name </option> <option value=...
3.153563
3d70245fab937f7e58e0cf3188271c0e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3111
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "uniquercm/healthcareapi", "max_stars_repo_path": "Web.Api/Presenters/LoginPresenter.cs", "provenance": "train-00000-of-00045.jsonl.gz:3112" }
starcoder
using System.Net; using Web.Api.Core.Dto.UseCaseResponses; using Web.Api.Core.Interfaces; using Web.Api.Serialization; namespace Web.Api.Presenters { public sealed class LoginPresenter : IOutputPort<LoginResponse> { public JsonContentResult ContentResult { get; } public LoginPresen...
2.344789
ec129ea0ed3874e7b36523dd79036977
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3112
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "geeking/WebApiEasyInvoker", "max_stars_repo_path": "WebApiEasyInvoker/WebApiExecutor.cs", "provenance": "train-00000-of-00045.jsonl.gz:3113" }
starcoder
<filename>WebApiEasyInvoker/WebApiExecutor.cs using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Diagnostics; using System.Net.Http; using System.Reflection; using System.Threading.Tasks; using WebApiEasyInvoker.Config; using...
2.495061
c49130dc2f636bad2c4eddbfca48a794
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3113
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "CodeBitsInteractive/CodeBits-Club", "max_stars_repo_path": "Sources/JSONPostRequest.cs", "provenance": "train-00000-of-00045.jsonl.gz:3114" }
starcoder
<reponame>CodeBitsInteractive/CodeBits-Club using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; /*============================================*/ /* Файл: JSONPostRequest.cs * Назначение: Обра...
2.735755
3dd1b95b2c1f46193103df422215157f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3114
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RodrigoMedeirosRS/Biblioteca_Viva", "max_stars_repo_path": "DAL/PessoaRegistroDAL.cs", "provenance": "train-00000-of-00045.jsonl.gz:3115" }
starcoder
<gh_stars>0 using MoreLinq; using System.Linq; using System.Collections.Generic; using Microsoft.EntityFrameworkCore; using BibliotecaViva.DAO; using BibliotecaViva.DTO; using BibliotecaViva.DAL.Utils; using BibliotecaViva.DAL.Interfaces; namespace BibliotecaViva.DAL { public class PessoaRegistroDAL : BaseDAL, IP...
2.111477
ce9d026cc5cd427b71d655ece3dd7835
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3115
{ "extension": "c-sharp", "max_stars_count": "52.0", "max_stars_repo_name": "NewLifeX/BBX", "max_stars_repo_path": "Test/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:3116" }
starcoder
<filename>Test/Program.cs using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Text; using System.Text.RegularExpressions; using BBX.Entity; using NewLife.Threading; using XCode.DataAccessLayer; using System.Linq; using XCode; using XCode.Transform; using NewLife.Log; namespa...
2.357403
479a1bdb78a482e4f949ab251a8fa39e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3116
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nokia-wroclaw/innovativeproject-action-race", "max_stars_repo_path": "Action Race/Assets/Scripts/Game/DayNightSystem.cs", "provenance": "train-00000-of-00045.jsonl.gz:3117" }
starcoder
<gh_stars>0 using UnityEngine; using UnityEngine.UI; using Photon.Pun; using System.Collections; public class DayNightSystem : MonoBehaviourPunCallbacks { [Header("References")] [SerializeField] Sprite dayBackground; [SerializeField] Sprite nightBackground; [Header("References")] [SerializeField]...
2.045575
b542332ff22028b491b7fe4c2fc19333
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3117
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "ucdavis/NuSurvey", "max_stars_repo_path": "NuSurvey.Web/Views/SurveyResponse/Index.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:3118" }
starcoder
@model NuSurvey.Web.Controllers.ActiveSurveyViewModel @{ ViewBag.Title = "Active Surveys"; } @*<h2>Active Surveys</h2>*@ <table> <thead> <tr> <th></th> <th> Name </th> <th> Short Name </th> <th> Questions </th> </tr> </thead> <tbody> @{ var o...
2.805365
56fc7bd85dc9c9381948e3bf8f291595
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3118
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "burakoner/BitGo", "max_stars_repo_path": "BitGo/Objects/Enterprise/EnterpriseInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:3119" }
starcoder
<gh_stars>1-10 using BitGo.Objects.Shared; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; namespace BitGo.Objects.Enterprise { public class EnterpriseInfo { [JsonProperty("id")] public string EnterpriseId { get; internal set; } [JsonProperty(...
1.250584
23576b4ca8eccc6f8c10c191578cc167
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3119
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "chenjienan/hackathon_ms_teams", "max_stars_repo_path": "csharp_dotnetcore/51.teams-messaging-extensions-action/Controllers/EventResponseController.cs", "provenance": "train-00000-of-00045.jsonl.gz:3120" }
starcoder
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using WCB.TeamMeet.Domain; using WCB.TeamMeet.Storage.Service; namespace TeamsMessagingExtensionsAction.Controllers { [ApiController] public class EventResponseController : ControllerBase { ...
2.324597
40dcfb681c14a990a4ac4d1e31c339df
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3120
{ "extension": "c-sharp", "max_stars_count": "124.0", "max_stars_repo_name": "Steph55/DirectN", "max_stars_repo_path": "DirectN/DirectN/Generated/tagAXESLISTW.cs", "provenance": "train-00000-of-00045.jsonl.gz:3121" }
starcoder
// c:\program files (x86)\windows kits\10\include\10.0.22000.0\um\wingdi.h(4458,9) using System; using System.Runtime.InteropServices; namespace DirectN { [StructLayout(LayoutKind.Sequential)] public partial struct tagAXESLISTW { public uint axlReserved; public uint axlNumAxes; ...
1.566787
a7d2da9b7a08ab0ad7947fc2f26f22d5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3121
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pellared/dd-trace-dotnet", "max_stars_repo_path": "tracer/src/Datadog.Trace/ClrProfiler/Instrumentation.cs", "provenance": "train-00000-of-00045.jsonl.gz:3122" }
starcoder
// <copyright file="Instrumentation.cs" company="Datadog"> // Unless explicitly stated otherwise all files in this repository are licensed under the Apache 2 License. // This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2017 Datadog, Inc. // </copyright> using System; using Sy...
1.657452
0f7734b03edb4b2e5bf19f9b8a5e611f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3122
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "craiggwilson/EntityFramework", "max_stars_repo_path": "src/EntityFramework.SqlServer.Design/ReverseEngineering/SqlServerDbContextCodeGenerator.cs", "provenance": "train-00000-of-00045.jsonl.gz:3123" }
starcoder
<filename>src/EntityFramework.SqlServer.Design/ReverseEngineering/SqlServerDbContextCodeGenerator.cs // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System.Collections.Generic;...
1.710695
5535f666ae0e0522cfdc93c847be3de7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3123
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Saaka/WordHunt", "max_stars_repo_path": "WordHunt.Data/Migrations/20170425193236_AddedGameStatusesTable.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:3124" }
starcoder
<gh_stars>1-10 using System; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Metadata; using Microsoft.EntityFrameworkCore.Migrations; namespace WordHunt.Data.Migrations { [DbContext(typeof(AppDbContext))] [Migration("20170425193236_...
1.88741
b8a18ca4f500bb34c50f56862394136e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3124
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "cheehwasun/BloogBot", "max_stars_repo_path": "BloogBot/Npc.cs", "provenance": "train-00000-of-00045.jsonl.gz:3125" }
starcoder
using BloogBot.Game; namespace BloogBot { public class Npc { public Npc( int id, string name, bool isInnkeeper, bool sellsAmmo, bool repairs, bool quest, bool horde, bool alliance, Position posi...
2.594415
d0f940e0fb629841f8e14995627daa9d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3125
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "Samsung-US-Developer-Support/Samsung-OpenIAB-Unity-Plugin", "max_stars_repo_path": "Samsung-OpenIAB-Unity-Plugin/unity_plugin/unity_src/Assets/Plugins/OpenIAB/OpenIAB.cs", "provenance": "train-00000-of-00045.jsonl.gz:3126" }
starcoder
<reponame>Samsung-US-Developer-Support/Samsung-OpenIAB-Unity-Plugin /******************************************************************************* * Copyright 2012-2014 One Platform Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in co...
1.963551
b5b0a7574f9b8bf7dacc64b81e2803e7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3126
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "Chamberlain91/heirloom", "max_stars_repo_path": "Examples/ARCHIVE/Examples.Game/Map.cs", "provenance": "train-00000-of-00045.jsonl.gz:3127" }
starcoder
using System.Collections.Generic; using Heirloom.Drawing; using Heirloom.Game; using Heirloom.Math; namespace Examples.Game { public partial class Map : Entity { private readonly TileMapRenderer _mapRenderer; private readonly Tile[] _tiles; private readonly List<Collider> _colliders; ...
2.770416
bc6e01a7891001134d9348c685a52a43
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3127
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hitma-n/Attract", "max_stars_repo_path": "Assets/Scripts/PathFollow.cs", "provenance": "train-00000-of-00045.jsonl.gz:3128" }
starcoder
<filename>Assets/Scripts/PathFollow.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class PathFollow : MonoBehaviour { //This script is used for the character which is not used in the game public Transform[] points; public float moveTime; int currIndex; ...
2.510587
54ec3c1a2ceaccb161872c4b5f8036f9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3128
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "bitmovin/bitmovin-api-sdk-dotnet", "max_stars_repo_path": "src/Bitmovin.Api.Sdk/Models/ApiErrorDefinition.cs", "provenance": "train-00000-of-00045.jsonl.gz:3129" }
starcoder
<filename>src/Bitmovin.Api.Sdk/Models/ApiErrorDefinition.cs using System; using System.Collections; using System.Collections.Generic; using System.Runtime.Serialization; using JsonSubTypes; using Newtonsoft.Json; using Bitmovin.Api.Sdk.Common; using Bitmovin.Api.Sdk.Models; namespace Bitmovin.Api.Sdk.Models { ///...
1.912923
4927bcb8320c55d0b64d6f004402322e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3129
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "kalilistic/crescentcove", "max_stars_repo_path": "src/CrescentCove/Model/ClassJob/ClassJobLocalized.cs", "provenance": "train-00000-of-00045.jsonl.gz:3130" }
starcoder
<reponame>kalilistic/crescentcove namespace FFXIV.CrescentCove { public class ClassJobLocalized : ILocalizedData { public string Name { get; set; } public string Abbreviation { get; set; } public LanguageEnum Language { get; set; } } }
1.418116
f41eac701a3c0f2d2fa2339e260e4f48
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3130
{ "extension": "c-sharp", "max_stars_count": "87.0", "max_stars_repo_name": "Oxymoron290/EncompassRest", "max_stars_repo_path": "src/EncompassRest/Loans/Enums/ReverseMortgage.cs", "provenance": "train-00000-of-00045.jsonl.gz:3131" }
starcoder
using System.ComponentModel; using System.Runtime.Serialization; namespace EncompassRest.Loans.Enums { /// <summary> /// ReverseMortgage /// </summary> public enum ReverseMortgage { /// <summary> /// 1. Reverse mortgage /// </summary> [Description("1. Reverse mortgag...
2.290877
8366d9dc25daa83522e412f7eb89dca8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3131
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "Demiture/Nadeko", "max_stars_repo_path": "src/NadekoBot/Modules/Help/Help.cs", "provenance": "train-00000-of-00045.jsonl.gz:3132" }
starcoder
using Discord.Commands; using NadekoBot.Extensions; using System.Linq; using Discord; using NadekoBot.Services; using System.Threading.Tasks; using NadekoBot.Attributes; using System; using System.IO; using System.Text; using System.Collections.Generic; namespace NadekoBot.Modules.Help { [NadekoModule("Help", "-"...
2.400024
dd383953578bf3d3997613da75481032
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3132
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ebu/mcma-libraries-dotnet", "max_stars_repo_path": "Azure/Mcma.Storage.Azure.BlobStorage/BlobStorageServiceCollectionExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:3133" }
starcoder
using System; using Mcma.Storage; using Microsoft.Extensions.DependencyInjection; namespace Mcma.Storage.Azure.BlobStorage { public static class BlobStorageServiceCollectionExtensions { public static IServiceCollection AddMcmaBlobStorageClient(this IServiceCollection services, ...
1.709724
a99179bf6698c550e4badb3b8cf71ecc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3133
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "rolerzhang/Epub", "max_stars_repo_path": "RolerFileToolkit/Roler.Toolkit.File.Mobi/Entity/AudiRecord.cs", "provenance": "train-00000-of-00045.jsonl.gz:3134" }
starcoder
namespace Roler.Toolkit.File.Mobi.Entity { public class AudiRecord { /// <summary> /// Gets or sets the identifier, always 'AUDI'. /// </summary> public string Identifier { get; set; } /// <summary> /// Gets or sets the media data continues to the end of this re...
1.962547
01b88f98eafa49a0ceaf4c9959cf073f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3134
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "18konoe/KonoeStudio.Libs.Hid", "max_stars_repo_path": "KonoeStudio.Libs.Hid/HidExceptions.cs", "provenance": "train-00000-of-00045.jsonl.gz:3135" }
starcoder
<gh_stars>0 using System; using System.Runtime.Serialization; namespace KonoeStudio.Libs.Hid { [Serializable] public class GetHidAttributesException : Exception { // // For guidelines regarding the creation of new exception types, see // http://msdn.microsoft.com/library/default...
1.91055
90bc3b2693ee471be019f161d82a6625
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3135
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "LanceMcCarthy/DevReachCompanion", "max_stars_repo_path": "src/DevReach2020/DevReach2020.Forms/Portable/Styles/BlueThemeStyles.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:3136" }
starcoder
<reponame>LanceMcCarthy/DevReachCompanion<gh_stars>1-10 using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace DevReach2020.Forms.Portable.Styles { [XamlCompilation(XamlCompilationOptions.Compile)] public partial class BlueThemeStyles : ResourceDictionary { public BlueThemeStyles() { ...
1.36225
4142e96ec61b598cb2e986cc9f28bb2c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
3136
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "TylerBrinks/SeekU", "max_stars_repo_path": "SeekU/Domain/AggregateRootWithSnapshot.cs", "provenance": "train-00000-of-00045.jsonl.gz:3137" }
starcoder
<reponame>TylerBrinks/SeekU  using System; namespace SeekU.Domain { /// <summary> /// Represents an aggregate root that can create snapshots /// based on runtime criteria (often based on the version) /// </summary> /// <typeparam name="T">Type of object containing snapshot data</typeparam> pu...
3.17204
b99aef6bc5abceee04ca3ca833a875c9