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 | 8709 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "wildbook/LeagueClientApi",
"max_stars_repo_path": "Api/Entitlements.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8710"
} | starcoder | <reponame>wildbook/LeagueClientApi<filename>Api/Entitlements.cs<gh_stars>1-10
using System.Threading.Tasks;
using LeagueClientApi.Model;
namespace LeagueClientApi.Api
{
public static class Entitlements
{
public static class Assets
{
/// <summary>
///
/// </s... | 2.312074 | a4094b3d967458ec06322dc75503dfa2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8710 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "NovichikhinAlexey/Lykke.Service.PayInternal",
"max_stars_repo_path": "src/Lykke.Service.PayInternal.Core/Exceptions/UnexpectedWorkflowTypeException.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8711"
} | starcoder | <reponame>NovichikhinAlexey/Lykke.Service.PayInternal
using System;
using System.Runtime.Serialization;
namespace Lykke.Service.PayInternal.Core.Exceptions
{
public class UnexpectedWorkflowTypeException : Exception
{
public UnexpectedWorkflowTypeException()
{
}
public Unexpect... | 1.994526 | 6f1b448a05157dd8ae89d15ef4e28913 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8711 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "intelligide/8INF956-plugins",
"max_stars_repo_path": "src/PluginManager/PluginFeatureCollection.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8712"
} | starcoder | <reponame>intelligide/8INF956-plugins<filename>src/PluginManager/PluginFeatureCollection.cs
using System;
public interface IPluginFeatureCollection
{
void Register<TFeature>(TFeature feature) where TFeature: class, IPluginFeature;
void Register<TFeature>(string name, TFeature feature) where TFeature: class, ... | 2.121982 | 29c4d8ce8b6aadbc4935800fd13ffb22 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8712 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ctaggart/octokit.net",
"max_stars_repo_path": "Octokit.Tests/Clients/BlobClientTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8713"
} | starcoder | using System;
using System.Collections.Generic;
using System.Net;
using System.Threading.Tasks;
using NSubstitute;
using Octokit.Internal;
using Octokit.Tests.Helpers;
using Xunit;
namespace Octokit.Tests.Clients
{
public class BlobClientTests
{
public class TheGetMethod
{
[Fact]
... | 2.564753 | 3c9fc7e97db1fd8627dd9d8ff4f3db5b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8713 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "EduardoSantanaSeverino/Feeder",
"max_stars_repo_path": "Feeder/RssFeed.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8714"
} | starcoder | <filename>Feeder/RssFeed.cs<gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
namespace Feeder
{
public class RssFeed
{
public string Name { ... | 2.200139 | 84fec163938fe3cdce81943063109306 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8714 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Carlj28/DotNetCoreSample",
"max_stars_repo_path": "NetCoreSample/DTO/MoviesDTO.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8715"
} | starcoder | using System;
using System.Collections.Generic;
namespace NetCoreSample.DTO
{
//Fake dto model
public class MoviesDTO
{
public Guid Id { get; set; }
public string Title { get; set; }
public string Description { get; set; }
public DateTime DateOfRelease { get; set; }
... | 2.094667 | 85f0057f2f14f6479a2a8a6eb8c36c11 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8715 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "lancefec/PMD-Toolkit",
"max_stars_repo_path": "PMDToolkit/Data/RDungeonFloor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8716"
} | starcoder | <reponame>lancefec/PMD-Toolkit<filename>PMDToolkit/Data/RDungeonFloor.cs
/*The MIT License (MIT)
Copyright (c) 2014 PMU Staff
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,... | 1.913224 | a505916568439fbd6cf0c7e3f384a050 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8716 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "vincelee888/MassTransit",
"max_stars_repo_path": "src/MassTransit/Configuration/EndpointConfigurators/SetSupportedMessageSerializersEndpointFactoryConfigurator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8717"
} | starcoder | // Copyright 2007-2013 <NAME>, <NAME>, <NAME>, et. al.
//
// 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 r... | 1.710999 | 6b73db730b1fd47ab38ab22002511510 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8717 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "hahoyer/reni.cs",
"max_stars_repo_path": "src/ReniUI/Test/Classification/Extension.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8718"
} | starcoder | using System.Linq;
using hw.DebugFormatter;
using hw.Helper;
using ReniUI;
namespace reniUI.Test.Classification
{
static class Extension
{
public static void GetTokenForPosition(this string text, string expected)
{
var compiler = CompilerBrowser.FromText(text);
var type... | 2.413537 | 8fc917985408195104f72b71d40358d1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8718 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "tompazourek/Feedpipes",
"max_stars_repo_path": "src/Feedpipes/Extensions/MediaRss/Entities/MediaRssRightsStatus.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8719"
} | starcoder | namespace Feedpipes.Extensions.MediaRss.Entities
{
/// <summary>
/// Optional element to specify the rights information of a media object saying whether a media object has
/// been created by the publisher or they have rights to circulate it.
/// </summary>
public enum MediaRssRightsStatus
... | 2.02735 | fcac7586a1d2c75a252b52e2fcee3016 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8719 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Mizicoca/GGJ2022",
"max_stars_repo_path": "Assets/Scripts/TextEffect/TMP_TextEffector.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8720"
} | starcoder | using System;
using System.Collections.Generic;
using TMPro;
using UnityEngine;
[ExecuteInEditMode]
[AddComponentMenu("UI/TMP Text Effector")]
public class TMP_TextEffector : MonoBehaviour {
[SerializeField] private TMP_Text _TMPText;
private TMP_Text TMPText {
get {
if (_TMPText == null) ... | 1.9928 | 875ddcee8220696c5ad18c4f7fb173de |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8720 | {
"extension": "c-sharp",
"max_stars_count": "1060.0",
"max_stars_repo_name": "bgrainger/RepoDb",
"max_stars_repo_path": "RepoDb/RepoDb/Interfaces/IDbSetting.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8721"
} | starcoder | using System;
using System.Data.Common;
namespace RepoDb.Interfaces
{
/// <summary>
/// An interface used to mark the class to become a database setting object.
/// </summary>
public interface IDbSetting
{
/// <summary>
/// Gets a value whether the multiple statement execution is s... | 2.555444 | f48038e547bf70debf3da8a107696271 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8721 | {
"extension": "c-sharp",
"max_stars_count": "69.0",
"max_stars_repo_name": "nater540/NetCoreForce",
"max_stars_repo_path": "src/NetCoreForce.Linq/Conventions/Naming/ISalesforceNamingConvention.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8722"
} | starcoder | <reponame>nater540/NetCoreForce
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
namespace NetCoreForce.Linq.Conventions.Naming
{
/// <summary>
/// Get/Adapts the field/object's name during Object to SOQL translation
/// </summary>
public interface ISalesforceNamingConven... | 2.598217 | 8cf88178f3e3ac13bea080902c7604a0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8722 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JesseLiberty/allReady",
"max_stars_repo_path": "AllReadyApp/Web-App/AllReady.UnitTest/Activities/EditActivity.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8723"
} | starcoder | using AllReady.Areas.Admin.Features.Activities;
using AllReady.Areas.Admin.Models;
using AllReady.Models;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.Linq;
using Xunit;
namespace AllReady.UnitTest.Activities
{
public class EditActivity : ... | 2.260424 | d9a65a297034b54dd65904e5ca4d41b8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8723 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "IanKemp/roslyn",
"max_stars_repo_path": "src/Analyzers/CSharp/Tests/AddRequiredParentheses/AddRequiredPatternParenthesesTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8724"
} | starcoder | <gh_stars>1-10
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.AddRequiredParentheses;
using Microsoft.C... | 1.698105 | 101f8d023a7d9dd49cc0679698fb9810 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8724 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Quilt4/Quilt4Net",
"max_stars_repo_path": "Quilt4Net.Core/Interfaces/WebApiResponseEventArgs.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8725"
} | starcoder | using System;
using System.Net.Http;
namespace Quilt4Net.Core.Interfaces
{
public class WebApiResponseEventArgs : EventArgs
{
internal WebApiResponseEventArgs(WebApiRequestEventArgs request, Exception exception)
{
Elapsed = request.SetComplete();
Request = request;... | 2.305887 | 42b2b87a62b9200db7b68079ed1b0496 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8725 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "snakefoot/google-cloud-dotnet",
"max_stars_repo_path": "apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1.Tests/KeyManagementServiceClientTest.g.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8726"
} | starcoder | // Copyright 2021 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | 1.387964 | 6f74356623c224ec35fb0a5f14d5fa7d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8726 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Stravaig-Projects/Stravaig.Extensions.Configuration.Diagnostics",
"max_stars_repo_path": "src/Stravaig.Configuration.Diagnostics.AdHocTests/AllLoggingTypeTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8727"
} | starcoder | <reponame>Stravaig-Projects/Stravaig.Extensions.Configuration.Diagnostics
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;... | 2.263236 | 4495e300ac3b4b1d63f7ce29a7a9bcfb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8727 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "PelionIoT/mbed-cloud-sdk-dotnet",
"max_stars_repo_path": "src/SDK/Common/CustomDateConverter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8728"
} | starcoder | <gh_stars>1-10
using Newtonsoft.Json.Converters;
namespace Mbed.Cloud.Common
{
public class CustomDateConverter : IsoDateTimeConverter
{
public CustomDateConverter(string dateFormat = "yyyy-MM-dd'T'HH:mm:ss.fffZ")
{
DateTimeFormat = dateFormat;
}
}
} | 1.877356 | 19092205682ec964a27284d8b303c90d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8728 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SiddharthMishraPersonal/InterviewPreperation",
"max_stars_repo_path": "PRISM/PrismConsoleApplication/InterfacesLibrary/ICalculatorRepeatLoop.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8729"
} | starcoder | namespace InterfacesLibrary
{
public interface ICalculatorRepeatLoop
{
void Run();
}
} | 1.855775 | 2f7b47517a60c8f3f7ac3d07e52a4854 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8729 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "davidbarone/dbarone",
"max_stars_repo_path": "dbarone-api/Data/IDataContext.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8730"
} | starcoder | namespace dbarone_api.Data;
using System.Data;
using System.Collections;
public interface IDataContext
{
void Execute(string sql, object? param = null);
IEnumerable<T> Query<T>(string sql, object? param = null);
IEnumerable<Hashtable> Query(string sql, object param = null);
IEnumerable<T> Read<T>(objec... | 2.024134 | 36659c9e817e759a2249aaef3d9a0179 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8730 | {
"extension": "c-sharp",
"max_stars_count": "282.0",
"max_stars_repo_name": "kwokfu/BurningKnight",
"max_stars_repo_path": "BurningKnight/entity/creature/player/Player.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8731"
} | starcoder | using System;
using System.Collections.Generic;
using BurningKnight.assets;
using BurningKnight.assets.achievements;
using BurningKnight.assets.items;
using BurningKnight.assets.lighting;
using BurningKnight.assets.particle;
using BurningKnight.assets.particle.controller;
using BurningKnight.assets.particle.custom;
usi... | 1.454218 | bb220a4b8ef28926a3107b262bc5b912 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8731 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "threax/Q42.HueApi",
"max_stars_repo_path": "src/Q42.HueApi.Tests/HueApiTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8732"
} | starcoder | using Microsoft.VisualStudio.TestTools.UnitTesting;
using Q42.HueApi.Interfaces;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Q42.HueApi.Tests
{
[TestClass]
public class HueApiTests
{
private IHueCli... | 2.249452 | 17898e41b981e1a31508bc562a7f735a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8732 | {
"extension": "c-sharp",
"max_stars_count": "212.0",
"max_stars_repo_name": "conglan/WebFirst",
"max_stars_repo_path": "SoEasyPlatform/Models/ViewModel/TemplateViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8733"
} | starcoder | <reponame>conglan/WebFirst
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace SoEasyPlatform
{
public class TemplateViewModel : PageViewModel, IView
{
[PropertyName("编号")]
public int? Id { get; set; }
[PropertyName("排序")]
... | 1.310763 | 762e2876c821634ad095ca8f78f909d1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8733 | {
"extension": "c-sharp",
"max_stars_count": "626.0",
"max_stars_repo_name": "yjt98765/qsharp-compiler",
"max_stars_repo_path": "src/QsCompiler/LlvmBindings/Instructions/BitCast.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8734"
} | starcoder | // -----------------------------------------------------------------------
// <copyright file="BitCast.cs" company="Ubiquity.NET Contributors">
// Copyright (c) Ubiquity.NET Contributors. All rights reserved.
// Portions Copyright (c) Microsoft Corporation
// </copyright>
// -------------------------------------------... | 1.910262 | 23093181fbe3532da7ea18e8520ae69e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8734 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "u-ashikov/LearningSystem",
"max_stars_repo_path": "LearningSystem.Web/Controllers/AccountController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8735"
} | starcoder | namespace LearningSystem.Web.Controllers
{
using Common.Constants;
using Infrastructure.Enums;
using LearningSystem.Data.Models;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
usin... | 1.992601 | fe4898b5b506700313aa155b68228cd6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8735 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "coolyuwk/AgileConfig",
"max_stars_repo_path": "AgileConfig.Server.Apisite/Startup.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8736"
} | starcoder | <reponame>coolyuwk/AgileConfig<filename>AgileConfig.Server.Apisite/Startup.cs
using System;
using System.Text;
using AgileConfig.Server.Apisite.UIExtension;
using AgileConfig.Server.Apisite.Websocket;
using AgileConfig.Server.Common;
using AgileConfig.Server.Data.Freesql;
using AgileConfig.Server.IService;
using Agile... | 1.536659 | 8f89f56095d4d8df877dae35a61ed6c1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8736 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "vijayraavi/Partner-Center-PowerShell",
"max_stars_repo_path": "src/PartnerCenter/Customers/Profiles/ICustomerProfileCollection.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8737"
} | starcoder | <filename>src/PartnerCenter/Customers/Profiles/ICustomerProfileCollection.cs<gh_stars>0
// -----------------------------------------------------------------------
// <copyright file="ICustomerProfileCollection.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// ... | 1.968245 | b38411510e46509e6a5e0e9595cfe0cf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8737 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Peefy/DesignPatternByCSharp",
"max_stars_repo_path": "Patterns/FilterPattern/ICriteria.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8738"
} | starcoder | <reponame>Peefy/DesignPatternByCSharp
using System.Collections.Generic;
namespace VsCodeProOne.Patterns.FilterPattern
{
public interface ICriteria
{
List<Person> MeetCriteria(List<Person> persons);
}
} | 1.935319 | d82a970345f007dc137a1bdc3ad37eec |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8738 | {
"extension": "c-sharp",
"max_stars_count": "411.0",
"max_stars_repo_name": "YodasMyDad/mvcforum",
"max_stars_repo_path": "MVCForum.Core/Pipeline/Pipeline.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8739"
} | starcoder | <reponame>YodasMyDad/mvcforum<gh_stars>100-1000
namespace MvcForum.Core.Pipeline
{
using System.Collections.Generic;
using System.Threading.Tasks;
using Interfaces;
using Interfaces.Pipeline;
using Models.Entities;
/// <summary>
/// Main pipeline that deals with looping through each pi... | 2.747705 | e92e140ae5607ae8e4fe7d66635385ac |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8739 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ccarr66/FractalRendereringFamily",
"max_stars_repo_path": "Mandlebrot/Mandlebrot/PalettePreview.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8740"
} | starcoder | using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
namespace Mandlebrot
{
public partial class MandlebrotDisp : Form
{
private int previewIterationDepth = 1000;
PictureBox pctbx_PalettePreviewDisplay;
private void InitializePalettePreview(... | 2.409299 | 382ae4466bb7f266f046437c21b01bdd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8740 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "TheProxor/code-samples-from-pg",
"max_stars_repo_path": "Assets/Scripts/GameFlow/Level/Objects/PhysicalObject/Components/BonusLevel/BonusLevelBehaviourComponent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8741"
} | starcoder | <reponame>TheProxor/code-samples-from-pg
using System;
using Drawmasters.ServiceUtil;
using UnityEngine;
namespace Drawmasters.Levels
{
public class BonusLevelBehaviourComponent : PhysicalLevelObjectComponent
{
#region Helpers
public enum BonusLevelObjectState
{
N... | 1.978328 | c4777c0f820fe3403c7114fb0013bf5c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8741 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "timoyo93/dotnet-webapi-boilerplate",
"max_stars_repo_path": "source/WebApi.Logic/Services/UserService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8742"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using WebApi.Logic.Models;
namespace WebApi.Logic.Services
{
public class UserService : IUserService
{
private List<User> _userList;
public UserService()
{
_userList = new List<User>
... | 3.09466 | aead41c18db1b7aec9b884c748d00732 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8742 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "tupunco/Tup.Utilities",
"max_stars_repo_path": "Tup.Utilities/WebProxyUtil/AbstractSpider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8743"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace Tup.Utilities.WebProxyUtil
{
/// <summary>
/// 下载器抽象类
/// </summary>
public abstract class AbstractSpider
{
private List<ProxyIPNode> _ResultArticleList;
/// <summary>
/// ... | 2.585703 | 581f21c52f4aaa3234795d458f8b50cf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8743 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "vrenken/EtAlii.Ubigia",
"max_stars_repo_path": "Source/Infrastructure/EtAlii.Ubigia.Infrastructure.Fabric/Properties/PropertiesStorer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8744"
} | starcoder | // Copyright (c) <NAME>. All rights reserved. See the license on https://github.com/vrenken/EtAlii.Ubigia
namespace EtAlii.Ubigia.Infrastructure.Fabric
{
using EtAlii.Ubigia.Persistence;
internal class PropertiesStorer : IPropertiesStorer
{
private readonly IStorage _storage;
public Prop... | 2.055177 | 266eb2d8c1c2bf0e51ab5013bd0a9ade |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8744 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "nayanshah/BuildXL",
"max_stars_repo_path": "Public/Src/Engine/Dll/Invocations.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8745"
} | starcoder | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Diagnostics.ContractsLight;
using System.Globalization;
using System.IO;
using System.Linq;
using ... | 2.181983 | 80dec7dd7a464874afb58de491c83129 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8745 | {
"extension": "c-sharp",
"max_stars_count": "19.0",
"max_stars_repo_name": "dragagon/mgf-framework-2",
"max_stars_repo_path": "MultiplayerGameFramework/MultiplayerGameFramework/Interfaces/Messaging/IDefaultResponseHandler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8746"
} | starcoder | <filename>MultiplayerGameFramework/MultiplayerGameFramework/Interfaces/Messaging/IDefaultResponseHandler.cs<gh_stars>10-100
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MultiplayerGameFramework.Interfaces.Messaging
{
public interface... | 1.970989 | d250ec3f65478a83d4a460b73581a9de |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8746 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jimjag/crayon",
"max_stars_repo_path": "Compiler/Platforms/JavaScriptApp/PlatformImpl.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8747"
} | starcoder | <gh_stars>0
using Common;
using CommonUtil;
using Platform;
using System;
using System.Collections.Generic;
using Wax;
namespace JavaScriptApp
{
public class PlatformImpl : AbstractPlatform
{
public override string Name { get { return "javascript-app"; } }
public override string In... | 1.631397 | ffb51a104d99063a664188c805fec5fb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8747 | {
"extension": "c-sharp",
"max_stars_count": "2667.0",
"max_stars_repo_name": "jnyrup/Open-XML-SDK",
"max_stars_repo_path": "src/DocumentFormat.OpenXml/GeneratedCode/schemas_microsoft_com_office_drawing_2020_classificationShape.g.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8748"
} | starcoder | <filename>src/DocumentFormat.OpenXml/GeneratedCode/schemas_microsoft_com_office_drawing_2020_classificationShape.g.cs
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#nullable enable
using DocumentFormat.OpenXml;
u... | 2.41025 | 2d0a4252b29c50cd91426400474f15c1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8748 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "perevoznyk/krento",
"max_stars_repo_path": "src/Krento.RollingStones/RingSettingsDialog.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8749"
} | starcoder | <filename>src/Krento.RollingStones/RingSettingsDialog.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using Laugris.Sage;
namespace Krento.RollingStones
{
public partial class RingSetti... | 2.292598 | ee959a2cdb512a1a55b07875338ce119 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8749 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MurielSoftware/MyArt",
"max_stars_repo_path": "MyArt/Areas/Admin/Views/User/PagedList.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:8750"
} | starcoder | @model PagedList.IPagedList<Shared.Dtos.Users.UserDto>
@using Client.Core.HtmlHelpers
@using Shared.Core.Constants
@using PagedList.Mvc
@using Shared.I18n.Constants
<div id="@HtmlConstants.PAGED_LIST_USER">
<div class="row">
<table class="table table-hover">
<thead>
<tr role="... | 1.883053 | 34f4d6bfa572dc18ed1c9ded3974495f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8750 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "obrienmp15/Pizza3",
"max_stars_repo_path": "PizzaStoreMvc/PizzaStoreMvc.Business/Repositories/CrustRepo.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8751"
} | starcoder | using PizzaStoreMvc.Business.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PizzaStoreMvc.Business.Repositories
{
public static class CrustRepo
{
private static List<Crust> crusts = new List<Crust>
{
new Crust() {... | 2.678011 | 822adfed39fb1c588d9d9167f2ba9ab1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8751 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "khanhchuse/game-store-aspnet",
"max_stars_repo_path": "GameStore.WebUI/Areas/Admin/Models/ProductViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8752"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Web;
namespace GameStore.WebUI.Areas.Admin.Models
{
public class ProductViewModel
{
public int ProductId { get; set; }
[Display(Name = "Product Name")]
[Required... | 2.043883 | 4b954fc44b0ee618f450a6b649181b08 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8752 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AndreasBieber/dotnet-kube-client",
"max_stars_repo_path": "samples/noob-exec/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8753"
} | starcoder | using Microsoft.Extensions.Logging;
using System;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
namespace KubeClient.Samples.NoobExec
{
using Extensions.KubeConfig.Models;
using Extensions.WebSockets;
using Models;
/// <summary>
/// The NoobExec program.
/// </sum... | 2.46999 | e3c75bba3c103f5530ceb26acb1b7091 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8753 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "haf/NodaTime",
"max_stars_repo_path": "src/NodaTime.Test/Text/FormatHelperTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8754"
} | starcoder | #region Copyright and license information
// Copyright 2001-2009 <NAME>
// Copyright 2009-2011 <NAME>
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apach... | 2.308515 | 08daeace1d409f96c4e9627dc3e6b227 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8754 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jesmith026/EventDriven.CQRS",
"max_stars_repo_path": "src/EventDriven.CQRS.Abstractions/Commands/ICommandHandler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8755"
} | starcoder | <gh_stars>0
using System.Threading.Tasks;
using EventDriven.CQRS.Abstractions.Entities;
namespace EventDriven.CQRS.Abstractions.Commands
{
/// <summary>
/// Command handler.
/// </summary>
/// <typeparam name="TEntity">The type of entity.</typeparam>
/// <typeparam name="TCommand">The type of comm... | 2.246135 | b1c73794fa460d113126ad8f8ef06337 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8755 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "EdutechSRL/Adevico",
"max_stars_repo_path": "3-Business/3-Modules/lm.Comol.Modules.CallForPapers/Presentation/Base/IView/IViewBaseSubmitCall.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8756"
} | starcoder | <filename>3-Business/3-Modules/lm.Comol.Modules.CallForPapers/Presentation/Base/IView/IViewBaseSubmitCall.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using lm.Comol.Modules.CallForPapers.Domain;
namespace lm.Comol.Modules.CallForPapers.Presentation
{
public interface I... | 1.486044 | a057c80de24744ca650f24412c6d45e7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8756 | {
"extension": "c-sharp",
"max_stars_count": "12.0",
"max_stars_repo_name": "drongood12/space-station-14",
"max_stars_repo_path": "Content.Shared/GameObjects/Components/Movement/SlipperyComponent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8757"
} | starcoder | #nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
using Content.Shared.Audio;
using Content.Shared.GameObjects.Components.Mobs;
using Content.Shared.GameObjects.EntitySystems.EffectBlocker;
using Content.Shared.Interfaces;
using Robust.Shared.Audio;
using Robust.Shared.Containers;
usi... | 2.026911 | 289c951309084572f2cd043e346d64c4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8757 | {
"extension": "c-sharp",
"max_stars_count": "424.0",
"max_stars_repo_name": "Yuvraj-Jain/Detection",
"max_stars_repo_path": "sample/Detection/Areas/Admin/Views/Shared/_AdminNavigation.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:8758"
} | starcoder | <reponame>Yuvraj-Jain/Detection<filename>sample/Detection/Areas/Admin/Views/Shared/_AdminNavigation.cshtml
<nav class="navbar navbar-dark bg-dark bg-admin">
<div class="container-fluid">
<a class="navbar-brand" asp-area="Admin" asp-page="/Index">Admin</a>
<ul class="navbar-nav">
<li cla... | 1.473591 | 57e79a5fcb89655b89c6077dbc482664 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8758 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "leeichang/UID_Test",
"max_stars_repo_path": "UID_Test.ViewModel/_Admin/FrameworkUserVms/FrameworkUserBatchVM.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8759"
} | starcoder | <filename>UID_Test.ViewModel/_Admin/FrameworkUserVms/FrameworkUserBatchVM.cs<gh_stars>0
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
using WalkingTec.Mvvm.Core;
using WalkingTec.Mvvm.Core.Extensions;
using Microsoft.Entit... | 2.027772 | c3cd38d9fb017535a8ac5020c607da73 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8759 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "YehudaEi/Bluestacks-source-code",
"max_stars_repo_path": "src/BstkTypeLib/SessionType.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8760"
} | starcoder | // Decompiled with JetBrains decompiler
// Type: BstkTypeLib.SessionType
// Assembly: BstkTypeLib, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 38E91E34-8BF8-4856-A23F-FE231831C5D8
// Assembly location: C:\Program Files\BlueStacks\BstkTypeLib.dll
using System.Runtime.InteropServices;
namespace Bstk... | 1.376505 | a84fa556643550dea924311dc6dfdef7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8760 | {
"extension": "c-sharp",
"max_stars_count": "222.0",
"max_stars_repo_name": "microbian-systems/JexusManager",
"max_stars_repo_path": "JexusManager.Features.Certificates/ImportCertificateDialog.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8761"
} | starcoder | <reponame>microbian-systems/JexusManager
namespace JexusManager.Features.Certificates
{
using System.ComponentModel;
using System.Windows.Forms;
partial class ImportCertificateDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private IContainer compo... | 1.926683 | d87e181604834b0c9ae9e0350996314e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8761 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "jessicl-ms/azure-sdk-for-net",
"max_stars_repo_path": "sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Generated/Models/ApplicationGetHttpsEndpoint.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8762"
} | 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.978798 | 9bb0ef3793943984fff821ef02fab829 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8762 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Ruud-cb/squidex",
"max_stars_repo_path": "backend/src/Squidex.Infrastructure/Json/Objects/JsonArray.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8763"
} | starcoder | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... | 2.558974 | e5a158b9c8d2729c81779b50f2fe2cdd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8763 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "semog/csharp-sqlite",
"max_stars_repo_path": "Community.CsharpSqlite/src/pager_c.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8764"
} | starcoder | <filename>Community.CsharpSqlite/src/pager_c.cs
using System;
using System.Diagnostics;
using System.IO;
using i16 = System.Int16;
using i64 = System.Int64;
using u8 = System.Byte;
using u16 = System.UInt16;
using u32 = System.UInt32;
using Pgno = System.UInt32;
using sqlite3_int64 = System.Int64;
nam... | 2.239196 | 75583e381f598d82fb73484c7b77db68 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8764 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Mathieu-Lichtsteiner/MathieusEffizienzApp",
"max_stars_repo_path": "FrontLayer.WPF/Properties/Settings.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8765"
} | starcoder | <gh_stars>0
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-gen... | 1.705635 | 2caa7a7a441638a3869c26795059d4ad |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8765 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "leixf2005/Alipay.AopSdk.Core",
"max_stars_repo_path": "Alipay.AopSdk.Core/Domain/AlipayInsAutoAutoinsprodQuoteApplyModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8766"
} | starcoder | using System;
using System.Collections.Generic;
using System.Xml.Serialization;
namespace Alipay.AopSdk.Core.Domain
{
/// <summary>
/// AlipayInsAutoAutoinsprodQuoteApplyModel Data Structure.
/// </summary>
[Serializable]
public class AlipayInsAutoAutoinsprodQuoteApplyModel : AopObject
{
... | 1.578743 | 279f946f484b02282ff51a571561be12 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8766 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DaanV2/leveldb-mcpe.Net",
"max_stars_repo_path": "LevelDB-MCPE.Net Framework/Classes/WriteOptions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8767"
} | starcoder | using System;
namespace LevelDB {
/// <summary>
/// Options that control write operations.
/// </summary>
public class WriteOptions : LevelDBHandle {
/// <summary> </summary>
public WriteOptions() {
this.Handle = LevelDBInterop.leveldb_writeoptions_create();
}
... | 2.739016 | 6ef234937c5fd68e151c38acd4337bc1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8767 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Nowerazy/Tizen-CSharp-Samples",
"max_stars_repo_path": "Mobile/Clock/Clock/Clock/Alarm/AlarmListUI.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8768"
} | starcoder | /*
* Copyright (c) 2016 Samsung Electronics Co., Ltd
*
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://floralicense.org/license/
*
* Unless required by applicable law or ... | 2.523896 | e41670a628cc6fc9c08596e7a9700e8d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8768 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ap0llo/Cake.DotNetLocalTools.Module",
"max_stars_repo_path": "build/_Extensions/FileExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8769"
} | starcoder | <gh_stars>0
using System.IO;
using Cake.Core.IO;
namespace Build
{
internal static class FileExtensions
{
public static string ReadAllText(this IFile file)
{
using var stream = file.OpenRead();
using var streamReader = new StreamReader(stream);
return strea... | 1.767945 | 72e60d49edf937b2805ef6252ca105a7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8769 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "juninhodigital/Framework.Web.MVC",
"max_stars_repo_path": "BaseController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8770"
} | starcoder | <reponame>juninhodigital/Framework.Web.MVC<filename>BaseController.cs
using System;
using System.Web;
using System.Web.Mvc;
using Framework.Core;
namespace Framework.Web.MVC
{
public abstract class BaseController: Controller
{
#region| Properties |
protected HttpContext Web
... | 2.207705 | 6db1d5e326a1076685db4dfe1dd71373 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8770 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Thecentury/SharpLearning",
"max_stars_repo_path": "src/SharpLearning.Neural/ConvUtils.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8771"
} | starcoder | using MathNet.Numerics.LinearAlgebra;
using System;
using System.Diagnostics;
using System.Threading.Tasks;
namespace SharpLearning.Neural
{
/// <summary>
/// Utiliy methods for convolutional operations in neural net layers.
/// </summary>
public static class ConvUtils
{
/// <summary>
... | 3.115669 | 174e1ad04e2cde931dbe0d44e89c4da9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8771 | {
"extension": "c-sharp",
"max_stars_count": "47.0",
"max_stars_repo_name": "tcmxx/UnityTensorflowKeras",
"max_stars_repo_path": "Assets/UnityTensorflow/Learning/LearningModelBase.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8772"
} | starcoder | using Accord.Math;
using KerasSharp.Backends;
using KerasSharp.Engine.Topology;
using KerasSharp.Models;
using KerasSharp.Optimizers;
using MLAgents;
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.Serialization.Formatters.Binary;
using... | 2.038443 | 78f04ed7df93afe58ed4c34734f3a1da |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8772 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "MilesChing/ThunderX",
"max_stars_repo_path": "TX/Core/Providers/SizeLimitedBufferProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8773"
} | starcoder | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TX.Core.Interfaces;
namespace TX.Core.Providers
{
public class SizeLimitedBufferProvider : ... | 2.737018 | 58ee7295733a2c589ccdac3db6b9651a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9029 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mihail-yartsev/aspnetcore-exceptionhandler",
"max_stars_repo_path": "test/aspnetcore-exceptionhandler-test/TestResources/TestEnum.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9030"
} | starcoder | namespace Frogvall.AspNetCore.ExceptionHandling.Test.TestResources
{
public enum TestEnum
{
MyFirstValue = 443,
MySecondValue = 445,
MyThirdValue = 447
}
} | 1.614622 | 775439fa221b4931bb797758ea780a1c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9030 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Wampe/soncoord",
"max_stars_repo_path": "Soncoord.Infrastructure/Interfaces/Services/IOutputsService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9031"
} | starcoder | <gh_stars>0
using NAudio.Extras;
using NAudio.Wave;
using System.Collections.Generic;
namespace Soncoord.Infrastructure.Interfaces.Services
{
public interface IOutputsService
{
IEnumerable<DirectSoundDeviceInfo> Devices { get; }
DirectSoundDeviceInfo GetClickTrackOutputDevice();
void S... | 1.280682 | 75baf806085e5219f8d5a91e95247cda |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9031 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "NeSh74/Fundamentals-CSharp-January-2021",
"max_stars_repo_path": "03_Data Types and Variables - Lab/10_Lower_Or_Upper/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9032"
} | starcoder | <reponame>NeSh74/Fundamentals-CSharp-January-2021<filename>03_Data Types and Variables - Lab/10_Lower_Or_Upper/Program.cs
using System;
namespace _10_Lower_Or_Upper
{
class Program
{
static void Main(string[] args)
{
char letter = char.Parse(Console.ReadLine());
if (Cha... | 3.526393 | 563e678d50a38f2e70df0699490d1e71 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9032 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "HalfAmazing/JieLink.DevOps",
"max_stars_repo_path": "JieLinkDevOpsApp/PartialView/PartialViewHistoryDataClean/ViewModels/HistoryDataCleanViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9033"
} | starcoder | <reponame>HalfAmazing/JieLink.DevOps<gh_stars>1-10
using MySql.Data.MySqlClient;
using Panuon.UI.Silver;
using PartialViewInterface;
using PartialViewInterface.Commands;
using PartialViewInterface.Utils;
using System;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
using System.IO;
using... | 2.050109 | 6018f2bd9f6d34c56cba83c6cf77b284 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9033 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BrooklynAQ/Nadeko_bot",
"max_stars_repo_path": "src/NadekoBot/Modules/Permissions/Permissions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9034"
} | starcoder | <filename>src/NadekoBot/Modules/Permissions/Permissions.cs<gh_stars>0
using NadekoBot.Attributes;
using System;
using System.Linq;
using System.Threading.Tasks;
using Discord.Commands;
using NadekoBot.Services;
using Discord;
using NadekoBot.Services.Database.Models;
using System.Collections.Concurrent;
using System.C... | 2.409395 | 7cdda33efebbb2dc9f5eea8547991687 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9034 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ammogcoder/dotvvm-samples-academy",
"max_stars_repo_path": "src/DotvvmAcademy.CourseFormat/SourcePath.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9035"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
namespace DotvvmAcademy.CourseFormat
{
public static class SourcePath
{
public const char DirectorySeparator = '/';
public const char ExtensionSeparator = '.';
publ... | 2.708526 | 948e822700d71276e68c4a6090c4df8b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9035 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "grzesiek-galezowski/any.nsubstitute",
"max_stars_repo_path": "src/Any.NSubstitute/SubstituteGenerator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9036"
} | starcoder | <filename>src/Any.NSubstitute/SubstituteGenerator.cs
using NSubstitute;
using TddXt.AnyExtensibility;
namespace TddXt.Any.NSubstitute
{
public class SubstituteGenerator<T> : InlineGenerator<T> where T : class
{
public T GenerateInstance(InstanceGenerator instanceGenerator, GenerationRequest request)
{
... | 2.658189 | be2997ad31087149dbe75b57dc5a03ee |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9036 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dawidcieszynski/ZXing.Net",
"max_stars_repo_path": "Source/lib/unity/Color32Renderer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9037"
} | starcoder | <gh_stars>0
/*
* Copyright 2012 ZXing.Net authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | 1.821788 | e9063bc41940e8d737c83a179e0f83ea |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9037 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JerrettDavis/FolderProcessor",
"max_stars_repo_path": "src/FolderProcessor.Extensions.Microsoft.DependencyInjection/StartupExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9038"
} | starcoder | using System.IO.Abstractions;
using System.Reflection;
using FolderProcessor.Abstractions.Files;
using FolderProcessor.Abstractions.Stores;
using FolderProcessor.Extensions.Microsoft.DependencyInjection.Monitoring;
using FolderProcessor.Files;
using FolderProcessor.Monitoring;
using FolderProcessor.Stores;
using JetBr... | 1.994753 | 4d873efc81e73af9df8554afb89023a9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9038 | {
"extension": "c-sharp",
"max_stars_count": "133.0",
"max_stars_repo_name": "h0730303779/WebQQWeChat",
"max_stars_repo_path": "src/WebQQCore/Im/Module/CategoryModule.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9039"
} | starcoder | using iQQ.Net.WebQQCore.Im.Action;
using iQQ.Net.WebQQCore.Im.Core;
using iQQ.Net.WebQQCore.Im.Event;
namespace iQQ.Net.WebQQCore.Im.Module
{
/// <summary>
/// <para>好友列表模块,处理好友的添加和删除</para>
/// <para>@author solosky</para>
/// </summary>
public class CategoryModule : AbstractModule
{
... | 1.874865 | 14a2a5ebd5720687a2a69bfea79d4fca |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9039 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Tjayojo/FeatureManagement",
"max_stars_repo_path": "src/Microsoft.FeatureManagement.Core/DTO/GroupRollout.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9040"
} | starcoder | using System;
using Microsoft.FeatureManagement.Core.Attributes;
namespace Microsoft.FeatureManagement.Core.DTO
{
[EntityName("GroupRollout")]
public class GroupRollout : ChangeHistory
{
public Guid Id { get; set; }
public string Name { get; set; }
public double RolloutPercentage { ... | 1.694964 | 68ab5e637e94475fe8d42158486047fb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9040 | {
"extension": "c-sharp",
"max_stars_count": "37.0",
"max_stars_repo_name": "biproberkay/SdvCodeWebsite",
"max_stars_repo_path": "SdvCode/SdvCode/Areas/Administration/Views/AllHolidayThemes/Index.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:9041"
} | starcoder | <filename>SdvCode/SdvCode/Areas/Administration/Views/AllHolidayThemes/Index.cshtml
@{
ViewData["Title"] = "Holiday Theme addons";
}
@model ICollection<AllHolidayThemesViewModel>
<link href="~/administration/vendor/datatables/dataTables.bootstrap4.min.css" rel="stylesheet">
<partial name="_TempDataPartial" />
<... | 2.265093 | b3b6cc768b4198c4eca26c3c89f9cf34 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9041 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SvetoslavGochev/MyTires1.2",
"max_stars_repo_path": "Views/Announcement/_AnnouncementPartial.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:9042"
} | starcoder | @model IEnumerable<AnnouncementServicesModel>
<div class="row">
@foreach (var announcement in Model)
{
<div class="col-md-4">
<div class="card mb-3">
<img src="@announcement.ImageUrl" class="card-img-top" alt="@announcement.Marka - @announcement.Year (@announcement.CategoryName)">
... | 2.512657 | 48d70d58995c53da25745e399e79acdd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9042 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "justinhachemeister/BenchmarkInvestigations",
"max_stars_repo_path": "BenchmarkInvestigations/OverflowingIntegers.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9043"
} | starcoder | using BenchmarkDotNet.Attributes;
using System.Collections.Generic;
namespace BenchmarkInvestigations
{
public class RunOverflowingCode
{
public IEnumerable<object[]> Values()
{
yield return new object[] { 3, 7 };
yield return new object[] { 12, 44 };
yield return new object[] { 243, 48319 };
yield ... | 2.65701 | cd2fd8d23ad05d41167a1906eca43f6e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9043 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "TamVoMinh/netmicro",
"max_stars_repo_path": "foundation/backbone/ApiGateway/Startup.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9044"
} | starcoder | <filename>foundation/backbone/ApiGateway/Startup.cs
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.IdentityModel.Logging;
using Ocelot.DependencyInjectio... | 1.716969 | 121c0edbbaa400fc30d9ebda01d4c193 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9044 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "FreyaFreed/mordheim",
"max_stars_repo_path": "Assembly-CSharp/WyrdstoneShipmentId.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9045"
} | starcoder | <gh_stars>1-10
using System;
public enum WyrdstoneShipmentId
{
RANK0,
FIRST = 3,
RANK1,
RANK2,
RANK3,
RANK4,
RANK5,
RANK6,
RANK7,
RANK8,
RANK9,
RANK10,
MAX_VALUE
}
| 1.552297 | 4c4eb69d091dc10bcf7c8bb0559d5848 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9045 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "joergkrause/texxtoor",
"max_stars_repo_path": "Texxtoor/Solution/Texxtoor.BaseLibrary.Core/Optimization/ImageOptimizationModule.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9046"
} | starcoder | using System.IO;
using System.Web;
namespace Texxtoor.BaseLibrary.Core.Optimization {
public class ImageOptimizationModule : IHttpModule {
private static readonly object _lockObj = new object();
private static bool _hasAlreadyRun;
public void Init(HttpApplication context) {
lo... | 2.134386 | 3bdd5fae9bdbd0e8d774b4b150ef600e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9046 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "belav/prettier-plugin-csharpier",
"max_stars_repo_path": "Src/CSharpier.Cli/IFormattedFileWriter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9047"
} | starcoder | <gh_stars>0
namespace CSharpier.Cli;
internal interface IFormattedFileWriter
{
void WriteResult(CodeFormatterResult result, FileToFormatInfo fileToFormatInfo);
}
internal class NullFormattedFileWriter : IFormattedFileWriter
{
public void WriteResult(CodeFormatterResult result, FileToFormatInfo fileToFormatInf... | 1.23544 | aadc5d6b5309ebf9d76a66b05e80952e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9047 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "QuinntyneBrown/quinntyne-brown-photography",
"max_stars_repo_path": "src/QuinntyneBrownPhotography/Data/Models/Product.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9048"
} | starcoder | <reponame>QuinntyneBrown/quinntyne-brown-photography<gh_stars>1-10
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
namespace QuinntyneBrownPhotography.Data.Models
{
public class Product: ILoggable
{
public int Id { get; set; }
[ForeignKey("Pro... | 2.143296 | c7ac2e8e2acc1a02f653da567f1c30b1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9048 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "noctambulo-12/Template.CleanArchitecture.Hexagonal",
"max_stars_repo_path": "src/Template.Application/Services/ProductoService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9049"
} | starcoder | <reponame>noctambulo-12/Template.CleanArchitecture.Hexagonal<filename>src/Template.Application/Services/ProductoService.cs
using System;
using System.Collections.Generic;
using Template.Application.Interfaces;
using Template.Domain.Interfaces;
using Template.Domain.Models.Entities;
namespace Template.Application.Serv... | 2.604801 | 8b1bd5ffc696f1de5159fce7dde1974b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9049 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MRmlik12/lern",
"max_stars_repo_path": "backend/src/Lern.Infrastructure/Handlers/Users/Settings/UploadUserAvatarRequestHandler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9050"
} | starcoder | using System.Threading;
using System.Threading.Tasks;
using Lern.Core.Models.Users.Settings;
using Lern.Infrastructure.Cloudinary.Interfaces;
using Lern.Infrastructure.Database.Interfaces;
using MediatR;
namespace Lern.Infrastructure.Handlers.Users.Settings
{
public class UploadUserAvatarRequestHandler : IRequestH... | 2.223067 | fbd54596670b044d05d53f8e553c7ff5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9050 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "zerouid/katanaproject",
"max_stars_repo_path": "src/Microsoft.Owin.StaticFiles/StaticFileExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9051"
} | starcoder | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System;
using Microsoft.Owin;
using Microsoft.Owin.StaticFiles;
namespace Owin
{
/// <summary>
/// Extension methods for the StaticFileMiddleware
/// </summary>
p... | 2.334963 | d4c9c29eb6d51df8f4051a5fcef99dc4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9051 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "supernebula/evol-core",
"max_stars_repo_path": "test/Evol.EntityFramework.Tests/Map/FakeUserMap.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9052"
} | starcoder | using Evol.EntityFrameworkCore.Configuration;
using Evol.Test.Models;
using Microsoft.EntityFrameworkCore;
namespace Evol.EntityFramework.Repository.Test.Map
{
public class FakeUserMap : EntityConfigMap<FakeUser>
{
public override void Map(ModelBuilder modelBuilder)
{
var builder =... | 2.126949 | 97e065e38dbf675677554d72aca978b1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9052 | {
"extension": "c-sharp",
"max_stars_count": "71.0",
"max_stars_repo_name": "baohaojun/beagrep",
"max_stars_repo_path": "beagrepd/Flavor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9053"
} | starcoder | //
// Flavor.cs
//
// Copyright (C) 2004 Novell, Inc.
//
//
// 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 limitation
// the rights to use, copy, m... | 2.412019 | 254a060b8a2a36f03a4642ab612d2df2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9053 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "kyubuns/AutomaticOperationTest",
"max_stars_repo_path": "Assets/AutomaticOperationTest/Runtime/Action/RandomWaitAction.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9054"
} | starcoder | <reponame>kyubuns/AutomaticOperationTest
using UnityEngine;
namespace AutomaticOperationTest.Action
{
public class RandomWaitAction : IAction
{
public string Name => nameof(RandomWaitAction);
private readonly RandomWaitActionOptions _options;
private float _remaining;
... | 1.990966 | b9eb13c8a3dc51f71aecb3ca39001750 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9054 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "xuxu66/Algorithms-4th-Edition-in-Csharp",
"max_stars_repo_path": "1 Fundamental/1.3/1.3.22/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9055"
} | starcoder | using System;
using Generics;
namespace _1._3._22
{
/*
* 1.3.22
*
* 假设 x 是一条链表中的某个结点,下面这段代码做了什么?
*
*/
class Program
{
// 将 t 插入到 x 之后
static void Main(string[] args)
{
Node<string> first = new Node<string>();
Node<string> second = ... | 3.66596 | 753010dd13f2c739aa80e01e987f8ebb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9055 | {
"extension": "c-sharp",
"max_stars_count": "17.0",
"max_stars_repo_name": "jasonswearingen/godot-playground",
"max_stars_repo_path": "lib/src/ThreadStorm/Messaging/PubSub.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9056"
} | starcoder | using System;
using System.Linq;
using System.Collections.Concurrent;
using System.Runtime.InteropServices;
using System.Threading;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace ThreadStorm.Messaging
{
/// <summary>
/// Publish-Subscribe (Observer) Pattern.
///
/// <para>Designed f... | 3.031187 | 6b5d5179dad7a26208d91132c6e73673 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9056 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "keymind/Epi-Info-Community-Edition",
"max_stars_repo_path": "Epi.Windows/Controls/OpenFieldNode.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9057"
} | starcoder | #region Namespaces
using System;
#endregion //Namespaces
namespace Epi.Windows.Controls
{
/// <summary>
/// Field node for Open fields
/// </summary>
public class OpenFieldNode : FieldNode
{
#region //Constructors
/// <summary>
/// The default constructor
... | 1.860498 | 556e1d9d8a8d623095532583c7cf3179 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9057 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "craigs100/Umbraco-CMS",
"max_stars_repo_path": "src/Umbraco.Web/Composing/CompositionExtensions/WebMappingProfiles.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9058"
} | starcoder | using Umbraco.Core;
using Umbraco.Core.Composing;
using Umbraco.Core.Mapping;
using Umbraco.Web.Models.Mapping;
namespace Umbraco.Web.Composing.CompositionExtensions
{
public static class WebMappingProfiles
{
public static Composition ComposeWebMappingProfiles(this Composition composition)
{
... | 1.506754 | 05815a6069bb0462874f9a188ab86bf3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9058 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "MoonAntonio/Moonlib",
"max_stars_repo_path": "Moonlib Project/Assets/Moon Antonio/Moonlib/Extensiones/Genericas/FloatProt.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9059"
} | starcoder | <reponame>MoonAntonio/Moonlib<gh_stars>1-10
// ┌∩┐(◣_◢)┌∩┐
// \\
// FloatProt.cs (18/03/2018) \\
// Autor: <NAME> (.\Moon Antonio) <EMAIL> \\
// Descripcion: Contenedor para la proteccion de valores de tipo float. \\
// Fecha Mod: 18/03/2018 ... | 2.848581 | 3acb6570eb80cac0ef7ed35baccdf31f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9059 | {
"extension": "c-sharp",
"max_stars_count": "155.0",
"max_stars_repo_name": "JonathanMagnan/effort",
"max_stars_repo_path": "Main/Source/Effort.Shared/Internal/Caching/MetadataWorkspaceStore.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9060"
} | starcoder | <reponame>JonathanMagnan/effort
// --------------------------------------------------------------------------------------------
// <copyright file="MetadataWorkspaceStore.cs" company="Effort Team">
// Copyright (C) Effort Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
/... | 2.243806 | afdc7b81dbd6d95a6f0079b027e12274 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9060 | {
"extension": "c-sharp",
"max_stars_count": "36.0",
"max_stars_repo_name": "tym32167/arma3beclient",
"max_stars_repo_path": "src/Arma3BE.Client.Modules.BanModule/Grids/BansControl.xaml.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9061"
} | starcoder | using Arma3BE.Client.Infrastructure.Extensions;
using Arma3BE.Client.Infrastructure.Helpers.Views;
using Arma3BE.Client.Modules.BanModule.Models;
using Prism.Regions;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using Xceed.Wpf.DataGrid;
namespace Arma3BE.Client.Modules.BanModule.Grids
{
... | 2.067091 | 10d21892cf5e7221a322a25bcf833e79 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9061 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "apead/Xamarin-Components-AndroidThings",
"max_stars_repo_path": "Xamarin.Components.AndroidThings.SenseHat/SenseHat.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9062"
} | starcoder | namespace Xamarin.Components.AndroidThings.SenseHat
{
public class SenseHat
{
public static int I2CAddress = 0x46;
public static string BusDisplay = "I2C1";
public static int DisplayWidth = LedMatrix.Width;
public static int DisplayHeight = LedMatrix.Height;
public stat... | 2.105885 | b2f2901f89878fb7f465c3b7d501c12a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9062 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "aml630/dbCodeReview",
"max_stars_repo_path": "Tests/StylistTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9063"
} | starcoder | using Xunit;
using System.Collections.Generic;
using System;
using System.Data;
using System.Data.SqlClient;
namespace SalonNamespace
{
public class StylistTest : IDisposable
{
public StylistTest()
{
DBConfiguration.ConnectionString = "Data Source=(localdb)\\mssqllocaldb;Initial Catalog=hair_salon_te... | 2.878142 | 9617356dd5bcc3ffbc3e8831b9a83eb1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9063 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "harayuu9/com.unity.netcode.gameobjects",
"max_stars_repo_path": "com.unity.netcode.gameobjects/Runtime/Serialization/FastBufferWriter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9064"
} | starcoder | <filename>com.unity.netcode.gameobjects/Runtime/Serialization/FastBufferWriter.cs
using System;
using System.Runtime.CompilerServices;
using Unity.Collections;
using Unity.Collections.LowLevel.Unsafe;
namespace Unity.Netcode
{
public struct FastBufferWriter : IDisposable
{
internal struct WriterHandle
... | 2.720955 | 414792887a09433aab10b0a0081e30e0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9064 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "vpaulino/infrastructure",
"max_stars_repo_path": "src/VPFrameworks.Storage.Abstractions/Blobs/DeleteResult.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9065"
} | starcoder | using System;
namespace Azure.Storage.Abstractions.Blobs
{
/// <summary>
/// Represents the Delete operation over a blob
/// </summary>
public class DeleteResult
{
/// <summary>
/// Creates instance of this type
/// </summary>
/// <param name="deleted">... | 2.943174 | 146ddbfae1b17e06db67f02ef1287a3d |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.