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 | 1937 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "JJCLane/formulate",
"max_stars_repo_path": "src/formulate.app/Managers/DefaultConfigurationManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1938"
} | starcoder | namespace formulate.app.Managers
{
// Namespaces.
using Configuration;
using core.Types;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using Templates;
/// <summary>
/// The default configuration manager.
/// </summary>
... | 2.552544 | 9551f41a6dbd458b23472881aceb5faf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1938 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "arsalanfallahpour/RazorTechnologies",
"max_stars_repo_path": "Source/Helpers/TagHelpers/Source/LayoutManager/Controls/ILayoutHtmlGenerator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1939"
} | starcoder | using RazorTechnologies.TagHelpers.LayoutManager.Generator;
using RazorTechnologies.TagHelpers.LayoutManager.Models.Html;
namespace RazorTechnologies.TagHelpers.LayoutManager.Controls
{
public interface ILayoutHtmlGenerator
{
public ILayoutString GenerateLayout();
//public IHtmlGenerator HtmlG... | 1.314716 | 5f64119aba820232da9243ec7bd3c241 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1939 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "chuckeles/cannon-ships",
"max_stars_repo_path": "Assets/ParadoxNotion/NodeCanvas/Modules/DialogueTrees/Nodes/SubDialogueTree.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1940"
} | starcoder | using UnityEngine;
using System.Collections.Generic;
using System.Linq;
using NodeCanvas.Framework;
using NodeCanvas.Framework.Internal;
using ParadoxNotion.Design;
namespace NodeCanvas.DialogueTrees{
[Name("Sub Dialogue Tree")]
[Category("Nested")]
[Description("Execute a Sub Dialogue Tree. When that D... | 2.12904 | 1c7dbd6adcfa8c736ae2d8d2576a7030 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1940 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "komunre/RobustChatWalk",
"max_stars_repo_path": "Content.Client/Player/AuthSystem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1941"
} | starcoder | <filename>Content.Client/Player/AuthSystem.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Content.Shared.GameObjects;
using Robust.Client.Player;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
namespace Content.Client.Player
{
... | 2.14276 | 4b934345b7d38d215381eb6861dbbda0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1941 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "profan/stride",
"max_stars_repo_path": "sources/engine/Stride.Rendering/Rendering/Images/LuminanceEffect/LuminanceEffect.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1942"
} | starcoder | // Copyright (c) Stride contributors (https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
using System;
using System.IO;
using Stride.Core;
using Stride.Core.Mathematics;
using Stride.G... | 2.283341 | a1a661fbe599ceee9419870caca6c5fd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1942 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bradirby/AlexaNetCore",
"max_stars_repo_path": "src/AlexaNetCore/Model/AlexaIntent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1943"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.Json.Serialization;
namespace AlexaNetCore
{
public class AlexaIntent
{
/// <summary>
/// A string representing the name of the intent.
/// </summary>
[JsonPropertyName("name")]
public ... | 3.028452 | 1b1cfd3cc5788f6511b89aa8dd7e9817 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1943 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tmds/command-line-api",
"max_stars_repo_path": "src/System.CommandLine/SymbolResult.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1944"
} | starcoder | <filename>src/System.CommandLine/SymbolResult.cs
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using System.CommandLine.Parsing;
using System.Linq;
namespa... | 2.364976 | a85827d6cfff00431329453f7ebb7130 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1944 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "v-maudel/docs-1",
"max_stars_repo_path": "docs/csharp/programming-guide/delegates/codesnippet/CSharp/index_1.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1945"
} | starcoder | <filename>docs/csharp/programming-guide/delegates/codesnippet/CSharp/index_1.cs
public delegate int PerformCalculation(int x, int y);
| 1.829908 | 370db0460fa6f5994b9876a9cdb14f2f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1945 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "SDManson/Sanderling",
"max_stars_repo_path": "src/Sanderling/Sanderling/ConfigExtension.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1946"
} | starcoder | <reponame>SDManson/Sanderling
namespace Sanderling
{
static public class ConfigExtension
{
static public BotEngine.Client.LicenseClientConfig CompletedWithDefault(
this BotEngine.Client.LicenseClientConfig config)
{
config = config ?? ExeConfig.LicenseClientDefault;
if (!(0 < config.ApiVersionAddress?.... | 1.938717 | be3529c9876d90b82975eacedefbbdc7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1946 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "antonbubel/auto-parts",
"max_stars_repo_path": "Core/AutoParts.Core.Contracts/CarBrands/Models/CarBrandModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1947"
} | starcoder | <reponame>antonbubel/auto-parts<gh_stars>0
namespace AutoParts.Core.Contracts.CarBrands.Models
{
public class CarBrandModel
{
public long Id { get; set; }
public string Name { get; set; }
public string ImageUrl { get; set; }
}
}
| 1.738581 | a303ee85fdcbd1aa494173bfd6435223 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1947 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "masoudtahmasebi93/EShop",
"max_stars_repo_path": "SmartForm.Common/Mongo/MongoInitializer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1948"
} | starcoder | <gh_stars>0
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.Extensions.Options;
using MongoDB.Bson;
using MongoDB.Bson.Serialization.Conventions;
using MongoDB.Driver;
namespace EShop.Common.Mongo
{
public class MongoInitializer : IDatabaseInitializer
{
private readonly ... | 2.003753 | f3d1a1b4b35d9a8fa3a97312b6d695c7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1948 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jr-robotics/RobSharper.Ros.MessageCli",
"max_stars_repo_path": "RobSharper.Ros.MessageCli/Configuration/ConfigurationProgram.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1949"
} | starcoder | using System;
using System.IO;
using System.Linq;
using System.Reflection;
using Newtonsoft.Json;
namespace RobSharper.Ros.MessageCli.Configuration
{
public static class ConfigurationProgram
{
public static void Execute(NamespaceConfigurationOptions options)
{
var configuration = L... | 2.609061 | be455da81d7b446a8510509f472ee772 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1949 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "jeremyLabrado/Windows10_Glove_TT",
"max_stars_repo_path": "Unity/Assets/scripts/interface/ConnectInterface.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1950"
} | starcoder | using System;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.EventSystems;
public class ConnectInterface:MonoBehaviour
{
[HideInInspector]
public MainInterface mainInterface;
//time it takes from the last notification for the indicator to fade away completely
public double fadeTime = 1f;
/... | 2.510152 | dc037235aac361c2283278d5213abbe5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1950 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "Run2948/Admin.NET",
"max_stars_repo_path": "template/Admin.MixedTemplate/src/Admin.NETApp.Core/Entity/SysApp.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1951"
} | starcoder | <reponame>Run2948/Admin.NET<filename>template/Admin.MixedTemplate/src/Admin.NETApp.Core/Entity/SysApp.cs<gh_stars>1-10
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace Admin.NETApp.Core
{
/// <summary>
/// 系统应用表
... | 2.140032 | 501999c0ae9a2e091f0b7307016a0587 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1951 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "niuniuzhu/RCFramework",
"max_stars_repo_path": "FairyUGUI/FairyUGUI/UI/ITextColorGear.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1952"
} | starcoder | using UnityEngine;
namespace FairyUGUI.UI
{
public interface ITextColorGear
{
Color textColor { get; set; }
Color strokeColor { get; set; }
}
} | 1.587265 | 12f874673c7f582b2197498c3cc50a04 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1952 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "spzvtbg/01-Programming-basics",
"max_stars_repo_path": "01. Exam Solutions/Exam17July2016/BackToThePast/backToThePast.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1953"
} | starcoder | <reponame>spzvtbg/01-Programming-basics
using System;
namespace BackToThePast
{
class backToThePast
{
static void Main()
{
double legacy = double.Parse(Console.ReadLine());
int lifeToYear = int.Parse(Console.ReadLine());
double moneyLeft = legacy;
... | 3.708079 | bea65911271084d28525ee1c9f94a086 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1953 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Shtereva/CSharp-DB-Fundamentals---Entity-Framework",
"max_stars_repo_path": "Best Practices and Architecture/BusTicketSystem/BusTicketSystem.Data/Configuration/BusStationConfiguration.cs",
"provenance": "train-00000-of-00045.jsonl.gz:... | starcoder | using BusTicketSystem.Models;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
namespace BusTicketSystem.Data.Configuration
{
internal class BusStationConfiguration : IEntityTypeConfiguration<BusStation>
{
public void Configure(EntityTypeBuilder<BusStation> b... | 2.446816 | 4a698cb01dbcb15ebc93ba1a1fa481d5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1954 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "mceylan35/Backend-Starter-Pack",
"max_stars_repo_path": "DevFramework.Core/CrossCuttingConcerns/Caching/Microsoft/MemoryCacheManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1955"
} | starcoder | <reponame>mceylan35/Backend-Starter-Pack
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.AccessControl;
using System.Text;
using System.Runtime.Caching;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace DevFramework.Core.CrossCuttingConcerns.Cachin... | 2.741769 | 99a559eb2c7dad5c11086aa3f474169d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1955 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "DirectXceriD/gridgain",
"max_stars_repo_path": "modules/platforms/dotnet/Apache.Ignite.Core/Configuration/DataPageEvictionMode.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1956"
} | starcoder | <filename>modules/platforms/dotnet/Apache.Ignite.Core/Configuration/DataPageEvictionMode.cs
/*
* GridGain Community Edition Licensing
* Copyright 2019 GridGain Systems, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License") modified with Commons Clause
* Restric... | 2.001878 | 8255368b82a14bfc392905bb37798194 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1956 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "rounakc2k/machinelearning",
"max_stars_repo_path": "src/Microsoft.ML.AutoML/EstimatorExtensions/EstimatorExtensionCatalog.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1957"
} | starcoder | <filename>src/Microsoft.ML.AutoML/EstimatorExtensions/EstimatorExtensionCatalog.cs
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Colle... | 2.087808 | 63e9378b072fc402240ee97548b0eef1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1957 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "qqliweng/DbHelper",
"max_stars_repo_path": "SRC/DBHelper/DbCommandExcuteException.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1958"
} | starcoder | using System;
using System.Data;
using System.Reflection;
namespace DBHelper
{
public sealed class DbCommandExcuteException : Exception
{
public string TransactionId { get; private set; }
public string CmdText{ get; private set; }
public CommandType CmdType { get; private set; }
... | 2.689592 | 1b516a4decb37fa0e00ee1c8eaf0086e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1958 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Libertus-Lab/Silk.NET",
"max_stars_repo_path": "src/OpenXR/Extensions/Silk.NET.OpenXR.Extensions.FB/FBSpatialEntityQuery.gen.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1959"
} | starcoder | <reponame>Libertus-Lab/Silk.NET
// 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.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Text;
using Silk.NET.Core;
using Silk.NET.Core.... | 1.355286 | 8bbb0abd050f4407975caa112da85a69 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1959 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "phillip-hopper/libpalaso",
"max_stars_repo_path": "PalasoUIWindowsForms/PortableSettingsProvider/FormSettings.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1960"
} | starcoder | using System;
using System.Drawing;
using System.Windows.Forms;
using System.Xml.Serialization;
namespace Palaso.UI.WindowsForms.PortableSettingsProvider
{
/// ----------------------------------------------------------------------------------------
/// <summary>
///
/// </summary>
/// ---------------------------... | 2.352911 | d4932f61dcf2c95d5a6984a4c124f8c9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1960 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jsoref/neo4j-dotnet-driver",
"max_stars_repo_path": "Neo4j.Driver/Neo4j.Driver.IntegrationTests/Internals/IntegrationTestAttribute.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1961"
} | starcoder | <filename>Neo4j.Driver/Neo4j.Driver.IntegrationTests/Internals/IntegrationTestAttribute.cs<gh_stars>0
// Copyright (c) 2002-2018 "Neo Technology,"
// Network Engine for Objects in Lund AB [http://neotechnology.com]
//
// This file is part of Neo4j.
//
// Licensed under the Apache License, Version 2.0 (the "License")... | 1.812307 | 14465d72e7fc038d5a69ab90831d75fc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1961 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "LTUDQL1-1660401-1660426/QuanLyNhaSach",
"max_stars_repo_path": "QuanLyNhaSach/Assets/Scripts/Converters.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1962"
} | starcoder | <reponame>LTUDQL1-1660401-1660426/QuanLyNhaSach
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Data;
namespace QuanLyNhaSach.Assets.Scripts
{
public class EmptyStringToVisibi... | 2.299055 | 9feccaf1a08b88c690c974f291cc549e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1962 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "mattleibow/xamarin-macios",
"max_stars_repo_path": "tests/monotouch-test/Vision/VNRequestTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1963"
} | starcoder | //
// Unit tests for VNRequestTests
//
// Authors:
// <NAME> <<EMAIL>>
//
//
// Copyright 2018 Microsoft Corporation.
//
#if !__WATCHOS__
using System;
using NUnit.Framework;
using Foundation;
using Vision;
using System.Collections.Generic;
using System.Collections;
using CoreGraphics;
namespace MonoTouchFixtures... | 1.964015 | d35d04c2f24cdc2cc4924b74f4ab7c64 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1963 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Engin-Boot/anagram-selector-cs-mayank-ranjan17",
"max_stars_repo_path": "Anagram/Anagram.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1964"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
namespace Anagram
{
public class AnagramSelector
{
public bool CheckAnagram(List<String> list1,List<String> list2)
{
for(int i=0;i<list1.Count;i++)
{
if(!list1[i].Equals(list2[i]))
... | 3.251086 | e897cfb49dbd8007b930dc209a0142be |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1964 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "riiji/VK-music-bot-for-discord",
"max_stars_repo_path": "disaudiobot/Modules/Config.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1965"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Runtime.Serialization.Json;
using System.Runtime.Serialization;
using Discord;
namespace disaudiobot.Modules
{
[DataContract]
class Config
{
[DataMember]
... | 1.892873 | 51b49f78a9f6e7fc914f27e118d9611d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1965 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "adresta/keyvault-acmebot",
"max_stars_repo_path": "KeyVault.Acmebot/Providers/GoDaddyProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1966"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using KeyVault.Acmebot.Internal;
using KeyVault.Acmebot.Options;
using Newtonsoft.Json;
namespace KeyVault.Acmebot.Providers
{
public class GoDaddyPr... | 2.071272 | bba14deee1692b67611ccd785d783ddd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1966 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jbray1982/hotchocolate",
"max_stars_repo_path": "src/Core/Types/Types/Descriptors/IInterfaceTypeDescriptor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1967"
} | starcoder | using HotChocolate.Language;
namespace HotChocolate.Types
{
public interface IInterfaceTypeDescriptor
: IFluent
{
IInterfaceTypeDescriptor SyntaxNode(InterfaceTypeDefinitionNode syntaxNode);
IInterfaceTypeDescriptor Name(NameString name);
IInterfaceTypeDescriptor Description(... | 1.630123 | 08c971da6fcff93c8c50acddc75903eb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1967 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ivanlutov/Softuni-ProgrammingFundamentals",
"max_stars_repo_path": "03.DataTypesExercises/17.CypherRoulette/CypherRoulette.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1968"
} | starcoder | using System;
namespace _17.CypherRoulette
{
public class CypherRoulette
{
public static void Main()
{
int n = int.Parse(Console.ReadLine());
string printResult = string.Empty;
string commandLine = string.Empty;
bool isSpin = true;
... | 3.443766 | 689007cb44b5217484a474aa981b758e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1968 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "nielsodgaard/Umbraco-CMS",
"max_stars_repo_path": "src/Umbraco.Web/Models/ContentEditing/ContentPropertyDto.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1969"
} | starcoder | using System.Collections.Generic;
using Newtonsoft.Json;
using Umbraco.Core.Models;
using Umbraco.Core.PropertyEditors;
namespace Umbraco.Web.Models.ContentEditing
{
/// <summary>
/// Represents a content property from the database
/// </summary>
internal class ContentPropertyDto : ContentPropertyBasi... | 1.856401 | 711403f962cf8eca7ad852a553e77a4c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1969 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "anoopt/PnP-Sites-Core",
"max_stars_repo_path": "Core/OfficeDevPnP.Core/Framework/Provisioning/ObjectHandlers/ObjectHierarchySequenceTermGroups.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1970"
} | starcoder | <reponame>anoopt/PnP-Sites-Core
#if !ONPREMISES
using Microsoft.Online.SharePoint.TenantAdministration;
using Microsoft.SharePoint.Client;
using Microsoft.SharePoint.Client.Taxonomy;
using OfficeDevPnP.Core.Diagnostics;
using OfficeDevPnP.Core.Framework.Provisioning.Model;
using OfficeDevPnP.Core.Framework.Provisionin... | 1.787946 | 7e4c059d2cb3121c3f73567c7b892ed0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1970 | {
"extension": "c-sharp",
"max_stars_count": "67.0",
"max_stars_repo_name": "SimonCropp/Verify",
"max_stars_repo_path": "src/Verify.Tests/Tests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1971"
} | starcoder | <reponame>SimonCropp/Verify<filename>src/Verify.Tests/Tests.cs
// Non-nullable field is uninitialized.
using System.Runtime.InteropServices;
#pragma warning disable CS8618
[UsesVerify]
public class Tests
{
[ModuleInitializer]
public static void Initialize()
{
VerifierSettings.AddExtraDatetimeFor... | 2.407452 | eae021d3cdbc88f586ce956c34ed1bff |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1971 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "cosmos-open/FileTypeSniffer",
"max_stars_repo_path": "src/CosmosStack.Extensions.FileTypeSniffer.Library.Zip/CosmosStack/Sniffers/FileTypeSniffers/Library/Fingerprint.cab.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1972"
} | starcoder | using CosmosStack.Sniffers.FileTypeSniffers.Registering;
// ReSharper disable InconsistentNaming
namespace CosmosStack.Sniffers.FileTypeSniffers.Library
{
[FileTypeExtensionNames("cab")]
[FileTypeHex("4D 53 43 46")]
public class _Cab_Fingerprint : IFileTypeFingerprint { }
} | 1.309697 | 05ab66f431694ed44f52578b9f54e420 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1972 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "xbieli01/clean_arch",
"max_stars_repo_path": "CleanXamarin/Service/MyNewProject.Service/Migrations/MyNewProjectContextModelSnapshot.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1973"
} | starcoder | <reponame>xbieli01/clean_arch<gh_stars>0
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using MyNewProject.Service.Models;
namespace ... | 1.89688 | 5d0ff50f04962af0a43fee33c7c05d2e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1973 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "maidouofgithub/Payment",
"max_stars_repo_path": "src/Essensoft.AspNetCore.Payment.Alipay/Domain/AftAifinFireeyeOcrImageQueryModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1974"
} | starcoder | using System.Text.Json.Serialization;
namespace Essensoft.AspNetCore.Payment.Alipay.Domain
{
/// <summary>
/// AftAifinFireeyeOcrImageQueryModel Data Structure.
/// </summary>
public class AftAifinFireeyeOcrImageQueryModel : AlipayObject
{
/// <summary>
/// 用于ocr识别请求图片的BASE64编码
... | 1.661435 | 4cd0c668bacebacd5a0022ce9f410946 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1974 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "eggapauli/MyDocs",
"max_stars_repo_path": "Common/ViewModel/SettingsViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1975"
} | starcoder | <gh_stars>0
using MyDocs.Common.Contract.Service;
using ReactiveUI;
namespace MyDocs.Common.ViewModel
{
public class SettingsViewModel : ReactiveObject
{
private ISettingsService settingsService;
public bool SyncEnabled
{
get { return settingsService.IsSyncEnabl... | 1.634468 | 2a6d463b0de5ce73a50a4afeee844a0b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1975 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "beyondnetPeru/BeyondNet.MyNetSamples",
"max_stars_repo_path": "microservices/pet-simple/src/WisdomPetMedicine.Pet.Domain/Events/PetFlaggedForAdoption.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1976"
} | starcoder | <filename>microservices/pet-simple/src/WisdomPetMedicine.Pet.Domain/Events/PetFlaggedForAdoption.cs
using System;
using WisdomPetMedicine.Common;
namespace WisdomPetMedicine.Pet.Domain.Events
{
public record PetFlaggedForAdoption(Guid Id, string Name, string Breed, int Sex, string Color, DateTime DateOfBirth, str... | 1.807014 | 3438308fe420fbc56cf7f8eac080dccf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1976 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MarioZisov/Baskerville",
"max_stars_repo_path": "BaskervilleWebsite/Baskerville.Data/Repository/ProductRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1977"
} | starcoder | <reponame>MarioZisov/Baskerville
namespace Baskerville.Data.Repository
{
using Models.DataModels;
using System.Linq;
using Contracts.Repository;
public class ProductRepositroy : Repository<Product>
{
public ProductRepositroy(IDbContext context)
: base(context)
{
... | 2.224478 | 94607fffa461f3754b0dbb5d0cad73fd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1977 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "riadus/Couchbase.Lite.Mapping",
"max_stars_repo_path": "src/Couchbase.Lite.Mapping.Shared.Tests/SimpleObjectWithListTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1978"
} | starcoder | <reponame>riadus/Couchbase.Lite.Mapping
using Xunit;
namespace Couchbase.Lite.Mapping.Tests
{
public class SimpleObjectWithListTests
{
[Fact]
public void TestToMutableDocument()
{
var simpleObject = new TestObjects.SimpleObjectWithArray
{
StringV... | 1.594094 | 7e601a3845c7a69dbf8862c8501e520d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1978 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "joaop221/ListaCompra-Api",
"max_stars_repo_path": "ListaCompra.Modelo/Entidades/Lista.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1979"
} | starcoder | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using ListaCompra.Modelo.Base;
namespace ListaCompra.Modelo.Entidades
{
/// <summary>
/// Lista
/// </summary>
[Table("Lista")]
public class Lista : Entidade
{
... | 2.277246 | e659fb31df17d4b1f13367b67e0eb95c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1979 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "marlonajgayle/Net5WebTemplate",
"max_stars_repo_path": "src/Content/src/Net5WebTemplate.Api/Controllers/Version1/ProfileController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1980"
} | starcoder | <reponame>marlonajgayle/Net5WebTemplate
using MediatR;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Net5WebTemplate.Api.Contracts.Version1.Requests;
using Net5WebTemplate.Api.Routes.Version1;
using ... | 2.190208 | abd2da876002ec3a3e514d708adaf763 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1980 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "ostorc/corefx",
"max_stars_repo_path": "src/System.Runtime/tests/System/Runtime/CompilerServices/RuntimeFeatureTests.netcoreapp.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1981"
} | starcoder | <reponame>ostorc/corefx
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.CompilerServices;
using Xunit;
namespace System.Runtime.... | 1.546317 | 8a53e54cc04326f1957c609340eab2df |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1981 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gokhanayyildiz/ProblemSolvingCsharp",
"max_stars_repo_path": "ProblemSolving/ProblemSolving/AppendAndDelete.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1982"
} | starcoder | <reponame>gokhanayyildiz/ProblemSolvingCsharp<gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProblemSolving
{
class AppendAndDelete
{
public string AppendAndDeleteSol(string s, string t, int k)
{
... | 3.204691 | 1007f6b96c7d1883fe0476a888742778 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1982 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "OpenDataNorway/OpenData",
"max_stars_repo_path": "backend/Resources/PrivateSafeUserResource.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1983"
} | starcoder | <reponame>OpenDataNorway/OpenData<gh_stars>1-10
using System;
using OpenData.Domain.Models;
namespace OpenData.Resources
{
/// <summary>
/// Used for safely transporting userdata without passwords, salts and other classified information.
/// The Token is a property here, this should never be sent to someo... | 2.067368 | fcecedf97b1ba20abd2ee39aa572069a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1983 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "STISource/ArchiveMonkey",
"max_stars_repo_path": "ArchiveMonkey/ArchiveMonkey.Settings/Properties/Resources.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1984"
} | 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.818645 | db0730ed4e12725ab99ca87103d1a323 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1984 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "philipdaubmeier/GraphIoT",
"max_stars_repo_path": "src/GraphIoT.Viessmann/Config/ViessmannConfigConnectionProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1985"
} | starcoder | using Microsoft.Extensions.Options;
using PhilipDaubmeier.TokenStore;
using PhilipDaubmeier.ViessmannClient.Network;
using System.Net.Http;
namespace PhilipDaubmeier.GraphIoT.Viessmann.Config
{
public class ViessmannHttpClient<T>
{
public ViessmannHttpClient(HttpClient client) => Client = client;
... | 2.16869 | 2d3f7da6c3fd694b5da2418bd4fd1639 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1985 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "nothing628/HotelUI",
"max_stars_repo_path": "UIHotel/Data/Table/LedgerLog.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1986"
} | starcoder | <filename>UIHotel/Data/Table/LedgerLog.cs
using System;
using System.Linq;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace UIHotel.Data.Table
{
[Table("ledger_log")]
public class LedgerLog
{
[Column("id", Order = 0)]
[Key]
... | 2.643994 | c100f75b441c11d26b874817617f044f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1986 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "robertsundstrom/commuter",
"max_stars_repo_path": "Commuter/Commuter/Converters/StopPointNameConverter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1987"
} | starcoder | using System;
using System.Globalization;
using Xamarin.Forms;
namespace Commuter.Converters
{
internal class StopPointNameConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
if (value is string name)
... | 2.675369 | 7cfe6d4d24ca05f9ad71ad3402733b4a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1987 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "bitcoinbrisbane/MultiChain-Demo",
"max_stars_repo_path": "MultiChainLib/Model/TransactionVin.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1988"
} | starcoder | <gh_stars>10-100
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MultiChainLib
{
public class TransactionVin
{
[JsonProperty("txid")]
public string TxId { get; set; }
[JsonProperty("vo... | 1.495612 | 695c7665b04a270f78601126876afb34 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1988 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "Serviceware/rocketcress",
"max_stars_repo_path": "src/Rocketcress.UIAutomation/Controls/WpfControls/WpfTree.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1989"
} | starcoder | <reponame>Serviceware/rocketcress
using Rocketcress.UIAutomation.Common;
using Rocketcress.UIAutomation.Controls.ControlSupport;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Automation;
namespace Rocketcress.UIAutomation.Controls.WpfControls
{
[AutoDetectControl]
public class WpfT... | 2.092685 | a546f1a17731a61aa55ff1f8db992cdc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1989 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "garysun1830/HAARestServer",
"max_stars_repo_path": "Controllers/APIController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1990"
} | starcoder | <filename>Controllers/APIController.cs
using HAA.Service;
using System;
using System.Web.Http;
using System.Web.Http.Cors;
using Unity;
namespace APIHome.Controllers
{
[EnableCors(origins: "*", headers: "*", methods: "*")]
[RoutePrefix("api/haa")]
public class APIController : BaseController
{
... | 2.465597 | db08e7687133d41124ef49ded45ae089 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1990 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "arinsuga/posup",
"max_stars_repo_path": "APPBASE/Views/Shared/_LayoutPrintable.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:1991"
} | starcoder | @{
ViewBag.Appname = "Posup";
}
@using APPBASE.Helpers
@using APPBASE.Svcutil
@using APPBASE.Svcbiz
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>@ViewBag.Appname | @ViewBag.Title</title>
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user... | 1.599412 | 07ab2b09ddf7148157ec3a1b979abf2a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1991 | {
"extension": "c-sharp",
"max_stars_count": "2630.0",
"max_stars_repo_name": "labh-dot/VisualStudio",
"max_stars_repo_path": "src/GitHub.VisualStudio/Commands/CreateGistCommand.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1992"
} | starcoder | using System;
using System.Linq;
using System.ComponentModel.Composition;
using System.Threading.Tasks;
using GitHub.Models;
using GitHub.Commands;
using GitHub.Logging;
using GitHub.Services;
using GitHub.Extensions;
using GitHub.Services.Vssdk.Commands;
namespace GitHub.VisualStudio.Commands
{
/// <summary>
... | 2.265607 | d5f42553045161136b3e8d5ecbdafe62 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1992 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "HenkVanMilligen/Philcosa",
"max_stars_repo_path": "Philcosa.Infrastructure/Repositories/CoverValueRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1993"
} | starcoder | <reponame>HenkVanMilligen/Philcosa<filename>Philcosa.Infrastructure/Repositories/CoverValueRepository.cs
using Philcosa.Application.Interfaces.Repositories;
namespace Philcosa.Infrastructure.Repositories
{
public class CoverValueRepository : ICoverValueRepository
{
}
} | 1.07507 | 5743c9cb9af0005479af647f88256ad7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1993 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "brettveenstra/AutoMapper.EF6.Extended",
"max_stars_repo_path": "src/AutoMapper.EF6.Extended.Tests/PostTransformTransformingImplementersTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1994"
} | starcoder | using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Threading;
using System.Threading.Tasks;
using AutoMapper.EF6.Extended.Tests.Shared.Encryption;
using AutoMapper.EF6.Extended.Tests.Shared.Samples.DTO;
using AutoMapper.EF6.Extended.Tests.Shared.Samples.Entities;
using Moq;
using Sh... | 2.300088 | 0d651d8ded2a2e15d02838193af34a79 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1994 | {
"extension": "c-sharp",
"max_stars_count": "146.0",
"max_stars_repo_name": "Synnotech-AG/VweXmlSetCollectionsError",
"max_stars_repo_path": "src/ExtendedXmlSerializer/ReflectionModel/IAddMethodLocator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1995"
} | starcoder | <filename>src/ExtendedXmlSerializer/ReflectionModel/IAddMethodLocator.cs
using System.Reflection;
namespace ExtendedXmlSerializer.ReflectionModel
{
interface IAddMethodLocator
{
MethodInfo Locate(TypeInfo type, TypeInfo elementType);
}
} | 1.88216 | 33cb897d874eed5712dce3088009ca98 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1995 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Com-Ericmas001/Userbase",
"max_stars_repo_path": "Src/Com.Ericmas001.Userbase/Entities/UserGroup.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1996"
} | starcoder | using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
// ReSharper disable All
namespace Com.Ericmas001.Userbase.Entities
{
[Table("UserGroups")]
public class UserGroup : IEntityWithId
{
[NotMapped]
public int Id
{
get { return ... | 2.207048 | e3d8e92ea1653fffc0e96831123eace2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1996 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BigYellowHammer/hazelcast-csharp-client",
"max_stars_repo_path": "src/Hazelcast.Net.Win32/Security/Win32/CredentialHandle.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1997"
} | starcoder | <reponame>BigYellowHammer/hazelcast-csharp-client<filename>src/Hazelcast.Net.Win32/Security/Win32/CredentialHandle.cs
// Copyright (c) 2008-2020, Hazelcast, Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License... | 1.947529 | 74ae1db13b3ce7fbaa669f7531895abf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1997 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "joshimoo/Challenges",
"max_stars_repo_path": "CodeEval/Easy/CapitalizeWords/CapitalizeWords.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1998"
} | starcoder | using System;
using System.IO;
using System.Text;
namespace CodeEval.CapitalizeWords
{
/// <summary>
/// Capitalize Words Challenge
/// Difficulty: Easy
/// Description: Capitalize the first character (a-->z) of each Word
/// Problem Statement: https://www.codeeval.com/open_challenges/93/
/// ... | 3.874464 | 8db9815b1e09d3f6150d621bcc905bc5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1998 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BorisLechev/CSharp-OOP-Basics",
"max_stars_repo_path": "C# Advanced/5. Functional Programming/Exercise/2.KnightsOfHonor/KnightsOfHonor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:1999"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
namespace _2.KnightsOfHonor
{
class KnightsOfHonor
{
static void Main(string[] args)
{
Action<string> print = el => Console.WriteLine($"Sir {el}");
Console.ReadLine()
.Split(" ", StringS... | 3.50865 | 2f05ff4f84b8b110c983cbde4f25f1fb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 1999 | {
"extension": "c-sharp",
"max_stars_count": "1356.0",
"max_stars_repo_name": "jberezanski/Castle-Windsor",
"max_stars_repo_path": "src/Castle.Windsor/MicroKernel/ComponentActivator/FactoryMethodActivator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2000"
} | starcoder | // Copyright 2004-2012 Castle Project - http://www.castleproject.org/
//
// 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... | 1.908832 | fea359cf246437f23b0b54e782159301 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2000 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DEFRA/license-and-permitting-dynamics",
"max_stars_repo_path": "Crm/WastePermits/Defra.Lp.WastePermits/Model/EarlyBound/OptionSets/AsyncOperation_OperationType.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2001"
} | starcoder | <filename>Crm/WastePermits/Defra.Lp.WastePermits/Model/EarlyBound/OptionSets/AsyncOperation_OperationType.cs
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will... | 1.215212 | 1b4ef461d593eda128321472ad8d7ffd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2001 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "cdotyone/Core.Utilities",
"max_stars_repo_path": "Core.Utilities/Reflection/EnumHelper.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2002"
} | starcoder | using System;
using System.Collections;
using System.Collections.Generic;
using System.Reflection;
namespace Core.Utilities.Reflection
{
public static class EnumHelper
{
public static string GetDescription(Enum en)
{
Type type = en.GetType();
MemberInfo[] me... | 3.157807 | 737700a07eabc106498231643726e06d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2002 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "pauldotknopf/bulwark",
"max_stars_repo_path": "src/Bulwark/Strategy/CodeOwners/Impl/CodeOwnersChangeset.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2003"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using Bulwark.FileSystem;
using LibGit2Sharp;
namespace Bulwark.Strategy.CodeOwners.Impl
{
public class CodeOwnersChangeset : ICodeOwnersChange... | 2.301898 | 2c9451f179208e51e104049a6729d037 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2003 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "budougumi0617/Multiplatformer",
"max_stars_repo_path": "Multiplatformer.Standard/Services/MockDataStore.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2004"
} | starcoder | <reponame>budougumi0617/Multiplatformer<filename>Multiplatformer.Standard/Services/MockDataStore.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Multiplatformer.Standard.Models;
namespace Multiplatformer.Standard.Services
{
public class MockDataS... | 2.948914 | 198897cc3cc4afea9be931e6788765a2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2004 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "markmario/fantasydata-api-csharp",
"max_stars_repo_path": "FantasyData.Api.Client/Model/Soccer/BettingEntityMetadata.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2005"
} | starcoder | using System;
using System.ComponentModel;
using System.Runtime.Serialization;
namespace FantasyData.Api.Client.Model.Soccer;
[DataContract(Namespace="", Name="BettingEntityMetadata")]
[Serializable]
public class BettingEntityMetadata
{
/// <summary>
/// The id of the record. Unique only within the same ent... | 2.246573 | f08ec82aebdf4b6efdf9ad9306e92f21 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2005 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "GAlex7/TA",
"max_stars_repo_path": "03. CSharpOOP/TeamWork/Model/Classes/Tiles/Contracts/PropertyTile.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2006"
} | starcoder | <reponame>GAlex7/TA<filename>03. CSharpOOP/TeamWork/Model/Classes/Tiles/Contracts/PropertyTile.cs
namespace MonopolyGame.Model.Classes.Tiles.Contracts
{
using System;
using Model.Classes.Actions;
using Model.Classes.Actions.Contracts;
using Model.Common.Validators;
using Model.Delegates;
publ... | 2.664728 | 632ae1f20e3808329c7ab9468b10ba1b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2006 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "chen1993nian/CPMPlatform",
"max_stars_repo_path": "AppModel/EIS.WorkFlow.XPDLParser/Elements/Deadline.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2007"
} | starcoder | <reponame>chen1993nian/CPMPlatform
using EIS.WorkFlow.XPDL.Utility;
using System;
using System.Collections;
namespace EIS.WorkFlow.XPDLParser.Elements
{
public class Deadline : BaseElement
{
private Node node_0 = NodeFactory.CreateNode();
private Node node_1 = NodeFactory.CreateNode();
private string string_... | 2.317842 | d41a3333edf2a64119a8207a552c905d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2007 | {
"extension": "c-sharp",
"max_stars_count": "27.0",
"max_stars_repo_name": "HMS-Core/hms-xamarin-bindings",
"max_stars_repo_path": "android/samples/AwarenessKitDemo/HMSSample/Utils.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2008"
} | starcoder | <reponame>HMS-Core/hms-xamarin-bindings
/*
Copyright 2020-2021. Huawei Technologies Co., Ltd. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
... | 1.825391 | e0fd9b09f884e6b73677c3c9f4985a76 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2008 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tahasiam/Revit-API",
"max_stars_repo_path": "Point Layout/Point_Layout/Move.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2009"
} | starcoder | /*
* Created by SharpDevelop.
* User: t.siamwala
* Date: 7/31/2017
* Time: 11:10 AM
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace Point_Layout
{
partial class Move
{
/// <summary>
/// Designer variable used to keep track of non-visual componen... | 1.955424 | 618fb438c471b2546466bbabde3bca99 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2009 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rscrivens/sarif-sdk",
"max_stars_repo_path": "src/Sarif.Converters/ConverterResources.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2010"
} | starcoder | <reponame>rscrivens/sarif-sdk<filename>src/Sarif.Converters/ConverterResources.Designer.cs<gh_stars>0
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may ... | 1.881151 | 1655434cbc7f67e061aa14c9accb8ea6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2010 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "1306479602/ZKWeb",
"max_stars_repo_path": "ZKWeb/ZKWeb/Web/IActionCollection.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2011"
} | starcoder | <gh_stars>1-10
using System;
namespace ZKWeb.Web {
/// <summary>
/// Collection used to manage actions<br/>
/// 用于管理Action的集合<br/>
/// </summary>
public interface IActionCollection {
/// <summary>
/// Associate action with path and method<br/>
/// 设置路径和方法关联的Action函数<br/>
/// </summary>
/// ... | 2.511823 | 044f0de58c019d7083a8b2ab56f29ab6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2011 | {
"extension": "c-sharp",
"max_stars_count": "21.0",
"max_stars_repo_name": "PdfSharpCore/PdfSharpCore",
"max_stars_repo_path": "src/PdfSharp.Charting/Charting/Axis.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2012"
} | starcoder | #region PDFsharp Charting - A .NET charting library based on PDFsharp
//
// Authors:
// <NAME>
//
// Copyright (c) 2005-2017 empira Software GmbH, Cologne Area (Germany)
//
// http://www.pdfsharp.com
// http://sourceforge.net/projects/pdfsharp
//
// Permission is hereby granted, free of charge, to any perso... | 2.44493 | 6cb9c57a3ecd654efcdf38c324af1464 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2012 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "symphony2014/runtime",
"max_stars_repo_path": "src/libraries/Microsoft.Extensions.Hosting/src/Internal/Host.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2013"
} | starcoder | <reponame>symphony2014/runtime
// 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.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Dep... | 2.031849 | bdec93919da553fe94ab858ba645c8b1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2013 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MichalAndrzejczak1/ProgramowanieWspolbiezne2022-MA-AD",
"max_stars_repo_path": "BouncingBallsVisualization/Model/ModelLayer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2014"
} | starcoder | <filename>BouncingBallsVisualization/Model/ModelLayer.cs
using System.Collections.Generic;
using System.ComponentModel;
using System.Windows.Controls;
using System.Windows.Media;
using System.Windows.Shapes;
using BouncingBalls.Data;
using BouncingBalls.Logic;
namespace BouncingBallsVisualization.Model
{
/// <sum... | 3.037748 | 2361af38a3c4eac25c22847cd3bc536b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2014 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "GetoXs/SheetToObjects",
"max_stars_repo_path": "src/SheetToObjects.Lib/ValueMapper.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2015"
} | starcoder | using System;
using CSharpFunctionalExtensions;
using SheetToObjects.Core;
using SheetToObjects.Lib.Extensions;
using SheetToObjects.Lib.FluentConfiguration;
using SheetToObjects.Lib.Parsing;
using SheetToObjects.Lib.Validation;
namespace SheetToObjects.Lib
{
internal class ValueMapper : IMapValue
... | 2.246091 | a2b4f91a259a0c845b12c07ec599a5d3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2015 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bendyline/Former",
"max_stars_repo_path": "Script/IItemSetEditor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2016"
} | starcoder | <reponame>bendyline/Former<filename>Script/IItemSetEditor.cs<gh_stars>0
/* Copyright (c) Bendyline LLC. All rights reserved. Licensed under the Apache License, Version 2.0.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. */
using System;
using System.Collections.Generic;
using S... | 1.595148 | f1e018bdee3fca1872a2a9e58081c995 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2016 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "WarrenMondeville/LockStepTank",
"max_stars_repo_path": "Server/LockStepServer/core/FightServer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2017"
} | starcoder | <filename>Server/LockStepServer/core/FightServer.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net.Sockets;
using System.Net;
using System.Timers;
namespace IDG.FightServer
{
class FightServer
{
public IndexObjectPool<Connection> ClientPool
... | 2.051643 | 66aeb936f078ab927ecabcf2d60d6756 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2017 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "PaulKolozsvari/Figlut-Suite",
"max_stars_repo_path": "source/trunk/MonoDroid/Figlut.MonoDroid.Toolkit/Data/CSV/CsvParser.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2018"
} | starcoder | <reponame>PaulKolozsvari/Figlut-Suite
namespace Figlut.MonoDroid.Toolkit.Data.CSV
{
#region Using Directives
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Data;
using System.Collections;
using Figlut.MonoDroid.To... | 2.933835 | e25d722b295e0a7235b70879c91065b3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2018 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "gleblebedev/Toe.SPIRV",
"max_stars_repo_path": "src/Toe.SPIRV/Reflection/Nodes/SubgroupAvcSicConfigureIpeLumaINTEL.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2019"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using Toe.SPIRV.Instructions;
using Toe.SPIRV.Reflection.Types;
using Toe.SPIRV.Spv;
namespace Toe.SPIRV.Reflection.Nodes
{
public partial class SubgroupAvcSicConfigureIpeLumaINTEL : Node
{
public SubgroupAvcSicConfigureI... | 1.758061 | b3c542b6e86d3a82cccf089044975180 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2019 | {
"extension": "c-sharp",
"max_stars_count": "100.0",
"max_stars_repo_name": "RyanHauert/fubumvc",
"max_stars_repo_path": "src/FubuMVC.Core/ServiceBus/TestSupport/TransportCleanup.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2020"
} | starcoder | using System.Collections.Generic;
using FubuMVC.Core.ServiceBus.Runtime;
using FubuMVC.Core.ServiceBus.Subscriptions;
using FubuMVC.Core.Services.Messaging;
namespace FubuMVC.Core.ServiceBus.TestSupport
{
public class TransportCleanup : IListener<ClearAllTransports>
{
private readonly IEnumerable<ITra... | 1.938038 | 70a67b54b77d4623bfac6f203013c0da |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2020 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MerlinsMaster/PieMan",
"max_stars_repo_path": "PacMan-noobtuts/Assets/Scripts/ScriptableObjects/IntVariable.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2021"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu]
public class IntVariable : ScriptableObject
{
public int value;
}
| 1.411279 | 4dc0ba33dde061d1cea4e642838175b3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2021 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "fmmendo/SimpleRest",
"max_stars_repo_path": "SimpleRest/Authenticators/HttpBasicAuthenticator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2022"
} | starcoder | <filename>SimpleRest/Authenticators/HttpBasicAuthenticator.cs
#region License
// Copyright 2010 <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.apache... | 2.580075 | 02e6439a33ee9f97a27e34b396f5cc1d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2022 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jmeline/robots_problem",
"max_stars_repo_path": "src/robots/Examples/MailService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2023"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EventsAndDelegates
{
public class MailService
{
public void OnVideoEncoded(object source, VideoEventArgs e)
{
Console.WriteLine("MailService: Sending an ema... | 2.095781 | de8ddf046781f45580b579f0d7394503 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2023 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MockyJoke/hitman",
"max_stars_repo_path": "Hitman/HitmanService/Services/Queue/Azure/AzureQueue.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2024"
} | starcoder | <filename>Hitman/HitmanService/Services/Queue/Azure/AzureQueue.cs
using System.Threading.Tasks;
using Microsoft.WindowsAzure.Storage.Queue;
namespace HitmanService.Services.Queue.Azure
{
public class AzureQueue : IQueue
{
private CloudQueue _cloudQueue;
public AzureQueue(CloudQueue cloudQueue... | 2.686378 | c38d55267ded5452c7ff1b2c86e5852a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2024 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Alexei-Baranov/kafka-flow",
"max_stars_repo_path": "src/KafkaFlow.Serializer/ConsumerMiddlewareConfigurationBuilderExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2025"
} | starcoder | <gh_stars>0
namespace KafkaFlow
{
using System;
using KafkaFlow.Configuration;
/// <summary>
/// No needed
/// </summary>
public static class ConsumerMiddlewareConfigurationBuilderExtensions
{
/// <summary>
/// Registers a middleware to deserialize messages
/// </su... | 1.624326 | d328debdc1135f472333b3a09ac0d87e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2025 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rogermadhu/VMS",
"max_stars_repo_path": "VMS/Controllers/Members/EnlistmentController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2026"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using VMS.Models;
using VMS.ClassUtility;
using System.Data;
namespace VMS.Controllers.Members
{
[RouteArea("Members")]
public class EnlistmentController : Controller
{
[Rout... | 2.016584 | 88d6bb20abc47e77c1256f2954ec824e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2026 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "mvalenta/corefx",
"max_stars_repo_path": "src/System.Runtime.Loader/tests/SatelliteAssemblies.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2027"
} | starcoder | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Resources;
usi... | 2.172312 | 7213ab8d15797072b3e206294a641499 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2027 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Milk-Star/AWS-Streaming-Transcribe-for-Unity",
"max_stars_repo_path": "Scripts/AWSWebSocketDemo.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2028"
} | starcoder | using System;
using System.Collections.Generic;
using UnityEngine;
using System.Text;
using NativeWebSocket;
using UnityEngine.UI;
public class AWSWebSocketDemo : MonoBehaviour
{
WebSocket websocket;
float timer = 0f;
int interator = 0;
int lastSample;
AudioClip clip;
public KeyCode Connec... | 2.290568 | 1bc5fab98711b85960c1fa3091687480 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2028 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "pressmatrix/Plugin.Firebase",
"max_stars_repo_path": "src/Plugin.Firebase.Android/Auth/PhoneNumber/PhoneNumberAuth.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2029"
} | starcoder | using System.Threading.Tasks;
using Android.App;
using Firebase.Auth;
using Java.Util.Concurrent;
namespace Plugin.Firebase.Android.Auth.PhoneNumber
{
public sealed class PhoneNumberAuth
{
private string _verificationId;
public Task VerifyPhoneNumberAsync(Activity activity, string pho... | 2.425393 | 18f62722aa4dd299299036ef135e8489 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2029 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "riQQ/DirectN",
"max_stars_repo_path": "DirectN/DirectN/Generated/MFP_ACQUIRE_USER_CREDENTIAL_EVENT.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2030"
} | starcoder | <filename>DirectN/DirectN/Generated/MFP_ACQUIRE_USER_CREDENTIAL_EVENT.cs
// c:\program files (x86)\windows kits\10\include\10.0.18362.0\um\mfplay.h(1143,9)
using System;
using System.Runtime.InteropServices;
namespace DirectN
{
[StructLayout(LayoutKind.Sequential)]
public partial struct MFP_ACQUIRE_USER_CREDE... | 1.75716 | eaac6ef13ea818e6ddeda295c37ea9bb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2030 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "qoala/CauldronMods",
"max_stars_repo_path": "Controller/Villains/TheInfernalChoir/Cards/DanchengTheGiantCardController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2031"
} | starcoder | <filename>Controller/Villains/TheInfernalChoir/Cards/DanchengTheGiantCardController.cs
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Handelabra.Sentinels.Engine.Controller;
using Handelabra.Sentinels.Engine.Model;
namespace Cauldron.TheInfernalChoir
{
public c... | 1.892798 | 563e3e71db757e9be09dfb4b39bf92b4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2031 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sifflforums/sifflforums",
"max_stars_repo_path": "SifflForums.Service/Models/Dto/SubmissionModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2032"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace SifflForums.Service.Models.Dto
{
public class SubmissionModel
{
public string SubmissionId { get; set; }
public string Title { get; set; }
public string Text { get; set; }
... | 1.779806 | 5254e9cba3b335665770f8ad13a2796f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2032 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "stevendonline/demoapp",
"max_stars_repo_path": "src/Demoapp.Web/Endpoints/ProjectEndpoints/Create.CreateProjectResponse.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2033"
} | starcoder | namespace Demoapp.Web.Endpoints.ProjectEndpoints
{
public class CreateProjectResponse
{
public int Id { get; set; }
public string Name { get; set; }
}
} | 1.536988 | f69c48a6c2520d4569392ef54ff10306 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2033 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "pengweiqhca/NetCache",
"max_stars_repo_path": "src/NetCache.SystemRuntimeCaching/RuntimeCachingProviderFactory.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2034"
} | starcoder | using System.Runtime.Caching;
namespace NetCache
{
public class RuntimeCachingProviderFactory : ICacheProviderFactory
{
private readonly ObjectCache _cache;
public RuntimeCachingProviderFactory() : this(MemoryCache.Default) { }
public RuntimeCachingProviderFactory(ObjectCache cache) ... | 2.447295 | dca79a591b6bf720b52beeba68445977 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2034 | {
"extension": "c-sharp",
"max_stars_count": "26.0",
"max_stars_repo_name": "devncore/wpf-leagueoflegends",
"max_stars_repo_path": "src/Lol.Store/UI/Views/SkinView.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2035"
} | starcoder | <gh_stars>10-100
using Lol.LayoutSupport.Controls;
using System.Windows;
namespace Lol.Store.UI.Views
{
public class SkinView : View
{
#region DefaultStyleKey
static SkinView()
{
DefaultStyleKeyProperty.OverrideMetadata(typeof(SkinView), new FrameworkPropertyMetadata(typeo... | 1.355582 | 0ca4598deb2db252183a3d2c0f495811 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2035 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jcrowegitHu8/MaginPotion.Responsive.Example",
"max_stars_repo_path": "MagicPotion.Objects/TypeOption.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2036"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MagicPotion.Objects
{
/// <summary>
/// The type option represents a Id, Value pair driven from the DB
/// so that reports and additional options can be added without a code change.
/// </... | 2.459943 | 28817710940cc18dc3b3fcaf5c1f8a24 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2036 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "astra-emsg/ASTRA.EMSG",
"max_stars_repo_path": "Master/ASTRA.EMSG.Business/Infrastructure/Transactioning/ITransactionScopeFactory.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2037"
} | starcoder | <filename>Master/ASTRA.EMSG.Business/Infrastructure/Transactioning/ITransactionScopeFactory.cs
namespace ASTRA.EMSG.Business.Infrastructure.Transactioning
{
public interface ITransactionScopeFactory
{
ITransactionScope CreateReadOnly();
ITransactionScope CreateReadWrite();
ITransactionS... | 1.721667 | 77e6a6518dc526b8284cee995f1cc943 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.