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
5237
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "dimatteo31/securo-gp", "max_stars_repo_path": "examples/Securo.GlobalPlatform.Application/GpTransportKeysProvider.cs", "provenance": "train-00000-of-00045.jsonl.gz:5238" }
starcoder
using Securo.GlobalPlatform.Interfaces; using Securo.GlobalPlatform.Model; namespace Securo.GlobalPlatform.Application { public class GpTransportKeysProvider : IGpMasterKeysProvider { public KeySet Provide() { return new KeySet() { EncryptionKey = "<KEY>...
2.283293
cb699daa189cbe0f410ce2f980755956
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5238
{ "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_WebNet/Classic IPostBackDataHandler.LoadPostData Example/CS/source.cs", "provenance": "train-00000-of-00045.jsonl.gz:5239" }
starcoder
using System; using System.Collections.Specialized; public class Sample { protected string Text; // <Snippet1> public virtual bool LoadPostData(string postDataKey, NameValueCollection postCollection) { String presentValue = Text; String postedValue = postCollection[postDataKey]; ...
3.066385
9165972311965a0af2a989c1062451f3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5239
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "EddieGarmon/uScoober", "max_stars_repo_path": "Features/Storage/uScoober/Storage/Spot/SpotFileSystem.cs", "provenance": "train-00000-of-00045.jsonl.gz:5240" }
starcoder
using System.IO; namespace uScoober.Storage.Spot { public class SpotFileSystem { //NB: extend this partial class with well know folders such as: // public IFolder TempStorage { get; private set; } public IFolder CreateFolder(AbsoluteFolderPath path) { Directory.CreateDirec...
2.626659
75d71972b00b550a8e3c4f8ef4d1f77b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5240
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "patriksvensson/bayeux", "max_stars_repo_path": "src/Bayeux/Internal/Models/Message.cs", "provenance": "train-00000-of-00045.jsonl.gz:5241" }
starcoder
<filename>src/Bayeux/Internal/Models/Message.cs using System.Collections.Generic; using Newtonsoft.Json; // ReSharper disable once CheckNamespace namespace Bayeux.Internal { internal sealed class Message : IBayeuxMessage { [JsonProperty(PropertyName = "channel")] public string Channel { get; s...
1.834543
03886cd05511f8efc2237d96b95b3db7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5241
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "whywherewhat/CSharp-Databases-Fundamentals", "max_stars_repo_path": "02.C# Databases - Advanced/09.Best Practices and Architecture/BusTicketSystem/BusTicket.Services/Contracts/ICustomerService.cs", "provenance": "train-00000-of-00045....
starcoder
using BusTicket.Models; using BusTicket.Models.Enums; namespace BusTicket.Services.Contracts { public interface ICustomerService { Customer GetCustomerById(int customerId); void AddCustomer(string firstName, string lastName, Gender gender); Customer RemoveCustomer(int customerId); ...
2.407571
eb9fe9b7feac4b992007b8282964687e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5242
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "parkitect-mod-community/TemplateAssetMod", "max_stars_repo_path": "assets/Assets/Editor/WallBlock.cs", "provenance": "train-00000-of-00045.jsonl.gz:5243" }
starcoder
<reponame>parkitect-mod-community/TemplateAssetMod namespace ParkitectAssetEditor { /// <summary> /// Which sides of a wall are blocked. /// </summary> enum WallBlock { Back = 1 << 0, Right = 1 << 1, Forward = 1 << 2, Left = 1 << 3 } }
1.779382
b20bd6e58df8099adf1047c877222cc1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5243
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ecampidoglio/cake", "max_stars_repo_path": "src/Cake.Core.Tests/Unit/IO/Arguments/SecretArgumentTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:5244" }
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. using Cake.Core.IO; using Cake.Core.IO.Arguments; using Xunit; namespace Cake.Core.Tests.Unit.IO.Arguments; publi...
2.559835
05e82614da83258a7995bcf9cd404ba2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5244
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "sdcondon/SCGraphTheory.AdjacencyList", "max_stars_repo_path": "src/AdjacencyList._Tests/DirectedGraphTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:5245" }
starcoder
<gh_stars>1-10 using FluentAssertions; using FlUnit; namespace SCGraphTheory.AdjacencyList { public static class DirectedGraphTests { public static Test Construction => TestThat .When(() => { var graph = new Graph<Node, Edge>(); Node node1, node2...
2.720675
74e008ff460cf0b3b8c9d10bf0a2bd9c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5245
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "undancer/oni-data", "max_stars_repo_path": "Managed/main/ISlicedSim1000ms.cs", "provenance": "train-00000-of-00045.jsonl.gz:5246" }
starcoder
<reponame>undancer/oni-data public interface ISlicedSim1000ms { void SlicedSim1000ms(float dt); }
1.282654
bf40b1e2a1ab7a9aa298ee19a760e2af
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5246
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "todo-it/philadelphia", "max_stars_repo_path": "Tests/Heavy/ControlledByTests.Server/Services/HelloWorldService.cs", "provenance": "train-00000-of-00045.jsonl.gz:5247" }
starcoder
<gh_stars>1-10 using System.Threading.Tasks; using ControlledByTests.Domain; using Philadelphia.Common; using Philadelphia.Testing.DotNetCore; namespace ControlledByTests.Server.Services { public class HelloWorldService : IHelloWorldService { private readonly ClientConnectionInfo _client; ...
2.45397
bb0f558da469d1d3d408b5b8964059ca
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5247
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lukeedw/powermill-api-examples", "max_stars_repo_path": "addin-example-powermill-plugin/PluginInstaller/RegisterDLL.cs", "provenance": "train-00000-of-00045.jsonl.gz:5248" }
starcoder
<filename>addin-example-powermill-plugin/PluginInstaller/RegisterDLL.cs<gh_stars>0 // ----------------------------------------------------------------------- // Copyright 2021 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the tim...
2.297433
425f8c657b6ad0e09768bad29372ebac
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5248
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mazenamr/GameMaster", "max_stars_repo_path": "GameMaster.Migration/Seeding/_202_SeedRegionTable.cs", "provenance": "train-00000-of-00045.jsonl.gz:5249" }
starcoder
using FluentMigrator; namespace GameMaster.Migration.Seeding { [Migration(202)] public class _202_SeedRegionTable : FluentMigrator.Migration { public override void Down() { } public override void Up() { Constants.Region.Regions.ForEach(region => ...
1.960502
6a5e2713ca1122a264db093b82ce30f7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5249
{ "extension": "c-sharp", "max_stars_count": "29.0", "max_stars_repo_name": "shaynevanasperen/Magneto", "max_stars_repo_path": "samples/Samples/Views/Home/Index.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5250" }
starcoder
<filename>samples/Samples/Views/Home/Index.cshtml @{ ViewData["Title"] = "Home Page"; } <h2>Welcome to the Samples for Magneto</h2> Navigate to <strong>Users</strong> or <strong>Posts</strong> to see Magneto in action.
1.733985
3ebb934419f5bb6b23d6553cd09a82fc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5250
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "OSGAgaming/Libvaxy", "max_stars_repo_path": "ModAnalyzer.cs", "provenance": "train-00000-of-00045.jsonl.gz:5251" }
starcoder
<reponame>OSGAgaming/Libvaxy<filename>ModAnalyzer.cs using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Graphics; using ReLogic.Graphics; using System; using System.Collections.Generic; using System.Linq; using Terraria.ModLoader; using Terraria.ModLoader.Audio; namespace Libvaxy { /// <summary> ///...
2.380673
be4dc23493c8b1ecb97e742603c8b78a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5251
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "justserega/dbtest", "max_stars_repo_path": "Examples/EFCore/StockAppCore.Tests/Base/ModelBuilder.cs", "provenance": "train-00000-of-00045.jsonl.gz:5252" }
starcoder
using StockAppCore.Models; using System; using System.Globalization; namespace StockAppCore.Tests { public class ModelBuilder { public MoveDocument CreateDocument(string time, Storage source, Storage dest) { var document = new MoveDocument { Number = "#"...
2.89128
b49d5ee8520566de4010fc3b2dcd0635
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5252
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "StratosBlue/Cuture.Extensions.Configuration.Nacos", "max_stars_repo_path": "src/Cuture.Extensions.Configuration.Nacos.Grpc/NacosConfigurationBuilderExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:5253" }
starcoder
using System; using Cuture.Extensions.Configuration.Nacos; using Nacos; namespace Microsoft.Extensions.Configuration { /// <summary> /// /// </summary> public static class NacosConfigurationBuilderExtensions { /// <summary> /// 添加Nacos,并允许使用Grpc客户端(仅当使用 <see cref="IConfiguration"/>...
2.493306
16fb651ff1b818df65d4deceeaa0bb45
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5253
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "philipgpencal/DevProfile", "max_stars_repo_path": "DevProfile.Application.Services/Interfaces/IProfileAppService.cs", "provenance": "train-00000-of-00045.jsonl.gz:5254" }
starcoder
using DevProfile.Application.DTO; using System.Collections.Generic; namespace DevProfile.Application.Services.Interfaces { public interface IProfileAppService { void SaveNewProfile(ProfileDTO profileDTO); List<FullProfileDTO> GetAll(); FullProfileDTO GetByDeveloperId(int developerId); ...
1.657609
6ee8e52cea194b6b8abea0fe01a29b8c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5254
{ "extension": "c-sharp", "max_stars_count": "265.0", "max_stars_repo_name": "ndsvw/discoverdotnet", "max_stars_repo_path": "Pipelines/Resources/Resources.cs", "provenance": "train-00000-of-00045.jsonl.gz:5255" }
starcoder
<reponame>ndsvw/discoverdotnet using Statiq.Common; using Statiq.Core; using Statiq.Yaml; namespace DiscoverDotnet.Pipelines.Resources { public class Resources : Pipeline { public Resources() { InputModules = new ModuleList { new ReadFiles(Config.FromCon...
1.908062
f846616c7ca30285ded9e02fcd74d14e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5255
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "kingraham/debugging-clrmd", "max_stars_repo_path": "CLRProfiler/Model/ProcessInfoTab.cs", "provenance": "train-00000-of-00045.jsonl.gz:5256" }
starcoder
using CLRProfiler.Attributes; using GalaSoft.MvvmLight; using System; namespace CLRProfiler.Model { [WeaveRaisePropertyChanged] public class ProcessInfoTab : ObservableObject { public Guid ID { get; private set; } public bool Closeable { get; set; } public string Name { get; set; } public ViewModelBase Vie...
1.632454
c3826bf1b1fc2a8b0a77febba429a141
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5256
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "csharpfritz/Fritz.ConfigurationBuilders", "max_stars_repo_path": "samples/Samples-rss/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:5257" }
starcoder
using System; using System.Configuration; namespace Samples_rss { class Program { static void Main(string[] args) { var keys = ConfigurationManager.AppSettings.AllKeys; Console.WriteLine("Here are my current AppSettings:"); foreach (var item in keys) ...
2.613248
14466500934999ed8e12345ca753d9dc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5257
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jdrr2687/aws-cloud-computing-api", "max_stars_repo_path": "AWSCloudComputing.DataAccess/Customer.cs", "provenance": "train-00000-of-00045.jsonl.gz:5258" }
starcoder
using Dapper.Contrib.Extensions; using System; using System.Collections.Generic; using System.Text; namespace AWSCloudComputing.DataAccess { [Table("Cliente")] public class Customer { public int Id { get; set; } public string Nombre { get; set; } } }
1.729911
943e89a0f7277e2f81e6b5435497b959
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5258
{ "extension": "c-sharp", "max_stars_count": "365.0", "max_stars_repo_name": "abharath27/azure-libraries-for-net", "max_stars_repo_path": "src/ResourceManagement/Network/Domain/ILoadBalancerInboundNatPool.cs", "provenance": "train-00000-of-00045.jsonl.gz:5259" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Management.Network.Fluent { using Microsoft.Azure.Management.Network.Fluent.Models; using Microsoft.Azure.Management.ResourceMana...
1.667684
a051062503893499478e7343a1eff0f3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5259
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sandboxdemo/PartsUnlimited", "max_stars_repo_path": "src/PartsUnlimitedWebsite/WebsiteConfiguration/RedisCacheConfig.cs", "provenance": "train-00000-of-00045.jsonl.gz:5260" }
starcoder
using Microsoft.Extensions.Configuration; using PartsUnlimited.Cache; using StackExchange.Redis; namespace PartsUnlimited.WebsiteConfiguration { public class RedisCacheConfig : IRedisCacheConfiguration { private ConfigurationOptions _options; public RedisCacheConfig(IConfiguration config) ...
2.47237
b065fd43c45bf746928ba8d66305017a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5260
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "trinityimma/TelerikAcademy", "max_stars_repo_path": "Programming/3.ObjectOrientedProgramming/4.FundamentalPrinciplesPartOne/1.School/Student.cs", "provenance": "train-00000-of-00045.jsonl.gz:5261" }
starcoder
<filename>Programming/3.ObjectOrientedProgramming/4.FundamentalPrinciplesPartOne/1.School/Student.cs using System; class Student : Human, ICommentable { public int ClassNumber { get; private set; } public string Comment { get; set; } public Student(string firstName, string middleName, string lastName) ...
2.872271
b1a9ef5970a09294911e53557b8ea935
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5261
{ "extension": "c-sharp", "max_stars_count": "24.0", "max_stars_repo_name": "HelloYeew/soyokaze", "max_stars_repo_path": "osu.Game.Rulesets.Soyokaze/UI/SoyokazeInputManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:5262" }
starcoder
// Copyright (c) <NAME> <<EMAIL>>. Licensed under the MIT Licence. // See the LICENSE file in the repository root for full licence text. using System.ComponentModel; using osu.Framework.Input.Bindings; using osu.Game.Rulesets.UI; namespace osu.Game.Rulesets.Soyokaze.UI { public class SoyokazeInputManager : Rules...
2.086379
669ada6bb659c533213d9ea8a8c5e280
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5262
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "allenxie888/Newbe.Mahua.Framework", "max_stars_repo_path": "src/Newbe.Mahua.Samples.ApiExtensions/MahuaApis/GetFriendsApiMahuaCommandHandler.cs", "provenance": "train-00000-of-00045.jsonl.gz:5263" }
starcoder
<gh_stars>1-10 using Newbe.Mahua.Apis; namespace Newbe.Mahua.Samples.ApiExtensions.MahuaApis { public class GetFriendsApiMahuaCommandHandler : IApiCommandHandler<GetFriendsApiMahuaCommand, GetFriendsApiMahuaCommandResult> { public GetFriendsApiMahuaCommandResult Handle(GetFriendsApiMahuaCommand messag...
2.061166
892ea1622242508b476ec18c146ac510
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5263
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "BadBabyJames/QunityTypes", "max_stars_repo_path": "Source/QuantityTypes/Operators/LinearMomentum.cs", "provenance": "train-00000-of-00045.jsonl.gz:5264" }
starcoder
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="LinearMomentum.cs" company="QuantityTypes"> // Copyright (c) 2014 QuantityTypes contributors // </copyright> // <summary> // Provides operators related to linear momentum...
2.992261
e1ff367b01f414de29a9fc0716d342c6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5264
{ "extension": "c-sharp", "max_stars_count": "22.0", "max_stars_repo_name": "Vtek/PowerBI.Api.Client", "max_stars_repo_path": "lib/ADAL.PCL/AcquireTokenSilentHandler.cs", "provenance": "train-00000-of-00045.jsonl.gz:5265" }
starcoder
//---------------------------------------------------------------------- // Copyright (c) Microsoft Open Technologies, Inc. // All Rights Reserved // Apache License 2.0 // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may o...
1.651926
9e229dba7f456a6b816e3b8861a968f2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5265
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "111Online/nhs111-itk-dispatcher-api", "max_stars_repo_path": "ItkDispatcher/NHS111.Utils/FeatureToggle/EnabledByDefaultSettingStrategy.cs", "provenance": "train-00000-of-00045.jsonl.gz:5266" }
starcoder
 namespace NHS111.Utils.FeatureToggle { public class EnabledByDefaultSettingStrategy : IDefaultSettingStrategy { public bool GetDefaultSetting() { return true; } } }
1.722932
d185bcf36f75b5f377781e0cf22b7514
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5266
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "codeex/MmWizard", "max_stars_repo_path": "Db/DbConnectionWrapper.cs", "provenance": "train-00000-of-00045.jsonl.gz:5267" }
starcoder
using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Diagnostics; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace MmWizard.Db { public partial class DbConnectionWrapper :IDisposable { public DbConnectionWrapper(DbC...
2.836725
a3d61851ca9466a40892ee6accffc898
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5267
{ "extension": "c-sharp", "max_stars_count": "476.0", "max_stars_repo_name": "dvs99/OpenSilver", "max_stars_repo_path": "src/Runtime/Runtime/PagedCollectionView/PropertyGroupDescription.cs", "provenance": "train-00000-of-00045.jsonl.gz:5268" }
starcoder
<filename>src/Runtime/Runtime/PagedCollectionView/PropertyGroupDescription.cs //----------------------------------------------------------------------- // <copyright file="PropertyGroupDescription.cs" company="Microsoft"> // (c) Copyright Microsoft Corporation. // This source is subject to the Microsoft Publ...
2.688031
2b53ac65c83f7382fc0ff7f76735db04
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5268
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vasily-kirichenko/akka.net", "max_stars_repo_path": "src/core/Akka/Configuration/Hocon/HoconConfigurationElement.cs", "provenance": "train-00000-of-00045.jsonl.gz:5269" }
starcoder
using System.Configuration; namespace Akka.Configuration.Hocon { public class HoconConfigurationElement : CDataConfigurationElement { [ConfigurationProperty(ContentPropertyName, IsRequired = true, IsKey = true)] public string Content { get { return (string)base[ContentPrope...
2.09644
dbdf017ba21b8a59b922765c0a82a519
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5269
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nuthim/Orc.Library", "max_stars_repo_path": "Orc.Library.Tests/Messages/Client/EnumTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:5270" }
starcoder
using Microsoft.VisualStudio.TestTools.UnitTesting; using Orc.Library.Enums; using Orc.Library.Messages.Client; namespace Orc.Library.Tests.Messages.Client { [TestClass] public class EnumTests { [TestMethod] public void TestEnumMessage() { var actual = new E...
1.892282
7aa10f14b9b5831cb3c3c4fda75fdd91
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5270
{ "extension": "c-sharp", "max_stars_count": "298.0", "max_stars_repo_name": "luthfiampas/AvaloniaEdit", "max_stars_repo_path": "test/AvaloniaEdit.Tests/AvaloniaMocks/MockWindowingPlatform.cs", "provenance": "train-00000-of-00045.jsonl.gz:5271" }
starcoder
<reponame>luthfiampas/AvaloniaEdit<gh_stars>100-1000 using System; using Avalonia.Platform; using Moq; namespace AvaloniaEdit.AvaloniaMocks { public class MockWindowingPlatform : IWindowingPlatform { private readonly Func<IWindowImpl> _windowImpl; private readonly Func<IPopupImpl> _popupImpl; ...
1.876361
ac9bfe4e587bbd2f00bd2b8b24da5154
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5271
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "serset/Sers", "max_stars_repo_path": "dotnet/Library/Sers/Sers.Gateway/Sers.Gateway/GatewayHelp.cs", "provenance": "train-00000-of-00045.jsonl.gz:5272" }
starcoder
<filename>dotnet/Library/Sers/Sers.Gateway/Sers.Gateway/GatewayHelp.cs<gh_stars>1-10 using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; using Newtonsoft.Json.Linq; using Sers.Core.Module.Api; using Sers.Core.Module.Message; using Sers.Core.Module.Rpc; using Sers.Gateway.RateLimit; using ...
1.678018
b6d92d3ebe159973528cf5afa54b33c5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5272
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rjose/dotnet-projects", "max_stars_repo_path": "Rino.ForthicTests/GlobalModuleTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:5273" }
starcoder
using Microsoft.VisualStudio.TestTools.UnitTesting; using Rino.Forthic; namespace Rino.ForthicTests { [TestClass] public class GlobalModuleTest { [TestMethod] public void TestConstruction() { GlobalModule m = new GlobalModule(); Assert.IsNotNull(m...
2.164539
9c23849d68300a7c74eb74090b983762
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5273
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Elders/Cronus.AtomicAction.Consul", "max_stars_repo_path": "src/Cronus.AtomicAction.Consul.Tests/WithLockManager/WithLockManagerFailingToAcquireLock.cs", "provenance": "train-00000-of-00045.jsonl.gz:5274" }
starcoder
using Elders.Cronus; using Elders.Cronus.AtomicAction; using FakeItEasy; using Machine.Specifications; using Playground; namespace Cronus.AtomicAction.Consul.Tests.WithLockManager { public abstract class WithLockManagerFailingToAcquireLock { Establish context = () => { arId = new H...
1.752358
f7423b3f180255b76fdafed345a4662f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5274
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "evaristocuesta/MessageDialogManagerLib", "max_stars_repo_path": "Samples/NetFrameworkSample/ViewModel/MainWindowViewModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:5275" }
starcoder
using CommandLibrary; using MessageDialogManagerLib; using System.Threading.Tasks; using System.Windows.Input; namespace NetFrameworkSample.ViewModel { public class MainWindowViewModel { private readonly IMessageDialogManager _messageDialogManager; public MainWindowViewModel(IMessageDialogMan...
2.625699
eb31da656bf59ec961c1571cb7419f2a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5275
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "xiaomaolau/swagger-api", "max_stars_repo_path": "samples/server/petstore/aspnetcore-mixed/src/IO.Swagger/Controllers/AnotherFakeApi.cs", "provenance": "train-00000-of-00045.jsonl.gz:5276" }
starcoder
<gh_stars>0 /* * Swagger Petstore * * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * OpenAPI spec version: 1.0.0 * Contact: <EMAIL> * Generated by: https://github.com/swagger-api/swagger-codegen.git ...
1.721409
d5a0acf3f5a9ddea9fe16e9685c33fb6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5276
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bazer/slim", "max_stars_repo_path": "src/DataLinq.Tests/Models/slim/stuff.cs", "provenance": "train-00000-of-00045.jsonl.gz:5277" }
starcoder
<filename>src/DataLinq.Tests/Models/slim/stuff.cs<gh_stars>0 using System; using DataLinq.Interfaces; using DataLinq.Attributes; namespace Tests.Models { public interface stuff : ITableModel { DateTime? Created { get; } string Name { get; } [PrimaryKey] int TheId { get; } ...
2.273766
e46f093785442ad49cd59f5f82867bb8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5277
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "bluexray/Horizon.Sample", "max_stars_repo_path": "Horizon.Payment.Alipay/Response/AlipayOpenMiniInnerversionCreateResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:5278" }
starcoder
namespace Horizon.Payment.Alipay.Response { /// <summary> /// AlipayOpenMiniInnerversionCreateResponse. /// </summary> public class AlipayOpenMiniInnerversionCreateResponse : AlipayResponse { } }
1.058615
a2324fce0acb5a853ff9dda856f0ff02
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5278
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tyrbedarf/elsa-core", "max_stars_repo_path": "src/samples/console/Elsa.Samples.RpaWindowsConsole/AutomateEdgeSample.cs", "provenance": "train-00000-of-00045.jsonl.gz:5279" }
starcoder
using Elsa.Activities.Rpa.Windows.Activities.Application; using Elsa.Activities.Rpa.Windows.Activities.Utils; using Elsa.Activities.Rpa.Windows.Activities.Interaction; using Elsa.Activities.Rpa.Windows.Activities.Write; using Elsa.Activities.Rpa.Windows.Extensions; using Elsa.Activities.Rpa.Windows.Activities.Read; usi...
1.97235
b03fa158cba0a56e9cf67fa16265c008
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5279
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "suarezoscar/logoquizz", "max_stars_repo_path": "Server/Form1.cs", "provenance": "train-00000-of-00045.jsonl.gz:5280" }
starcoder
<filename>Server/Form1.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.F...
2.450529
dfc0a19e5f0d3bd0fecf868a7968b6ea
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5280
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JaksonD/TerrariaOverhaul", "max_stars_repo_path": "Common/Guns/_Overhauls/Minigun.cs", "provenance": "train-00000-of-00045.jsonl.gz:5281" }
starcoder
<reponame>JaksonD/TerrariaOverhaul using System; using Microsoft.Xna.Framework; using Terraria; using Terraria.ID; using Terraria.ModLoader; using TerrariaOverhaul.Common.Camera; using TerrariaOverhaul.Common.Crosshairs; using TerrariaOverhaul.Common.ModEntities.Items.Components; using TerrariaOverhaul.Common.Movement...
1.798154
5c0f536074786d2d9d528fa4e446c079
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5281
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "82ndAirborneDiv/Epi-Info-Cloud-Data-Capture", "max_stars_repo_path": "Epi.Web.Common/BusinessObject/OrganizationBO.cs", "provenance": "train-00000-of-00045.jsonl.gz:5282" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization; namespace Epi.Web.Enter.Common.BusinessObject { [DataContract(Namespace = "http://www.yourcompany.com/types/")] public class OrganizationBO { private ...
2.003963
2749582a37d94377ded05b7e706240bf
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5282
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "CruzChua/media-library-azure", "max_stars_repo_path": "intranet-webapp/MediaLibrary.Intranet.Web/Models/InternetIndexModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:5283" }
starcoder
<reponame>CruzChua/media-library-azure using System; namespace MediaLibrary.Intranet.Web.Models { public class InternetTableItems { public string id { get; set; } public string name { get; set; } public DateTime dateTaken { get; set; } public string location { get; set; } ...
1.574117
b728d4c5944cae6ae831571717d0f102
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5283
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kamit9171/csharp-language-server-protocol", "max_stars_repo_path": "src/Protocol/Models/Proposals/SemanticTokensPartialResult.cs", "provenance": "train-00000-of-00045.jsonl.gz:5284" }
starcoder
using System; using System.Collections.Immutable; namespace OmniSharp.Extensions.LanguageServer.Protocol.Models.Proposals { /// <summary> /// @since 3.16.0 /// </summary> [Obsolete(Constants.Proposal)] public class SemanticTokensPartialResult { /// <summary> /// The actual toke...
1.848489
397b2875d780b139dce9d2a00796d78f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5284
{ "extension": "c-sharp", "max_stars_count": "179.0", "max_stars_repo_name": "Dav-id/alpaca-trade-api-csharp", "max_stars_repo_path": "Alpaca.Markets/Messages/JsonClock.cs", "provenance": "train-00000-of-00045.jsonl.gz:5285" }
starcoder
using System; using System.Diagnostics.CodeAnalysis; using Newtonsoft.Json; namespace Alpaca.Markets { [SuppressMessage( "Microsoft.Performance", "CA1812:Avoid uninstantiated internal classes", Justification = "Object instances of this class will be created by Newtonsoft.JSON library.")] inter...
2.43314
c4e0107c1ae11410b3d0ac0d9fdd3f52
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5285
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "murrple-1/SumoSmash", "max_stars_repo_path": "SumoSmash/Assets/Game/Scripts/ProgressBar.cs", "provenance": "train-00000-of-00045.jsonl.gz:5286" }
starcoder
using UnityEngine; public class ProgressBar : MonoBehaviour { public float Progress; public Vector2 Position; public Vector2 Size; public bool UseSimpleBackground; public bool UseSimplePartial; public bool UseEndColor; public Color BackgroundColor; public Color StartColor;...
2.52271
917e4d51e5f423ace51c50d82decb53e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5286
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mfkl/terrafx.interop.windows", "max_stars_repo_path": "sources/Interop/Windows/um/winnt/SYSTEM_CPU_SET_INFORMATION.cs", "provenance": "train-00000-of-00045.jsonl.gz:5287" }
starcoder
<reponame>mfkl/terrafx.interop.windows // Copyright © <NAME> Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // Ported from um/winnt.h in the Windows SDK for Windows 10.0.19041.0 // Original source is Copyright © Microsoft. All rights reserved. using Sys...
1.749777
15f7892eb5702686143e94f5ec110f79
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5287
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "DEFRA/prsd-iws", "max_stars_repo_path": "src/EA.Iws.Web/Areas/AdminExportAssessment/Views/Overview/Sections/_Carrier.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5288" }
starcoder
@model EA.Iws.Web.Areas.NotificationApplication.ViewModels.NotificationApplication.TransportationViewModel <div class="overview-block"> @if (Model.IsCarrierCompleted) { if (Model.CanAddCarrier) { <div class="change-answer">@Html.ActionLink("Add", "Add", "Carrier", new { id = Model....
2.273705
132e2bccd670a77ac9353cd006667522
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5288
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "d605-upjv/veille-concurrentielle", "max_stars_repo_path": "Scraper/VeilleConcurrentielle.Scraper.ConsoleApp/PriceSearcher.cs", "provenance": "train-00000-of-00045.jsonl.gz:5289" }
starcoder
using Microsoft.Extensions.Logging; namespace VeilleConcurrentielle.Scraper.ConsoleApp { public class PriceSearcher : IPriceSearcher { private readonly ILogger<PriceSearcher> _logger; private readonly IHtmlDocumentLoader _htmlDocumentLoader; public PriceSearcher(ILogger<PriceSearcher> ...
2.92667
a8df67cc1721956229c5a0a4c18361d7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5289
{ "extension": "c-sharp", "max_stars_count": "23.0", "max_stars_repo_name": "DataMesh-OpenSource/SolarSystemExplor", "max_stars_repo_path": "Assets/DataMesh/ARModule/Utility/Editor/Tween/TweenPositionEditor.cs", "provenance": "train-00000-of-00045.jsonl.gz:5290" }
starcoder
<reponame>DataMesh-OpenSource/SolarSystemExplor //---------------------------------------------- // NGUI: Next-Gen UI kit // Copyright © 2011-2015 Tasharen Entertainment //---------------------------------------------- using UnityEngine; using UnityEditor; namespace DataMesh.AR.Utility { [CustomEditor...
2.116347
46137997f7f3544e65b17a27edfa2d78
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5290
{ "extension": "c-sharp", "max_stars_count": "67.0", "max_stars_repo_name": "chunloklo/HouraiNetworking", "max_stars_repo_path": "Runtime/Lobbies/LobbyMemberMap.cs", "provenance": "train-00000-of-00045.jsonl.gz:5291" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using UnityEngine.Assertions; namespace HouraiTeahouse.Networking { public sealed class LobbyMemberMap : IEnumerable<LobbyMember>, IDisposable { readonly Dictionary<AccountHandle, LobbyMember> _members; readonly Lobby _lobby; /// <summa...
2.864154
0afd21796c49fe5988e9ea1a6cad3fcf
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5291
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "GCAE/ODataToolkit", "max_stars_repo_path": "ODataToolkit/Nodes/NotNode.cs", "provenance": "train-00000-of-00045.jsonl.gz:5292" }
starcoder
namespace ODataToolkit.Nodes { using System; using System.Linq; using System.Linq.Expressions; using ODataToolkit.Nodes.Base; public class NotNode : UnaryNode { public NotNode(Token payload) : base(payload) { } public override Expression BuildLinqExpression(ExpressionOptions options) { ...
2.595211
782bb307fa9f215ffc418106816cb083
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5292
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "teswar/PsyDPT", "max_stars_repo_path": "Code/Psydpt.Business/Services/PredictionService.cs", "provenance": "train-00000-of-00045.jsonl.gz:5293" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Psydpt.Data; using Psydpt.Data.Entities; using Psydpt.Business.Infrastructure; using Psydpt.Data.Infrastructure; using Microsoft.AspNet.Identity; using System.Web; using System.Text.RegularExpressi...
2.293406
696d99451bc98fbc5998f7f4e6a2ca84
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5293
{ "extension": "c-sharp", "max_stars_count": "36.0", "max_stars_repo_name": "coryleeio/Gridpath", "max_stars_repo_path": "Example/CamDriver.cs", "provenance": "train-00000-of-00045.jsonl.gz:5294" }
starcoder
<gh_stars>10-100 using UnityEngine; namespace GridPath.Example { public class CamDriver : MonoBehaviour { private const int Speed = 4; private const int ScrollBoundary = 5; private float _newXCoordinate; private float _newYCoordinate; private float _newZCoordinate; ...
2.557583
57f8d0210c3b26112e727cbce45c89d0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5294
{ "extension": "c-sharp", "max_stars_count": "475.0", "max_stars_repo_name": "mbinot/blazor-redux", "max_stars_repo_path": "samples/Minimal/Reducers.cs", "provenance": "train-00000-of-00045.jsonl.gz:5295" }
starcoder
using System; using System.Collections.Generic; using BlazorRedux; namespace Minimal { public static class Reducers { public static MyState RootReducer(MyState state, IAction action) { if (state == null) throw new ArgumentNullException(nameof(state)); ...
2.931402
978d576bec5e6fa06d29477d60094029
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5295
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LiangJianyi/MasturbationRecorder", "max_stars_repo_path": "MasturbationRecorder/GuidancePage.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:5296" }
starcoder
<reponame>LiangJianyi/MasturbationRecorder using System; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using MasturbationRecorder.SqlDbHelper; namespace MasturbationRecorder { using Debug = System.Diagnostics.Debug; public sealed partial class GuidancePage : Page { private SqlDbHelper.SqlDbH...
2.221078
384dff19dc27ee0c4f812aaa91ce3644
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5296
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Fernandsantana/WebMvcNetCore", "max_stars_repo_path": "WebMvcNetCore/Controllers/VendasController.cs", "provenance": "train-00000-of-00045.jsonl.gz:5297" }
starcoder
using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using WebMvcNetCore.Serviços; namespace WebMvcNetCore.Controllers { public class VendasController : Controller { private readonly ServicoVendas _servicoVendas; publ...
2.447121
f3a977ef43c4c897aebc47205ce54b13
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5297
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "quocitspkt/QDMarketPlaceFinal", "max_stars_repo_path": "QDMarketPlace.Utilities/Helpers/TextHelper.cs", "provenance": "train-00000-of-00045.jsonl.gz:5298" }
starcoder
<reponame>quocitspkt/QDMarketPlaceFinal<gh_stars>0 using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace QDMarketPlace.Utilities.Helpers { public static class TextHelper { public static string ToUnsignString(string input) { ...
2.72187
479dfdf2625caf64165feea18c6d072c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5298
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "m-esm/HCMS", "max_stars_repo_path": "src/HCMS.Web/Themes/ARXE_ASC/Pages/projects_filter.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5299" }
starcoder
@{ var projects = HCMS.Dynamics.Data.DDB.GetTable("arxe_arch", "arch_project").DRows.Where(p => p.GetValue("Confirmed").Value == "true"); Response.ClearContent(); Response.ClearHeaders(); Response.ContentType = "application/javascript"; int size = 0; int status = 0; int program = 0; int...
2.28848
a0f4852b92d1c3f15481be10cb3dd48b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5299
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JTOne123/NETToolBox", "max_stars_repo_path": "src/NetToolBox.Queueing/QueueReceiverClient.cs", "provenance": "train-00000-of-00045.jsonl.gz:5300" }
starcoder
using Microsoft.Azure.ServiceBus; using Microsoft.Azure.ServiceBus.InteropExtensions; using Microsoft.Extensions.Logging; using NetToolBox.Core; using NetToolBox.Queueing.Abstractions; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Threadi...
2.294602
3cdf0f279595dfaeaa7536fc19d52a79
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5300
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nabil053/OnlineGameStore", "max_stars_repo_path": "Online Game Store/CustomerLogin.aspx.cs", "provenance": "train-00000-of-00045.jsonl.gz:5301" }
starcoder
<reponame>nabil053/OnlineGameStore<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; using System.Configuration; namespace Online_Game_Store { public partial class Login : System.Web.UI...
2.243226
19011ace43ce010dfbc90f4a549fb3c5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5301
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "NovaDamn/BPW2", "max_stars_repo_path": "Assets/BPW/Scripts/BossSpawner.cs", "provenance": "train-00000-of-00045.jsonl.gz:5302" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using TMPro; public class BossSpawner : MonoBehaviour { [Header("Prefabs")] public GameObject bossPrefab; public GameObject SpawnerStatsPanel; private ColliderCheck colliderCheck; public TextMeshProUGUI enemyCountText; ...
1.907454
af02c1f03e30c8e9ef58d3ca53fd175d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5302
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gareth-reid/BetsFriends", "max_stars_repo_path": "EssentialUIKit/Views/Catalog/ListRacesPage.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:5303" }
starcoder
<filename>EssentialUIKit/Views/Catalog/ListRacesPage.xaml.cs using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Net.Http; using System.Reflection; using Acr.UserDialogs; using EssentialUIKit.AppLayout.Models; using EssentialUIKit.AppLayout.Views; usin...
2.04652
f0180d4c1c6eff18eef414ba534d045a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5303
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "e8035669/osu-framework", "max_stars_repo_path": "osu.Framework.Tests/Visual/TestCaseDrawVisualiser.cs", "provenance": "train-00000-of-00045.jsonl.gz:5304" }
starcoder
// Copyright (c) 2007-2018 ppy Pty Ltd <<EMAIL>>. // Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu-framework/master/LICENCE using osu.Framework.Allocation; using osu.Framework.Graphics; using osu.Framework.Graphics.Visualisation; using osu.Framework.Testing; using OpenTK; namespa...
1.671353
4b06e9ea9d2ce597df8938bd124b4267
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5304
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jackchristenson/PokemonUnity", "max_stars_repo_path": "Pokemon Unity/Assets/Scripts/Monster/Ability.cs", "provenance": "train-00000-of-00045.jsonl.gz:5305" }
starcoder
<reponame>jackchristenson/PokemonUnity using System.Collections; public class PBAbilities { public static string getName(PokemonUnity.Abilities ability) { return string.Empty; } public static int maxValue { get; set; } //{ get { return MoveData.Count; } } } namespace PokemonUnity.Monster { public class Abili...
1.817109
1f812d4528c1fc580d92cc0c70dbd552
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5305
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "bayoen/bayoen-star", "max_stars_repo_path": "bayoen.star.Old/Windows/SettingWindow.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:5306" }
starcoder
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using S...
2.010817
8e929367bc43ac818ebd9c9fe68b1cef
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5306
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "alexyorke/populated-ports", "max_stars_repo_path": "populated-ports/RunningProcesses.cs", "provenance": "train-00000-of-00045.jsonl.gz:5307" }
starcoder
<reponame>alexyorke/populated-ports using System; using System.Collections.Generic; using System.Diagnostics; using System.Text.RegularExpressions; namespace populated_ports { // https://github.com/2gis/Winium.Desktop/pull/71/commits/3118da30abcc703b1866487ca6c848277131459c /// <summary> /// Static cl...
2.889195
2dffa377565536941a263e7ff91cc2a2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5307
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "KamiNeko/Libra", "max_stars_repo_path": "LibraCore/LevelBuilding/AnimationLoopDescriptor.cs", "provenance": "train-00000-of-00045.jsonl.gz:5308" }
starcoder
<reponame>KamiNeko/Libra namespace LibraCore.LevelBuilding { public class AnimationLoopDescriptor { public bool Active { get; set; } public int Key { get; set; } } }
1.268331
308227b4fd374209f149374def740ac3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5308
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MrZoidberg/currencycloud-net", "max_stars_repo_path": "Source/CurrencyCloud.Tests/ReportRequestsTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:5309" }
starcoder
<reponame>MrZoidberg/currencycloud-net using NUnit.Framework; using CurrencyCloud.Tests.Mock.Data; using CurrencyCloud.Entity.Pagination; using CurrencyCloud.Tests.Mock.Http; using CurrencyCloud.Environment; using System.Threading.Tasks; using CurrencyCloud.Entity; namespace CurrencyCloud.Tests { [TestFixture] ...
1.979607
8f80f90efac95de4d8c22bd19221c2c5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5309
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Long-Man/ErsatzTV", "max_stars_repo_path": "ErsatzTV.Infrastructure/Search/SearchIndex.cs", "provenance": "train-00000-of-00045.jsonl.gz:5310" }
starcoder
<filename>ErsatzTV.Infrastructure/Search/SearchIndex.cs using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using ErsatzTV.Core; using ErsatzTV.Core.Domain; using ErsatzTV.Core.Interfaces.Metadata; using ErsatzTV.Core.Interfaces.Repositories; usi...
1.887397
b9596dd434dae1e06199003d0d8f454d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5310
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "neelimabhukya/readypolicy-ui", "max_stars_repo_path": "node_modules/react-native-windows/ReactWindows/ReactNative/UIManager/Events/EventDispatcher.cs", "provenance": "train-00000-of-00045.jsonl.gz:5311" }
starcoder
<filename>node_modules/react-native-windows/ReactWindows/ReactNative/UIManager/Events/EventDispatcher.cs using ReactNative.Bridge; using ReactNative.Tracing; using System; using System.Collections.Generic; using System.Threading; using Windows.UI.Xaml.Media; using static System.FormattableString; namespace Re...
2.613876
e339acb0d39e6a8e45691a223140b2b7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5311
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "robaxelsen/MTGAHelper-Windows-Client", "max_stars_repo_path": "MTGAHelper.Web.Models/Response/Misc/GetSetsResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:5312" }
starcoder
using System.Collections.Generic; namespace MTGAHelper.Web.UI.Model.Response.Misc { public class GetSetsResponse { public ICollection<SetInfo> Sets { get; set; } } public class SetInfo { public ICollection<string> Formats { get; set; } public string Name { get; set; } ...
1.906259
86e94b23b47adaff130c604ad5c986a1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5312
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "SkillsFundingAgency/das-employer-incentives", "max_stars_repo_path": "src/SFA.DAS.EmployerIncentives.UnitTests.Shared/AutoFixtureCustomizations/ApprenticeshipIncentiveCustomization.cs", "provenance": "train-00000-of-00045.jsonl.gz:531...
starcoder
<reponame>SkillsFundingAgency/das-employer-incentives<filename>src/SFA.DAS.EmployerIncentives.UnitTests.Shared/AutoFixtureCustomizations/ApprenticeshipIncentiveCustomization.cs<gh_stars>1-10 using System; using AutoFixture; using SFA.DAS.EmployerIncentives.Domain.ApprenticeshipIncentives.ValueTypes; using SFA.DAS.Empl...
1.768824
63e8842fe62888dca92391276aed8af3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5313
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JuRogn/BaseProject", "max_stars_repo_path": "src/WebHost/DevModules/Module.Orders/ViewModels/DeliveryInformationVm.cs", "provenance": "train-00000-of-00045.jsonl.gz:5314" }
starcoder
using System.Collections.Generic; namespace Module.Orders.ViewModels { public class DeliveryInformationVm { public DeliveryInformationVm() { NewAddressForm = new AddressFormVm(); } public IList<ShippingAddressVm> ExistingShippingAddresses { get; set; } = ...
1.81654
5ed0e13585a5b23f6e8a6a59a9c6bafa
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5314
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "0xF6/X-Sing", "max_stars_repo_path": "FUCKING_BIG_TRASH_BOX/app/Backend/Services/DNSResolver.cs", "provenance": "train-00000-of-00045.jsonl.gz:5315" }
starcoder
namespace Backend.Services { using System; using System.IO; using System.Threading.Tasks; using DNS.Client; using DNS.Client.RequestResolver; using DNS.Protocol; public class DNSResolver : IRequestResolver { public Task<IResponse> Resolve(IRequest request) {...
2.510898
6cb0fc10e4355f7249f670d765240bc6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5315
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "maxdm/YAFNET", "max_stars_repo_path": "yafsrc/ServiceStack.OrmLite/src/ServiceStack.Interfaces/DataAccess/IPersistenceProviderManagerFactory.cs", "provenance": "train-00000-of-00045.jsonl.gz:5316" }
starcoder
namespace ServiceStack.DataAccess { public interface IPersistenceProviderManagerFactory { IPersistenceProviderManager CreateProviderManager(string connectionString); } }
1.39536
2ae1aeac843fc3b2e8e1646058e02f71
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5316
{ "extension": "c-sharp", "max_stars_count": "457.0", "max_stars_repo_name": "adamhomer88/DddInAction", "max_stars_repo_path": "DddInPractice.Logic/Atms/AtmMap.cs", "provenance": "train-00000-of-00045.jsonl.gz:5317" }
starcoder
using FluentNHibernate.Mapping; namespace DddInPractice.Logic.Atms { public class AtmMap : ClassMap<Atm> { public AtmMap() { Id(x => x.Id); Map(x => x.MoneyCharged); Component(x => x.MoneyInside, y => { y.Map(x => x.OneCentCount...
2.373645
93b3b4d11370260b2d4d65b36db1f3b7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5317
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DetlefGolze/aws-sdk-net", "max_stars_repo_path": "sdk/src/Services/SecurityHub/Generated/Model/_bcl45+netstandard/ISecurityHubPaginatorFactory.cs", "provenance": "train-00000-of-00045.jsonl.gz:5318" }
starcoder
<filename>sdk/src/Services/SecurityHub/Generated/Model/_bcl45+netstandard/ISecurityHubPaginatorFactory.cs #if !NETSTANDARD13 /* * Copyright 2010-2014 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 co...
1.381678
ac3c9a15c97a7dfe20d1cbefb4544e03
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5318
{ "extension": "c-sharp", "max_stars_count": "244.0", "max_stars_repo_name": "anuraj/BlogTemplate", "max_stars_repo_path": "BlogTemplate/Pages/_ViewImports.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5319" }
starcoder
@using Microsoft.AspNetCore.Identity @using BlogTemplate._1 @using BlogTemplate._1.Data @namespace BlogTemplate._1.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
1.309544
78df8e925a043615df51d6de134315b9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5319
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "2ia/frapid", "max_stars_repo_path": "src/Frapid.Web/Areas/Frapid.Config/Entities/Menu.cs", "provenance": "train-00000-of-00045.jsonl.gz:5320" }
starcoder
// ReSharper disable All using System; using Frapid.DataAccess; using Frapid.NPoco; namespace Frapid.Config.Entities { [TableName("config.menus")] [PrimaryKey("menu_id", AutoIncrement = true)] public sealed class Menu : IPoco { public int MenuId { get; set; } public int? Sort { get; set...
1.832051
3026952900841149c5a7c3741b055489
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5320
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "trisagion-games/bullet-heaven", "max_stars_repo_path": "BulletHeaven/Assets/PubNub/Workers/SubscriptionWorker.cs", "provenance": "train-00000-of-00045.jsonl.gz:5321" }
starcoder
<reponame>trisagion-games/bullet-heaven using System; using UnityEngine; using System.Collections.Generic; using System.Linq; using System.Text; namespace PubNubAPI { internal class SusbcribeEventEventArgs : EventArgs { public PNStatus Status; public PNPresenceEventResult PresenceEventResult; ...
1.850505
3c1ef2759f54aba258a3156ed7bb97f8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5321
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "terrajobst/infer", "max_stars_repo_path": "src/Runtime/Factors/Softmax.cs", "provenance": "train-00000-of-00045.jsonl.gz:5322" }
starcoder
<reponame>terrajobst/infer // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.ML.Probabilistic.Factors { using System; using System.Collect...
2.188913
da996f0d40c23d49b789f2e2d0c4da02
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5322
{ "extension": "c-sharp", "max_stars_count": "45.0", "max_stars_repo_name": "pkgw/wwt-website", "max_stars_repo_path": "tools/PlateManager/IServiceRegistration.cs", "provenance": "train-00000-of-00045.jsonl.gz:5323" }
starcoder
using Microsoft.Extensions.DependencyInjection; namespace PlateManager { internal interface IServiceRegistration { void AddServices(IServiceCollection services); } }
1.355792
6c91e9d466e5c9c069dd4c8c1a696116
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5323
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "Sanheiii/graph3D.vrml", "max_stars_repo_path": "Graph3D.Vrml/VRMLScene.cs", "provenance": "train-00000-of-00045.jsonl.gz:5324" }
starcoder
<reponame>Sanheiii/graph3D.vrml using Graph3D.Vrml.Nodes; namespace Graph3D.Vrml { public class VrmlScene { public VrmlScene() { Root.Name = "SCENEGRAPH"; } public SceneGraphNode Root = new SceneGraphNode(); } }
1.474156
f1596d3ab48dbeba6684ce68796874a9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5324
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "VVoev/Telerik-Academy", "max_stars_repo_path": "11.High-Quality-Code-Part-2/Workshop-Exam-Preparation/ConsoleApplication3 - 28-04-2017/ConsoleApplication3/Contracts/ISchoolSystemFactory.cs", "provenance": "train-00000-of-00045.jsonl.g...
starcoder
<reponame>VVoev/Telerik-Academy namespace StudentApplication { public interface ISchoolSystemFactory { IStudent CreateStudent(string firstName, string lastName, Grade grade); ITeacher CreateTeacher(string firstName, string lastName, Subject subject); } }
1.819325
bae22da11d41aa0faec5f596b942abfb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5325
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MarkusAmshove/nuke", "max_stars_repo_path": "source/Nuke.MSBuildLocator/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:5326" }
starcoder
<filename>source/Nuke.MSBuildLocator/Program.cs // Copyright 2019 Maintainers of NUKE. // Distributed under the MIT License. // https://github.com/nuke-build/nuke/blob/master/LICENSE using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection; ...
2.291247
199f164375b6b8ed5b849ac20f3484c0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5326
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "puerts-tsc/startup", "max_stars_repo_path": "Assets/App/TankShooter/Scripts/Bullets/Mine.cs", "provenance": "train-00000-of-00045.jsonl.gz:5327" }
starcoder
<reponame>puerts-tsc/startup<filename>Assets/App/TankShooter/Scripts/Bullets/Mine.cs using System.Collections; using UnityEngine; namespace TankShooter.Bullets { public class Mine : BaseBullet { public float destroyAfterSeconds = 5f; // Use this for initialization void Start () { ...
2.324391
06405c3affd72f263090766f54829e69
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5327
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "neurip/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK", "max_stars_repo_path": "NextGenSoftware.OASIS.STAR/CelestialSpace/StarDust.cs", "provenance": "train-00000-of-00045.jsonl.gz:5328" }
starcoder
using NextGenSoftware.OASIS.API.Core.Holons; using NextGenSoftware.OASIS.API.Core.Interfaces.STAR; namespace NextGenSoftware.OASIS.STAR.CelestialSpace { public class StarDust : Holon, IStarDust { } }
1.380818
dda3f95a386fc2383a7d5f02ae42e588
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5328
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Devisetty99/mystylecop", "max_stars_repo_path": "StyleCop.Analyzers/StyleCop.Analyzers.Test/MaintainabilityRules/SA1402ForBlockDeclarationUnitTestsBase.cs", "provenance": "train-00000-of-00045.jsonl.gz:5329" }
starcoder
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. namespace StyleCop.Analyzers.Test.MaintainabilityRules { using System.Linq; using System.Threading; using System.Threading.Task...
2.017857
726aa3d9be2fbcd1d41f380c8f98946f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5329
{ "extension": "c-sharp", "max_stars_count": "114.0", "max_stars_repo_name": "MurlocTW/Live2DLighting", "max_stars_repo_path": "Assets/Live2D/Cubism/Framework/Expression/CubismPlayingExpression.cs", "provenance": "train-00000-of-00045.jsonl.gz:5330" }
starcoder
/* * Copyright(c) Live2D Inc. All rights reserved. * * Use of this source code is governed by the Live2D Open Software license * that can be found at http://live2d.com/eula/live2d-open-software-license-agreement_en.html. */ using Live2D.Cubism.Core; using UnityEngine; namespace Live2D.Cubism.Framework.Expressi...
2.384816
09a2d3bca0dee2f777360a84a6349418
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5330
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "twsouthwick/wwt-website", "max_stars_repo_path": "src/WWTMVC5/Views/Interact/Test.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5331" }
starcoder
<gh_stars>0 @{ Layout = "~/Views/Shared/_ContentPage.cshtml"; } @section leftnav{ @Html.Partial("~/Views/Interact/LeftNav.cshtml") } <section> <h1>Debug</h1> <p id="txtIntro">Testing image collection</p> <div id="wwtControl" data-import-image="http://farm6.static.flickr.com/5216/5495...
1.570807
c2c0e384d578f2fa5438b4d89264a969
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5331
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pandazzurro/LogClientSideFull", "max_stars_repo_path": "Angular/LogClientSide/Controllers/ProductsController.cs", "provenance": "train-00000-of-00045.jsonl.gz:5332" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using LogClientSide.Services; using LogClientSide.Models; namespace LogClientSide.Controllers { [Route("api/[controller]")] public class ProductsController : Controller { ...
2.471666
47d903efd240e5ff79945984e8e502f1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5332
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "msynk/obfuscator", "max_stars_repo_path": "MiniObfuscator/MiniObfuscator.Core/Enums/Anonymizers.cs", "provenance": "train-00000-of-00045.jsonl.gz:5333" }
starcoder
using System; using System.ComponentModel; namespace MiniObfuscator.Core.Enums { [Flags] public enum Anonymizers { [Description("No anonymization applied.")] None = 0, [Description("Keep the same parameter types in the anonymized method")] KeepParameters = 1, [Description("Keep the same retu...
2.642104
bbee12d9a5152172b775811e28ecfb15
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5333
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BreezeHub/StratisBitcoinFullNode", "max_stars_repo_path": "src/Stratis.Bitcoin.Features.MemoryPool/MempoolSignaled.cs", "provenance": "train-00000-of-00045.jsonl.gz:5334" }
starcoder
<filename>src/Stratis.Bitcoin.Features.MemoryPool/MempoolSignaled.cs using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using NBitcoin; using Stratis.Bitcoin.Connection; using Stratis.Bitcoin.Features.MemoryPool.Interfaces; using Stratis.Bitcoin.P2P.Peer; using Stratis.Bitcoin.Signals; ...
2.28178
39ef6602562d33bc8c223fb5bb9600bc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5334
{ "extension": "c-sharp", "max_stars_count": "9402.0", "max_stars_repo_name": "pyracanda/runtime", "max_stars_repo_path": "src/libraries/System.Text.Json/tests/System.Text.Json.Tests/TrimmingTests/EnumConverterTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:5335" }
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; using System.Diagnostics.CodeAnalysis; using System.Text.Json; namespace SerializerTrimmingTest { /// <summary> /// Tests that the enum converter factory works...
2.722134
587f2a2d454c069c3902be0baf76ec33
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5335
{ "extension": "c-sharp", "max_stars_count": "29.0", "max_stars_repo_name": "studentutu/traVRsal-sdk", "max_stars_repo_path": "Runtime/Construction/ObjectSpec.cs", "provenance": "train-00000-of-00045.jsonl.gz:5336" }
starcoder
using Newtonsoft.Json; using System; using System.ComponentModel; using UnityEngine; namespace traVRsal.SDK { [Serializable] public class ObjectSpec { public enum PivotType { Bottom_Front_Left, Bottom_Front_Center, Center, Bottom_Center ...
2.387664
bf3618f5f6aece81ad0ccc43bd8dbedb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5336
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vsmalladi/CromwellOnAzure", "max_stars_repo_path": "src/TesApi.Tests/CachingWithRetriesAzureProxyTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:5337" }
starcoder
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Threading.Tasks; using LazyCache; using LazyCache.Providers; using Microsoft.Extensions.Caching.Memory; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; using Polly.Uti...
1.879241
72abac15ce9b498362051794231e7723