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
5537
{ "extension": "c-sharp", "max_stars_count": "39.0", "max_stars_repo_name": "OmegaRogue/AntMeCore", "max_stars_repo_path": "src/AntMe.Basics/MapTiles/ConcaveCliffMapTileState.cs", "provenance": "train-00000-of-00045.jsonl.gz:5538" }
starcoder
namespace AntMe.Basics.MapTiles { /// <summary> /// Map Tile State for the concave Cliff. /// </summary> public class ConcaveCliffMapTileState : CliffMapTileState { public ConcaveCliffMapTileState() : base() { } /// <summary> /// Default Constructor for the Type Mapper. ...
2.479058
78b096f1a1df87dfd191f66a0e1b7881
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5538
{ "extension": "c-sharp", "max_stars_count": "104.0", "max_stars_repo_name": "KrishnaVadlamudi44/Distributed-eStore", "max_stars_repo_path": "Distributed-eStore.Common/Models/BaseOrder.cs", "provenance": "train-00000-of-00045.jsonl.gz:5539" }
starcoder
using System.Text.Json.Serialization; namespace DistributedEStore.Common.Models { public class BaseOrder { public OrderItems[] OrderItems { get; set; } [JsonConstructor] public BaseOrder(OrderItems[] orderItems) { OrderItems = orderItems; } } }
2.033249
f9bfede418107c19a1822587df63dd06
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5539
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "Naopy0502/Naopy", "max_stars_repo_path": "ArcaeaView/Subsystems/Scores/Visualization/LongVisualNote.cs", "provenance": "train-00000-of-00045.jsonl.gz:5540" }
starcoder
using JetBrains.Annotations; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Moe.Mottomo.ArcaeaSim.Subsystems.Rendering; using Moe.Mottomo.ArcaeaSim.Subsystems.Scores.Entities; namespace Moe.Mottomo.ArcaeaSim.Subsystems.Scores.Visualization { /// <inheritdoc cref="VisualNoteBase" /> ...
2.270177
4650ce5cc416094d634b2c8f84be8b5a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5540
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BlaiseD/Enrollment.XPlatform", "max_stars_repo_path": "Enrollment.XPlatform/Enrollment.XPlatform/ViewModels/MainPageViewModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:5541" }
starcoder
<reponame>BlaiseD/Enrollment.XPlatform<gh_stars>0 using Enrollment.Forms.Configuration.Navigation; using System.Collections.ObjectModel; namespace Enrollment.XPlatform.ViewModels { public class MainPageViewModel : ViewModelBase { private ObservableCollection<NavigationMenuItemDescriptor> _menuItems; ...
1.803513
df75708f913445c17676c82f75c8cb5d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5541
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "mxenabled/atrium-csharp", "max_stars_repo_path": "src/atrium/Api/UsersApi.cs", "provenance": "train-00000-of-00045.jsonl.gz:5542" }
starcoder
/* * MX API * * The MX Atrium API supports over 48,000 data connections to thousands of financial institutions. It provides secure access to your users' accounts and transactions with industry-leading cleansing, categorization, and classification. Atrium is designed according to resource-oriented REST architecture...
2.229432
0182c893bed714a60dbf486b4b0995a6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5542
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jesmi-ops/azure", "max_stars_repo_path": "test/Microsoft.TemplateEngine.Edge.UnitTests/NupkgInstallUnitDescriptorTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:5543" }
starcoder
<filename>test/Microsoft.TemplateEngine.Edge.UnitTests/NupkgInstallUnitDescriptorTests.cs using System; using System.Collections.Generic; using System.Linq; using Microsoft.TemplateEngine.Abstractions.TemplateUpdates; using Microsoft.TemplateEngine.Edge.TemplateUpdates; using Microsoft.TemplateEngine.TestHelper; ...
2.165825
9321ecb76b0abb55542e982059eb03ad
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5543
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jongalloway/NSync", "max_stars_repo_path": "src/Shimmer.Client/UpdateManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:5544" }
starcoder
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.Contracts; using System.Globalization; using System.IO; using System.IO.Abstractions; using System.Linq; using System.Reactive; using System.Reactive.Disposables; using System.Reactive.Linq; using System.Reactive.Subjects...
2.193384
085b5d275234235fa23ee77b5ac88b22
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5544
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "vanessalobo11/FeatureFlightingManagement", "max_stars_repo_path": "src/service/Common/Cache/CacheConstants.cs", "provenance": "train-00000-of-00045.jsonl.gz:5545" }
starcoder
<gh_stars>1-10 namespace Microsoft.FeatureFlighting.Common.Cache { public static class CacheConstants { public enum CacheType { NoCache = 0, URP = 1, Redis = 2, InMemory = 3 } } }
1.54732
946dbc34ee67b6f2e2adeaf6a9e37836
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5545
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "1Crazymoney/sdk_csharp", "max_stars_repo_path": "BunqSdk/Model/Generated/Object/MonetaryAccountProfileFill.cs", "provenance": "train-00000-of-00045.jsonl.gz:5546" }
starcoder
<reponame>1Crazymoney/sdk_csharp<filename>BunqSdk/Model/Generated/Object/MonetaryAccountProfileFill.cs using Bunq.Sdk.Model.Core; using Newtonsoft.Json; namespace Bunq.Sdk.Model.Generated.Object { /// <summary> /// </summary> public class MonetaryAccountProfileFill : BunqModel { /// <summary> ...
2.233642
2c020d47f875bbd1e2ee3d5050b3d1c8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5546
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "Missouri-BMI/popmednet", "max_stars_repo_path": "Lpp.Dns.Data/Migrations/201402121459291_AddOtherSystemToEHRAS.cs", "provenance": "train-00000-of-00045.jsonl.gz:5547" }
starcoder
<reponame>Missouri-BMI/popmednet<gh_stars>1-10 namespace Lpp.Dns.Data.Migrations { using System; using System.Data.Entity.Migrations; public partial class AddOtherSystemToEHRAS : DbMigration { public override void Up() { AddColumn("dbo.OrganizationElectronicHealthRecordS...
1.711476
f521de7d5741edfda691c9841cf44307
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5547
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MarkPThomas/MPT.Net", "max_stars_repo_path": "MPT/CSI/API/MPT.CSI.Serialize/Models/Helpers/Loads/Assignments/FrameLoadDistributed.cs", "provenance": "train-00000-of-00045.jsonl.gz:5548" }
starcoder
// *********************************************************************** // Assembly : MPT.CSI.OOAPI // Author : <NAME> // Created : 11-18-2018 // // Last Modified By : <NAME> // Last Modified On : 11-21-2018 // *********************************************************************** // <co...
2.327965
335ee0ec0fd5a449384b59f6880a5ed2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5548
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "SirJosh3917/Terumi", "max_stars_repo_path": "src/Number.cs", "provenance": "train-00000-of-00045.jsonl.gz:5549" }
starcoder
using System.Numerics; // https://www.craftinginterpreters.com/scanning.html namespace Terumi { // used to wrap around BigInteger // to prevent `using System.Numerics;` public class Number { public Number(BigInteger number) { Value = number; } public BigInteger Value { get; } } }
2.214818
0d1e1bd9dae7fabd3ac03f0b0d603c5b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5549
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alex-kulakov/dataobjects-net", "max_stars_repo_path": "Orm/Xtensive.Orm/Orm/StateLifetimeToken.cs", "provenance": "train-00000-of-00045.jsonl.gz:5550" }
starcoder
<gh_stars>0 // Copyright (C) 2014 Xtensive LLC. // All rights reserved. // For conditions of distribution and use, see license. // Created by: <NAME> // Created: 2014.01.30 namespace Xtensive.Orm { /// <summary> /// State lifetime token for transactional objects. /// </summary> public sealed cla...
1.755844
409ec6c0686428c8edaf9b207734c853
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5550
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "YangXueJiao0914/asp.net-core-react", "max_stars_repo_path": "src/infrastructure/utils/LogUtil.cs", "provenance": "train-00000-of-00045.jsonl.gz:5551" }
starcoder
using System; using infrastructure.extensions; using Microsoft.Extensions.Logging; namespace infrastructure.utils { public class LogUtil<T> where T : class { private static ILogger Logger = ServiceExtension.Get<ILogger<T>>(); public static void Debug(string msg) { Logger.Lo...
2.498343
e6604c4247ab6c21207d16ca2503519c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5551
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CabanDaniel/Kros.VariableSubstitution", "max_stars_repo_path": "src/Kros.VariableSubstitution/IVariablesProvider.cs", "provenance": "train-00000-of-00045.jsonl.gz:5552" }
starcoder
using System.Collections.Generic; namespace Kros.VariableSubstitution { /// <summary> /// Provider for obtaining variables. /// </summary> internal interface IVariablesProvider { /// <summary> /// Get variables. /// </summary> IDictionary<string, string> GetVariable...
2.000417
cdb1ab336fc290b4a20ed542213f7f35
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5552
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "bacca87/great2", "max_stars_repo_path": "Great/Utils/Messages/StatusChangeMessage.cs", "provenance": "train-00000-of-00045.jsonl.gz:5553" }
starcoder
<gh_stars>1-10 using GalaSoft.MvvmLight.Messaging; namespace Great2.Utils.Messages { public class StatusChangeMessage<T> : GenericMessage<T> { // // Summary: // Initializes a new instance of the StatusChangeMessage class. // // Parameters: // content: ...
2.13118
c8af09a35c40a53aca3a78bf6da5d684
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5553
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "lukaspj/T3DSharp-Sample", "max_stars_repo_path": "t3dsharp/T3DSharpFramework/Generated/Classes/Sim/OpenFileDialog.cs", "provenance": "train-00000-of-00045.jsonl.gz:5554" }
starcoder
<filename>t3dsharp/T3DSharpFramework/Generated/Classes/Sim/OpenFileDialog.cs using System; using System.Collections.Generic; using System.Runtime.InteropServices; using T3DSharpFramework.Engine; using T3DSharpFramework.Engine.Util; using T3DSharpFramework.Generated.Classes.Global; using T3DSharpFramework.Generated.Clas...
2.1719
9eaaffbfdb272f2c5b4e5c8cdaaf545f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5554
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "ngrahovac/eduProject", "max_stars_repo_path": "src/eduProjectModelLib/Domain/StudyProgram.cs", "provenance": "train-00000-of-00045.jsonl.gz:5555" }
starcoder
<gh_stars>1-10 using System.Collections.Generic; namespace eduProjectModel.Domain { public class StudyProgram { public int ProgramId { get; set; } public string Name { get; set; } public byte Cycle { get; set; } public byte DurationYears { get; set; } public ICollection...
2.665669
01d5181e2b3ff22e55b46423396b335a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5555
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "adamjez/CVaS", "max_stars_repo_path": "src/CVaS.Shared/Services/Argument/GenericArgument.cs", "provenance": "train-00000-of-00045.jsonl.gz:5556" }
starcoder
<filename>src/CVaS.Shared/Services/Argument/GenericArgument.cs using System; using System.Globalization; namespace CVaS.Shared.Services.Argument { public class GenericArgument<T> : Argument { public T Content { get; set; } public GenericArgument(T content) : base(ArgumentType.Raw) { ...
3.067765
98e8e2b2d2d4bfc2ee45350bf67cda8b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5556
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "StanislavParovoy/Machine-Learning-dotNET", "max_stars_repo_path": "src/Microsoft.ML.Dnn/ImageClassificationTrainer.cs", "provenance": "train-00000-of-00045.jsonl.gz:5557" }
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 System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropSer...
1.973104
7caa88f2352057c10e45f80473f81f93
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5557
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "v-gabriel/oop_zadace", "max_stars_repo_path": "DZ5/WPFapp/AppUI/MainWindow.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:5558" }
starcoder
<filename>DZ5/WPFapp/AppUI/MainWindow.xaml.cs using System; using System.Collections.Generic; using System.Linq; using System.Net; 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;...
2.758903
dd73e720eae2eec234703e92526f603a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5558
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "JuanSMartinez/HapticGlove", "max_stars_repo_path": "HapticGlove/Assets/LeapMotionModules/InteractionEngine/Scripts/ControllerInterfaces/IControllerBase.cs", "provenance": "train-00000-of-00045.jsonl.gz:5559" }
starcoder
<reponame>JuanSMartinez/HapticGlove using UnityEngine; using System.Diagnostics; namespace Leap.Unity.Interaction { /** * The IControllerBase interface defines the controller functions * used by the Interaction Engine to construct and initialize instances * of a controller implementation. * * IControlle...
2.508455
df1a69ce67e7757545a65ef4d9d42fe9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5559
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "erxdkh/azos", "max_stars_repo_path": "src/testing/Azos.Tests.Nub/Configuration/BehaviorTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:5560" }
starcoder
<reponame>erxdkh/azos /*<FILE_LICENSE> * Azos (A to Z Application Operating System) Framework * The A to Z Foundation (a.k.a. Azist) licenses this file to you under the MIT license. * See the LICENSE file in the project root for more information. </FILE_LICENSE>*/ using System; using System.Collections.Generic; usi...
2.083655
9e3f8d9edf3c8aa96ad06ed4ab97df54
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5560
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "itplamen/StudentSystem", "max_stars_repo_path": "StudentSystem/Clients/StudentSystem.Clients.Web/Views/Shared/_DisciplinesReportPartial.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5561" }
starcoder
@using StudentSystem.Clients.Web.Models.Home @model IEnumerable<ReportDisciplineViewModel> <table class="report-details-table dataTable" cellpadding="5" cellspacing="0" border="0" style="padding-left:50px;"> <thead> <tr> <th>Discipline</th> <th>Professor Id</th> <th>Pr...
2.457607
27477ea337774d0e184972de3bbf4874
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5561
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jorgeyanesdiez/HueUpdater", "max_stars_repo_path": "HueUpdater/Abstractions/IHueInvoker.cs", "provenance": "train-00000-of-00045.jsonl.gz:5562" }
starcoder
using System.Threading.Tasks; namespace HueUpdater.Abstractions { /// <summary> /// Contract for services that invoke the Hue API. /// </summary> public interface IHueInvoker { /// <summary> /// Invokes a PUT method of the Hue API. /// </summary> ///...
2.677797
5164bd4db977613702e752da127b89df
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5562
{ "extension": "c-sharp", "max_stars_count": "134.0", "max_stars_repo_name": "actioninja/IronyModManager", "max_stars_repo_path": "src/IronyModManager/Implementation/Actions/IAppAction.cs", "provenance": "train-00000-of-00045.jsonl.gz:5563" }
starcoder
<reponame>actioninja/IronyModManager // *********************************************************************** // Assembly : IronyModManager // Author : Mario // Created : 03-01-2020 // // Last Modified By : Mario // Last Modified On : 09-22-2020 // *****************************************...
2.085249
d7c1c3e3612686c6c106a343945c9974
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5563
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "aidanlangelaan/rpi-smartmeter-api", "max_stars_repo_path": "src/RpiSmartMeter.Business/Services/Usage/UsageService.cs", "provenance": "train-00000-of-00045.jsonl.gz:5564" }
starcoder
using RpiSmartMeter.Data; using RpiSmartMeter.Business.Interfaces; using RpiSmartMeter.Business.Models; using System.Threading.Tasks; namespace RpiSmartMeter.Business.Services { public class UsageService : IUsageService { private readonly SmartMeterDbContext _context; public UsageService(Smar...
2.06396
986296ddc4c4fecc67ea488af3875e75
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5564
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "mill1000/IVI.C.NET.Adapter", "max_stars_repo_path": "IVI.C.NET.Adapter.ConfigUtility/IVIHandler.cs", "provenance": "train-00000-of-00045.jsonl.gz:5565" }
starcoder
<reponame>mill1000/IVI.C.NET.Adapter //-------------------------------------------------------------------------------------------------- // // Copyright <NAME> <<EMAIL>> // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
1.715306
ea0de2c2bf42d145854f3d828612bca0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5565
{ "extension": "c-sharp", "max_stars_count": "149.0", "max_stars_repo_name": "trimbaken/TizenFX", "max_stars_repo_path": "src/ElmSharp/ElmSharp/Conformant.cs", "provenance": "train-00000-of-00045.jsonl.gz:5566" }
starcoder
/* * Copyright (c) 2016 Samsung Electronics Co., Ltd 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
2.293886
f4fe27a732289437acb930caa71dadbe
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5566
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "DecadentIpsum/ReactAdvantage", "max_stars_repo_path": "test/ReactAdvantage.Tests.Unit/Api/Graphql/GraphQLExtensionsShould.cs", "provenance": "train-00000-of-00045.jsonl.gz:5567" }
starcoder
using GraphQL; using Microsoft.AspNetCore.Identity; using ReactAdvantage.Api.GraphQLSchema; using Xunit; namespace ReactAdvantage.Tests.Unit.Api.Graphql { public class GraphQLExtensionsShould { [Fact] public void ThrowOnError() { //Given var identityResult = Ide...
2.238292
ed6b64e969d4b1c9633f7ea1486ec629
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5567
{ "extension": "c-sharp", "max_stars_count": "38.0", "max_stars_repo_name": "fdstar/BankEnterpriseDirectAttach", "max_stars_repo_path": "src/BEDA.CIB/Contracts/Responses/RSBODY.cs", "provenance": "train-00000-of-00045.jsonl.gz:5568" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Serialization; namespace BEDA.CIB.Contracts.Responses { /// <summary> /// 仅有XFERPRCSTS处理节点的响应内容 /// </summary> public class XFERPRCSTS_RSBODY { /// <summary>...
2.11646
a31fd72e49e1f3d878f9ae0d1bb34e71
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5568
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "saurabhseth/IOWrapper", "max_stars_repo_path": "Source/Core Providers/Core_SpaceMouse/DeviceLibrary/SmDeviceLibrary.cs", "provenance": "train-00000-of-00045.jsonl.gz:5569" }
starcoder
<gh_stars>0 using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using HidLibrary; using Hidwizards.IOWrapper.Libraries.DeviceLibrary; using HidWizards.IOWrapper.DataTransferObjects; namespace Core_SpaceMouse.DeviceLib...
2.077149
2815e5db88bfa6115d8dd2c23b727990
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5569
{ "extension": "c-sharp", "max_stars_count": "112.0", "max_stars_repo_name": "telerik/JustMockLite", "max_stars_repo_path": "Telerik.JustMock/Core/DynamicProxy/Castle.Compatibility/TypeBuilderExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:5570" }
starcoder
<reponame>telerik/JustMockLite<filename>Telerik.JustMock/Core/DynamicProxy/Castle.Compatibility/TypeBuilderExtensions.cs<gh_stars>100-1000 // Copyright 2004-2015 Castle Project - http://www.castleproject.org/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in ...
2.034134
1e6d0111214cd0334dbd9a5d350fc10a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5570
{ "extension": "c-sharp", "max_stars_count": "34.0", "max_stars_repo_name": "mustafaasaber/TreeViewEx", "max_stars_repo_path": "TreeViewEx/Controls/VirtualizingTreePanel.cs", "provenance": "train-00000-of-00045.jsonl.gz:5571" }
starcoder
<filename>TreeViewEx/Controls/VirtualizingTreePanel.cs #define DEBUGVIRTUALIZATIONno using System.Windows.Controls.Primitives; using System.Windows.Controls; using System.Windows; using System.Windows.Media; using System; using System.Linq; using System.Diagnostics; using System.Collections.Specialized; using System....
2.312088
7fe133507910595140d8f7fb83b8b0f1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5571
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "danpdc/twitch-uniconnect", "max_stars_repo_path": "TwitchUniconnect.Social.Dal/Class1.cs", "provenance": "train-00000-of-00045.jsonl.gz:5572" }
starcoder
using System; namespace TwitchUniconnect.Social.Dal { public class Class1 { } }
0.803583
f974ee777f488551c4786a0291545d0b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5572
{ "extension": "c-sharp", "max_stars_count": "485.0", "max_stars_repo_name": "ScriptBox99/reaqtor", "max_stars_repo_path": "Reaqtor/Core/Engine/Tests.Reaqtor.QueryEngine/InMemoryKeyValueStoreTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:5573" }
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 System; using System.IO; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using Reaqt...
2.189549
6da3c6ec768988cefb26f5c6f73edc8c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5573
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "theletterf/signalfx-dotnet-tracing", "max_stars_repo_path": "tracer/test/Datadog.Trace.TestHelpers/MockZipkinCollector.cs", "provenance": "train-00000-of-00045.jsonl.gz:5574" }
starcoder
<reponame>theletterf/signalfx-dotnet-tracing using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Collections.Specialized; using System.Diagnostics; using System.IO; using System.Linq; using System.Net; using System.Runtime.Serialization; using Syste...
2.198328
f72d76711e7609a94e8525942767abb8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5574
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bozhiqian/Prism-Samples-Forms", "max_stars_repo_path": "UsingEventAggregator/UsingEventAggregator/UsingEventAggregator.UWP/MainPage.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:5575" }
starcoder
<reponame>bozhiqian/Prism-Samples-Forms using Prism; using Prism.Ioc; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices.WindowsRuntime; using Windows.Foundation; using Windows.Foundation.Collections; using Windows.UI.Popups; using Windows.UI.Xaml; ...
1.660953
d2948730aa6aeb9edb7ac31929582425
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5575
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "DrJohnMelville/Planner", "max_stars_repo_path": "Src/Planner.Models/HtmlGeneration/NoteHtmlGenerator.cs", "provenance": "train-00000-of-00045.jsonl.gz:5576" }
starcoder
<reponame>DrJohnMelville/Planner using System.Collections.Generic; using System.IO; using System.Linq; using System.Threading.Tasks; namespace Planner.Models.HtmlGeneration { public interface INoteHtmlGenerator { Task GenerateResponse(string url, Stream destination); } public class NoteHt...
2.871753
26bebe877b58fe0d5d59d5274c75aea5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5576
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "martine-dowden/WebsiteAndApi", "max_stars_repo_path": "Common/Room.cs", "provenance": "train-00000-of-00045.jsonl.gz:5577" }
starcoder
using System.Runtime.Serialization; namespace DevSpace.Common { [DataContract] public class Room : IRoom { private Room() { } // Needed for Session internal Room( IRoom Room ) { this.Id = Room.Id; this.DisplayName = Room.DisplayName; } #region IRoom [DataMember] public int Id { get; private set;...
2.656562
d25e25ac159d469396134cf5b555b3ce
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5577
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Jither/Jint.DebugAdapter", "max_stars_repo_path": "Jither.DebugAdapter/Protocol/Requests/SetExpressionArguments.cs", "provenance": "train-00000-of-00045.jsonl.gz:5578" }
starcoder
<gh_stars>1-10 using Jither.DebugAdapter.Protocol.Types; namespace Jither.DebugAdapter.Protocol.Requests { /// <summary> /// Evaluates the given ‘value’ expression and assigns it to the ‘expression’ which must be a modifiable l-value. /// </summary> /// <remarks> /// The expressions have access to...
2.479544
4fc72ddf94cb459495084a2ed32b08b8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5578
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AbuMandour/MvvmWhite", "max_stars_repo_path": "WhiteMvvmUnitTest/Mocks/MockTicker.cs", "provenance": "train-00000-of-00045.jsonl.gz:5579" }
starcoder
using Xamarin.Forms.Internals; namespace WhiteMvvmUnitTest.Mocks { public class MockTicker : Ticker { protected override void DisableTimer() { } protected override void EnableTimer() { } } }
1.449772
0ffacbd5b6444de2efc93fc7b40e043a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5579
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tim-fay/Education", "max_stars_repo_path": "src/Orleans/Sandbox/VoyageIntoDeadlocking/ImplicitSubscriptionsGrains/ImplicitConstants.cs", "provenance": "train-00000-of-00045.jsonl.gz:5580" }
starcoder
<filename>src/Orleans/Sandbox/VoyageIntoDeadlocking/ImplicitSubscriptionsGrains/ImplicitConstants.cs namespace VoyageIntoDeadlocking.ImplicitSubscriptionsGrains { public static class ImplicitConstants { public const string ProviderName = "AzureQueueStream"; public const string StreamNamespace = ...
1.442229
8fce57203e4997c884d0713207a7ae87
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5580
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TraistaRafael/bepuphysics2", "max_stars_repo_path": "Demos/Demos/RopeTwistDemo.cs", "provenance": "train-00000-of-00045.jsonl.gz:5581" }
starcoder
<gh_stars>0 using BepuPhysics; using BepuPhysics.Collidables; using BepuPhysics.CollisionDetection; using BepuPhysics.Constraints; using DemoContentLoader; using DemoRenderer; using System; using System.Numerics; using System.Runtime.CompilerServices; namespace Demos.Demos { /// <summary> /// Shows a bundle o...
2.016397
79d6ae176b93755c00cf028a35d1e4ff
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5581
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ShTair/ConvolutionChecker", "max_stars_repo_path": "KelpNet.CL/Common/Tools/ModelIO.cs", "provenance": "train-00000-of-00045.jsonl.gz:5582" }
starcoder
<gh_stars>0 using System; using System.IO; using System.IO.Compression; using System.Runtime.Serialization; namespace KelpNet.CL { public class ModelIO { public static Type[] KnownTypes = { typeof(Real), typeof(NdArray), typeof(FunctionDictionary),//Containe...
2.139116
9c3e6e96a623329117d1e91afc7735ef
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5582
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "essenius/FitNesseFitSharpUiAutomation", "max_stars_repo_path": "UiAutomation/UiAutomation/Model/ControlTypeMapper.cs", "provenance": "train-00000-of-00045.jsonl.gz:5583" }
starcoder
<reponame>essenius/FitNesseFitSharpUiAutomation<filename>UiAutomation/UiAutomation/Model/ControlTypeMapper.cs // Copyright 2013-2021 <NAME> // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file // except in compliance with the License. You may obtain a copy of the License...
1.5223
41a414a56f8db6d8d082f4c085232282
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5583
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "freemsly/Orchard-2-Prototype-RC2", "max_stars_repo_path": "src/Orchard.Web/Core/Orchard.Core/Dashboard/AdminMenuFilter.cs", "provenance": "train-00000-of-00045.jsonl.gz:5584" }
starcoder
<reponame>freemsly/Orchard-2-Prototype-RC2<filename>src/Orchard.Web/Core/Orchard.Core/Dashboard/AdminMenuFilter.cs<gh_stars>0 using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Filters; using Orchard.DependencyInjection; using Orchard.DisplayManagement; using Orchard.DisplayManagement.Admin; using Orchard....
1.812368
591c8bc458bcfd1a0e57525d620c0a6e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5584
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "XuPeiYao/XWidget", "max_stars_repo_path": "XWidget.Cryptography/FileInfoExtension.cs", "provenance": "train-00000-of-00045.jsonl.gz:5585" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.IO; using System.Security.Cryptography; using System.Text; using XWidget.Cryptography; namespace System.IO { /// <summary> /// 針對<see cref="FileInfo"/>Cryptography的擴充方法 /// </summary> public static class FileInfoExtension { ...
2.832836
59622bfabaeac039d0a995fde1c12504
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5585
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Timschuu/RageMP.Net", "max_stars_repo_path": "src/AlternateLife.RageMP.Net/Data/TimeData.cs", "provenance": "train-00000-of-00045.jsonl.gz:5586" }
starcoder
using System.Runtime.InteropServices; namespace AlternateLife.RageMP.Net.Data { [StructLayout(LayoutKind.Explicit, Size = 4)] public struct TimeData { [FieldOffset(0)] private readonly InnerTimeData Time; public TimeData(byte hour, byte minute, byte second) { Ti...
2.681937
f09f39620d80e8e3ee172249e28d8e47
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5586
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HUTeachers/HU18", "max_stars_repo_path": "HU18/Assets/YesterYearScripts/BlindWalking.cs", "provenance": "train-00000-of-00045.jsonl.gz:5587" }
starcoder
<gh_stars>0 using UnityEngine; using System.Collections; public class BlindWalking : MonoBehaviour { // Scriptet får et objekt til at gå til siden ind til den rammer noget. Så vender den om og går i den modsatte retning. // Objektet skal have en rigidbody. // Scriptet er afhængig af at andre objekter har tags (W...
2.534823
87915c09595783bb536f4417d0bff1dc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5587
{ "extension": "c-sharp", "max_stars_count": "22.0", "max_stars_repo_name": "FDYdarmstadt/BoSSS", "max_stars_repo_path": "src/L4-application/BoSSSpad/CommandLineReader.cs", "provenance": "train-00000-of-00045.jsonl.gz:5588" }
starcoder
<gh_stars>10-100 /* ======================================================================= Copyright 2017 Technische Universitaet Darmstadt, Fachgebiet fuer Stroemungsdynamik (chair of fluid dynamics) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance wi...
2.228903
124ce1a73a06f04a7cdc94bf210486df
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5588
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "Courio-Dev/UnobtrusiveMultitenancy", "max_stars_repo_path": "src/PuzzleCMS.Web.Hosting/Views/Home/About.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5589" }
starcoder
@inject IOptions<AppSettings> AppSettings @{ // See Index.cshtml for full comments. ViewBag.Title = "About"; ViewBag.Description = "The ASP.NET MVC Boilerplate about page."; } @section head { @* See Index.cshtml for full comments. *@ <meta name="author" content="<NAME>"> <twitter-card-summary-...
2.090293
af5c39a337e07b88dfa0fe52acfcb937
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5589
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Chirojeugd-Vlaanderen/gap", "max_stars_repo_path": "tools/Chiro.CiviSync/Chiro.Gap.UpdateApi.Client/GapUpdateClient.cs", "provenance": "train-00000-of-00045.jsonl.gz:5590" }
starcoder
/* Copyright 2015 Chirojeugd-Vlaanderen vzw Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
2.477948
3925724a47c0951a4881958d18c52617
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5590
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "MCForge/MCForge-Vanilla-Redux", "max_stars_repo_path": "Games/SMP/Inventory.cs", "provenance": "train-00000-of-00045.jsonl.gz:5591" }
starcoder
<filename>Games/SMP/Inventory.cs /* Copyright © 2009-2014 MCSharp team (Modified for use with MCZall/MCLawl/MCForge/MCForge-Redux) Dual-licensed under the Educational Community License, Version 2.0 and the GNU General Public License, Version 3 (the "Licenses"); you may not use this file except in compliance with...
2.411313
676a0362da653722c700dc02f057365c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5591
{ "extension": "c-sharp", "max_stars_count": "16061.0", "max_stars_repo_name": "abod1944/maui", "max_stars_repo_path": "src/Compatibility/ControlGallery/src/Core/GalleryPages/GradientGalleries/RadialGradientExplorerGallery.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:5592" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using Microsoft.Maui.Graphics; namespace Microsoft.Maui.Controls.Compatibility.ControlGallery.GalleryPages.GradientGalleries { public partial class RadialGradientExplorerGallery : ContentPage { const uint AnimationSpeed = 200; Point _center; ...
2.075001
add3ea9a8c2b9fa7567944734042a4b8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5592
{ "extension": "c-sharp", "max_stars_count": "91.0", "max_stars_repo_name": "maio246/BashSoft", "max_stars_repo_path": "BashSoft/Contracts/IDirectoryManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:5593" }
starcoder
<reponame>maio246/BashSoft<filename>BashSoft/Contracts/IDirectoryManager.cs namespace BashSoft.Contracts { public interface IDirectoryManager : IDirectoryChanger, IDirectoryCreator, IDirectoryTraverser { } }
1.016269
6cdac9df5d5edb6389becf155dd0b63d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5593
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Sholtee/proxygen", "max_stars_repo_path": "SRC/Private/Comparers/IAssemblyInfoComparer.cs", "provenance": "train-00000-of-00045.jsonl.gz:5594" }
starcoder
<filename>SRC/Private/Comparers/IAssemblyInfoComparer.cs /******************************************************************************** * IAssemblyInfoComparer.cs * * * * Author: <NAME>...
1.934538
4e3846e0b11a809736872667e3f1d4b1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5594
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "lee890720/YiShaAdmin", "max_stars_repo_path": "YiSha.Business/YiSha.Service/HotelManage/ProductService.cs", "provenance": "train-00000-of-00045.jsonl.gz:5595" }
starcoder
using System; using System.Linq; using System.Text; using System.Data.Common; using System.Linq.Expressions; using System.Collections.Generic; using System.Threading.Tasks; using YiSha.Util; using YiSha.Util.Extension; using YiSha.Util.Model; using YiSha.Data; using YiSha.Data.Repository; using YiSha.Entity.HotelManag...
2.154253
12e96537747f819657782b972c7a4e4d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5595
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "OlegRa/alpaca-trade-api-csharp", "max_stars_repo_path": "Alpaca.Markets/Messages/JsonAnnouncement.cs", "provenance": "train-00000-of-00045.jsonl.gz:5596" }
starcoder
namespace Alpaca.Markets; [SuppressMessage( "Microsoft.Performance", "CA1812:Avoid uninstantiated internal classes", Justification = "Object instances of this class will be created by Newtonsoft.JSON library.")] internal sealed class JsonAnnouncement : IAnnouncement { [JsonProperty(PropertyName = "id", Re...
2.149627
6262b8d7fcd9f4fe37346ab13ac5a540
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5596
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "tocsoft/SvgSharp", "max_stars_repo_path": "src/SvgSharp/Text/PathStatistics.cs", "provenance": "train-00000-of-00045.jsonl.gz:5597" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; //using System.Drawing.Drawing2D; //using System.Drawing; namespace Svg { // public class PathStatistics // { // private const double GqBreak_TwoPoint = 0.57735026918962573; // private const double GqBreak_ThreeP...
2.68405
fb4ec2bea555d556a3670de5d5ccd7c7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5597
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jefersonsv/httprequester", "max_stars_repo_path": "src/HttpRequester/CacheProvider.cs", "provenance": "train-00000-of-00045.jsonl.gz:5598" }
starcoder
<reponame>jefersonsv/httprequester using Foundatio.Caching; using Newtonsoft.Json.Linq; using StackExchange.Redis; using Humanizer; using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Task...
2.347401
9c55cae8485c9d3e1a85afd547c9a89e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5598
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pmsereno/Dnn.Platform", "max_stars_repo_path": "DNN Platform/DotNetNuke.Web.Deprecated/UI/WebControls/DnnGridColumn.cs", "provenance": "train-00000-of-00045.jsonl.gz:5599" }
starcoder
// // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. // #region Usings using System; using System.Web.UI.WebControls; using DotNetNuke.Services.Localization; using Telerik.Web.UI; #endregion namespace DotN...
1.873128
e9ac778e66241b1b40f4e60de92ada1d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5599
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "goodytenzor/CurrencyExchangeAPI", "max_stars_repo_path": "CurrExApi.Contracts/V1/Requests/Queries/GetStatsQuery.cs", "provenance": "train-00000-of-00045.jsonl.gz:5600" }
starcoder
<filename>CurrExApi.Contracts/V1/Requests/Queries/GetStatsQuery.cs using System; using System.Collections.Generic; using System.Text; namespace CurrExApi.Contracts.V1.Requests.Queries { public class GetStatsQuery { public string CurrencyTypes { get; set; } public string Dates { get; set; } ...
1.698475
a2da26c515def8db20995fdd9aa14a07
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5600
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "RamiAhmed/ApexTeaching", "max_stars_repo_path": "ApexTeaching/Assets/Apex Teaching/General/Scripts/Components/NestStructure.cs", "provenance": "train-00000-of-00045.jsonl.gz:5601" }
starcoder
<reponame>RamiAhmed/ApexTeaching namespace Apex.AI.Teaching { using System.Collections; using System.Collections.Generic; using UnityEngine; public class NestStructure : MonoBehaviour, ICanDie { private const int maxUnitsReturning = 9; public float returnHarvestRadius = 9f; ...
2.267232
54d07119d55d317ed0c0a53adbbb2355
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5601
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ElanHasson/Ray2", "max_stars_repo_path": "src/Ray2.RabbitMQ/RabbitConsumer.cs", "provenance": "train-00000-of-00045.jsonl.gz:5602" }
starcoder
<reponame>ElanHasson/Ray2<filename>src/Ray2.RabbitMQ/RabbitConsumer.cs using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Orleans.Runtime; using RabbitMQ.Client; using RabbitMQ.Client.Events; using Ray2.Configuration; using Ray2.EventProcess; using Ray2.EventSource; using Ray2.Ra...
2.072122
1eb380ee39923971d86e2156f610ed46
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5602
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mandelmonkey/NBitcoin", "max_stars_repo_path": "NBitcoin/OpenAsset/BitcoinColoredAddress.cs", "provenance": "train-00000-of-00045.jsonl.gz:5603" }
starcoder
using NBitcoin.DataEncoders; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NBitcoin { public class BitcoinColoredAddress : Base58Data, IDestination { public BitcoinColoredAddress(string base58, Network expectedNetwork = nul...
2.346486
d1c0355e4b655a772ae8781dd4b9c5ca
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5603
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Skyprx/maui", "max_stars_repo_path": "System.Maui.Controls.Issues/System.Maui.Controls.Issues.Shared/PerformanceGallery/Scenarios/LabelScenarios.cs", "provenance": "train-00000-of-00045.jsonl.gz:5604" }
starcoder
using System; using System.Linq; using System.Maui.Internals; namespace System.Maui.Controls.GalleryPages.PerformanceGallery.Scenarios { [Preserve(AllMembers = true)] internal class LabelScenario1 : PerformanceScenario { public LabelScenario1() : base("[Label] Empty") { View = new Label(); } } }
1.723751
d5a007c0ce0e028bc3c51c8f2cfb114b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5604
{ "extension": "c-sharp", "max_stars_count": "159.0", "max_stars_repo_name": "crowchirp/aspnet-docs", "max_stars_repo_path": "aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v3/working-with-entity-relations/samples/sample3.cs", "provenance": "train-00000-of-00045.jsonl.gz:5605" }
starcoder
<reponame>crowchirp/aspnet-docs public class ProductServiceContext : DbContext { public ProductServiceContext() : base("name=ProductServiceContext") { } public System.Data.Entity.DbSet<ProductService.Models.Product> Products { get; set; } // New code: public System.Data.Entity.DbSet<ProductServ...
1.867786
860deda2dba155d7f81cacdda62dc3f0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5605
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "microsoft-healthcare-madison/argonaut-subscription-server-proxy", "max_stars_repo_path": "argonaut-subscription-server-proxy/Fhir/R5/ValueSets/ClaimModifiers.cs", "provenance": "train-00000-of-00045.jsonl.gz:5606" }
starcoder
// <auto-generated /> // Built from: hl7.fhir.r5.core version: 4.6.0 // Option: "NAMESPACE" = "fhirCsR5" using fhirCsR5.Models; namespace fhirCsR5.ValueSets { /// <summary> /// This value set includes sample Modifier type codes. /// </summary> public static class ClaimModifiersCodes { /// <summary> ...
1.900392
899f291800a460de6731fb9d545d5fc1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5606
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ghuntley/monotouch-samples", "max_stars_repo_path": "MTGKTapper/MTGKTapper/GameCenterManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:5607" }
starcoder
using System; using MonoTouch.Foundation; using MonoTouch.GameKit; using MonoTouch.UIKit; namespace MTGKTapper { public class GameCenterManager { NSMutableDictionary earnedAchievementCache; public GameCenterManager () { } public static bool isGameCenterAvailable() { return UIDevice.CurrentDevice.C...
2.334687
5ddc8810970e73796ec730d28ca828aa
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5607
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "corngood/omnisharp-roslyn", "max_stars_repo_path": "tests/TestUtility/ConditionalFactAttribute.cs", "provenance": "train-00000-of-00045.jsonl.gz:5608" }
starcoder
using System; using OmniSharp.Utilities; using Xunit; namespace TestUtility { public class ConditionalFactAttribute : FactAttribute { public ConditionalFactAttribute(params Type[] skipConditionTypes) { foreach (var skipConditionType in skipConditionTypes) { ...
2.637098
b418674f58f8cb167ebc5618a9c7977f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5608
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ryanheath/ravendb", "max_stars_repo_path": "ToMigrate/Raven.Smuggler/Counter/CounterSmugglerNotifications.cs", "provenance": "train-00000-of-00045.jsonl.gz:5609" }
starcoder
<gh_stars>1-10 // ----------------------------------------------------------------------- // <copyright file="CounterSmugglerNotifications.cs" company="Hibernating Rhinos LTD"> // Copyright (c) <NAME> LTD. All rights reserved. // </copyright> // --------------------------------------------------------------...
1.130642
219986fc785d415866a0e1a47134db78
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5609
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ManagerSi/DesignPatterns", "max_stars_repo_path": "src/DesignPatternsDemo/Structural/装饰模式/透明装饰模式/Component/TextBox.cs", "provenance": "train-00000-of-00045.jsonl.gz:5610" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Text; namespace DesignPatternsDemo.Structural.装饰模式.透明装饰模式.Component { public class TextBox : Component { public override void Display() { Console.WriteLine($"{this.GetType().Name} 显示文本框"); } } }
2.167931
cf32914919fb745874b9443f4ac4dcca
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5610
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "HelpMyStreet/front-end", "max_stars_repo_path": "HelpMyStreetFE/HelpMyStreetFE/Views/Login/Login.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5611" }
starcoder
<reponame>HelpMyStreet/front-end<filename>HelpMyStreetFE/HelpMyStreetFE/Views/Login/Login.cshtml @model LoginViewModel @{ ViewData["Title"] = "Sign Up or Log In"; Layout = "~/Views/Shared/_Layout.cshtml"; } <script> const configuration = { firebase: @Html.Raw(Json.Serialize(@Model.FirebaseConfiguration)) }...
2.365098
5bf3987c31ea468bbf6da8917e82cb5a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5611
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bryful/CGIDotNET", "max_stars_repo_path": "NFsCGI_Test/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:5612" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using NFsCGI; namespace NFsCGI_Test { class Program { static void Main(string[] args) { NFsCgi Cgi = new NFsCgi(args); NFsHtml html = new NFsHtml("./NFsCGI_Test.html"); html.ReplaceTag...
2.096165
57883b5ebc5e519f9927e9e649526d47
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5612
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JoshuaBelden/yes-man", "max_stars_repo_path": "src/YesMan/ResponseController.cs", "provenance": "train-00000-of-00045.jsonl.gz:5613" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Reflection; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace YesMan.Controllers { public class ResponseController : Cont...
2.512063
45e72bf642d0a19c8f9e98de506da5d6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5613
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "BertanAygun/prtracker", "max_stars_repo_path": "PRTracker/Models/TrackerGitHubQuery.cs", "provenance": "train-00000-of-00045.jsonl.gz:5614" }
starcoder
<filename>PRTracker/Models/TrackerGitHubQuery.cs namespace PRTracker.Models { public class TrackerGitHubQuery { /// <summary> /// Gets or sets a filter for pull requests that are assigned to a certain user. /// </summary> public string AssginedTo { get; set; } /// <summ...
2.435675
4ab4cd51c0903a5fa5c4750b968f8537
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5614
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FINTmodels/FINT.Information.Model", "max_stars_repo_path": "FINT.Model.Resource.Arkiv/Noark/PartResources.cs", "provenance": "train-00000-of-00045.jsonl.gz:5615" }
starcoder
<reponame>FINTmodels/FINT.Information.Model using FINT.Model.Resource; namespace FINT.Model.Arkiv.Noark { public class PartResources : AbstractCollectionResources<PartResource> { } }
1.092249
23cc93bb5f072b1cbf00c51bbae8b481
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5615
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "qhenshaw/SOArchitecture", "max_stars_repo_path": "Packages/SOArchitecture/Runtime/Buit-in Types/Vector3Event.cs", "provenance": "train-00000-of-00045.jsonl.gz:5616" }
starcoder
using SOArchitecture; using UnityEngine; [CreateAssetMenu(menuName = "Event/Vector3")] public class Vector3Event : GameEvent<Vector3> { }
1.025215
4c5f93cca89562a4ad91b51c7e130d5c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5616
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "shipinm1/TimeKiller", "max_stars_repo_path": "unity/Evolve/Assets/Script/UI scripts/StatMenu.cs", "provenance": "train-00000-of-00045.jsonl.gz:5617" }
starcoder
<reponame>shipinm1/TimeKiller<filename>unity/Evolve/Assets/Script/UI scripts/StatMenu.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class StatMenu : MonoBehaviour { public Text fireRes; public Text coldRes; public Text health; // Use this...
1.758236
a4b3e7e9f9e1e0f2a90db8195e20ff6f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5617
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "devhuseyinkartal/eyazisma.online.api", "max_stars_repo_path": "src/eyazisma.online.api.standard/Api/V1X/OzetModu.cs", "provenance": "train-00000-of-00045.jsonl.gz:5618" }
starcoder
namespace eyazisma.online.api.Api.V1X { internal enum OzetModu { Yok = 0, SHA1 = 1, SHA256 = 2, SHA512 = 4, RIPEMD160 = 5 } }
1.294054
a530ea1d67fb014594a6c9d98f143208
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5618
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "KostadinovK/Shoplify", "max_stars_repo_path": "Shoplify/Shoplify.Domain/Conversation.cs", "provenance": "train-00000-of-00045.jsonl.gz:5619" }
starcoder
namespace Shoplify.Domain { using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; public class Conversation { public string Id { get; set; } = Guid.NewGuid().ToString(); [Required] public string BuyerId { get; set; } [Require...
2.106396
3435daa282648814d91475a538203d0f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5619
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "tomhaigh/aws-sdk-net", "max_stars_repo_path": "sdk/src/Services/APIGateway/Generated/_mobile/AmazonAPIGatewayClient.cs", "provenance": "train-00000-of-00045.jsonl.gz:5620" }
starcoder
<gh_stars>1-10 /* * 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 compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * ...
1.468422
78ae213d373418415aaf39bf4462bfdb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5620
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ykazarov/Com.ArmatSoftware.Code.Engine", "max_stars_repo_path": "ArmatSoftware.Code.Engine.Core/IExecutionContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:5621" }
starcoder
namespace ArmatSoftware.Code.Engine.Core { /// <summary> /// Execution context offers tools necessary at run-time during execution of the actions /// </summary> public interface IExecutionContext { //TODO: find how to fix error Error CS0656: Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CShar...
2.353528
9e5652cf0838eaa4e6386667f58c62f9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5621
{ "extension": "c-sharp", "max_stars_count": "696.0", "max_stars_repo_name": "yuzd/AntData.ORM", "max_stars_repo_path": "AntData/AntData.ORM/Data/TraceInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:5622" }
starcoder
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using AntData.ORM.Common; namespace AntData.ORM.Data { using System.Data; public class TraceInfo { public bool BeforeExecute { get; set; } public TraceLevel TraceLevel { get; se...
2.349915
413ca76c499f120e434df9d2d13e0b8c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5622
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Burion/Admin", "max_stars_repo_path": "Musical_WebStore_BlazorApp/Shared/AddChatModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:5623" }
starcoder
using System; namespace Admin.ViewModels { public class AddChatModel { public int ServiceId {get;set;} } }
1.385433
8857b2f31108b5cb3963a5f2cc76b576
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5623
{ "extension": "c-sharp", "max_stars_count": "35.0", "max_stars_repo_name": "joaopgrassi/authz-custom-middleware", "max_stars_repo_path": "src/API/Migrations/20210130112155_Initial.cs", "provenance": "train-00000-of-00045.jsonl.gz:5624" }
starcoder
<gh_stars>10-100 using System; using Microsoft.EntityFrameworkCore.Migrations; namespace API.Migrations { public partial class Initial : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "Permissions", ...
2.157495
ef544cfc0f6f2ecba12db261edc6023c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5624
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "lee890720/YiShaAdmin", "max_stars_repo_path": "YiSha.Util/YsSha.Dingtalk/DingTalk/Request/OapiEduHomeworkCreateRequest.cs", "provenance": "train-00000-of-00045.jsonl.gz:5625" }
starcoder
<gh_stars>1-10 using System; using System.Xml.Serialization; using System.Collections.Generic; using Top.Api.Util; using Top.Api; using Top.Api.DingTalk; namespace DingTalk.Api.Request { /// <summary> /// TOP API: dingtalk.oapi.edu.homework.create /// </summary> public class OapiEduHomeworkCreateReques...
1.556428
4843ced9d4d640951582f0898e090757
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5625
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Vladimir-Zakharenkov/AdamFreemanMVC2", "max_stars_repo_path": "Freeman A. projects with GitHub/27 - Model Validation/ModelValidation/ModelValidation/Views/Shared/_Layout.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5626" }
starcoder
<filename>Freeman A. projects with GitHub/27 - Model Validation/ModelValidation/ModelValidation/Views/Shared/_Layout.cshtml <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title>Model Validation</title> <link asp-href-include="/lib/bootstrap...
1.87036
18fcfd0b42add3e475026efc5b2ff675
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5626
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Mattlk13/EntityFramework", "max_stars_repo_path": "src/Microsoft.EntityFrameworkCore/Query/Internal/IncludeCompiler.cs", "provenance": "train-00000-of-00045.jsonl.gz:5627" }
starcoder
<reponame>Mattlk13/EntityFramework // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflec...
1.691394
7131858e9a76b0f68f5f14e32647c93c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5627
{ "extension": "c-sharp", "max_stars_count": "29.0", "max_stars_repo_name": "puresystems/hotcakes-commerce-core", "max_stars_repo_path": "Website/Portals/_default/HotcakesViews/Porto5/Views/Shared/_ViewOrder.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5628" }
starcoder
<filename>Website/Portals/_default/HotcakesViews/Porto5/Views/Shared/_ViewOrder.cshtml @model Hotcakes.Modules.Core.Models.OrderViewModel <div class="row hc-order-details"> @if (ViewData["showStatus"] != null) { <div class="hc-order-status">@Model.FullOrderStatusDescription</div> } <div clas...
2.236704
f78dd32e135d47c2828cc670937e7286
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5628
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "aksio-insurtech/Management", "max_stars_repo_path": "Source/Events/Organizations/MongoDBSettingsSet.cs", "provenance": "train-00000-of-00045.jsonl.gz:5629" }
starcoder
// Copyright (c) <NAME>. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Concepts.MongoDB; namespace Events.Organizations; [EventType("6b106aac-5ec6-43b9-af3c-c7b631cfa64d")] public record MongoDBSettingsSet(MongoDBOrganizationId Organi...
1.213186
e655de7b81c46e23c50941abf40abc77
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5629
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "DareDevil23/UrbanSolution", "max_stars_repo_path": "UrbanSolution.Web/Areas/Manager/Views/Activity/AllManagersActivity.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5630" }
starcoder
<gh_stars>1-10 @model IEnumerable<ManagerActivitiesListingModel> @{ ViewData["Title"] = "All Managers Activity"; } <div row class="text-info text-center"> <h2>@this.ViewData["Title"]</h2> </div> @await Html.PartialAsync("_ManagerActivity", Model)
1.841096
f112a926f7a8451b1c954623442883f1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5630
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "adriansb3105/SistemaPerfiladoCriminal", "max_stars_repo_path": "SistemaPerfiladoCriminal/Views/Reconstrucciones/Details.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:5631" }
starcoder
<gh_stars>1-10 @model SistemaPerfiladoCriminal.Models.Reconstruccion @{ <<<<<<< HEAD ViewBag.Title = "Detalles"; Layout = "~/Views/Shared/_Layout.cshtml"; ======= <<<<<<< HEAD ViewBag.Title = "Details"; >>>>>>> 99d5c7cd2acf50cfeb98f9b40b5e7f2f41596d3d } <h2>@Model.LstrNombre</h2> <<<<<<< HEAD ======= <d...
2.044998
423db6d9ed81d9d3cc0e40fa9d829dc7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5631
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Justn53/Intersect-Engine-Shoppe", "max_stars_repo_path": "Intersect.Client/Interface/Game/Bag/BagWindow.cs", "provenance": "train-00000-of-00045.jsonl.gz:5632" }
starcoder
<filename>Intersect.Client/Interface/Game/Bag/BagWindow.cs using System; using System.Collections.Generic; using Intersect.Client.Core; using Intersect.Client.Framework.File_Management; using Intersect.Client.Framework.GenericClasses; using Intersect.Client.Framework.Gwen.Control; using Intersect.Client.General; usin...
2.002849
dd186d851c0c6d087f4534d5756697f0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5632
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "125mom/QuestomAssets", "max_stars_repo_path": "QuestomAssets/AssetsChanger/BundleFile.cs", "provenance": "train-00000-of-00045.jsonl.gz:5633" }
starcoder
using LZ4; using System; using System.Collections.Generic; using System.IO; using System.Text; using LZMA = SevenZip.Compression.LZMA; namespace QuestomAssets.AssetsChanger { public class BundleFile { private class ProgressDummy : SevenZip.ICodeProgress { public void SetProgress(lo...
2.298523
4cffb207afb14b9a712e25f6a1a24f7d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5633
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "lysep-corp/ConfuserEx-LSREMAKE", "max_stars_repo_path": "Confuser.DynCipher/AST/BinOpExpression.cs", "provenance": "train-00000-of-00045.jsonl.gz:5634" }
starcoder
using System; namespace Confuser.DynCipher.AST { public class BinOpExpression : Expression { public Expression Left { get; set; } public Expression Right { get; set; } public BinOps Operation { get; set; } public BinOpExpression() {} public BinOpExpression(Expression left, BinOps operation, Expression ri...
3.16733
d1e2cb4c34ca6979e7c94d4535390c2f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5634
{ "extension": "c-sharp", "max_stars_count": "480.0", "max_stars_repo_name": "SimonCropp/vstest", "max_stars_repo_path": "test/Microsoft.TestPlatform.AcceptanceTests/Extension/MSTestCompatibilityDataSource.cs", "provenance": "train-00000-of-00045.jsonl.gz:5635" }
starcoder
<filename>test/Microsoft.TestPlatform.AcceptanceTests/Extension/MSTestCompatibilityDataSource.cs // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Reflection; namespace Microsoft.TestPlatform...
1.824489
c9a3428318a828968538e49835fc2103
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5635
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pascalberger/nscan", "max_stars_repo_path": "src/NScanSpecification/Domain/Root/SolutionForNamespaceBasedRulesSpecification.cs", "provenance": "train-00000-of-00045.jsonl.gz:5636" }
starcoder
<reponame>pascalberger/nscan using System.Collections.Generic; using NScan.Domain; using NScan.NamespaceBasedRules; using NScan.SharedKernel; using NSubstitute; using TddXt.AnyRoot.Collections; using Xunit; using static TddXt.AnyRoot.Root; namespace TddXt.NScan.Specification.Domain.Root { public class SolutionForNam...
1.78776
452e5a64e3bf3bc7cef7cf8193518fd1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
5636
{ "extension": "c-sharp", "max_stars_count": "60.0", "max_stars_repo_name": "rhtsinha/Portfolio2.0", "max_stars_repo_path": "Assets/scripts/CarScripts/DemoScripts/DeviceCheck.cs", "provenance": "train-00000-of-00045.jsonl.gz:5637" }
starcoder
<reponame>rhtsinha/Portfolio2.0<filename>Assets/scripts/CarScripts/DemoScripts/DeviceCheck.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using TMPro; public class DeviceCheck : MonoBehaviour { public TextMeshProUGUI devicename; void Start() { if(SystemInfo.devic...
2.051765
f97d2782c73818b0cadc2813368ee6c9