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
69033
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "EARodriguezM/TeachersRanking", "max_stars_repo_path": "ENTITY/Career.cs", "provenance": "train-00000-of-00045.jsonl.gz:69034" }
starcoder
using System; using System.Collections.Generic; namespace ENTITY { public partial class Career { public Career() { Matter = new HashSet<Matter>(); } public string CareerId { get; set; } public string Name { get; set; } public byte FacultyId { get; s...
2.34814
0b715c3c085cef798ecfcbf8250f0f1b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69034
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "paulboocock/WebApiBasics", "max_stars_repo_path": "WebApiBasics.Data/Maps/CustomerMap.cs", "provenance": "train-00000-of-00045.jsonl.gz:69035" }
starcoder
using FluentNHibernate.Mapping; using WebApiBasics.Data.Records; namespace WebApiBasics.Data.Maps { public class CustomerMap : ClassMap<Customer> { public CustomerMap() { Table("SalesLT.Customer"); Id(x => x.CustomerID).GeneratedBy.Identity().Column("CustomerID"); Map(x => x.NameStyle...
2.033701
496420d2fc993ac505d2f7c67a2306f3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69035
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "emptycoder/SocksPinger", "max_stars_repo_path": "src/Socks5Wrap/TCP/Stats.cs", "provenance": "train-00000-of-00045.jsonl.gz:69036" }
starcoder
<reponame>emptycoder/SocksPinger /* Socks5 - A full-fledged high-performance socks5 proxy server written in C#. Plugin support included. Copyright (C) 2016 ThrDev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ...
2.162071
b7e7bd605f2492ce58cfb8836e476947
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69036
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nmcguinness/arvr_1_getting_started_unity", "max_stars_repo_path": "getting_started/Assets/ARVR/Common/Scripts/Controllers/Character/CharacterNavigationController.cs", "provenance": "train-00000-of-00045.jsonl.gz:69037" }
starcoder
using ARVR.ScriptableTypes; using ARVR.Selection; using UnityEngine; using UnityEngine.AI; //BUG - 19/4/21 - Bug on exit with active waypoint /// <summary> /// Supports click to select and click to set waypoint on a mav mesh /// </summary> /// <see cref="https://www.youtube.com/watch?v=CHV1ymlw-P8"/> /// <seealso cr...
2.148766
7dd62f7cf635ab55921a6940745f5081
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69037
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Autofire/octo-project", "max_stars_repo_path": "Assets/WanzyeeStudio/Scripts/Editor/Toolkit/Environment/ObjectGrouper.cs", "provenance": "train-00000-of-00045.jsonl.gz:69038" }
starcoder
 /*WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW*\ ( ( ) ) |/ \| ) ) _((_ || (c) <NAME> < <EMAIL> > || ( ( |_ _ |=n |\ /| _____)) | ! ] U \.ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ...
2.394293
0acc7aa4df20d1afdf11eb6284b5ca86
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69038
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "Shuttle/Shuttle.Sentinel", "max_stars_repo_path": "Shuttle.Sentinel/DataAccess/DataStore/IDataStoreQueryFactory.cs", "provenance": "train-00000-of-00045.jsonl.gz:69039" }
starcoder
<filename>Shuttle.Sentinel/DataAccess/DataStore/IDataStoreQueryFactory.cs using System; using Shuttle.Core.Data; using Shuttle.Sentinel.DataAccess.Query; namespace Shuttle.Sentinel.DataAccess { public interface IDataStoreQueryFactory { IQuery Register(DataStore dataStore); IQuery Remove(Guid i...
1.731075
6d0cd409a2f04c6deed46a17977a70d4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69039
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "syncfusion/aspnet-core-ej1-demos", "max_stars_repo_path": "bin/Debug/netcoreapp2.1/Views/ColorPicker/CustomPalette.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:69040" }
starcoder
@section MetaTags{ <meta name="description" content="This example demonstrates how to specify the custom palatte in a ASP.NET Core ColorPicker"> } @section SampleHeading{ <span class="sampleName">ColorPicker / Custom Palette </span>} @section ControlsSection{ @{List<String> colors = new List<string>() { "f...
2.885836
7a2cf0de5d8a8acceea73e4f023ae6f1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69040
{ "extension": "c-sharp", "max_stars_count": "3268.0", "max_stars_repo_name": "gjy5885/azure-sdk-for-net", "max_stars_repo_path": "sdk/machinelearningcompute/Microsoft.Azure.Management.MachineLearningCompute/src/Generated/Models/OperationalizationCluster.cs", "provenance": "train-00000-of-00045.jsonl.gz:69041...
starcoder
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // re...
1.951809
1d2a6c6011399cf642b67cb42dd25d4f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69041
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "factset/enterprise-sdk", "max_stars_repo_path": "code/dotnet/ETFProfileandPrices/v2/src/FactSet.SDK.ETFProfileandPrices/Model/InlineResponse20031Data.cs", "provenance": "train-00000-of-00045.jsonl.gz:69042" }
starcoder
/* * Prime Developer Trial * * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * Generated by: https://github.com/openapitools/openapi-generator.git */ using System; using System.Collections; using System.Col...
1.872364
4a05f16b3a87ba5910948c2fcd132640
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69042
{ "extension": "c-sharp", "max_stars_count": "522.0", "max_stars_repo_name": "essensoft/paymen", "max_stars_repo_path": "src/Essensoft.Paylink.Alipay/Domain/IntentQueryRequest.cs", "provenance": "train-00000-of-00045.jsonl.gz:69043" }
starcoder
using System.Text.Json.Serialization; namespace Essensoft.Paylink.Alipay.Domain { /// <summary> /// IntentQueryRequest Data Structure. /// </summary> public class IntentQueryRequest : AlipayObject { /// <summary> /// 用户的请求来自的操作动作来源 /// </summary> [JsonPropertyName("...
1.408397
2e2dc518323c1264eda68a924c098290
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69043
{ "extension": "c-sharp", "max_stars_count": "14.0", "max_stars_repo_name": "feijie999/JieDDDFramework", "max_stars_repo_path": "JieDDDFramework.Core/Domain/IAggregateRoot.cs", "provenance": "train-00000-of-00045.jsonl.gz:69044" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace JieDDDFramework.Core.Domain { public interface IAggregateRoot : IEntity { } }
1.269857
c1e7d25d9e8fb6cc092d9a3e5eb11e67
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69044
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "1804-Apr-USFdotnet/hayes-timothy-project0", "max_stars_repo_path": "LocalGourmet/LocalGourmet.DAL/RestaurantAccessor.cs", "provenance": "train-00000-of-00045.jsonl.gz:69045" }
starcoder
<filename>LocalGourmet/LocalGourmet.DAL/RestaurantAccessor.cs using LocalGourmet.DL; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LocalGourmet.DAL { // CRUD class for Restaurant public class RestaurantAccessor { // CR...
3.107471
8cfb8a9f173831e1770efb75bb75e716
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69045
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "klesteb/XAS-csharp", "max_stars_repo_path": "Network/STOMP/Frame.cs", "provenance": "train-00000-of-00045.jsonl.gz:69046" }
starcoder
using System; using System.Text; using System.Collections.Generic; namespace XAS.Network.STOMP { /// <summary> /// Create a STOMP frame. /// </summary> /// <remarks> /// /// A STOMP v1.0 frame consists of the following: /// /// COMMAND\n /// HEADERS -> key: value\n /// ...
2.854617
847b5f8f619129e1840046a9e70e930f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69046
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jgonte/DataAccess", "max_stars_repo_path": "DataAccess.Core/Commands/Responses/Response.cs", "provenance": "train-00000-of-00045.jsonl.gz:69047" }
starcoder
<gh_stars>0 using System.Collections.Generic; using System.Linq; namespace DataAccess { public class Response { /// <summary> /// The return code from the database /// </summary> public int ReturnCode { get; set; } /// <summary> /// The parameters retrieved fro...
2.390814
8d99b2824a54938fdf0b22cb378bccb1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69047
{ "extension": "c-sharp", "max_stars_count": "23.0", "max_stars_repo_name": "isabella232/Avalonia.Controls.TreeDataGrid", "max_stars_repo_path": "src/Avalonia.Controls.TreeDataGrid/Selection/TreeSelectedIndexes.cs", "provenance": "train-00000-of-00045.jsonl.gz:69048" }
starcoder
using System; using System.Collections; using System.Collections.Generic; #nullable enable namespace Avalonia.Controls.Selection { internal class TreeSelectedIndexes<T> : IReadOnlyList<IndexPath> { private readonly TreeSelectionModelBase<T> _owner; public TreeSelectedIndexes(TreeSelectionMod...
2.744944
711369a59b0b2a74bca8ee50e07bab05
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69048
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "miskopisko/MiskoPersist", "max_stars_repo_path": "MiskoPersist/Persistences/OraclePersistence.cs", "provenance": "train-00000-of-00045.jsonl.gz:69049" }
starcoder
<gh_stars>0 using System; using System.Data; using System.Data.Common; using System.Reflection; using log4net; using MiskoPersist.Core; using MiskoPersist.Data.Stored; using MiskoPersist.Enums; using MiskoPersist.MoneyType; using Oracle.ManagedDataAccess.Client; namespace MiskoPersist.Persistences { internal class Or...
2.24734
5689878fcec7b17a0e61d3d524261dfd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69049
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "steffbeckers/inventory", "max_stars_repo_path": "back-end/dotnet/Inventory/src/Infrastructure/DependencyInjection.cs", "provenance": "train-00000-of-00045.jsonl.gz:69050" }
starcoder
<filename>back-end/dotnet/Inventory/src/Infrastructure/DependencyInjection.cs using IdentityServer4; using IdentityServer4.Models; using Inventory.Application.Common.Interfaces; using Inventory.Infrastructure.Files; using Inventory.Infrastructure.Identity; using Inventory.Infrastructure.Persistence; using Inventory.In...
1.792264
dd77d38c02451b14e01c95d940e58b00
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69050
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "klpo-mt/adfsmfa", "max_stars_repo_path": "Neos.IdentityServer 3.0/Neos.IdentityServer.MultiFactor.WebAuthN.Core/Model/Objects/UserVerificationRequirement.cs", "provenance": "train-00000-of-00045.jsonl.gz:69051" }
starcoder
//******************************************************************************************************************************************************************************************// // Copyright (c) 2020 abergs (https://github.com/abergs/fido2-net-lib) ...
2.24242
abbe831a205490430f4c394572cb20d4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69051
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "techris45/ysoserial.net", "max_stars_repo_path": "ysoserial/Generators/WindowsIdentityGenerator.cs", "provenance": "train-00000-of-00045.jsonl.gz:69052" }
starcoder
using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Security.Principal; using ysoserial.Helpers; namespace ysoserial.Generators { public class WindowsIdentityGenerator : GenericGenerator { // Bridge from BinaryFormatter constructor/callback to BinaryFormatt...
2.069216
948475f8f327e84bf6ee3ff9b524f404
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69052
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "xobed/RohlikAPI", "max_stars_repo_path": "RohlikAPIWeb/RedisStorage.cs", "provenance": "train-00000-of-00045.jsonl.gz:69053" }
starcoder
<filename>RohlikAPIWeb/RedisStorage.cs<gh_stars>10-100 using System; using System.Collections.Generic; using Microsoft.Extensions.Caching.Distributed; using Newtonsoft.Json; using RohlikAPIWeb.Model; namespace RohlikAPIWeb { public class RedisStorage { private readonly IDistributedCache cache; ...
2.924958
5c2a261c0341215cf4b2659d97b0bf25
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69053
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "ertugrulozcan/ErtisAuth.Net", "max_stars_repo_path": "ErtisAuth/Core/Models/Common/ProviderModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:69054" }
starcoder
namespace ErtisAuth.Core.Models.Common { public class ProviderModel { } }
0.963447
b354b881124d0442de22c0be4ace43e2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69054
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dbosoft/IdentityServer", "max_stars_repo_path": "tests/IdentityServer.UnitTests/Validation/RevocationRequestValidation.cs", "provenance": "train-00000-of-00045.jsonl.gz:69055" }
starcoder
// Copyright (c) <NAME> & <NAME>. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System.Collections.Generic; using System.Collections.Specialized; using System.Threading.Tasks; using Dbosoft.IdentityServer.Extensions; using Dboso...
1.738403
ba088acb9ec1654321499f226d3e648c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69055
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fel88/Commander", "max_stars_repo_path": "commander/TabInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:69056" }
starcoder
<reponame>fel88/Commander namespace commander { public class TabInfo { public string Hint; public string Path; public string Filter; public string Owner; } }
1.412754
cde05d1c48227b6643a6697fbf73dcf4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69056
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "muayyat/Skclusive.Blazor.Samples", "max_stars_repo_path": "Skclusive.Blazor.FlightFinder/FlightFinder.State/Models/Itinerary.cs", "provenance": "train-00000-of-00045.jsonl.gz:69057" }
starcoder
using System; using Newtonsoft.Json; using Skclusive.Mobx.Observable; using Skclusive.Mobx.StateTree; namespace Skclusive.Blazor.FlightFinder.Models { #region IItinerary public interface IItinerarySnapshot { int Id { set; get; } IFlightSegmentSnapshot Outbound { get; set; } IFlig...
2.308145
6d307b6e46018a07cac3f9bd6aedd323
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69057
{ "extension": "c-sharp", "max_stars_count": "69.0", "max_stars_repo_name": "Subhasish-msft/msteams-sample-line-of-business-apps-csharp", "max_stars_repo_path": "Cross Vertical/PollingBot/Helper/ExcelHelper.cs", "provenance": "train-00000-of-00045.jsonl.gz:69058" }
starcoder
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. // // Microsoft Bot Framework: http://botframework.com // Microsoft Teams: https://dev.office.com/microsoft-teams // // Bot Builder SDK GitHub: // https://github.com/Microsoft/BotBuilder // // Bot Builder SDK Extensions for Teams // ht...
2.307996
20d86cfb2ea8e48bcc811803db1b4592
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69058
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "mglwolf/softethervpn-android-1", "max_stars_repo_path": "app/src/main/cpp/SoftEtherVPN/src/BuildUtil/PEUtil.cs", "provenance": "train-00000-of-00045.jsonl.gz:69059" }
starcoder
<reponame>mglwolf/softethervpn-android-1<filename>app/src/main/cpp/SoftEtherVPN/src/BuildUtil/PEUtil.cs // SoftEther VPN Source Code - Developer Edition Master Branch // Build Utility using System; using System.Threading; using System.Text; using System.Configuration; using System.Collections; using System.Collection...
1.981962
1679161a6d270d63a5463df6d2db5f61
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69059
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "maochaokuo/planAndTest", "max_stars_repo_path": "planAndTest/models.fwk/SD/globalEventViewModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:69060" }
starcoder
using modelsfwk; using SASDdb.entity.fwk; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace models.fwk.SD { public class globalEventViewModel: ViewModelBase { public globalEvent editModel { get; set; } public List<glob...
1.565176
fb5e80f950298d8e65ecd198de18914a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69060
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "NilavPatel/ERP-Sample", "max_stars_repo_path": "src/ERP.Infrastructure/Data/DataInitializer.cs", "provenance": "train-00000-of-00045.jsonl.gz:69061" }
starcoder
using ERP.Core.Helpers; using ERP.Domain.Core.Services; using ERP.Domain.Enums; using ERP.Domain.Modules.Designations; using ERP.Domain.Modules.Employees; using ERP.Domain.Modules.Roles; using ERP.Domain.Modules.Users; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; namespace ERP.I...
2.172263
496ddf6abe3ee9611fc1f2599160563b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69061
{ "extension": "c-sharp", "max_stars_count": "40.0", "max_stars_repo_name": "pikokr/ThunderKit", "max_stars_repo_path": "Editor/Core/Actions/SelfDestructingActionAsset.cs", "provenance": "train-00000-of-00045.jsonl.gz:69062" }
starcoder
<reponame>pikokr/ThunderKit using System; using UnityEditor.ProjectWindowCallback; namespace ThunderKit.Core.Actions { public class SelfDestructingActionAsset : EndNameEditAction { public Action<int, string, string> action; public override void Action(int instanceId, string pathName, string r...
0.962061
3f0716e83312b6c3d841afdb09c6767e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69062
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "choang05/Boids-using-Unity-Job-System", "max_stars_repo_path": "BoidsJobSystemDemo/Library/PackageCache/com.unity.test-framework.performance@1.3.3-preview/Tests/Editor/MeasureScopeTests.cs", "provenance": "train-00000-of-00045.jsonl.g...
starcoder
using NUnit.Framework; using System.Threading; using Unity.PerformanceTesting; public class MeasureScope { readonly SampleGroupDefinition sgd = new SampleGroupDefinition("TEST", SampleUnit.Microsecond, AggregationType.Average, 0.2D, true); [Test, Performance] public void MeasureScope_WithoutDefinition_Mea...
2.471755
216f6a707dbdedcbdca9fa016d5cb124
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69063
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "SciTechSoftware/SciTech.Rpc", "max_stars_repo_path": "src/SciTech.Rpc/Server/RpcServicePublisherExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:69064" }
starcoder
#region Copyright notice and license // Copyright (c) 2019-2021, SciTech Software AB and TA Instrument Inc. // All rights reserved. // // Licensed under the BSD 3-Clause License. // You may obtain a copy of the License at: // // https://github.com/SciTechSoftware/SciTech.Rpc/blob/master/LICENSE // #endregion usi...
2.167384
5b8402f64ee20c91d22ea8e0aacd5b61
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69064
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "leodeg/CSharp.OnlineShop", "max_stars_repo_path": "OnlineShop/OnlineShop.Web/Views/Shared/Components/CategoriesMenu/Default.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:69065" }
starcoder
<reponame>leodeg/CSharp.OnlineShop @model IEnumerable<OnlineShop.Data.Models.Category> @if (Model.Any()) { <ul class="list-group list-group-flush"> <li class="list-group-item"> <a href="#" onclick="updateSubcategoryid(0)">Show All</a> </li> @foreach (var category in Model) { <li class="list-group-item"...
2.62946
b99575acaf299402c4dc70665a26b2f1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69065
{ "extension": "c-sharp", "max_stars_count": "2793.0", "max_stars_repo_name": "jonathanpeppers/SkiaSharp", "max_stars_repo_path": "tests/SkiaSharp.iOS.Tests/FormsExtensionsTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:69066" }
starcoder
using System.Threading.Tasks; using SkiaSharp.Views.iOS.Tests; using Xunit; namespace SkiaSharp.Views.Forms.Tests { public class SKImageSourceHandlerTests : iOSTests { private readonly SKImageSourceHandler handler; public SKImageSourceHandlerTests() { handler = new SKImageSourceHandler(); } [Skippabl...
2.270642
3de16ea02bae7831a879a106aafeff43
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69066
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "libertyernie/WeasylSync", "max_stars_repo_path": "CrosspostSharp3/Tumblr/TumblrPostForm.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:69067" }
starcoder
namespace CrosspostSharp3.Tumblr { partial class TumblrPostForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed re...
2.154241
02e77e84d3761a373011e55b9c627a6c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69067
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "bardsnight/unity-2d-online-rpg", "max_stars_repo_path": "2D Online RPG/Assets/Renderer/SmartLighting2D/Scripts/Rendering/Day/Pass/NoSort.cs", "provenance": "train-00000-of-00045.jsonl.gz:69068" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using LightingSettings; using LightSettings; namespace Rendering.Day { public class NoSort { static public void Draw(Pass pass) { bool drawShadows = pass.layer.type != LayerType.MaskOnly; bool drawMask...
2.35669
ccb32758091f7b59721565bf5b5f37f3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69068
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "advorange/SongProcessor", "max_stars_repo_path": "src/SongProcessor/FFmpeg/FFmpegArgs.cs", "provenance": "train-00000-of-00045.jsonl.gz:69069" }
starcoder
<reponame>advorange/SongProcessor<gh_stars>0 using System.Text; namespace SongProcessor.FFmpeg; public record FFmpegArgs( IReadOnlyList<FFmpegInput> Inputs, IReadOnlyList<string> Mapping, IReadOnlyDictionary<string, string> Args, IReadOnlyDictionary<string, string>? AudioFilters, IReadOnlyDictionary<string, str...
2.286007
ef8778baf5ccdf31e0ef8925361ad3c8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69069
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "paupawsan/beat-synchronizer-unity", "max_stars_repo_path": "Assets/Scripts/LightBehavior1.cs", "provenance": "train-00000-of-00045.jsonl.gz:69070" }
starcoder
using UnityEngine; using System.Collections; using SynchronizerData; public class LightBehavior1 : MonoBehaviour { public Color[] colorSequence; private BeatObserver beatObserver; private int beatCounter; void Start () { beatObserver = GetComponent<BeatObserver>(); beatCounter = 0; } void Update () ...
2.220745
f8758ab6975c4312722ae238bf513e5a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69070
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "JasonSowers/twitch-alexa-skill", "max_stars_repo_path": "Alexa.NET.ProactiveEvents/OrderStatusUpdates/OrderStatus.cs", "provenance": "train-00000-of-00045.jsonl.gz:69071" }
starcoder
using System.Runtime.Serialization; namespace Alexa.NET.ProactiveEvents.OrderStatusUpdates { public enum OrderStatus { [EnumMember(Value="PREORDER_RECEIVED")] PreorderReceived, [EnumMember(Value = "ORDER_RECEIVED")] Received, [EnumMember(Value = "ORDER_PREPARING")] ...
1.981326
978931d77c74d3e7a4352501ae066166
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69071
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "verzada/FhirStarter.DotNet", "max_stars_repo_path": "src/R4/NugetLibraries/FhirStarter.R4.Instigator.DotNet/Validation/Exceptions/ValidateInputException.cs", "provenance": "train-00000-of-00045.jsonl.gz:69072" }
starcoder
using System; namespace FhirStarter.R4.Instigator.DotNet.Validation.Exceptions { public class ValidateInputException : ArgumentException { public ValidateInputException(string message) : base(message) { } public ValidateInputException(string message, Exception innerException) ...
1.945153
8a2ed3cc2ef011da6c09dbbea1420663
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69072
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "lightning-rmc/lightning", "max_stars_repo_path": "src/controller/Lightning.Controller/Lifetime/Nodes/LifeTimeServiceExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:69073" }
starcoder
<filename>src/controller/Lightning.Controller/Lifetime/Nodes/LifeTimeServiceExtensions.cs<gh_stars>1-10 using Lightning.Core.Lifetime; using System.Threading.Tasks; namespace Lightning.Controller.Lifetime.Nodes { public static class LifetimeServiceExtensions { public static Task GoLiveAsync(this INodeLifetimeServi...
2.179153
191bf2db4122d9dc74782ca34a7fba53
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69073
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "colinjacobsorckestra/BetterRetail", "max_stars_repo_path": "tests/Orckestra.Composer.Cart.Tests/Services/CartService_UpdateLineItemAsync.cs", "provenance": "train-00000-of-00045.jsonl.gz:69074" }
starcoder
using System; using FizzWare.NBuilder.Generators; using FluentAssertions; using Moq.AutoMock; using NUnit.Framework; using Orckestra.Composer.Cart.Parameters; using Orckestra.Composer.Cart.Services; using Orckestra.Composer.Cart.Tests.Mock; using Orckestra.ForTests; using static Orckestra.Composer.Utils.MessagesHelper...
2.052252
ecb9f07d199c06365df30e9f09e87cdd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69074
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Derek-Lehrke/ATSPM", "max_stars_repo_path": "MOE.Common/Models/Repositories/IRouteRepository.cs", "provenance": "train-00000-of-00045.jsonl.gz:69075" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MOE.Common.Models.Repositories { public interface IRouteRepository { List<Models.Route> SelectAllRoutes(); Models.Route SelectByRouteID(int routeID); void Ins...
1.926552
d9615abc19748215d93ad1293dfcf897
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69075
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alkozko/NetMorpher", "max_stars_repo_path": "Sources/NetMorpher.Structures/TrieMap/TrieSearchResult.cs", "provenance": "train-00000-of-00045.jsonl.gz:69076" }
starcoder
<reponame>alkozko/NetMorpher namespace NetMorpher.Structures.TrieMap { public struct TrieSearchResult<TRecord> { public TrieSearchResult(string prefix, TRecord record) { Prefix = prefix; Record = record; } public string Prefix { get; set; } public...
1.698225
675f2567f7c6443959807d41ddc165dc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69076
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "miltob/LogExpert", "max_stars_repo_path": "src/GlassfishColumnizer/Properties/AssemblyInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:69077" }
starcoder
<reponame>miltob/LogExpert using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die mit einer Asse...
2.060473
382284e116b9b03ae80e5de8941a4910
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69077
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "t9mike/ADK", "max_stars_repo_path": "Planetarium.Types/Controls/TimeSpanPicker.cs", "provenance": "train-00000-of-00045.jsonl.gz:69078" }
starcoder
using Planetarium.Types; using System; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Input; namespace Planetarium.Controls { public class TimeSpanPicker : Control { public TimeSpan TimeSpan { get { return (TimeSpan)GetValue(Tim...
2.698852
4f2caa874d825fa8ad83c12a50f67051
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69078
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dMundov/SoftUni-HomeWorks", "max_stars_repo_path": "CSharp-Advanced/4.Multidimensional Arrays - Exercise/10. Radioactive Mutant Vampire Bunnies/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:69079" }
starcoder
<reponame>dMundov/SoftUni-HomeWorks using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace _10._Radioactive_Mutant_Vampire_Bunnies { class Program { static void Main(string[] args) { #if DEBUG Console.SetIn(new StreamReader(@"C:\Users\dMundov\...
3.335003
3d63899f37193e2df23f0de03d62d206
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69079
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "belav/AspNetWebStack", "max_stars_repo_path": "test/System.Web.Razor.Test/Framework/MarkupParserTestBase.cs", "provenance": "train-00000-of-00045.jsonl.gz:69080" }
starcoder
// 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.Web.Razor.Parser; using System.Web.Razor.Parser.SyntaxTree; namespace System.Web.Razor.Test.Framework { public abstract class MarkupP...
1.634286
b289590cbe0548e5754b315a8dc9ce6f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69080
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "netconstruct/ems-mvc-components", "max_stars_repo_path": "Kentico.Widget.Video/Helpers/VideoHelper.cs", "provenance": "train-00000-of-00045.jsonl.gz:69081" }
starcoder
<filename>Kentico.Widget.Video/Helpers/VideoHelper.cs using System; using System.Linq; using System.Text.RegularExpressions; using System.Web; using Kentico.Components.Web.Mvc.Widgets.Models; namespace Kentico.Components.Web.Mvc.Widgets.Helpers { /// <summary> /// Helper methods for working with YouTube/Vime...
2.719386
55d5d7dfef522e924882f1f5392576cd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69081
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "profan/stride", "max_stars_repo_path": "sources/engine/Stride.Shaders/ShaderMixinManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:69082" }
starcoder
<reponame>profan/stride // Copyright (c) Stride contributors (https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp) // Distributed under the MIT license. See the LICENSE.md file in the project root for more information. using System; using System.Collections.Generic; using Stride.Rendering; ...
2.252012
f33e44065c36b98fe9965860dcd2d831
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69082
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "lurienanofab/lnf", "max_stars_repo_path": "LNF/Scheduler/IReservationItem.cs", "provenance": "train-00000-of-00045.jsonl.gz:69083" }
starcoder
using LNF.Data; using System; using System.Collections.Generic; namespace LNF.Scheduler { public interface IReservationItem : IResourceItem, IPrivileged { int ReservationID { get; set; } int ActivityID { get; set; } string ActivityName { get; set; } bool Editable { get; set; } ...
1.648334
9903b30634b2cc296c224cda35bc8c29
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69083
{ "extension": "c-sharp", "max_stars_count": "324.0", "max_stars_repo_name": "agileobjects/ReadableExpressions", "max_stars_repo_path": "ReadableExpressions/Translations/ParameterTranslation.cs", "provenance": "train-00000-of-00045.jsonl.gz:69084" }
starcoder
<reponame>agileobjects/ReadableExpressions namespace AgileObjects.ReadableExpressions.Translations { using System; #if NET35 using Microsoft.Scripting.Ast; #else using System.Linq.Expressions; #endif using Extensions; using static Formatting.TokenType; internal static class ParameterTranslatio...
2.380834
afbad7e80d9eb77fd8330272fa4b513d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69084
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kblood/TyrSc2", "max_stars_repo_path": "Tyr/Micro/StalkerAttackNaturalController.cs", "provenance": "train-00000-of-00045.jsonl.gz:69085" }
starcoder
using SC2APIProtocol; using Tyr.Agents; using Tyr.Managers; using Tyr.Util; namespace Tyr.Micro { public class StalkerAttackNaturalController : CustomController { private Unit Bunker = null; private Point2D EnemyNatural; private int UpdateFrame = 0; public override bool Determ...
2.366883
858a74b1f840982042beed9cb5ed4203
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69085
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "Missouri-BMI/popmednet", "max_stars_repo_path": "Lpp.Dns.RemotePlugin.Tests/RemotePluginTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:69086" }
starcoder
<filename>Lpp.Dns.RemotePlugin.Tests/RemotePluginTests.cs using System; using System.Text; using System.Collections.Generic; using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.ServiceModel.Web; namespace Lpp.Dns.RemotePlugin.Tests { [TestClass] public class GetRequestTests ...
1.790168
46c29c4006bb1b0695560af68579a428
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69086
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "igambin/Experiments", "max_stars_repo_path": "IG.Caching/ICachable.cs", "provenance": "train-00000-of-00045.jsonl.gz:69087" }
starcoder
<reponame>igambin/Experiments using System; using System.Threading.Tasks; namespace IG.Caching { public interface ICachable : IDisposable { T GetOrSet<T>(string key, Func<T> dataGetter, DateTimeOffset absoluteExpirationOffset); Task<T> GetOrSetAsync<T>(string key, Func<Task<T>> dataGetter, Date...
1.863408
749c6720be4b0f537c54c0ece65f263a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69087
{ "extension": "c-sharp", "max_stars_count": "30.0", "max_stars_repo_name": "SardineFish/MAJIKA", "max_stars_repo_path": "Assets/Scripts/Lua/SceneHost.cs", "provenance": "train-00000-of-00045.jsonl.gz:69088" }
starcoder
using MoonSharp.Interpreter; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; using UnityEngine.SceneManagement; using UnityEngine.Timeline; namespace MAJIKA.Lua { [MoonSharpUserData] public class SceneHost ...
2.278261
0507df37914c3e5e9821b0c6292ab7df
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69088
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "an12346/factory-new", "max_stars_repo_path": "Factory/Views/Engineers/Delete.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:69089" }
starcoder
@{ Layout = "_Layout"; } @model Factory.Models.Engineer <h1>Are you sure you want to delete this engineer?</h1> @Html.DisplayNameFor(model => model.EngineerName): @Html.DisplayFor(model => model.EngineerName) @using (Html.BeginForm()) { <input type="submit" value="Delete"/> } @Html.ActionLink("Back to engineers", ...
2.114444
9cf5a0e5788ffce1bd3df7cf8917ba43
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69089
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nuages-io/nuages-web", "max_stars_repo_path": "Nuages.Web/CorsConfigExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:69090" }
starcoder
<reponame>nuages-io/nuages-web<filename>Nuages.Web/CorsConfigExtensions.cs namespace Nuages.Web; public static class CorsConfigExtensions { // ReSharper disable once MemberCanBePrivate.Global public const string AllowSpecificOrigins = "AllowSpecificOrigins"; private const string AllowAnyOrigins = "AllowAny...
2.060813
a0273aeb8972758785c9440566e355fa
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69090
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "eldruz/PCGSandbox", "max_stars_repo_path": "Assets/LSystems/State.cs", "provenance": "train-00000-of-00045.jsonl.gz:69091" }
starcoder
<filename>Assets/LSystems/State.cs using System.Collections; using System.Collections.Generic; using UnityEngine; namespace LSystems { [System.Serializable] public class State { public Vector3 previousPosition; public Vector3 position; public Quaternion rotation; public flo...
2.403715
570d9dfb6db23ecd836bfb9cd12d5d80
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69091
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "keannan5390/UITestSimInjector.Fody", "max_stars_repo_path": "SimulatorInjector/BaseTestClass.cs", "provenance": "train-00000-of-00045.jsonl.gz:69092" }
starcoder
<gh_stars>0 using System; using Xamarin.UITest; using Xamarin.UITest.Utils; using Xamarin.UITest.Configuration; namespace SimulatorInjector { public class BaseTestClass { private string deviceId; private Platform platform; public BaseTestClass(Platform platform, string deviceId = null...
1.638337
3e3f53779905b2d3b1c3ebef536829be
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69092
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "develmax/Crm.Sdk.Core", "max_stars_repo_path": "Microsoft.Xrm.Sdk/Messages/CreateAttributeResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:69093" }
starcoder
using System; using System.Runtime.Serialization; namespace Microsoft.Xrm.Sdk.Messages { /// <summary>Contains the response from the <see cref="T:Microsoft.Xrm.Sdk.Messages.CreateAttributeRequest"></see> class.</summary> [DataContract(Namespace = "http://schemas.microsoft.com/xrm/2011/Contracts")] public sealed...
2.3646
cfa20fa4b115fc3c6da03d0b84ab27be
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69093
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "papayet974/XrmFramework", "max_stars_repo_path": "src/Model/Definitions/ContactDefinition.cs", "provenance": "train-00000-of-00045.jsonl.gz:69094" }
starcoder
// Copyright (c) <NAME> (CGO Conseils). All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using Model.Sdk; using System; using System.CodeDom.Compiler; using System.ComponentModel.DataAnnotations; using System.Diagnostics.CodeAnalysis; namespace Model ...
2.099205
5b0d5d8346715f883f9695e34fbb2083
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69094
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "daviscook477/ONI-Mods", "max_stars_repo_path": "src/MagmaFern/MagmaFernConfig.cs", "provenance": "train-00000-of-00045.jsonl.gz:69095" }
starcoder
<filename>src/MagmaFern/MagmaFernConfig.cs<gh_stars>1-10 using System.Collections.Generic; using STRINGS; using UnityEngine; namespace MagmaFern { public class MagmaFernConfig : IEntityConfig { public const string Id = "MagmaFern"; public const string SeedId = "MagmaFernSeed"; public...
2.210547
98e93d2578da8e17da9a7279e23e0515
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69095
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "martin-holy/PictureManager", "max_stars_repo_path": "SimpleDB/DataAdapter.cs", "provenance": "train-00000-of-00045.jsonl.gz:69096" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace SimpleDB { public abstract class DataAdapter { private readonly ILogger _logger; private readonly string _tableFilePath; private readonly string _tablePropsFilePath; private readonly SimpleDB _db; priv...
2.597333
bfa03292a62bb708db8a402272c15413
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69096
{ "extension": "c-sharp", "max_stars_count": "22.0", "max_stars_repo_name": "q913777031/lqclass.com", "max_stars_repo_path": "src/WebApi/LQClass.Api/Migrations/20210317163046_ApplicationUserMigration.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:69097" }
starcoder
<reponame>q913777031/lqclass.com<filename>src/WebApi/LQClass.Api/Migrations/20210317163046_ApplicationUserMigration.Designer.cs // <auto-generated /> using System; using LQClass.Api.Database; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Mi...
1.831832
ced0a8b6d5f6ee89af90527f570c965f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69097
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "odudycz/EventStore", "max_stars_repo_path": "src/EventStore.ClientAPI/ConditionalWriteFailureReason.cs", "provenance": "train-00000-of-00045.jsonl.gz:69098" }
starcoder
namespace EventStore.ClientAPI { /// <summary> /// The reason why a conditional write fails /// </summary> public enum ConditionalWriteStatus { /// <summary> /// The write operation succeeded /// </summary> Succeeded = 0, /// <summary> /// The expected version does not match actual stream version ///...
2.157063
63f97bbe06c010e59ec51f266403bad8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69098
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "CarlTheUser/Image-Desktop-Widget-WPF", "max_stars_repo_path": "Image Desktop Widget/Image Desktop Widget/Model/IOriginator.cs", "provenance": "train-00000-of-00045.jsonl.gz:69099" }
starcoder
<filename>Image Desktop Widget/Image Desktop Widget/Model/IOriginator.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Image_Desktop_Widget.Model { public interface IOriginator<T> { T WriteState(); v...
2.490182
fa27d5331ed343bbd83dd6cb32de5d54
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69099
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sputier/CQELight", "max_stars_repo_path": "src/CQELight/Abstractions/CQS/Interfaces/ICommandBus.cs", "provenance": "train-00000-of-00045.jsonl.gz:69100" }
starcoder
<reponame>sputier/CQELight<gh_stars>0 using CQELight.Abstractions.DDD; using System.Threading.Tasks; namespace CQELight.Abstractions.CQS.Interfaces { /// <summary> /// Contrat interface for dispatching Commands. /// </summary> public interface ICommandBus { /// <summary> /// Dispat...
2.179363
25e342cc2c5bd847a95813326750ce38
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69100
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "csdahlberg/CodeTiger.Azure.Cosmos", "max_stars_repo_path": "UnitTests/UnitTests.CodeTiger.Azure.Cosmos/Expressions/CreateAggregateSeedVisitorTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:69101" }
starcoder
<reponame>csdahlberg/CodeTiger.Azure.Cosmos<gh_stars>1-10 using System; using System.Globalization; using System.Linq.Expressions; using CodeTiger.Azure.Cosmos.Expressions; using UnitTests.CodeTiger.Azure.Cosmos.TestDocumentTypes; using Xunit; namespace UnitTests.CodeTiger.Azure.Cosmos.Expressions { public static...
2.561207
e2c1bbe9c772b75cf349c02a70760bb0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69101
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "notnyt/ShokoServer", "max_stars_repo_path": "Shoko.Server/Mappings/AniDB_Anime_TitleMap.cs", "provenance": "train-00000-of-00045.jsonl.gz:69102" }
starcoder
using FluentNHibernate.Mapping; using Shoko.Models.Server; using Shoko.Server.Models; namespace Shoko.Server.Mappings { public class AniDB_Anime_TitleMap : ClassMap<AniDB_Anime_Title> { public AniDB_Anime_TitleMap() { Table("AniDB_Anime_Title"); Not.LazyLoad(); ...
1.966179
97b2bbaa2874c46f5403403b9f8f5d34
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69102
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "emipa606/RimWriter", "max_stars_repo_path": "Source/RimWriter/Building_InternalStorage.cs", "provenance": "train-00000-of-00045.jsonl.gz:69103" }
starcoder
<filename>Source/RimWriter/Building_InternalStorage.cs<gh_stars>0 using System.Collections.Generic; using RimWorld; using Verse; namespace RimWriter { public class Building_InternalStorage : Building, IThingHolder, IStoreSettingsParent { private CompStorageGraphic compStorageGraphic; protected...
1.716032
9908b13a095cd737db6dd4b1afed7cd1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69103
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Admiraculix/QB.Interview.Task", "max_stars_repo_path": "QB.Persistence/Extensions/DependencyRegistrationExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:69104" }
starcoder
<reponame>Admiraculix/QB.Interview.Task<filename>QB.Persistence/Extensions/DependencyRegistrationExtensions.cs using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using QB.Application.Interfaces.InfrastuctureServices; using QB.Persistence.Sqlite.Extensions; namespace QB.Persisten...
1.537428
53310fc2d84b65f9a357641913ef2e97
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69104
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "zzgchina888/msdn-code-gallery-microsoft", "max_stars_repo_path": "Official Windows Platform Sample/Bluetooth LE Explorer sample/[C#]-Bluetooth LE Explorer sample/C#/BTLE_Explorer/Extras/TI_BLESensorTagCharacteristicParsers.cs", "prove...
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Windows.Storage.Streams; namespace BTLE_Explorer.Extras { /// <summary> /// Parsers used for characteristics exposed by the TI SensorTag. /// /// ATTRIBUTION //...
2.614895
a154fbf0717fbee604a5fda62100aebf
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69105
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Abelark/Project-3---Rocket-Punch", "max_stars_repo_path": "Assets/Polaris - Low Poly Ecosystem/TextureGraph/Core/Editor/GraphEditor/TSubWindow.cs", "provenance": "train-00000-of-00045.jsonl.gz:69106" }
starcoder
using UnityEngine; using System.Collections; using System.Collections.Generic; using UnityEngine.UIElements; using UnityEditor.UIElements; using UnityEditor; using System; namespace Pinwheel.TextureGraph { public class TSubWindow : VisualElement, ITManagedView { public TGraphEditor GraphEdi...
1.805053
3c9fdb7af88b52e39684cca4c8f8ab65
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69106
{ "extension": "c-sharp", "max_stars_count": "26.0", "max_stars_repo_name": "JTOne123/UrlCombine", "max_stars_repo_path": "UrlCombineLib/UrlCombine.cs", "provenance": "train-00000-of-00045.jsonl.gz:69107" }
starcoder
<gh_stars>10-100 using System; using System.Linq; namespace UrlCombineLib { public static class UrlCombine { /// <summary> /// Combines the url base and the relative url into one, consolidating the '/' between them /// </summary> /// <param name="urlBase">Base url that will be ...
3.362755
4ba15c6a570ce90e4488e4f7693372fa
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69107
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MaciejMilanski/SupplyDepot", "max_stars_repo_path": "SupplyDepot/SupplyDepot/Server/Controllers/ItemsManagController.cs", "provenance": "train-00000-of-00045.jsonl.gz:69108" }
starcoder
<reponame>MaciejMilanski/SupplyDepot<filename>SupplyDepot/SupplyDepot/Server/Controllers/ItemsManagController.cs using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using AutoMapper; using SupplyDepot.DataA...
2.38417
409e2f7a4018c6dc8ede85c76b0a1a0c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69108
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "NewellMatt/.NET-PublicNewsPaper", "max_stars_repo_path": "Migrations/20160424053638_Initial.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:69109" }
starcoder
<filename>Migrations/20160424053638_Initial.Designer.cs using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using PublicNewsPaper.Models; namespace PublicNewsPaper.Migrations { [DbContext(typeof(PublicN...
2.349519
ddd272fbc0eec135375bc077c2ca689f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69109
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "stevewgh/SecretSerializer", "max_stars_repo_path": "source/SecretSerializer.Tests/TestClasses/ClassWithSecretStringProperty.cs", "provenance": "train-00000-of-00045.jsonl.gz:69110" }
starcoder
<reponame>stevewgh/SecretSerializer using System; namespace SecretSerializer.Tests.TestClasses { public class ClassWithSecretStringProperty { public ClassWithSecretStringProperty() { ShouldBeKeptSecret = Guid.NewGuid().ToString(); } [KeepSecret] public stri...
1.7387
9961a36cd2034060e5750ea85c08cf6f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69110
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "BrandenSchwartz/WebsiteAndApi", "max_stars_repo_path": "Common/User.cs", "provenance": "train-00000-of-00045.jsonl.gz:69111" }
starcoder
<gh_stars>1-10 using System; using System.Runtime.Serialization; namespace DevSpace.Common { [DataContract] public class User : IUser { private User() {} [DataMember]public string Bio { get; private set; } [DataMember] public string DisplayName { get; private set; } [DataMember] public string Ema...
2.564558
0751e68edc3a4d73c92dfd812ed3b0a0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69111
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DanteNardo/Orion", "max_stars_repo_path": "Orion/Assets/UnityCurve/Scripts/UnityCurve.cs", "provenance": "train-00000-of-00045.jsonl.gz:69112" }
starcoder
<gh_stars>0  /***********************************************/ /* INCLUDES */ /***********************************************/ using CalcEngine; using UnityEngine; using UnityEngine.Events; /***********************************************/ /* ENUM ...
2.609123
b2db6736eebf2eb2227ac092d236b0a9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69112
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "uk-gov-mirror/SkillsFundingAgency.das-commitments", "max_stars_repo_path": "src/SFA.DAS.Commitments.Application/Commands/UpdateApprenticeshipStatus/ApprenticeshipStatusChangeCommandValidator.cs", "provenance": "train-00000-of-00045.js...
starcoder
using FluentValidation; namespace SFA.DAS.Commitments.Application.Commands.UpdateApprenticeshipStatus { public class ApprenticeshipStatusChangeCommandValidator : AbstractValidator<ApprenticeshipStatusChangeCommand> { public ApprenticeshipStatusChangeCommandValidator() { RuleF...
1.764283
24ed65dcae99b9346d22b512a1b57846
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69113
{ "extension": "c-sharp", "max_stars_count": "59.0", "max_stars_repo_name": "PMArkive/HyoutaTools", "max_stars_repo_path": "HyoutaToolsLib/Tales/Vesperia/TO8CHRD/CharacterModelDefinition.cs", "provenance": "train-00000-of-00045.jsonl.gz:69114" }
starcoder
<reponame>PMArkive/HyoutaTools<filename>HyoutaToolsLib/Tales/Vesperia/TO8CHRD/CharacterModelDefinition.cs<gh_stars>10-100 using System; using System.Collections.Generic; using System.Linq; using System.Text; using HyoutaUtils; namespace HyoutaTools.Tales.Vesperia.TO8CHRD { public class CharacterModelDefinition { p...
2.396378
3c1a4bca11317227fae9d599f02dd16d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69114
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MuhammedJavad/Letteral.Rabbitmq", "max_stars_repo_path": "src/Letteral.Rabbitmq/Contracts/EventDocument.cs", "provenance": "train-00000-of-00045.jsonl.gz:69115" }
starcoder
<reponame>MuhammedJavad/Letteral.Rabbitmq using System; using System.Globalization; using RabbitMQ.Client; namespace Letteral.Rabbitmq.Contracts { public sealed class EventDocument<TEvent> where TEvent : IntegrationEvent { private byte _deliveryMode; private TimeSpan? _expirationInSec...
2.058842
ccf91b2af8baa2520bff5dd074d4f6e5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69115
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "qaqgame/Checkmate", "max_stars_repo_path": "Checkmate/Plugins/Checkmate.GlobalData/Data/PlayerData.cs", "provenance": "train-00000-of-00045.jsonl.gz:69116" }
starcoder
<gh_stars>0 using ProtoBuf; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Checkmate.Global.Data { //房间阶段的玩家数据 [ProtoContract] public class PlayerRoomData { [ProtoMember(1)] public uint id;//分配的游戏内player id ...
1.940204
03855f576af2aec6e0c0bf844647a68c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69116
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NeoDarque/AkkaExampleCluster", "max_stars_repo_path": "AkkaCluster.Shared/Messages/TextMessage.cs", "provenance": "train-00000-of-00045.jsonl.gz:69117" }
starcoder
namespace AkkaCluster.Shared.Messages { public class TextMessage { public string Text { get; set; } } }
1.293126
269e727ee297382fd3632ca401e2f2ba
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69117
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "a-leontiev/aws-sdk-net", "max_stars_repo_path": "sdk/src/Services/Athena/Generated/Model/WorkGroupSummary.cs", "provenance": "train-00000-of-00045.jsonl.gz:69118" }
starcoder
/* * 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 * * or in the "l...
1.938175
40d7ce6f302353a28b313d86b8b777f5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69118
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "huangdaweiUCHICAGO/UnderwaterVRInterface", "max_stars_repo_path": "Assets/Scripts/TargetPosition.cs", "provenance": "train-00000-of-00045.jsonl.gz:69119" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class TargetPosition : MonoBehaviour { Vector3 targetScreenPos; Vector3 camMidPos; public Transform enemyPrefab; Image im; void Start () { im = GetComponent<Image>();...
2.407032
b268a0ac61820732795ec782c3549067
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69119
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Uncle-Uee/learning-yogi-assessment", "max_stars_repo_path": "Assets/JellyFish-Lite/Scripts/Editor/Tools/ObjectEditor/RenameFiles/RenameFile.cs", "provenance": "train-00000-of-00045.jsonl.gz:69120" }
starcoder
#if UNITY_EDITOR using System.IO; using System.Linq; using UnityEditor; using UnityEngine; namespace JellyFish.Editor.Tools.ObjectEditor { public class RenameFile : EditorWindow { #region VARIABLES string _filename = ""; private static Object[] _objects; #end...
2.6473
c2884bc2b2dbb7994a384b3876e924d0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69120
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "QPC-database/aws-sdk-net", "max_stars_repo_path": "sdk/src/Services/CloudFormation/Generated/Model/TestTypeRequest.cs", "provenance": "train-00000-of-00045.jsonl.gz:69121" }
starcoder
<reponame>QPC-database/aws-sdk-net /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apac...
1.585299
2def7a4ecaab37982283213d41da3c26
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69121
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "prog-rajkamal/Utils", "max_stars_repo_path": "YamlReader/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:69122" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using YamlDotNet; using YamlDotNet.RepresentationModel; namespace YamlReader { class Program { static void Main(string[] args) { var f...
2.965545
de6d708907b46bd942592048e4c69e77
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69122
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "knight1219/oqtane.framework", "max_stars_repo_path": "Core/Themes/Oqtane.Core.Themes/ILayoutControl.cs", "provenance": "train-00000-of-00045.jsonl.gz:69123" }
starcoder
namespace Oqtane.Core.Themes { public interface ILayoutControl { string Panes { get; } // identifies all panes in a theme ( delimited by ";" ) } }
1.680831
db38ed4c5313454849974286698ba445
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69123
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "arjangeertsema/hexagonal-architecture-", "max_stars_repo_path": "Domain/Domain.Abstractions/UseCases/GetReviewAnswerTaskUseCase.cs", "provenance": "train-00000-of-00045.jsonl.gz:69124" }
starcoder
<reponame>arjangeertsema/hexagonal-architecture- namespace Domain.Abstractions.UseCases; public class GetReviewAnswerTaskUseCase : IQuery<GetReviewAnswerTaskUseCase.Response>, IHasUserTaskId { public IUserTaskId UserTaskId { get; } public GetReviewAnswerTaskUseCase(IUserTaskId userTaskId) { UserTa...
2.23784
66091a2bdef40765cee1dc8105ef134b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69124
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tonkatawe/SoftUni-Advanced", "max_stars_repo_path": "OOP/Interfaces and Abstraction - Exercise/MilitaryElite/Models/SpecialisedSoldier.cs", "provenance": "train-00000-of-00045.jsonl.gz:69125" }
starcoder
<reponame>tonkatawe/SoftUni-Advanced<gh_stars>0 using System; using System.Collections.Generic; using System.Text; namespace MilitaryElite { public class SpecialisedSoldier : Private, ISpecialisedSoldier { private string typeCorps; public SpecialisedSoldier(string firstName, string lastName, i...
2.300058
e6dfe87697f9bc633cec43fe0bf1cf12
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69125
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "leixf2005/Alipay.AopSdk.Core", "max_stars_repo_path": "Alipay.AopSdk.Core/Response/KoubeiAdvertDeliveryDiscountWebBatchqueryResponse.cs", "provenance": "train-00000-of-00045.jsonl.gz:69126" }
starcoder
namespace Alipay.AopSdk.Core.Response { /// <summary> /// KoubeiAdvertDeliveryDiscountWebBatchqueryResponse. /// </summary> public class KoubeiAdvertDeliveryDiscountWebBatchqueryResponse : AopResponse { } }
0.89624
5688ea128251e6d5e7e0a0cef4df15e6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69126
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pmgower/xamarin-ceramics-class", "max_stars_repo_path": "Ceramics/05-RetirementApp/RetirementApp/RetirementApp/RetirementApp/AccountDetails.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:69127" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using RetirementApp.ViewModels; using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace RetirementApp { [XamlCompilation(XamlCompilationOptions.Compile)] public partial class AccountDetails : Co...
1.87636
0d4c6fcd88f7876b225afce7d72e45cb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69127
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sleepymon12/InsurgenceServer", "max_stars_repo_path": "AdminSite/Models/GTSModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:69128" }
starcoder
<reponame>sleepymon12/InsurgenceServer using System.Collections.Generic; namespace AdminSite.Models { public class GTSListModel { public int Page { get; set; } public List<GTSObject> GTS { get; set; } } public class GTSObject { public int Id { get; set; } public Pok...
1.78219
79e4827fd938577bb15df51bd65d6fc9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69128
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Aspekt1024/AI-Builder", "max_stars_repo_path": "Assets/Scripts/CoreGame/PlaceableObjects/Units/UnitComponents/IVision.cs", "provenance": "train-00000-of-00045.jsonl.gz:69129" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public interface IVision : IUnitComponent { bool Look(); }
1.435021
cfb7c88409e76f707ca0b083c9bb2c93
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69129
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "youstinus/schedule", "max_stars_repo_path": "schedule.api.core/Controllers/ClassesController.cs", "provenance": "train-00000-of-00045.jsonl.gz:69130" }
starcoder
using schedule.api.core.Controllers.Interfaces; namespace schedule.api.core.Controllers { public class ClassesController : IClassesController { } }
1.053071
5e658b7fdfe36fe1d5eeedc9b66d3efc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69130
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "luizfbicalho/Camunda.NET", "max_stars_repo_path": "camunda-bpm-platform-net/engine/src/main/java/org/camunda/bpm/engine/impl/persistence/entity/util/FormPropertyStartContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:69131" }
starcoder
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. Camunda licenses this file to you under the Apache License, * Version 2.0; ...
1.695906
489b013ac2da589d316ce8c56cf87bd6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69131
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "zhengyangyong/HBaseManagementStudio", "max_stars_repo_path": "HBaseManagementStudio/Form/ViewTableRegionForm.cs", "provenance": "train-00000-of-00045.jsonl.gz:69132" }
starcoder
<filename>HBaseManagementStudio/Form/ViewTableRegionForm.cs using HBaseThrift; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace HBaseManagementStudio { public partial cl...
2.24224
16818e67a523c602b3e451848f281123
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
69132
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "scottenriquez/cdktf-alpha-csharp-testing", "max_stars_repo_path": "resources/.gen/aws/aws/Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementXssMatchStatementFieldToMatchMethod.cs", "...
starcoder
<reponame>scottenriquez/cdktf-alpha-csharp-testing using Amazon.JSII.Runtime.Deputy; #pragma warning disable CS0672,CS0809,CS1591 namespace aws { [JsiiByValue(fqn: "aws.Wafv2WebAclRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementNotStatementStatementXssMatchStatementFieldToMatchMethod")] ...
1.289012
bf86412c4f7fbef8ba42625d542b9468