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 | 5337 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mbaleva/CarRentingSystem",
"max_stars_repo_path": "Servers/CarRentingSystem/CarRentingSystem.Identity/ViewModels/Users/LoginInputModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5338"
} | starcoder | <gh_stars>0
namespace CarRentingSystem.Identity.ViewModels.Users
{
public class LoginInputModel
{
public string Email { get; set; }
public string Password { get; set; }
}
}
| 1.232374 | e26745fb0020c1a0256af8348b2169de |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5338 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "UE4DotNet/Plugin",
"max_stars_repo_path": "DotNet/DotNet/UE4/Generated/AIModule/EnvQueryTest_Dot.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5339"
} | starcoder | // Copyright 2018 by JCoder58. See License.txt for license
// Auto-generated --- Do not modify.
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UE4.Core;
using UE4.CoreUObject;
using UE4.CoreUObject.Native;
using UE4.InputCore;
using UE4.Native;
#pragma warning disable CS01... | 1.528443 | 7542aa2b26741c340c13130ff2c77077 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5339 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "RobertAcksel/UnrealCS",
"max_stars_repo_path": "Engine/Plugins/UnrealCS/UECSharpDomain/UnrealEngine/GeneratedScriptFile_Game_64bits/UEditableTextBox_FixSize.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5340"
} | starcoder | #if WITH_GAME
#if PLATFORM_64BITS
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace UnrealEngine
{
public partial class UEditableTextBox
{
static readonly int Text__Offset;
public string Text
{
get{ CheckIsValid(); return ((FText)Marshal.PtrToStructure(_this... | 2.014978 | 0647d742f5dfd154c8c5112efb8c2617 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5340 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "blacksmokersen/starwheels",
"max_stars_repo_path": "Assets/Scripts/Common/SplashScreen/FullScreenVideoDisplayer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5341"
} | starcoder | <reponame>blacksmokersen/starwheels
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Video;
namespace Common.UI
{
public class FullScreenVideoDisplayer : MonoBehaviour
{
[Header("Video Settings")]
[SerializeField] private VideoClip _videoClip;
... | 1.242734 | 8c5e03717a14fe8f8b25b4f275eb6022 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5341 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Synuit/Synuit.Toolkit",
"max_stars_repo_path": "Synuit.Toolkit/Infra/Helpers/LoggingHelper.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5342"
} | starcoder | <reponame>Synuit/Synuit.Toolkit
using System.Reflection;
namespace Synuit.Toolkit.Infra.Helpers
{
public class LoggingHelper
{
public static string GetMethodName(MethodBase method)
{
return $"{method.DeclaringType.FullName}.{method.Name}";
}
}
} | 1.925797 | d9c4d4a641aadda7ba2de3709939c25f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5342 | {
"extension": "c-sharp",
"max_stars_count": "30.0",
"max_stars_repo_name": "ModTheGungeon/ETGMod.Installer.Core",
"max_stars_repo_path": "src/InstallerWindow.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5343"
} | starcoder | <reponame>ModTheGungeon/ETGMod.Installer.Core<gh_stars>10-100
using System;
using System.Windows.Forms;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Reflection;
using System.IO;
using System.Drawing.Text;
using Mono.Cecil;
using System.Threading;
using System.Threading.Tasks;
using System.Compone... | 1.912662 | 03632ec6c8bc66bb9a74c2a7284f3db3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5343 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "veloman86/SoftUni-Software-Engineering",
"max_stars_repo_path": "DB-with-C#/Labs-And-Homeworks/Entity Framework Core/14. Workshop - ASP.NET CORE (First)/PetStore/Services/PetStore.Services/IFoodService.cs",
"provenance": "train-00000-... | starcoder | namespace PetStore.Services
{
using System;
using Models.Food;
public interface IFoodService
{
void BuyFromDistributor(string name, double weight, decimal price, double profit, DateTime expirationDate,
int brandId, int categoryId);
void BuyFromDistributor(AddingFoodServic... | 2.055275 | f0cc4d349050533d0c96532b3d0286fd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5344 | {
"extension": "c-sharp",
"max_stars_count": "300.0",
"max_stars_repo_name": "WeihanLi/dotnet-monitor",
"max_stars_repo_path": "src/Tools/dotnet-monitor/CollectionRules/CollectionRuleService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5345"
} | 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 Microsoft.Diagnostics.Monitoring.EventPipe;
using Microsoft.Diagnostics.Monitoring.WebApi;
using Microsoft.Di... | 1.748268 | 46ed0cccd45f5d5f9dc67f64d577cbd3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5345 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "crowdin/crowdin-dotnet-client",
"max_stars_repo_path": "src/Crowdin.Api/Teams/AddTeamMembersRequest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5346"
} | starcoder |
using System.Collections.Generic;
using JetBrains.Annotations;
using Newtonsoft.Json;
namespace Crowdin.Api.Teams
{
[PublicAPI]
public class AddTeamMembersRequest
{
[JsonProperty("userIds")]
public ICollection<int> UserIds { get; set; }
}
} | 1.663282 | 4473f1ba619a8e23f163a2343be7001b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5346 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "marmendonca/erudio-microservices",
"max_stars_repo_path": "GeekShopping/Api/GeekShopping.ProductAPI/Infra/Repository/Interfaces/IProductRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5347"
} | starcoder | <gh_stars>0
using GeekShopping.ProductAPI.Models.Dtos;
namespace GeekShopping.ProductAPI.Infra.Repository.Interfaces
{
public interface IProductRepository
{
Task<IEnumerable<ProductDto>> FindAllAsync();
Task<ProductDto> FindById(long id);
Task<ProductDto> Save(ProductDto productDto);... | 1.830592 | 4e716970162e7d82170c0edbbfd04023 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5347 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dirkdunn/GroceryListAzure",
"max_stars_repo_path": "Server/AzureFunctions/AzureFunctions/AddGroceryItem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5348"
} | starcoder | <filename>Server/AzureFunctions/AzureFunctions/AddGroceryItem.cs
using System;
using System.IO;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extensions.Http;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
using N... | 2.681414 | 8afda8b851165fe0930e1eb76a362635 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5348 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "neal-nankivell-cko/checkout-sdk-net",
"max_stars_repo_path": "src/CheckoutSdk/Tokens/ITokensClient.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5349"
} | starcoder | using System.Threading;
using System.Threading.Tasks;
namespace Checkout.Tokens
{
/// <summary>
/// Defines the operations available on the Checkout.com Tokenization API.
/// </summary>
public interface ITokensClient
{
/// <summary>
/// Exchange card details for a reference token th... | 2.605519 | b432717c7337b1503d83f9cafe594fce |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5349 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "samlbest/FairCastleOwnershipVote",
"max_stars_repo_path": "FairCastleOwnershipVoteSubModule.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5350"
} | starcoder | <gh_stars>0
using System;
using System.Linq;
using FairCastleOwnershipVote.Models;
using HarmonyLib;
using TaleWorlds.CampaignSystem;
using TaleWorlds.Core;
using TaleWorlds.MountAndBlade;
namespace FairCastleOwnershipVote
{
public class FairCastleOwnershipVoteSubModule : MBSubModuleBase
{
internal st... | 1.90186 | c1df0e4da86839e552f87013d7b45a36 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5350 | {
"extension": "c-sharp",
"max_stars_count": "174.0",
"max_stars_repo_name": "mxmissile/blazor-components",
"max_stars_repo_path": "src/Majorsoft.Blazor.Components.Common.JsInterop/Scroll/ScrollResult.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5351"
} | starcoder | <reponame>mxmissile/blazor-components<gh_stars>100-1000
namespace Majorsoft.Blazor.Components.Common.JsInterop.Scroll
{
/// <summary>
/// Scroll result
/// </summary>
public sealed class ScrollResult
{
/// <summary>
/// Scroll X value
/// </summary>
public double X { get; set; }
/// <summary>
/// Scro... | 1.822029 | 40bfa6cba7560919d5c6656cea2734ae |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5351 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "shahedc/OrderApp",
"max_stars_repo_path": "OrderFunctions/GetItems.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5352"
} | starcoder | using System.Linq;
using System.Net;
using System.Net.Http;
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Extensions.Http;
using Microsoft.Azure.WebJobs.Host;
namespace OrderFunctions
{
public static class GetItems
{
[FunctionName("GetItems")]
public static HttpResponseMessage R... | 2.842085 | 2c7b872ee26494349828508470208980 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5352 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "corefan/Mvc",
"max_stars_repo_path": "test/WebSites/RazorWebSite/Components/InheritingViewComponent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5353"
} | starcoder | <filename>test/WebSites/RazorWebSite/Components/InheritingViewComponent.cs<gh_stars>1-10
// 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 Microsoft.AspNet.Mvc;
namespace RazorWebSite.Components... | 1.882101 | 1137f2e19150f6ac81b210b08cdec3c5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5353 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "Bhaskers-Blu-Org2/media-viewer",
"max_stars_repo_path": "MediaViewer/ViewModels/MusicCategoryModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5354"
} | starcoder | <filename>MediaViewer/ViewModels/MusicCategoryModel.cs<gh_stars>10-100
using System;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using Syste... | 3.059681 | 76731ed561b0b5d2d87d70be9897b7f0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5354 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ArmandoZaid/sistem-jual-beli",
"max_stars_repo_path": "Muhammad_SistemJualBeli/FormLogin.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5355"
} | starcoder | namespace Muhammad_SistemJualBeli
{
partial class FormLogin
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | 2.035768 | 2570cf6f63e150026fd8844bb5a60d2d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5355 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "AdmiralSnyder/modix-translator",
"max_stars_repo_path": "src/ModixTranslator/HostedServices/TranslationTokenProviderHostedService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5356"
} | starcoder | <gh_stars>1-10
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using System;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
namespace ModixTranslator.HostedServices
{
class TranslationTokenProviderHostedService : ITranslationTokenProvider
... | 2.498625 | ec388aea00a2170daa311fb2ad34832b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5356 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SlashNephy/ACT.Divination",
"max_stars_repo_path": "Divination.ACT/DivinationActPlugin.Watcher.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5357"
} | starcoder | using System.IO;
using System.Windows.Forms;
using Divination.Common;
namespace Divination.ACT
{
public abstract partial class DivinationActPlugin<TW, TU, TS>
{
private volatile bool isUpdated;
// ReSharper disable once StaticMemberInGenericType
#pragma warning disable 8618
private sta... | 2.487853 | 28635f245ebe8b3262a6def09f891fc3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5357 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "coderIML/NetOffice.net",
"max_stars_repo_path": "Examples/ExampleBase/ExampleBase/FormBase.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5358"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace ExampleBase
{
/// <summary>
/// the main form for the application, implements also IHost to represent the host application for the exam... | 2.335796 | f08244ba522e39490bdd5a411dbe11e6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5358 | {
"extension": "c-sharp",
"max_stars_count": "209.0",
"max_stars_repo_name": "Ultrawipf/actools",
"max_stars_repo_path": "AcManager.Controls/AcObjectBase.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5359"
} | starcoder | using System.Collections.ObjectModel;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using AcManager.Controls.Presentation;
using AcManager.Tools.AcObjectsNew;
namespace AcManager.Controls {
[C... | 2.106403 | c9e4164b4cffd27003dcf153bcba05a5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5359 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rootstrap/spark",
"max_stars_repo_path": "src/Spark/Views/Maintenance/RebuildIndex.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:5360"
} | starcoder | <gh_stars>0
@{
ViewBag.Title = "Rebuilding Index";
}
<h2>Rebuilding Index</h2>
<div class="progress">
<div class="progress-bar progress-bar-striped active" id="pbar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;">
<span class="sr-only" id="percentage">0%<... | 1.65402 | 4657fe6d40212d98f3c1e4fb73965931 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5360 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "CristianBanexcoin/banexcoinpay",
"max_stars_repo_path": "BTCPayServer/obj/Debug/netcoreapp2.1/Razor/Views/Invoice/Checkout.g.cshtml.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5361"
} | starcoder | #pragma checksum "C:\Users\Rolando\Desktop\BTCPAY\btcpayserver-master\btcpayserver-master\BTCPayServer\Views\Invoice\Checkout.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "4af2394584ddb76e6beb2d91aa0c3ab2fc8915c5"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hostin... | 1.121982 | 57eef5188083a074bcc640cdc47a77b5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5361 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "exporl/lars-core",
"max_stars_repo_path": "Tools/UtilScripts/Singleton.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5362"
} | starcoder | <filename>Tools/UtilScripts/Singleton.cs<gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Singleton : MonoBehaviour {
private static Singleton instance = null;
void Start() {
if(instance == null) {
instance = this;
}
e... | 2.264093 | 56e78daab4a545a4fa280bf4f84c9baf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5362 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "aliyun/Resource-Orchestration-Service-Cloud-Development-K",
"max_stars_repo_path": "multiple-languages/dotnet/AlibabaCloud.SDK.ROS.CDK.Core/AlibabaCloud/SDK/ROS/CDK/Core/DefaultTokenResolver.cs",
"provenance": "train-00000-of-00045.j... | starcoder | <reponame>aliyun/Resource-Orchestration-Service-Cloud-Development-K<filename>multiple-languages/dotnet/AlibabaCloud.SDK.ROS.CDK.Core/AlibabaCloud/SDK/ROS/CDK/Core/DefaultTokenResolver.cs<gh_stars>10-100
using Amazon.JSII.Runtime.Deputy;
#pragma warning disable CS0672,CS0809,CS1591
namespace AlibabaCloud.SDK.ROS.CDK.C... | 1.975505 | 07b76201a65911081204f282fdaa0096 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5363 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FOSSAware/Ginger",
"max_stars_repo_path": "Ginger/GingerCore/XPathParser/XPathParserException.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5364"
} | starcoder | <reponame>FOSSAware/Ginger
#region License
/*
Copyright © 2014-2022 European Support Limited
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 requ... | 2.503282 | 06dfc1ee2ce10c19117fd7274756622c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5364 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "shmartel/azure-sdk-for-net",
"max_stars_repo_path": "sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src/Models/AnomalyDetection/SuppressCondition.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5365"
} | starcoder | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using Azure.Core;
namespace Azure.AI.MetricsAdvisor.Models
{
/// <summary>
/// </summary>
public partial class SuppressCondition
{
/// <summary> min point number, value range : [1, +∞). </summary>
... | 1.846871 | eda02c6185b341ea7e584cfb80fea8d7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5365 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "RodneyDickson/Game2014-F2021-FinalTest-101068801",
"max_stars_repo_path": "Assets/[Scripts]/BulletFactory.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5366"
} | starcoder | <filename>Assets/[Scripts]/BulletFactory.cs
/* BULLETFACTORY.CS,
* <NAME>
* 101068801
* DECEMBER 17, 2021
* GAME 2014 - FALL 2021 - FINAL TEST
* REVISION HISTORY:
* - ADDED SHRINKING PLATFORM
* - ADDED RESPAWNING PLATFORM
* - ADDED PLATFORM SHRINKING/RESPAWNING SOUNDS
*
*/
using System.Colle... | 2.735539 | fa732bb56b80a50f860bd426c6516470 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5366 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Rakesh-Dasi/specflow-jenkins",
"max_stars_repo_path": "SpecFlow.Selenium/Pages/CommonPage.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5367"
} | starcoder | <filename>SpecFlow.Selenium/Pages/CommonPage.cs
using NUnit.Framework;
using OpenQA.Selenium;
using OpenQA.Selenium.Support.PageObjects;
namespace SpecFlow.Selenium.Pages
{
public class CommonPage
{
private readonly IWebDriver driver;
public CommonPage(IWebDriver driver)
{
... | 2.655427 | c54a969293136244d19c2411cd3e1080 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5367 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "RH-Code/GAPP",
"max_stars_repo_path": "GAPPSF/UIControls/FormulaSolver/UserHelpWindow.xaml.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5368"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Me... | 2.265882 | 6b0d4e71e926504f1bcba5dae3333a59 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5368 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "1064no1carry/GoSharp",
"max_stars_repo_path": "GoSharpCore/Board.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5369"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using JetBrains.Annotations;
namespace GoSharpCore {
/// <summary>
/// Encapsulates a board position, without any game context. This object also
/// supports scoring mode by setting the IsScoring property to true.
/// </summary>
pub... | 3.087683 | 34bd023434ce938c514799a04498902d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5369 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "Sacurose/SideScroller",
"max_stars_repo_path": "Assets/LeapMotion/Core/Scripts/Utils/ProfilerSample.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5370"
} | starcoder | <reponame>Sacurose/SideScroller<filename>Assets/LeapMotion/Core/Scripts/Utils/ProfilerSample.cs
/******************************************************************************
* Copyright (C) Leap Motion, Inc. 2011-2017. *
* Leap Motion proprietary and confidential. ... | 2.253826 | 98f17cbc2b6c4cdc4d73568f62265195 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5370 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Gman8r/PrideBot",
"max_stars_repo_path": "PrideBot/Repository/ModelRepository.ShipScore.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5371"
} | starcoder | using PrideBot.Models;
using System;
using System.Collections.Generic;
using Microsoft.Data.SqlClient;
using System.Text;
using System.Threading.Tasks;
using System.Linq;
using System.Data;
namespace PrideBot.Repository
{
public partial class ModelRepository
{
public async Task<IEnumerable<ShipScore>... | 2.270104 | 8a867f25ad3d9b050fe4c11ab5ba43a4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5371 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "andr74r/to-do-list",
"max_stars_repo_path": "src/ToDoList/ToDoList.Issue.Domain.Tests/Entities/IssueTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5372"
} | starcoder | using NUnit.Framework;
namespace ToDoList.Issue.Domain.Tests
{
[TestFixture]
public class IssueTests
{
[Test]
public void Ctor_IncorrectName_ShouldThrowArgException()
{
// Arrange
var issueName = string.Empty;
// Act
var del = new Te... | 2.890572 | beb6f0edd8ce5c3af2defb04d7509467 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5372 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "NumAniCloud/PropertyWriter",
"max_stars_repo_path": "Dev/PropertyWriter/ViewModels/Properties/IntViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5373"
} | starcoder | <gh_stars>1-10
using PropertyWriter.Models.Properties;
using PropertyWriter.ViewModels.Properties.Common;
using Reactive.Bindings;
using System;
using System.Reactive;
using System.Reactive.Linq;
namespace PropertyWriter.ViewModels.Properties
{
public class IntViewModel : PropertyViewModel<IntProperty>
{
public R... | 2.113208 | 433c9ffc42f0a28e761b73bfc3a9512b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5373 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "zimbres/UptimeKumaRemoteProbe",
"max_stars_repo_path": "UptimeKumaRemoteProbe/GlobalUsings.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5374"
} | starcoder | <gh_stars>1-10
global using Microsoft.EntityFrameworkCore;
global using Microsoft.Extensions.DependencyInjection.Extensions;
global using Microsoft.Extensions.Http;
global using System.Diagnostics;
global using System.Net.NetworkInformation;
global using System.Net.Sockets;
global using System.Reflection;
global using... | 1.164902 | 4d122847559af394e1a5a50557029f52 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5374 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mff-uk/exolutio",
"max_stars_repo_path": "Controller/Commands/Reflection/ParameterConsistency.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5375"
} | starcoder | using System.Reflection;
namespace Exolutio.Controller.Commands.Reflection
{
public abstract class ParameterConsistency
{
public abstract bool VerifyConsistency(object superordinateObject, object candidate);
}
} | 1.557491 | 6555ccf59ebee0f12672a9528f66bd99 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5375 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "giansalex/Php-Nuget-Server",
"max_stars_repo_path": "samples/NugetTesterApplication/NugetTesterApplication/Tests/ApiSearch.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5376"
} | starcoder | <filename>samples/NugetTesterApplication/NugetTesterApplication/Tests/ApiSearch.cs<gh_stars>1-10
using NugetTesterApplication.Common;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NugetTesterApplication.Tests
{
public... | 2.127204 | 8484e80a2f8100700a5cd164391c1e48 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5376 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AndreaPantieri/MuseumsManager",
"max_stars_repo_path": "MuseumsManager/Entities/Personale.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5377"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Entities
{
public class Personale : DBEntity
{
public int idPersonale { get; set; }
public string Nome { get; set; }
public string Cogno... | 2.039513 | cb661c8ea982e6791d9b93f92b107192 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5377 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "svaldivia/unity-data-persistence-example",
"max_stars_repo_path": "Assets/Scripts/JSON Serialization Example/SaveData.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5378"
} | starcoder | <reponame>svaldivia/unity-data-persistence-example<filename>Assets/Scripts/JSON Serialization Example/SaveData.cs
using System.Collections.Generic;
using UnityEngine;
using System.IO;
// -----------------------------------------------------------------------------------------
// Class that will serialize and write to... | 3.1904 | 107927d9d5f43e8f86283a3a90615687 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5378 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "Vonage/vonage-dotnet-code-snippets",
"max_stars_repo_path": "DotNetCliCodeSnippets/Numbers/SearchNumbers.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5379"
} | starcoder | using Vonage.Numbers;
using Vonage.Request;
using Vonage;
using System;
using System.Collections.Generic;
using System.Text;
namespace DotnetCliCodeSnippets.Numbers
{
public class SearchNumbers : ICodeSnippet
{
public void Execute()
{
var VONAGE_API_KEY = Environment.GetEnvironment... | 2.727455 | cdf3aeda695370dbec0068d20ad7f92e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5379 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "genexuslabs/DotNetClasses",
"max_stars_repo_path": "dotnet/src/extensions/Azure/Handlers/Helpers/FunctionMetadata.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5380"
} | starcoder | <gh_stars>1-10
using System.Collections.Generic;
using System.Text.Json.Serialization;
namespace GeneXus.Deploy.AzureFunctions.Handlers.Helpers
{
public class FunctionMetadata
{
public const string directionIn = "In";
public const string directionOut = "Out";
public class TriggerTypes
{
public const... | 1.956626 | 251e23003a9a8d6343193d68894d405e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5380 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "210329-UTA-SH-UiPath/P1_Sean_Spring",
"max_stars_repo_path": "PizzaBoxFrontEnd/PizzaBoxFrontEnd/Views/OrderPizza/Index.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:5381"
} | starcoder | <reponame>210329-UTA-SH-UiPath/P1_Sean_Spring
@*
For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
*@
<h1>Your pizza has been added!</h1>
<a asp-action="Return" asp-controller="Order">Go Back to Order</a><br />
<a asp-controller="Home" asp-action="Index"... | 1.504463 | fff16dc0aacc2d64a11b4e8067df2d07 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5381 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rioil/VRCEventUtil",
"max_stars_repo_path": "VRCEventUtil/Models/Logger/UserLog.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5382"
} | starcoder | using Livet;
using System;
using System.Collections.Generic;
using System.Text;
namespace VRCEventUtil.Models
{
public class UserLog : NotificationObject
{
/// <summary>
/// ログ情報を作成します.
/// </summary>
/// <param name="msg"></param>
/// <param name="dateTime"></param>
... | 2.711584 | fb5fbc4cb011d1c48e98c230ea4db5bf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5382 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "274188A/BlazorAuthenticationAndAuthorization",
"max_stars_repo_path": "Finished sample/BethanysPieShopHRM.Server/Services/EmployeeDataService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5383"
} | starcoder | using System.Collections.Generic;
using System.Net.Http;
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;
using BethanysPieShopHRM.Shared;
using Microsoft.AspNetCore.Http;
namespace BethanysPieShopHRM.Server.Services
{
public class EmployeeDataService : IEmployeeDataService
{
p... | 2.827773 | 9abdc31d48001eac2db45f2824b888a7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5383 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Cloudmersive/Cloudmersive.APIClient.NET.DocumentAndDataConvert",
"max_stars_repo_path": "client/src/Cloudmersive.APIClient.NET.DocumentAndDataConvert/Model/GetImageInfoResult.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5384"
} | starcoder | <reponame>Cloudmersive/Cloudmersive.APIClient.NET.DocumentAndDataConvert<gh_stars>1-10
/*
* convertapi
*
* Convert API lets you effortlessly convert file formats and types.
*
* OpenAPI spec version: v1
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
*/
using System;
using System.Linq;
us... | 2.135709 | 4c4a97727e0dfb8195e31ffda720b765 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5384 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "dongdapeng110/SharpDevelopTest",
"max_stars_repo_path": "src/Main/Base/Project/Src/Services/ProjectBinding/ProjectBindingService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5385"
} | starcoder | // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
using ICSharpCode.SharpDevelop.Gui;
using System;
using System.Collections.Generic;
using System.IO;
using System.Xml;
using I... | 1.866492 | bfa3eff485719a39a5713b0ff827761e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5385 | {
"extension": "c-sharp",
"max_stars_count": "324.0",
"max_stars_repo_name": "mortend/fuse-studio",
"max_stars_repo_path": "Source/Common/Math/Operators/Intersect.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5386"
} | starcoder | using System;
using System.Reactive.Linq;
namespace Outracks
{
public static partial class Rectangle
{
public static IObservable<Rectangle<T>> Intersect<T>(
this IObservable<Rectangle<T>> self,
IObservable<Rectangle<T>> other)
where T : INumeric<T>
{
return self.CombineLatest(other, Intersect);
}
... | 2.987308 | 1d860e039bca880a2500d0b4b0931fc7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5386 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "coruscateor/CoreComponents",
"max_stars_repo_path": "CoreComponents/Threading/SubThreading/BaseIsolatedTimer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5387"
} | starcoder | using System;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.Linq;
using System.Text;
using System.Threading;
namespace CoreComponents.Threading.SubThreading
{
public abstract class BaseIsolatedTimer : IIsolatedThread, IDisposable
{
private Timer myTimer;
... | 2.693403 | 5697aec858e68dbda4806c1ac9c99032 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5387 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "CreativeCodersTeam/Core",
"max_stars_repo_path": "source/Net/CreativeCoders.Net.XmlRpc/XmlRpcConstants.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5388"
} | starcoder | <gh_stars>0
using JetBrains.Annotations;
namespace CreativeCoders.Net.XmlRpc
{
[PublicAPI]
public static class XmlRpcConstants
{
public const string DateTimeFormat = "yyyyMMddTHH:mm:ss";
public const string MultiCallMethodName = "system.multicall";
public const string ListMethods... | 1.334435 | 3436e70266d2151309a0e4e9993b3555 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5388 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Fulborg/A-Bot",
"max_stars_repo_path": "src/Sanderling.ABot/Bot/Strategies/WaitForCommandState.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5389"
} | starcoder | <filename>src/Sanderling.ABot/Bot/Strategies/WaitForCommandState.cs
using System.Linq;
using SlackAPI;
namespace Sanderling.ABot.Bot.Strategies
{
internal class WaitForCommandState : IStragegyState
{
private SlackClient slack;
public WaitForCommandState(string messageToSend)
{
slack = new SlackClient("htt... | 2.409334 | 056361721412dfda11ff9371959e24bf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5389 | {
"extension": "c-sharp",
"max_stars_count": "145.0",
"max_stars_repo_name": "davidlee80/CSharpRenderer",
"max_stars_repo_path": "Algorithms/GeometricsAlgorithms.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5390"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SlimDX.Direct3D11;
using SlimDX.DXGI;
using Device = SlimDX.Direct3D11.Device;
using Resource = SlimDX.Direct3D11.Resource;
using SlimDX;
using System.IO;
using System.Diagnostics;
namespace CSharpRenderer
{
static class G... | 2.78069 | cae07b9b4cb2d70152b689e2e1f2eadb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5390 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "IgorMich2/Boulder-Dash-GUI",
"max_stars_repo_path": "Boulder Dach GUI/Boulder Dach GUI/Common codebase/Database.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5391"
} | starcoder | <reponame>IgorMich2/Boulder-Dash-GUI
using System;
using System.IO;
using System.Diagnostics;
using System.Data.SqlClient;
using System.Collections.Generic;
using System.Windows.Forms;
namespace Boulder_Dach_GUI
{
class Database
{
public static string s = Path.GetFullPath("Results.mdf");
public... | 2.596801 | 8a99c65df616e0ff061f59623a7d98b2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5391 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "lzh-mb-mod/BattleMiniMap",
"max_stars_repo_path": "source/BattleMiniMap/src/View/AgentMarkers/TextureProviders/AgentMarkerTextureType.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5392"
} | starcoder | namespace BattleMiniMap.View.AgentMarkers.TextureProviders
{
public enum AgentMarkerTextureType
{
Human, Horse, OtherAnimal, Dead, Count
}
}
| 1.404626 | 672f48cb151f679be875a9f24ac295f2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5392 | {
"extension": "c-sharp",
"max_stars_count": "43.0",
"max_stars_repo_name": "ofpinewood/pineblog",
"max_stars_repo_path": "tests/Opw.PineBlog.MongoDb.Tests/Posts/Search/SearchPostsQueryTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5393"
} | starcoder | <filename>tests/Opw.PineBlog.MongoDb.Tests/Posts/Search/SearchPostsQueryTests.cs
using FluentAssertions;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using Moq;
using Opw.PineBlog.Entities;
using Opw.PineBlog.Files;
using Opw.PineBlog.MongoDb;
using System;
using System.Collection... | 1.904805 | b79e2a685bc2e580271f80f740cef7fb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5393 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "garyhuntddn/Umbraco-CMS",
"max_stars_repo_path": "src/Umbraco.Core/Persistence/Repositories/Interfaces/IMediaRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5394"
} | starcoder | <gh_stars>0
using Umbraco.Core.Models;
namespace Umbraco.Core.Persistence.Repositories
{
public interface IMediaRepository : IRepositoryVersionable<int, IMedia>
{
/// <summary>
/// Empties the Recycle Bin for media Content
/// </summary>
/// <returns><c>True</c> if the... | 1.716432 | c6730df41c16fceeec13daa2fc4b78ca |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5394 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "yavuzmurat/Fibon",
"max_stars_repo_path": "src/Fibon.Messages/Events/IEvent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5395"
} | starcoder | <filename>src/Fibon.Messages/Events/IEvent.cs
using System.Threading.Tasks;
namespace Fibon.Messages.Events
{
//Marker interface
public interface IEvent
{
}
}
| 1.490595 | 2911e55978c9184965c6ffdebe6d5c4e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5395 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "MCCshreyas/aspnetcore",
"max_stars_repo_path": "src/Http/Http.Results/src/PhysicalFileResult.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5396"
} | starcoder | <filename>src/Http/Http.Results/src/PhysicalFileResult.cs
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Microsoft.AspNetCore.Internal;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
na... | 2.147335 | c380c539d7aea5e7ca40a8b61c0834bc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5396 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "jamescrosswell/MessageApi",
"max_stars_repo_path": "src/Sample.IntegrationTests/Commands/JumpTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5397"
} | starcoder | <filename>src/Sample.IntegrationTests/Commands/JumpTests.cs
using System.Threading.Tasks;
using FluentAssertions;
using Xunit;
namespace Sample.IntegrationTests.Commands
{
public class JumpTests : SampleTests
{
[Fact]
public async Task When_I_say_jump_dont_ask_how_high()
{
... | 2.676673 | e4cdf15bd52ed322e30f74db59d4764a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5397 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "studentutu/OpenXRRuntimeSelector",
"max_stars_repo_path": "Runtime/OpenXRManifest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5398"
} | starcoder | <reponame>studentutu/OpenXRRuntimeSelector<filename>Runtime/OpenXRManifest.cs
// Copyright 2021 <NAME>. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
using System;
using UnityEngine;
namespace OpenXRRuntimeJsons
{
[Serializable]
pu... | 1.657872 | 656378c9c33037fddfeb0760fcfc8826 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5398 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Ed-Pavlov/Armature",
"max_stars_repo_path": "tests/Tests/build/AssemblyInfo.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5399"
} | starcoder | <reponame>Ed-Pavlov/Armature<filename>tests/Tests/build/AssemblyInfo.cs
using JetBrains.dotMemoryUnit;
[assembly: DotMemoryUnit(FailIfRunWithoutSupport = false, SavingStrategy = SavingStrategy.Never)]
| 0.821826 | 60a75c21a1a8a29f0018211c502f0743 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5399 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kamalanathan82/BotOperate",
"max_stars_repo_path": "src/BotOperate/Models/MicrosoftGraph/TeamsTabConfiguration.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5400"
} | starcoder | <filename>src/BotOperate/Models/MicrosoftGraph/TeamsTabConfiguration.cs
using Newtonsoft.Json;
namespace BotOperate.Models.MicrosoftGraph
{
public sealed class TeamsTabConfiguration
{
[JsonProperty(PropertyName = "entityId")]
public string EntityId { get; set; }
[JsonProperty(... | 1.880298 | 4287e6b44c38feba2af46a52c100fb8b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5400 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "MCCshreyas/aspnetcore",
"max_stars_repo_path": "src/Mvc/test/WebSites/RazorPagesWebSite/Pages/ShortCircuitPageAtAuthFilter.cshtml.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5401"
} | starcoder | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Filters;
using Microsoft.AspNetCore.Mvc.Ra... | 2.011744 | 61b1156ff408505595be0dd5fc0a7c6c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5401 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "ga-explorer/GeometricAlgebraLib",
"max_stars_repo_path": "GeometricAlgebraFulcrumLib/GeometricAlgebraFulcrumLib/Algebra/LinearAlgebra/Matrices/LinMatrixColumnMapped.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5402"
} | starcoder | using System;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using GeometricAlgebraFulcrumLib.Processors.LinearAlgebra;
using GeometricAlgebraFulcrumLib.Storage.LinearAlgebra.Vectors;
namespace GeometricAlgebraFulcrumLib.Algebra.LinearAlgebra.Matrices
{
public sealed class LinMatrix... | 2.378387 | 467fca398326d8759c5151ba46619e62 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5402 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Daymortel/Stump",
"max_stars_repo_path": "src/Stump.DofusProtocol/Messages/Messages/Game/Context/Fight/GameFightTurnResumeMessage.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5403"
} | starcoder | namespace Stump.DofusProtocol.Messages
{
using System;
using System.Linq;
using System.Text;
using Stump.DofusProtocol.Types;
using Stump.Core.IO;
[Serializable]
public class GameFightTurnResumeMessage : GameFightTurnStartMessage
{
public new const uint Id = 6307;
publi... | 2.396465 | 41e15c1d0d86e86a3241d9bc9ffc8f0b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5403 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "alohaeee/ModernPingPong",
"max_stars_repo_path": "Assets/Scripts/Player.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5404"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using TMPro;
public class Player : MonoBehaviour
{
public TextMeshProUGUI scoreLabel;
public TextMeshProUGUI nameLabel;
}
| 1.475719 | 89f628025da66e51641fba786aa63494 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5404 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "adiraina/BtsPortal",
"max_stars_repo_path": "BtsPortal.Web/Areas/Bts/Controllers/BtsOpsController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5405"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
using BtsPortal.Entities.Bts;
using BtsPortal.Entities.Esb;
using BtsPortal.Repositories.Interface;
using BtsPortal.Web.Controllers;
using BtsPortal.Web.Models.Exceptions;
using BtsPortal.Web.ViewModels;
using BtsPortal.Web.ViewMo... | 1.567253 | ee6d321729422ac3605d26c2a8ff3ce6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5405 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AriTAF/Grocery-Bag-Blitz",
"max_stars_repo_path": "GroceryBagBlitzUnity/Assets/Scripts/TitleScreenSpawner.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5406"
} | starcoder |
/****
* Created by: Krieger
* Date Created: Mar 7, 2022
*
* Last Edited by: Krieger
* Last Edited: March 7, 2022
*
* Description: Script that spawns a rain of random items on the Title Screen
****/
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TitleScreenSpawne... | 2.646513 | c41de473ae61f82f75804a42ccc371da |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5406 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "uniQodeAB/uniqode-web",
"max_stars_repo_path": "src/UniQode.Entities/Enums/AdminAction.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5407"
} | starcoder | namespace UniQode.Entities.Enums
{
public enum AdminAction
{
None = 0,
Add,
Save,
Update,
Delete,
Preview,
Publish
}
} | 1.536481 | e067fd742d43a3f53847c0fbd07d1005 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5407 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gKev1n/UnityFrameWorkDesign",
"max_stars_repo_path": "Assets/_FrameworkDesign2021/3.Singleton/MonoSingletonProperty.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5408"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using QFramework;
using UnityEngine;
namespace _FrameworkDesign2021
{
public static class MonoSingletonProperty<T> where T : MonoBehaviour, ISingleton
{
private static T mInstance;
public static T Instance
{
get
... | 2.238844 | f4cf90f88da5f01853ec3c7afd9ab981 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5408 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "CodestersInc/HOM24x7",
"max_stars_repo_path": "HMS/HMSWeb/customerhome.aspx.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5409"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using BusinessLogic;
public partial class customerhome : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
var User = Session... | 1.877809 | 826ecf8de5def05a6d0cfbeaa6c00abc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5409 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "smillas/active-directory-dotnet-iwa-v2",
"max_stars_repo_path": "iwa-console/MyInformation.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5410"
} | starcoder | <filename>iwa-console/MyInformation.cs
/*
The MIT License (MIT)
Copyright (c) 2015 Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without l... | 2.571384 | 148f934d5917d116fe4126863d5bc241 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5410 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "Speedo69/Sellix.net",
"max_stars_repo_path": "Tests/FeedbackTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5411"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
using Xunit;
using Sellix.Net;
namespace Tests
{
public class FeedbackTest
{
[Fact]
public void Test()
{
var sellix = new Sellix.Net.Sellix(Token.Get, new System.Net.Http.HttpClient());
var respo... | 1.96825 | ed9e94a5cdd9e252dfc920524d4a1084 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5411 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "maikelbos0/WarOfEmpires",
"max_stars_repo_path": "WarOfEmpires.Utilities.Tests/Mail/ActivationMailTemplateTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5412"
} | starcoder | <gh_stars>0
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using WarOfEmpires.Utilities.Configuration;
using WarOfEmpires.Utilities.Mail;
namespace WarOfEmpires.Utilities.Tests.Mail {
[TestClass]
public sealed class ActivationMailTemplateTests {
private readonly AppSettings... | 2.143365 | 884203ecc48a1120e93ca98cea26cc05 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5412 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "rex-core/SimpleCommandParser",
"max_stars_repo_path": "SimpleCommandParser/Core/TypeResolver/ICommandTypeResolver.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5413"
} | starcoder | <filename>SimpleCommandParser/Core/TypeResolver/ICommandTypeResolver.cs
using SimpleCommandParser.Core.Command;
using SimpleCommandParser.Core.StageResults;
using SimpleCommandParser.Core.Tokenizer;
namespace SimpleCommandParser.Core.TypeResolver
{
/// <summary>
/// Провайдер типа модели.
/// </summary>
... | 2.506528 | 8eb2fc8daa854ed1919b3814a60ec151 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5413 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jdm7dv/Microsoft-Biology-Foundation",
"max_stars_repo_path": "archive/Changesets/mbf/Source/Framework/Bio/IO/BAM/BAMSortedIndex.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5414"
} | starcoder | <filename>archive/Changesets/mbf/Source/Framework/Bio/IO/BAM/BAMSortedIndex.cs
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
namespace Bio.IO.BAM
{
/// <summary>
/// This class implements indexer for Sorted BAM Index.
/// Reads
/// Index for a file (cont... | 3.027996 | d903eea2f8581b318f7f87bfd78e1d25 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5414 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "christianpi4/QLearning",
"max_stars_repo_path": "Learning/IA/Assets/Scripts/Agent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5415"
} | starcoder | <gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Unity.Barracuda;
[System.Serializable]
public class Agent : MonoBehaviour
{
// Neural network: asset and worker
public NNModel CNN_Model_Asset;
private Model model;
private IWorker worker;
// Render textures (enemy... | 2.72702 | 7e61860be0862d85d472c3625aac3ae0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5415 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Hedin9000/HedinsToolKit",
"max_stars_repo_path": "HedinsToolKit.Tests/SortingUnitTests/SortUnitTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5416"
} | starcoder | <reponame>Hedin9000/HedinsToolKit
using System;
using System.Collections.Generic;
using Xunit;
using HedinsToolKit.Sorting;
using System.Linq;
namespace HedinsToolKit.Tests
{
public class SortUnitTest
{
[Fact]
public void BubbleSortTest()
{
var list = CreateRandomList(1000,0... | 2.778429 | 49081bff28c54475631ef23599d06501 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5416 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jojo59516/UnityHeapExplorer",
"max_stars_repo_path": "Editor/Scripts/ManagedTypesView/ManagedTypesControl.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5417"
} | starcoder | //
// Heap Explorer for Unity. Copyright (c) 2019-2020 <NAME> (www.console-dev.de). See LICENSE.md
// https://github.com/pschraut/UnityHeapExplorer/
//
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor.IMGUI.Controls;
using UnityEditor;
namespace HeapExplorer
{
publi... | 2.240169 | 6e82c8895481f81487de5d4160a1a224 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5417 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "slango0513/Papagei",
"max_stars_repo_path": "Papagei.Client/ClientEntity.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5418"
} | starcoder | <filename>Papagei.Client/ClientEntity.cs<gh_stars>1-10
using System.Collections.Generic;
namespace Papagei.Client
{
public class ClientEntity : Entity, IPoolable<ClientEntity>
{
public ClientController Controller { get; set; }
// #region Pooling
public IPool<ClientEntity> Pool { get; ... | 2.43601 | 0896a50341db70e5f35fcb37e583bba0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5418 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "FayzSa/teaching-c",
"max_stars_repo_path": "teaching-c/teaching-c/AbstractSyntaxTree/Character.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5419"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace teaching_c.AbstractSyntaxTree
{
class Character : AbstractSyntaxTree
{
public object Value { get; set; }
public Character(Token Token)
{
this.Token... | 2.507316 | 3e965d2b30f53925ae7cbaa8464851c0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5419 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Dasha-coder659/gb0122",
"max_stars_repo_path": "Assets/Scripts/PhotonLogin.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5420"
} | starcoder | <filename>Assets/Scripts/PhotonLogin.cs
using Photon.Pun;
using UnityEngine;
public class PhotonLogin : MonoBehaviourPunCallbacks
{
private void Awake()
{
PhotonNetwork.AutomaticallySyncScene = true;
}
private void Start()
{
Connect();
}
public void Connect()
{
... | 1.990797 | 4a5e11fedf756b62fc9c7ea74048db8e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5420 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "pulumi/pulumi-spotinst",
"max_stars_repo_path": "sdk/dotnet/Azure/Outputs/OceanVirtualNodeGroupAutoscaleAutoscaleHeadroom.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5421"
} | starcoder | // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | 2.157439 | ba10fac320461179353541098d857f37 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5421 | {
"extension": "c-sharp",
"max_stars_count": "4072.0",
"max_stars_repo_name": "Glepooek/Blog.Core",
"max_stars_repo_path": "Blog.Core.Tasks/QuartzNet/SchedulerCenterServer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5422"
} | starcoder | <filename>Blog.Core.Tasks/QuartzNet/SchedulerCenterServer.cs
using Blog.Core.Model;
using Blog.Core.Model.Models;
using Blog.Core.Model.ViewModels;
using Quartz;
using Quartz.Impl;
using Quartz.Impl.Triggers;
using Quartz.Spi;
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using ... | 2.209465 | e1000f36caa7c4d38e3bbc3bb390b596 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5422 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "theGitNoob/Moogle",
"max_stars_repo_path": "MoogleEngine/Moogle.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5423"
} | starcoder | namespace MoogleEngine;
using DocumentModel;
public static class Moogle
{ //
// Summary:
// Starts the indexing of the document database
//
public static void StartIndex()
{
string ContentPath = Environment.GetEnvironmentVariable("CONTENT_PATH") ?? Directory.GetParent(Dir... | 2.618451 | 7ff2862adeef732e269e9b633aa1e23b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5423 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JSRevolorio/PuntoDeVenta",
"max_stars_repo_path": "Controllers/ClienteController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5424"
} | starcoder | <reponame>JSRevolorio/PuntoDeVenta<filename>Controllers/ClienteController.cs<gh_stars>0
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using SPV.Service;
using SPV.util;
using ... | 2.17398 | d3bc9ff009d22647d55e019f199e12ff |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5424 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DarkMatterOregon/dark-matter-blazor-web",
"max_stars_repo_path": "DarkMatterWasm/Server/Controllers/ContactController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5425"
} | starcoder | using DarkMatterWasm.Shared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using DarkMatterWasm.Shared.Models;
using DarkMatterWeb.Services;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
namespace DarkMatterWasm.Server.Co... | 2.380713 | ff12bc6a49e3060a5708367be4d86430 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5425 | {
"extension": "c-sharp",
"max_stars_count": "43.0",
"max_stars_repo_name": "HirenBodhi/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK",
"max_stars_repo_path": "Spectre.Console/Spectre.Console/Rendering/SegmentLine.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5426"
} | starcoder | <filename>Spectre.Console/Spectre.Console/Rendering/SegmentLine.cs
using System.Collections.Generic;
using System.Linq;
namespace Spectre.Console.Rendering
{
/// <summary>
/// Represents a collection of segments.
/// </summary>
public sealed class SegmentLine : List<Segment>
{
/// <summary>... | 3.476548 | 5ae697e88e0ece75584882377c6ba8ef |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5426 | {
"extension": "c-sharp",
"max_stars_count": "48.0",
"max_stars_repo_name": "stevedesmond-ca/SimpleGPIO",
"max_stars_repo_path": "SimpleGPIO.Examples.Web/Startup.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5427"
} | starcoder | <filename>SimpleGPIO.Examples.Web/Startup.cs<gh_stars>10-100
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using SimpleGPIO.Boards;
namespace SimpleGPIO.Examples.Web
{
public class Startup
{
public IConfiguration Configura... | 2.173698 | 515054b25fb2fd4e428d93156505a977 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5427 | {
"extension": "c-sharp",
"max_stars_count": "18.0",
"max_stars_repo_name": "roschler/neo-debugger",
"max_stars_repo_path": "src/adapter3/DebugApplicationEngine.StorageContainer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5428"
} | starcoder | <gh_stars>10-100
using System;
using System.Collections.Generic;
using System.Linq;
using Neo;
using Neo.Persistence;
using Neo.SmartContract;
namespace NeoDebug.Neo3
{
internal partial class DebugApplicationEngine
{
private class StorageContainer : StorageContainerBase
{
private r... | 1.890628 | edc183bc33a5534af5fb2259359ebd34 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5428 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "saeedafshari/RedCorners.Forms.GoogleMaps",
"max_stars_repo_path": "RedCorners.Forms.GoogleMaps/RedCorners.Forms.GoogleMaps.Shared/Geocoder.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5429"
} | starcoder | using Neat.Map.Models;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace RedCorners.Forms.GoogleMaps
{
public sealed class Geocoder
{
internal static Func<string, Task<IEnumerable<Position>>> GetPositionsForAddressAsyncFunc = null;
internal s... | 2.578306 | 645fc8a9b1fbe4c552483c55d94a363a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5429 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "jstemerdink/AscendSocialFindLab",
"max_stars_repo_path": "Lab/EPiServer.SocialAlloy.Web/Views/Social/GroupCreationBlock/Index.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:5430"
} | starcoder | @using EPiServer.Web.Mvc.Html
@using EPiServer.SocialAlloy.Web.Social.Models.Groups
@model GroupCreationBlockViewModel
<div class="border">
@if (Model.ShowHeading)
{
<h2 @Html.EditAttributes(x => x.Heading)>@Model.Heading</h2>
<hr />
}
@foreach (var message in Model.Messages)
{
... | 2.276012 | 7db06937df8ecb497950a67f8606e165 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5430 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "vc-thirdparty/vcengine-automation",
"max_stars_repo_path": "src/VcEngineAutomation/Panels/ECataloguePanel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5431"
} | starcoder | <gh_stars>1-10
using FlaUI.Core.AutomationElements;
using FlaUI.Core.AutomationElements.Infrastructure;
using FlaUI.Core.Definitions;
using FlaUI.Core.Tools;
using System;
using System.Linq;
namespace VcEngineAutomation.Panels
{
public class ECataloguePanel
{
private readonly VcEngine vcEngine;
... | 2.21296 | 8efc6cbfcd07a86380ce354bc84bcd43 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5431 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "radoslavvv/NewsSystem",
"max_stars_repo_path": "NewsSystem.Models/User.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5432"
} | starcoder | <gh_stars>0
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.EntityFramework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Text;
using System.Threading.Tasks;
namespace NewsSystem.Models
{
public class User : IdentityUser
{
... | 1.992687 | c729470d0befed9efed0eb5489adc724 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5432 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "cronofy/cronofy-csharp",
"max_stars_repo_path": "src/Cronofy/Responses/RealTimeSchedulingStatusResponse.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5433"
} | starcoder | namespace Cronofy.Responses
{
using System;
using Newtonsoft.Json;
internal class RealTimeSchedulingStatusResponse
{
[JsonProperty("real_time_scheduling")]
public RealTimeSchedulingResponseContent RealTimeScheduling { get; set; }
public RealTimeSchedulingLinkStatus ToRealTimeSc... | 2.323984 | 7827a27bb660536575c4b6a99907a093 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5433 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "deedeedextor/PatniListi",
"max_stars_repo_path": "Data/PatniListi.Data.Models/RouteTransportWorkTicket.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5434"
} | starcoder | <filename>Data/PatniListi.Data.Models/RouteTransportWorkTicket.cs<gh_stars>0
namespace PatniListi.Data.Models
{
using System.ComponentModel.DataAnnotations;
using PatniListi.Data.Common.Models;
public class RouteTransportWorkTicket : BaseDeletableModel<string>
{
[Required]
public stri... | 2.005229 | d81070d7a90b9bf56a023fffccf93a8f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5434 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "hiarcdb/hiarc-dotnet-sdk",
"max_stars_repo_path": "src/HiarcSDK/Model/RetentionPolicyApplication.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5435"
} | starcoder | <reponame>hiarcdb/hiarc-dotnet-sdk
/*
* Hiarc API
*
* Welcome to the Hiarc API documentation.
*
* The version of the OpenAPI document: 0.1.0
*
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
using System;
using System.Linq;
using System.IO;
using System.Text;
using System.Text.Regul... | 2.241159 | 577ce0ba87aae33d614e0d81992640d6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5435 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "JonasSyrstad/Stardust.Nucleus",
"max_stars_repo_path": "Stardust.Clusters/TabularMapper/TabularMapper.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5436"
} | starcoder | //
// tabularmapper.cs
// This file is part of Stardust
//
// Author: <NAME> (<EMAIL>), http://no.linkedin.com/in/jonassyrstad/)
// Copyright (c) 2014 <NAME>. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files ... | 2.255122 | 63a98919243dcfc53f06653fdc613999 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5436 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Dasiys/mvcDapper",
"max_stars_repo_path": "MobileSmw/Model/ViewModel/NewsListModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5437"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model.ViewModel
{
/// <summary>
/// 新闻列表模型
/// </summary>
public class NewsListModel
{
/// <summary>
/// 设置或获取新闻Id
/// </summary>
public int... | 2.150242 | 52cfdc59b014ebb5d0ed9a284103513f |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.