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 | 69733 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "marcelosmota/AvaliacaoDevJr",
"max_stars_repo_path": "src/AMHP.Avaliacao.Site/Models/UsuarioAvaliacaoViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69734"
} | starcoder | using System.ComponentModel.DataAnnotations;
namespace AMHP.Avaliacao.Site.Models
{
public class UsuarioAvaliacaoViewModel
{
[Required(ErrorMessage = "Informe o nome!")]
public string Nome { get; set; }
[Required(ErrorMessage = "Pergunta não respondida!")]
public int? Pergunta_... | 1.976984 | 25d5b9acc9196499550b167cc34e2e17 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69734 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Darxoon/TOKElfTool",
"max_stars_repo_path": "ElfLib/Types/Disposition/RawMobj.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69735"
} | starcoder | using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using System.Runtime.InteropServices;
namespace ElfLib.Types.Disposition
{
[StructLayout(LayoutKind.Sequential)]
[SuppressMessage("ReSharper", "FieldCanBeMadeReadOnly.Global")]
public struct RawMobj
... | 2.089273 | dd8feb46eaeb559c9fb0327bce34b701 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69735 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "vkorotenko/ChatApplication",
"max_stars_repo_path": "ChatApplication/Models/Message.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69736"
} | starcoder | <filename>ChatApplication/Models/Message.cs
#region License
// Разработано: <NAME> (<NAME>)
// email: <EMAIL>
// skype:vladimir-korotenko
// https://vkorotenko.ru
// Создано: 14.04.2019 7:30
#endregion
using System;
namespace ChatApplication.Models
{
/// <summary>
/// Сообщение пользователя
/// </summar... | 2.52682 | 816068a6ad04fdaeabd5d85cbebee95e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69736 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nikolaygekht/WebTestTools",
"max_stars_repo_path": "gehtsoft.htmlagilitypack.fluentassertions.test/JSFluentAssertions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69737"
} | starcoder | <reponame>nikolaygekht/WebTestTools
using System;
using System.Linq;
using Esprima.Ast;
using HtmlAgilityPack;
using Xunit;
using Xunit.Sdk;
using FluentAssertions;
using System.Linq.Expressions;
namespace Gehtsoft.HtmlAgilityPack.FluentAssertions.Test
{
public class JSFluentAssertions : IClassFixture<... | 1.951407 | efaa2da442ec82cb41f5bd6c8c20330b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69737 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Interface007/Sem.Tools",
"max_stars_repo_path": "Sem.Data.SprocAccess.FileSystemTests/ClassTxtDatabase.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69738"
} | starcoder | <filename>Sem.Data.SprocAccess.FileSystemTests/ClassTxtDatabase.cs<gh_stars>1-10
// <copyright file="ClassTxtDatabase.cs" company="<NAME>">
// Copyright (c) <NAME>. All rights reserved.
// </copyright>
namespace Sem.Data.SprocAccess.FileSystemTests
{
using System;
using System.Collections.Generic;
using Sy... | 2.538246 | fdb91edfe0c398afe251213b7bc9b018 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69738 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "hashikawau/cs_samples",
"max_stars_repo_path": "Common/Logger/Appenders.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69739"
} | starcoder | <gh_stars>0
using System;
using System.Diagnostics;
using System.IO;
using System.Text;
namespace CSSamples.Common.Logger
{
public class ConsoleAppender
{
public void Append(object sender, LogAppendingEventArgs args)
{
Console.Write($"[{args.Time}] [{args.Level,-5}] [{args.Tag}] ")... | 2.634265 | eb08490275ecc1c014efdc54c08bddc2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69739 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Net-splash/Autojector",
"max_stars_repo_path": "tests/Autojector.Tests/Factories/TestSingletonFactory.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69740"
} | starcoder |
using Autojector.Abstractions;
namespace Autojector.Tests.Factories;
interface ITestSingletonService { }
class TestSingletonService : ITestSingletonService { }
internal class TestSingletonFactory : ISingletonFactory<ITestSingletonService>
{
public ITestSingletonService GetService() => new TestSingletonService();... | 1.673207 | 15f96944395ee325dfd812debf03826e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69740 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "aaasoft/Quick.WpfToolkit",
"max_stars_repo_path": "Xceed.Wpf.DataGrid/CurrencyManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69741"
} | starcoder | /*************************************************************************************
Extended WPF Toolkit
Copyright (C) 2007-2013 Xceed Software Inc.
This program is provided to you under the terms of the Microsoft Public
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
For ... | 2.005158 | 2c505912f5a042ab462f5bf3387955a0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69741 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lloyduche/ShopRu",
"max_stars_repo_path": "ShopRu.Domain/Invoice/InvoiceItem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69742"
} | starcoder | using System;
using System.ComponentModel.DataAnnotations;
namespace ShopRu.Domain.Invoice
{
public class InvoiceItem
{
[Key]
public string InvoiceItemId { get; set; } = Guid.NewGuid().ToString();
public long Quantity { get; set; }
public string ItemId { get; set; }
... | 1.930831 | 92f0f0ba27c0aa66950d92610130173b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69742 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "TheNoviceProspect/rpi-test",
"max_stars_repo_path": "RpiLED.Cli/Bootstrap/AppBootstrap.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69743"
} | starcoder | using ConsoLovers.ConsoleToolkit.Core;
using ConsoLovers.ConsoleToolkit.Core.CommandLineArguments;
using RpiLED.Cli.Properties;
using System;
using System.IO;
namespace RpiLED.Cli.Bootstrap
{
public class AppBootstrap : ConsoleApplication<AppArguments>
{
#region Public Constructors
public App... | 2.440768 | c50a2933374dea9b826bcd84e40698d4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69743 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "aerooneqq/IntelligentComments",
"max_stars_repo_path": "src/dotnet/IntelligentComments/src/Comments/Calculations/CodeHighlighting/IPreliminaryCodeHighlighter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69744"
} | starcoder | <reponame>aerooneqq/IntelligentComments<gh_stars>0
namespace IntelligentComments.Comments.Calculations.CodeHighlighting;
public interface IPreliminaryCodeHighlighter : ICodeHighlighter
{
} | 0.721785 | b5197a009cfdb6ece8155dab67915d35 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69744 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "stmcallister/MobileKidsIdApp",
"max_stars_repo_path": "src/MobileKidsIdApp/MobileKidsIdApp.Model/IResourceReference.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69745"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MobileKidsIdApp.Model
{
/// <summary>
/// Describes a reference to a file, contact, or foreign entity outside the context of this application.
/// </summary>
public interface I... | 2.121005 | 174089b5f8fd88d9fb62fce0beb70463 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69745 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "markstiles/SitecoreCognitiveServices.Core",
"max_stars_repo_path": "src/Foundation/IBMSDK/code/TextToSpeech/Models/CustomVoiceModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69746"
} | starcoder | <gh_stars>0
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System;
using System.Collections.Generic;
namespace SitecoreCognitiveServices.Foundation.IBMSDK.TextToSpeech.Models
{
public class CustomVoiceModel
{
[JsonProperty("customization_id")]
public string Id { get; set; }
... | 1.792925 | 386f9903b3abf1e7c5aebff68ef6db7f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69746 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "intensifier/NeoAxisEngine",
"max_stars_repo_path": "Sources/Engine/NeoAxis.Core/Editor/EditorAPI.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69747"
} | starcoder | <filename>Sources/Engine/NeoAxis.Core/Editor/EditorAPI.cs
// Copyright (C) NeoAxis Group Ltd. 8 Copthall, Roseau Valley, 00152 Commonwealth of Dominica.
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.IO;
using Sys... | 1.986286 | 8efa061eeabbf8e3b0897cef06aebd54 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69747 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "ShinyHobo/BG3-Modders-Multitool",
"max_stars_repo_path": "bg3-modders-multitool/bg3-modders-multitool/Models/ModuleShortDesc.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69748"
} | starcoder | <reponame>ShinyHobo/BG3-Modders-Multitool
/// <summary>
/// The module short description model.
/// </summary>
namespace bg3_modders_multitool.Models
{
public class ModuleShortDesc
{
public string Name { get; set; }
public string Folder { get; set; }
public string Version { get; set; }
... | 1.854038 | 69ea50690795485813151c7bb0dfe0eb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69748 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "JeffM2501/GPWerks",
"max_stars_repo_path": "ServiceCore/ServiceCore/Models/User.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69749"
} | starcoder | <reponame>JeffM2501/GPWerks
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
namespace ServiceCore.Models
{
public class User
{
[Key]
public int user_id { get; set; }
public string email { get;... | 2.311653 | 72a55e1928aa1f1145cf3dbb32034855 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69749 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "MehdiValinejad/industrytower",
"max_stars_repo_path": "IndustryTower/Views/GroupSessionOffer/OfferInsert.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:69750"
} | starcoder | <gh_stars>1-10
@model IndustryTower.Models.GroupSessionOffer
<div id="newOfferForm" class="row">
<div class="col-md-12">
@using (Html.BeginForm("Create", "GroupSessionOffer", FormMethod.Post, new { @class = "new-offer-form" }))
{
@Html.Hidden("SsId", EncryptionHelper.Protect(Model.sess... | 1.994166 | ca30542ba07c2ca93c7114f5c0789928 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69750 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "golfstrom/notifo",
"max_stars_repo_path": "backend/src/Notifo/Areas/Api/Controllers/Web/Dtos/PollRequest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69751"
} | starcoder | <gh_stars>1-10
// ==========================================================================
// Notifo.io
// ==========================================================================
// Copyright (c) <NAME>
// All rights reserved. Licensed under the MIT license.
// =================================================... | 1.163057 | d2302e3ae88410498cbfaa612c5df5fb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69751 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "polartron/open-netcode",
"max_stars_repo_path": "Packages/com.unity.entities@0.17.0-preview.42/Unity.Entities.Editor/ComponentSystemProcessing.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69752"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using Unity.Scenes.Editor;
using UnityEditor.Build;
using UnityEditor.Build.Reporting;
using UnityEditor.UnityLinker;
namespace Unity.Entities.IL2CPPProcessing
{
public class ComponentSys... | 2.266273 | acf20f3cd3bfd34f0633a5e5542c68de |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69752 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "pat-sweeney/psi",
"max_stars_repo_path": "Sources/Visualization/Microsoft.Psi.Visualization.Windows/VisualizationObjects/DepthImageWithIntrinsicsAsPointCloudVisualizationObject.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69753"
... | starcoder | <reponame>pat-sweeney/psi
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
namespace Microsoft.Psi.Visualization.VisualizationObjects
{
using System.ComponentModel;
using System.Runtime.Serialization;
using System.Windows.Media;
using Microsoft.Psi.Calibr... | 2.034773 | dbb02679d74154ec6bf9dc1a69701be5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69753 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "niltor/21DCC.Web",
"max_stars_repo_path": "Comment/MSBlogsFunction/Models/BingTranslateRequest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69754"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
namespace MSBlogsFunction.Models
{
class BingTranslateRequest
{
public string Text { get; set; }
public string SourceLanguage { get; set; }
public string TargetLanguage { get; set; }
}
}
| 1.595128 | dddbbf3cf197aec3ef599f2fd93afe74 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69754 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "landon/SageGraphUI",
"max_stars_repo_path": "Algorithms/Utility/SequenceGeneralizer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69755"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Algorithms.Utility
{
public class SequenceGeneralizer<T>
{
int _length;
List<T> _alphabet;
List<Matcher> _matchers = new List<Matcher>();
Dictionary<int, List<int>> _g... | 3.05557 | c2a9c677f8bcd44ad701abfe1f362f2a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69755 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "alexinea/Cosmos.Encryption",
"max_stars_repo_path": "src/Cosmos.Encryption/Cosmos/Encryption/Algorithms/RailFence.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69756"
} | starcoder | using System;
using System.Text;
using Cosmos.Encryption.Abstractions;
using Cosmos.Encryption.Core.Internals;
namespace Cosmos.Encryption.Algorithms
{
/// <summary>
/// RailFence encryption algorithm
/// for more info, please view:
/// https://www.codeproject.com/Articles/63432/Classical-Encrypti... | 3.028774 | a3e78b051650da102db949ad10040e4b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69756 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tsukitsutsuki/sdk-for-unity-wizards-tutorial",
"max_stars_repo_path": "workers/unity/Assets/Gamelogic/Player/PlayerControlsSender.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69757"
} | starcoder | using Assets.Gamelogic.Core;
using Assets.Gamelogic.Utils;
using Improbable.Gdk.GameObjectRepresentation;
using Improbable.Player;
using UnityEngine;
namespace Assets.Gamelogic.Player
{
[WorkerType(WorkerPlatform.UnityClient)]
public class PlayerControlsSender : MonoBehaviour
{
[Require] private Pl... | 1.969767 | e5472bf9b56539b600a247c89a155096 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69757 | {
"extension": "c-sharp",
"max_stars_count": "25.0",
"max_stars_repo_name": "psygames/HotUnity",
"max_stars_repo_path": "UnityProject/Assets/HotUnity/ILRuntimeInit.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69758"
} | starcoder | using UnityEngine;
using System.Collections;
using System.IO;
using ILRuntime.Runtime.Enviorment;
using System;
//下面这行为了取消使用WWW的警告,Unity2018以后推荐使用UnityWebRequest,处于兼容性考虑Demo依然使用WWW
#pragma warning disable CS0618
public class ILRuntimeInit : MonoBehaviour
{
//AppDomain是ILRuntime的入口,最好是在一个单例类中保存,整个游戏全局就一个,这里为了示例方便,每... | 2.094171 | c4e0864594d92044ce55983674948408 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69758 | {
"extension": "c-sharp",
"max_stars_count": "13846.0",
"max_stars_repo_name": "tomaswesterlund/aspnetcore",
"max_stars_repo_path": "src/SignalR/common/SignalR.Common/src/Protocol/HandshakeRequestMessage.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69759"
} | starcoder | <gh_stars>1000+
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Microsoft.AspNetCore.SignalR.Protocol
{
/// <summary>
/// A handshake request message.
/// </summary>
public class HandshakeRequestMessage :... | 2.253912 | 2d7e809bb6d4c34e35d5978ff85f6328 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69759 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "heromantf/wl",
"max_stars_repo_path": "Feature/RaceSystem/Client/Menus/RaceSelectionMenu.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69760"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using MenuAPI;
namespace Client.Menus
{
public class RaceSelectionMenu : SubMenu
{
private static RaceStartMenu raceStartMenu;
protected override void CreateMenu()
... | 2.499217 | bb537d854709621dbfa6fe8e846304ed |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69760 | {
"extension": "c-sharp",
"max_stars_count": "58.0",
"max_stars_repo_name": "subski/sharpneat-refactor",
"max_stars_repo_path": "src/Tests/TestApp1/Utils.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69761"
} | starcoder | <reponame>subski/sharpneat-refactor
using System.IO;
using System.Text.Json;
using SharpNeat;
using SharpNeat.Experiments;
using SharpNeat.IO;
using SharpNeat.Neat;
using SharpNeat.Neat.EvolutionAlgorithm;
namespace TestApp1
{
internal static class Utils
{
public static NeatEvolutionAlgorithm<double> ... | 2.364724 | 3b9c697eb14b9c890c4d40ec8e0ac0ce |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69761 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dolittle-security/Gateway",
"max_stars_repo_path": "Source/Read/Portals/IdentityServer/ICanConfigureIdentityServerForPortal.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69762"
} | starcoder | /*---------------------------------------------------------------------------------------------
* Copyright (c) Dolittle. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*-------------------------------------------------------------------------------... | 1.108128 | 6aab0223fced65bd31a87862fc8a3859 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69762 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mkitto/MyGenshinDemo",
"max_stars_repo_path": "MyGenshin/Client/Assets/Scripts/Game/Event/EventWraperV1.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69763"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
// 方便Lua绑定事件
public class EventWraper
{
Action @event;
public virtual void AddListener(Action callback) => @event += callback;
public virtual void RemoveList... | 2.668735 | 66ba35245117705cdb71e47a5734eb00 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69763 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "dharmatech/AbstractAlgebraCs",
"max_stars_repo_path": "pinter-13-K-3-C1/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69764"
} | starcoder | <reponame>dharmatech/AbstractAlgebraCs<filename>pinter-13-K-3-C1/Program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using AbstractAlgebraMathSet;
using AbstractAlgebraGroup;
using AbstractAlgebraCartesianProduct;
using static System.Console;... | 3.123427 | 8394051d96c301ddf2e8a8f2022b31d1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69764 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SkillsFundingAgency/dfc-personalisation-common-ui-pkg-netcore",
"max_stars_repo_path": "DFC.Personalisation.CommonUI/ViewComponents/Components/AutoComplete/AutoCompleteModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69765"
} | starcoder | namespace DFC.Personalisation.CommonUI.ViewComponents.Components.AutoComplete
{
public class AutoCompleteModel : ViewModelBase, IAutoComplete
{
public string Source { get; set; }
public string Element { get; set; }
public string Id { get; set; }
public bool AutoSelect { get; set... | 2.011741 | 6aee8e8c31a68d78d96bd3ac26e322ff |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69765 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "KHCmaster/PPD",
"max_stars_repo_path": "Win/FlowScriptEngineBasic/FlowSourceObjects/Stream/ReadDoubleFlowSourceObject.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69766"
} | starcoder | <gh_stars>10-100
using System;
namespace FlowScriptEngineBasic.FlowSourceObjects.Stream
{
[ToolTipText("Stream_ReadDouble_Summary")]
public partial class ReadDoubleFlowSourceObject : StreamFlowSourceObjectBase
{
public override string Name
{
get { return "Stream.ReadDouble"; }
... | 2.60283 | b90503c89e78ed8f556dc43f6bab8ac7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69766 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dusda/qualm",
"max_stars_repo_path": "src/Qualm/Queuing/QueueProcessor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69767"
} | starcoder | using System;
using System.Threading;
using System.Threading.Tasks;
namespace Qualm.Queuing
{
public class QueueProcessor : IQueueProcessor
{
private readonly IQueueClientFactory _clientFactory;
private readonly IQueueMessageMapperRegistry _mapperRegistry;
private readonly IQueueMessag... | 2.592929 | c53148b4787bc6156b4d1bc9438df569 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69767 | {
"extension": "c-sharp",
"max_stars_count": "475.0",
"max_stars_repo_name": "Lilac311/shriek-fx",
"max_stars_repo_path": "src/Shriek.ServiceProxy.Http.Tracer.Butterfly/ServiceCollectionExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69768"
} | starcoder | <filename>src/Shriek.ServiceProxy.Http.Tracer.Butterfly/ServiceCollectionExtensions.cs
using System;
using System.Net.Http;
using Butterfly.Client;
using Butterfly.Client.AspNetCore;
using Butterfly.Client.Tracing;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Microsoft.Exte... | 2.003504 | c8571eb7f93762915e04e0ecdb09cfe3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69768 | {
"extension": "c-sharp",
"max_stars_count": "428.0",
"max_stars_repo_name": "generike/certes",
"max_stars_repo_path": "test/Certes.Tests/Acme/Resource/AccountTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69769"
} | starcoder | using Certes.Json;
using Newtonsoft.Json;
using System;
using System.IO;
using System.Text.RegularExpressions;
using Xunit;
namespace Certes.Acme.Resource
{
public class AccountTests
{
[Fact]
public void CanGetSetProperties()
{
var account = new Account();
accou... | 2.359582 | 0f9d96fe402c91dd94f90122facd9a96 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69769 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lygwys/dlvm_lygwys",
"max_stars_repo_path": "Libraries/Plugin/Mzg.Plugin/IEntityPluginUpdater.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69770"
} | starcoder | using Microsoft.AspNetCore.Http;
using Mzg.Plugin.Domain;
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Mzg.Plugin
{
public interface IEntityPluginUpdater
{
Task<bool> Update(EntityPlugin entity, IFormFile file);
bool Update(EntityPlugin entity);
... | 1.366952 | 84e211bc3dcbd631e043ce1ff7c62a35 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69770 | {
"extension": "c-sharp",
"max_stars_count": "100.0",
"max_stars_repo_name": "karasek/BTDB",
"max_stars_repo_path": "BTDB/KVDBLayer/Implementation/FileCollectionWithFileInfos.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69771"
} | starcoder | <filename>BTDB/KVDBLayer/Implementation/FileCollectionWithFileInfos.cs
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using BTDB.Buffer;
using BTDB.StreamLayer;
namespace BTDB.KVDBLayer
{
public class FileCollectionWithFileInfos : IFi... | 2.291522 | 5118921447fe73b903104e4826d34385 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69771 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "colindcli/COLINBLOG",
"max_stars_repo_path": "Net.Utility/ProcessHelper.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69772"
} | starcoder | <gh_stars>1-10
// 运行控制台
using System.Diagnostics;
using System.Text;
public class ProcessHelper
{
/// <summary>
/// 执行exe文件
/// </summary>
/// <param name="fileName"></param>
/// <param name="arguments">多个用空格分隔</param>
/// <returns></returns>
public static string RunProcess(string fileName... | 2.889928 | e218836f9ee285b965f50b500bcf0f33 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69772 | {
"extension": "c-sharp",
"max_stars_count": "40.0",
"max_stars_repo_name": "pranshaggarwal/HotReloading",
"max_stars_repo_path": "Core/StatementConverter/StatementInterpreter/Branch/ElseClauseStatementInterpreter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69773"
} | starcoder | using HotReloading.Syntax.Statements;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace StatementConverter.StatementInterpreter
{
internal class ElseClauseStatementInterpreter : IStatementInterpreter
{
private StatementInterpreterHandler statementInterpreterHandler;
private ElseClauseSynta... | 2.387742 | 48cf05bd6821687dd1490421ab2e0cc9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69773 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Khyrou/ConceptMatrix",
"max_stars_repo_path": "ConceptMatrix/Backend/DatSaves.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69774"
} | starcoder | <filename>ConceptMatrix/Backend/DatSaves.cs
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace ConceptMatrix.Backend
{
class DatSaves
{
public readonly string Description;
... | 2.925613 | 5a5aacf4c99628b2ec8ba2a9d73f4cba |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69774 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "shaed-parkar/ss-dotnet-api",
"max_stars_repo_path": "tests/Api.Tests/AuthorTests/RemoveAuthorByIdTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69775"
} | starcoder | namespace SS.AuthorTests;
public class RemoveAuthorByIdTests : ControllerTest
{
private Author _author;
[SetUp]
public void SetUp()
{
_author = null;
}
[TearDown]
public async Task TearDown()
{
// only a precaution if remove fails
if (_author is not null)
... | 2.258582 | c34dcf104c01e210207055dd1f2a529e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69775 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "terry-u16/AtCoder",
"max_stars_repo_path": "Training20201019/Training20201019/Training20201019/Questions/QuestionB.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69776"
} | starcoder | <reponame>terry-u16/AtCoder<gh_stars>0
using System;
using System.Buffers;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Text;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Intrinsi... | 2.492833 | 4dd9ddf4799254181bf0ed168a8bf641 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69776 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "maikelbos0/VDT.Core",
"max_stars_repo_path": "src/VDT.Core.DependencyInjection.Tests/Decorators/DecoratorOptionsTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69777"
} | starcoder | using System.Linq;
using System.Reflection;
using VDT.Core.DependencyInjection.Decorators;
using Xunit;
namespace VDT.Core.DependencyInjection.Tests.Decorators {
public sealed class DecoratorOptionsTests {
private readonly DecoratorOptions options = new DecoratorOptions(typeof(IDecoratorOptionsTarget), ty... | 2.158419 | b37fdc0cb072a844cd21a739fcec439e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69777 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "derek-glennon/GraphicsProgrammingProjects",
"max_stars_repo_path": "GraphicsProgrammingProjects/Assets/BRDFs/Scripts/ToonLightingShowController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69778"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ToonLightingShowController : MonoBehaviour
{
[SerializeField]
private float showDuration;
[SerializeField]
private Transform arrow;
[SerializeField]
private Transform pointerBW;
[SerializeField]
... | 2.221346 | 7fee92b7ec703f9ae774530deb2921df |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69778 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "fabienroyer/NetduinoGo",
"max_stars_repo_path": "Samples/DAQmodule/Tutorials/09-I2cCommunications/09-I2cCommunications/HIH613x.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69779"
} | starcoder | <reponame>fabienroyer/NetduinoGo<filename>Samples/DAQmodule/Tutorials/09-I2cCommunications/09-I2cCommunications/HIH613x.cs
/*
[nwazet Open Source Software & Open Source Hardware
Authors: <NAME>
Software License Agreement (BSD License)
Copyright (c) 2010-2012, Nwazet, LLC. All rights reserved.
Redistribution an... | 1.761006 | 76801e0b35d5fb12d267fe3930be36a3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69779 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Antonov-S/leave-management-repo",
"max_stars_repo_path": "leave-management/leave-management/Repository/LeaveTypeRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69780"
} | starcoder | <reponame>Antonov-S/leave-management-repo
using leave_management.Contracts;
using leave_management.Data;
using System;
using System.Collections.Generic;
using System.Linq;
namespace leave_management.Repository
{
public class LeaveTypeRepository : ILeaveTypeRepository
{
private readonly ApplicationDbCo... | 2.739206 | 5e1a757af256b06e61c05ece0cfd0474 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69780 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "LexiconGr7-1/gladiator-management-simulator",
"max_stars_repo_path": "Gladiator.Application/School/Responses/SchoolResponseRelational.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69781"
} | starcoder | using Gladiator.Application.Arena.Responses;
using Gladiator.Application.Gladiator.Responses;
using Gladiator.Application.Player.Responses;
namespace Gladiator.Application.School.Responses
{
public class SchoolResponseRelational : SchoolResponse
{
public List<GladiatorResponse> Gladiators { get; set; ... | 1.54993 | 596573b74a2049c679df7e356b2d2184 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69781 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "QuinntyneBrown/aspnet-semver-getting-started",
"max_stars_repo_path": "Server/Config/Contracts/IConfigurationProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69782"
} | starcoder | <reponame>QuinntyneBrown/aspnet-semver-getting-started<gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Chloe.Server.Config.Contracts
{
public interface IConfigurationProvider
{
T Get<T>() where T : class;
}
} | 1.700479 | 6cbb790968797b532ac664548ae5bc7b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69782 | {
"extension": "c-sharp",
"max_stars_count": "5234.0",
"max_stars_repo_name": "SvanBoxel/OrchardCore",
"max_stars_repo_path": "src/OrchardCore.Modules/OrchardCore.Contents/Sitemaps/DefaultContentItemsQueryProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69783"
} | starcoder | <gh_stars>1000+
using System;
using System.Linq;
using System.Threading.Tasks;
using OrchardCore.ContentManagement;
using OrchardCore.ContentManagement.Records;
using OrchardCore.Sitemaps.Builders;
using OrchardCore.Sitemaps.Models;
using OrchardCore.Sitemaps.Services;
using YesSql;
using YesSql.Services;
namespace Or... | 2.119743 | 9d9d0ecb3facfc467cb37ba3a2938912 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69783 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "hieundpython/AspMvc",
"max_stars_repo_path": "aspnet-core/src/MovieMVC.EntityFrameworkCore/EntityFrameworkCore/MovieMVCDbContextFactory.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69784"
} | starcoder | <reponame>hieundpython/AspMvc<filename>aspnet-core/src/MovieMVC.EntityFrameworkCore/EntityFrameworkCore/MovieMVCDbContextFactory.cs
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design;
using Microsoft.Extensions.Configuration;
using MovieMVC.Configuration;
using MovieMVC.Web;
namespace Mov... | 1.807393 | b8bcd145831732ccf3196d830ea3fb73 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69784 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jakegough/jaytwo.NuGetCheck",
"max_stars_repo_path": "test/jaytwo.NuGetCheck.Tests/ProgramUnitTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69785"
} | starcoder | <filename>test/jaytwo.NuGetCheck.Tests/ProgramUnitTests.cs
using System;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Moq;
using NuGet.Packaging.Core;
using NuGet.Versioning;
using Xunit;
namespace jaytwo.NuGetCheck.Tests
{
public class ProgramUnitTests
{
[Fact]
publi... | 2.164351 | b726778f85c508753def42b393c0db75 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69785 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "meco00/CSharp-Web",
"max_stars_repo_path": "RazorViews/RazorViews/Services/CustomViewData.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69786"
} | starcoder |
namespace RazorViews.Services
{
public class CustomViewData : ICustomViewData
{
public string GetViewData() => "Hello Moto";
}
}
| 1.692808 | 475bbec0a44e1514e934fbb8b55f29cc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69786 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "encosoftware/ifps",
"max_stars_repo_path": "ButorRevolutionWebAPI/src/backend/factory/IFPS.Factory.Application/ValidationDto/Cuttings/CuttingCreateValidatorDto.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69787"
} | starcoder | <filename>ButorRevolutionWebAPI/src/backend/factory/IFPS.Factory.Application/ValidationDto/Cuttings/CuttingCreateValidatorDto.cs<gh_stars>0
using FluentValidation;
using IFPS.Factory.Application.Dto;
namespace IFPS.Factory.Application.ValidationDto
{
public class CuttingCreateValidatorDto : AbstractValidator<Cutt... | 2.06713 | 0781a0a66c42201ba4d0d5cf5f685870 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69787 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "tompazourek/Feedpipes",
"max_stars_repo_path": "src/Feedpipes/Extensions/Rss10Syndication/Rss10SyndicationExtensionConstants.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69788"
} | starcoder | using System.Xml.Linq;
namespace Feedpipes.Extensions.Rss10Syndication
{
/// <remarks>
/// Spec: http://web.resource.org/rss/1.0/modules/syndication/
/// </remarks>
internal static class Rss10SyndicationExtensionConstants
{
public const string NamespaceAlias = "sy";
publi... | 1.878527 | b578e1d1d026ca20f85b426ca183e002 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69788 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mohamed-azhar/AuthPermissions.AspNetCore",
"max_stars_repo_path": "AuthPermissions.BaseCode/SetupCode/TenantTypes.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69789"
} | starcoder | // Copyright (c) 2021 <NAME>, GitHub: JonPSmith, web: http://www.thereformedprogrammer.net/
// Licensed under MIT license. See License.txt in the project root for license information.
namespace AuthPermissions.BaseCode.SetupCode
{
/// <summary>
/// This defines the types of tenant the AuthPermissions can hand... | 2.612784 | 1a4f697a430196f3189185a24f6719d2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69789 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "HaoLife/DomainDriven",
"max_stars_repo_path": "src/Rainbow.DomainDriven.Core/Domain/DomainException.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69790"
} | starcoder | <reponame>HaoLife/DomainDriven
using System;
using System.Collections.Generic;
using System.Text;
namespace Rainbow.DomainDriven.Domain
{
public class DomainException : Exception
{
public DomainCode Code { get; private set; }
public DomainException(DomainCode code) : base()
{
... | 2.325063 | 1c407db2b29e3a6dc0696606854ca36a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69790 | {
"extension": "c-sharp",
"max_stars_count": "81.0",
"max_stars_repo_name": "vhnatyk/TraderWallet",
"max_stars_repo_path": "Nethereum.UI/Nethereum.UI.Core/Views/BalanceSummaryPage.xaml.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69791"
} | starcoder | <filename>Nethereum.UI/Nethereum.UI.Core/Views/BalanceSummaryPage.xaml.cs
using MvvmCross.Forms.Presenters.Attributes;
using MvvmCross.Forms.Views;
using Nethereum.UI.Core.ViewModels;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
namespace Nethereum.UI.Core.Views
{
[XamlCompilation(XamlCompilationOptions.Compile... | 1.664594 | 3dd33af4dbdb6e52a7a0907302c05069 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69791 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SannaNaTu/programming-basics",
"max_stars_repo_path": "conditional-statemenst/conditional-statements/task-5/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69792"
} | starcoder | using System;
namespace task_4
{
class Program
{
static void Main(string[] args)
{
Console.OutputEncoding = System.Text.Encoding.UTF8;
// Define instructions
Console.WriteLine("Ohjelma lajittelee luvut nousevaan järjestykseen. Anna ohjelmalle kolme lukua ");... | 3.130378 | 3036e129406d62c04a199538f75a64e6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69792 | {
"extension": "c-sharp",
"max_stars_count": "195.0",
"max_stars_repo_name": "ChristophCaina/EmbyStat",
"max_stars_repo_path": "EmbyStat.Clients.GitHub/Models/UpdateResult.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69793"
} | starcoder | <gh_stars>100-1000
namespace EmbyStat.Clients.GitHub.Models
{
public class UpdateResult
{
public UpdateResult()
{
IsUpdateAvailable = false;
Package = new PackageInfo();
}
public bool IsUpdateAvailable { get; set; }
public string AvailableVersion ... | 1.81622 | 30ced84ad83768b7f0713335ee7afee6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69793 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gforestshade/TatemonSugorokuGame",
"max_stars_repo_path": "Assets/TatemonSugoroku/Scripts/Data/Save/SettingData.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69794"
} | starcoder | <reponame>gforestshade/TatemonSugorokuGame
//#define TestSetting
using System;
using System.Linq;
using System.Collections.Generic;
using UnityEngine;
using Cysharp.Threading.Tasks;
using SubmarineMirage;
using SubmarineMirage.Service;
using SubmarineMirage.Audio;
using SubmarineMirage.Data.Save;
using SubmarineMirage.... | 1.835079 | 66d73ee281a2128ec75ed4495f3cacf7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69794 | {
"extension": "c-sharp",
"max_stars_count": "29.0",
"max_stars_repo_name": "waseems/inbox2_desktop",
"max_stars_repo_path": "Code/Client/Inbox2/Framework/Interop/WebBrowser/tagSIZEL.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69795"
} | starcoder | <reponame>waseems/inbox2_desktop
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
namespace Inbox2.Framework.Interop.WebBrowser
{
[StructLayout( LayoutKind.Sequential )]
public sealed class tagSIZEL
{
public int cx;
public i... | 1.341762 | dfef95c43844133bb6202af1af924dd0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69795 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "msotiroff/Softuni-learning",
"max_stars_repo_path": "C# Web Module/CSharp-Web-Asp.Net.Core-MVC/SoftUniClone/SoftUniClone.Web/Views/Courses/Index.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:69796"
} | starcoder | <reponame>msotiroff/Softuni-learning<filename>C# Web Module/CSharp-Web-Asp.Net.Core-MVC/SoftUniClone/SoftUniClone.Web/Views/Courses/Index.cshtml<gh_stars>1-10
@model PagesViewModel<CourseBasicServiceModel>
@{
ViewData["Title"] = "All Courses";
}
<h2>@ViewData["Title"]</h2>
@if (User.IsInRole(Constants.Administr... | 2.546072 | fb0787765c4547e70e5c00cc08b81d24 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69796 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "HurricanKai/Towel",
"max_stars_repo_path": "Sources/Towel/Sort.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69797"
} | starcoder | using System;
using static Towel.Syntax;
namespace Towel
{
/// <summary>Contains static sorting algorithms.</summary>
public static class Sort
{
#region Bubble
/// <summary>Sorts values using the bubble sort algorithm.</summary>
/// <typeparam name="T">The type of values to sort.</typeparam>
/// <param na... | 3.261838 | fa7dddb77721f5576c4e342241e77288 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69797 | {
"extension": "c-sharp",
"max_stars_count": "619.0",
"max_stars_repo_name": "KeesV/azure-functions-durable-extension",
"max_stars_repo_path": "test/DFPerfScenarios/Tests/ManySequencesTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69798"
} | starcoder | <filename>test/DFPerfScenarios/Tests/ManySequencesTest.cs
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.... | 2.323633 | 4e86e710ffbe79d2cebd8f73dc488afe |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69798 | {
"extension": "c-sharp",
"max_stars_count": "444.0",
"max_stars_repo_name": "Kynake/com.unity.netcode.gameobjects",
"max_stars_repo_path": "com.unity.netcode.gameobjects/Tests/Runtime/NetworkShowHideTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69799"
} | starcoder | <reponame>Kynake/com.unity.netcode.gameobjects<filename>com.unity.netcode.gameobjects/Tests/Runtime/NetworkShowHideTests.cs
using System;
using System.Collections;
using System.Collections.Generic;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.TestTools;
using Unity.Netcode.TestHelpers.Runtime;
namespace... | 2.089363 | 0718135681e0f2b9c56eb8c136ba4a15 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69799 | {
"extension": "c-sharp",
"max_stars_count": "21.0",
"max_stars_repo_name": "AccentDesign/xiconify",
"max_stars_repo_path": "converted/iconify/internal/CustomTypefaceSpan.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69800"
} | starcoder | namespace com.joanzapata.iconify.@internal
{
using Canvas = android.graphics.Canvas;
using Paint = android.graphics.Paint;
using Rect = android.graphics.Rect;
using Typeface = android.graphics.Typeface;
using ReplacementSpan = android.text.style.ReplacementSpan;
public class CustomTypefaceSpan : ReplacementSpa... | 2.258794 | fb20ad2ebe95d71ac4588c6391596ee3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69800 | {
"extension": "c-sharp",
"max_stars_count": "37.0",
"max_stars_repo_name": "ChenallFork/cameyo",
"max_stars_repo_path": "PackageEditor/FilesEditing/FileProperties.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69801"
} | starcoder | <filename>PackageEditor/FilesEditing/FileProperties.Designer.cs
namespace PackageEditor.FilesEditing
{
partial class FileProperties
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any reso... | 1.957044 | 28f9dd13e9170b6eaaf5ee48ada88a0e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69801 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "meesterturner/GoalLine",
"max_stars_repo_path": "GoalLine.Processes/MedicalProcesses.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69802"
} | starcoder | using System;
using System.Collections.Generic;
using GoalLine.Data;
using GoalLine.Processes.ProcessLogic;
using GoalLine.Structures;
namespace GoalLine.Processes
{
class MedicalProcesses : IProcess
{
public void EndOfDay()
{
PlayerMedical pm = new PlayerMedical();
pm.... | 2.128692 | 4f9feba9665f42e167ccaff4c5081d8c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69802 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "cdriesler/Aviary",
"max_stars_repo_path": "Parrot/Displays/pFrame.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69803"
} | starcoder | using System.Windows.Controls;
using System.Windows.Media;
using Xceed.Wpf.Toolkit;
using System.Windows;
using System.Drawing;
using System.Windows.Media.Imaging;
using System.IO;
using System.Drawing.Imaging;
using Wind.Containers;
using Parrot.Controls;
namespace Parrot.Displays
{
public class pFrame : pCont... | 2.462833 | 7e6e76263e0cb1ee028feb8bfad55bba |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69803 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "doupihule/gameDemo",
"max_stars_repo_path": "Assets/XLua/Gen/UnityEngineLODGroupWrap.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69804"
} | starcoder | #if USE_UNI_LUA
using LuaAPI = UniLua.Lua;
using RealStatePtr = UniLua.ILuaState;
using LuaCSFunction = UniLua.CSharpFunctionDelegate;
#else
using LuaAPI = XLua.LuaDLL.Lua;
using RealStatePtr = System.IntPtr;
using LuaCSFunction = XLua.LuaDLL.lua_CSFunction;
#endif
using XLua;
using System.Collections.Generic;
name... | 1.669107 | d9e393d623d6a57505da398731bc4854 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69804 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "sunilkumarmedium/DotnetCoreCongnitoServices",
"max_stars_repo_path": "CognitoUserManagement.Application/DTOs/Login/TokenModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69805"
} | starcoder | <gh_stars>1-10
namespace CognitoUserManagement.Application.DTOs
{
public class TokenModel
{
public string IdToken { get; set; }
public string AccessToken { get; set; }
public int ExpiresIn { get; set; }
public string RefreshToken { get; set; } }
} | 1.421704 | a179c046ffb93d2657472cd9fa203faf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69805 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "russelhampton05/GroceryOrderScript",
"max_stars_repo_path": "GroceryOrderScript/GroceryOrderScript/KrogerExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69806"
} | starcoder | using KrogerApi;
namespace GroceryOrderScript.KrogerExtensions
{
static class KrogerExtensions
{
public static Item KrogerItemFromGroceryItem(this GroceryItem groceryItem)
{
Item kitem = new Item()
{
UID = groceryItem.UID,
Count = grocery... | 2.257402 | 818ca1eae050812b608fc2dc652e35e7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69806 | {
"extension": "c-sharp",
"max_stars_count": "9271.0",
"max_stars_repo_name": "KyleKorndoerfer/DevToys",
"max_stars_repo_path": "src/dev/impl/DevToys/Helpers/NumberBaseHelper.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69807"
} | starcoder | <gh_stars>1000+
#nullable enable
using System.Globalization;
namespace DevToys.Helpers
{
internal static class NumberBaseHelper
{
/// <summary>
/// Detects whether the given string is a valid Hexadecimal Number or not.
/// </summary>
internal static bool IsValidHexadecimal(str... | 3.102847 | ecc6c3e5d1b6ebba685030185537ca55 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69807 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Maximus5/choco",
"max_stars_repo_path": "src/chocolatey/infrastructure.app/nuget/NugetList.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69808"
} | starcoder | <reponame>Maximus5/choco<filename>src/chocolatey/infrastructure.app/nuget/NugetList.cs
// Copyright © 2011 - Present RealDimensions Software, 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 ... | 1.974465 | c504f8af1de503113d0b770a8fd8616b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69808 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Drawaes/Leto2",
"max_stars_repo_path": "src/Leto.Interop/LibCrypto/BIO/BIO_set_data.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69809"
} | starcoder | using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
namespace Leto.Interop
{
public static partial class LibCrypto
{
[DllImport(Libraries.LibCrypto, CallingConvention = CallingConvention.Cdecl)]
private static extern void BIO_set_data(BIO a, ... | 2.122852 | eb5e45557f3a8e3e649cb3a6c02b3662 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69809 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "PetePrattis/catch-the-ghost-minigame-in-visual-csharp",
"max_stars_repo_path": "WindowsFormsApplication/Form2.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69810"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApplication4
{
public partial class Form2 : Form
{
p... | 2.272699 | 27b3d199ce7aa2ef49088cbc21039e3b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69810 | {
"extension": "c-sharp",
"max_stars_count": "74.0",
"max_stars_repo_name": "sunshinele/npoi",
"max_stars_repo_path": "testcases/ooxml/Util/TestIdentifierManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69811"
} | starcoder | /* ====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for Additional information regarding copyright ownership.
The ASF licenses this file ... | 2.175901 | 81647258222753340871cba0a61ab124 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69811 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ap0llo/Cake.GitHub",
"max_stars_repo_path": "src/Cake.GitHub/Status/GitHubStatusResult.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69812"
} | starcoder | namespace Cake.GitHub
{
public class GitHubStatusResult
{
public string? Id { get; set; }
public string? Url { get; set; }
public string? State { get; set; }
}
} | 1.671422 | ce7ea3ffc7ec3a6bba6339750369d5f5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69812 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "HelloKitty/GladNet2.Serialization.Protobuf",
"max_stars_repo_path": "src/GladNet.Serializer.Protobuf/Surrogates/StackIntSurrogate.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69813"
} | starcoder | using ProtoBuf;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace GladNet.Serializer.Protobuf
{
/// <summary>
/// Serializable surrogate type for the Stack{int} type.
/// </summary>
[ProtoContract]
public class StackIntSurrogate
{
//string is serializable so we'll... | 2.822044 | d2f1019370b044b4c96f1bcaf3c15d28 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69813 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "yuandev/SCTool_Gitee.com_CN",
"max_stars_repo_path": "SCTools/SCToolsLib/Localization/FolderLocalizationRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69814"
} | starcoder | <reponame>yuandev/SCTool_Gitee.com_CN
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using NSW.StarCitizen.Tools.Lib.Global;
using NSW.StarCitizen.Tools.Lib.Update;
namespace NSW.StarCitizen.Tools.Lib.Localization
{
public s... | 2.330759 | b2fcad04c60049116017fb4b81c29948 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69814 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "throwawayschwndlg/moonstone",
"max_stars_repo_path": "src/moonstone.ui.web/Views/Shared/_headerGroup.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:69815"
} | starcoder | <div class="ui dropdown item ms-nav-group-dropdown">
<i class="map signs icon"></i>
@*<i class="dropdown icon"></i>*@
<div class="pointing menu">
<a class="item" href="@Routes.IndexBankAccounts.GetActionLink(Url)">
<i class="university icon"></i> Bank Accounts
</a>
<a ... | 1.751154 | 354cc42d02f64d963288010182e3e41d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69815 | {
"extension": "c-sharp",
"max_stars_count": "36.0",
"max_stars_repo_name": "mrkriv/UnrealDotNet",
"max_stars_repo_path": "Plugins/UnrealDotNet/Source/UnrealEngineSharp/Generate/Struct/FFastArraySerializerItem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69816"
} | starcoder | // This file was created automatically, do not modify the contents of this file.
// ReSharper disable InvalidXmlDocComment
// ReSharper disable InconsistentNaming
// ReSharper disable CheckNamespace
// ReSharper disable MemberCanBePrivate.Global
using System;
using System.Runtime.InteropServices;
// Source... | 1.544659 | 23fb319919e9a323ea67841b673d781a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69816 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "vcsjones/CertGenTools",
"max_stars_repo_path": "src/CertGenTools/KeyTypePrompt.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69817"
} | starcoder |
using System;
using System.ComponentModel;
using System.Security.Cryptography;
using Spectre.Console;
abstract record KeyAlgorithm();
sealed record RsaKey(int KeySize, HashAlgorithmName HashAlgorithm) : KeyAlgorithm();
sealed record EcdsaKey(ECCurve Curve, HashAlgorithmName HashAlgorithm) : KeyAlgorithm();
internal... | 3.005159 | 834e36f68bf832190ef886c51177ccca |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69817 | {
"extension": "c-sharp",
"max_stars_count": "22.0",
"max_stars_repo_name": "Toxa2202/plast",
"max_stars_repo_path": "EPlast/EPlast/Controllers/ActionController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69818"
} | starcoder | <filename>EPlast/EPlast/Controllers/ActionController.cs<gh_stars>10-100
using AutoMapper;
using EPlast.BLL.DTO.Events;
using EPlast.BLL.Interfaces.Events;
using EPlast.ViewModels.Events;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using System.Collections.... | 2.012821 | 374302f933fc43bd67b464aa0a881b82 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69818 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "memucho/webapp",
"max_stars_repo_path": "src/TrueOrFalse.Tests/a Test MetaData/Personas/Persona.LoggedInUser.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69819"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using BDDish.Model;
namespace TrueOrFalse.Tests
{
public class LoggedInUser : ICustomerDescription
{
public string About { get; set; }
}
}
| 1.558563 | 6dd07f83611dd3984e1f6520728bd797 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69819 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "tangrams/unity-terrain-example",
"max_stars_repo_path": "Assets/TerrainTile.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69820"
} | starcoder | using System;
using System.Collections.Generic;
using UnityEngine;
[RequireComponent(typeof(MeshFilter), typeof(MeshRenderer))]
public class TerrainTile : MonoBehaviour
{
// Editor-visible fields:
public int ZoomLevel = 11;
public int Resolution = 32;
public bool UseNormalMap = true;
public Textur... | 2.786733 | b09a57b5bdb49a168e15b030fa510c4b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69820 | {
"extension": "c-sharp",
"max_stars_count": "22.0",
"max_stars_repo_name": "Clancey/PST",
"max_stars_repo_path": "pst/pst/impl/decoders/messaging/PropertyIdDecoder.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69821"
} | starcoder | using pst.interfaces;
using pst.utilities;
namespace pst.impl.decoders.messaging
{
class PropertyIdDecoder : IDecoder<PropertyId>
{
public PropertyId Decode(BinaryData encodedData)
{
return new PropertyId(encodedData.Take(4).ToInt32());
}
}
}
| 1.822901 | 5ae7dbb737a5a5dba4add9237723bc02 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69821 | {
"extension": "c-sharp",
"max_stars_count": "814.0",
"max_stars_repo_name": "adrytekk/MoleRoule",
"max_stars_repo_path": "Library/PackageCache/com.unity.render-pipelines.core@10.6.0/Runtime/RenderGraph/RenderGraphDefaultResources.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69822"
} | starcoder | <reponame>adrytekk/MoleRoule
using UnityEngine.Rendering;
namespace UnityEngine.Experimental.Rendering.RenderGraphModule
{
/// <summary>
/// Helper class allowing access to default resources (black or white texture, etc.) during render passes.
/// </summary>
public class RenderGraphDefaultResources
... | 2.40468 | a79a5d2cbf74d0d519133b0b8c56a4bb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69822 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Sakchai/ResearchProject",
"max_stars_repo_path": "Research.Service/Common/ResearchAcademicRankDefaults.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69823"
} | starcoder | using System;
namespace Research.Services.Common
{
/// <summary>
/// Represents default values related to academicRank services
/// </summary>
public static partial class ResearchAcademicRankDefaults
{
#region AcademicRanks
/// <summary>
/// Gets a key for caching
... | 2.206999 | 77f05c9b19e098493934666c49db29aa |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69823 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "beingawesome/CQRS",
"max_stars_repo_path": "src/Cqrs.Commands/Command.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69824"
} | starcoder | using System;
namespace Cqrs.Commands
{
public abstract class Command
{
}
}
| 1.181063 | e6e145c97654b98b6fb65a0018003165 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69824 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "goit/NuGetGallery",
"max_stars_repo_path": "src/NuGetGallery/Authentication/AuthenticationTypes.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69825"
} | starcoder | <filename>src/NuGetGallery/Authentication/AuthenticationTypes.cs<gh_stars>1-10
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace NuGetGallery.Authentication
{
public static class Authenti... | 1.668795 | 5baa589f96fa4956c407d014937e76a4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69825 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "madiantech/tkcore",
"max_stars_repo_path": "Data/YJC.Toolkit.AdoData/Data/_SourceConfig/BaseTotalConfig.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69826"
} | starcoder | using YJC.Toolkit.MetaData;
using YJC.Toolkit.Right;
using YJC.Toolkit.Sys;
namespace YJC.Toolkit.Data
{
internal abstract class BaseTotalConfig : BaseDbConfig, IListDbConfig,
IDetailDbConfig, IEditDbConfig, IReadObjectCallBack
{
#region IReadObjectCallBack 成员
public void OnReadObject... | 1.865646 | 375101af93d8f159a3dad861c6ded930 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69826 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ekonbenefits/MVCContrib.FluentHtml",
"max_stars_repo_path": "src/CommandProcessor/CommandProcessor.UnitTests/IndexReplacerVisitorTester.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69827"
} | starcoder | using System;
using System.Linq.Expressions;
using MvcContrib.CommandProcessor.Helpers;
using NUnit.Framework;
namespace MvcContrib.CommandProcessor.UnitTests
{
[TestFixture]
public class IndexReplacerVisitorTester
{
[Test]
public void Should_replace_array_index_with_correct_index_value()
{
Ex... | 2.44184 | 05c2a166945487041611cd16330f9efe |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69827 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "jonsth131/NZap",
"max_stars_repo_path": "NZap/Helpers/SerializationHelper.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69828"
} | starcoder | <filename>NZap/Helpers/SerializationHelper.cs
using System.Collections.Generic;
using System.Web.Script.Serialization;
using NZap.Entities;
namespace NZap.Helpers
{
internal static class SerializationHelper
{
internal static IApiResult DeserializeJsonToApiResult(string json)
{
var ... | 2.656361 | 21f31684a8a5868afe747fee1c4bf2d5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69828 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mlapaglia/BTNster",
"max_stars_repo_path": "BTNster/Views/Filters/EditFilter.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:69829"
} | starcoder | <gh_stars>0
@using System.Linq
@inherits Nancy.ViewEngines.Razor.NancyRazorViewBase<BTNster.Web.Models.Filters.EditFilterModel>
@{
Layout = "Views/_Layout.cshtml";
}
<div class="container-fluid">
<div class="col-xs-12">
<div class="form-group">
<div class="col-md-12">
... | 1.806633 | b69b88127f781a72bc2e0743bbf1a7ca |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69829 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Microsoft/enterprise-library-common-infrastructure",
"max_stars_repo_path": "source/Src/Configuration/Design/EditorWithReadOnlyTextAttribute.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69830"
} | starcoder | <gh_stars>1-10
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace Microsoft.Practices.EnterpriseLibrary.Common.Configurat... | 2.69786 | 8de735e6026cdfae123d45a4ec24858a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69830 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "vanbrayne/Xlent.Lever.Libraries2.Crud",
"max_stars_repo_path": "src/Libraries2.Crud.Test.NuGet/Model/TypeOfTestDataEnum.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69831"
} | starcoder | namespace Xlent.Lever.Libraries2.Crud.Test.NuGet.Model
{
/// <summary>
/// Enumeration for the different kinds of data that we expect from a testable class.
/// </summary>
public enum TypeOfTestDataEnum
{
/// <summary>
/// A fixed set of data with "normal" values.
/// </summ... | 2.619493 | 7e89d5816c1f0ae7a4d6bb6fb32678eb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69831 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Euynac/Koubot.Plugin",
"max_stars_repo_path": "KouMaimai/Models/SongAlias.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69832"
} | starcoder | using Koubot.Shared.Models;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Koubot.Shared.Protocol.Attribute;
using System.Collections.Generic;
namespace KouGamePlugin.Maimai.Models
{
[KouAutoModelTable("alias", new[] { nameof(KouMaimai) }, Name = "Mai歌曲别名")]... | 1.886595 | 1120c96d7b0a290611aa169d34dfa6b4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 69832 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sampa-msft/azure-sdk-for-net",
"max_stars_repo_path": "sdk/compute/Azure.ResourceManager.Compute/src/Generated/Models/DataDiskImageEncryption.cs",
"provenance": "train-00000-of-00045.jsonl.gz:69833"
} | starcoder | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using Azure.Core;
namespace Azure.ResourceManager.Compute.Models
{
/// <summary> Contains encryption settings for a data disk image. </summary>
public partial class DataDisk... | 2.071568 | eefcff9dc490dedd9101a88cb7cd115c |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.