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 | 8909 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AyronK/poe-commerce",
"max_stars_repo_path": "src/PoECommerce.Client.Model/Model/Search/TypeFilter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8910"
} | starcoder | namespace PoECommerce.Core.Model.Search
{
public class TypeFilter
{
public string Category { get; set; }
public ItemRarity? ItemRarity { get; set; }
}
} | 1.689808 | 2f05991d05f425f82f0d09d249e59368 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8910 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jameswestbv/Metrics.NET",
"max_stars_repo_path": "Src/Metrics/PerfCounters/ThreadPoolMetrics.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8911"
} | starcoder | using System;
using System.Diagnostics;
using System.Threading;
namespace Metrics.PerfCounters
{
public static class ThreadPoolMetrics
{
public static void RegisterThreadPoolGauges(MetricsContext context)
{
context.Gauge("Thread Pool Available Threads", () => { int threads, ports; ... | 2.403949 | c2f664512fea17a511419d26daa58452 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8911 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lzocateli00/Lzfy.DevPack",
"max_stars_repo_path": "test/Nuuvify.CommonPack.UnitOfWork.SqlServer.xTest/Arrange/SqlServerTestFactAttribute.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8912"
} | starcoder | using System;
using Xunit;
namespace Nuuvify.CommonPack.UnitOfWork.SqlServer.xTest
{
public sealed class SqlServerTestFactAttribute : FactAttribute
{
public SqlServerTestFactAttribute()
{
if (!IsSqlServerContext())
{
Skip = "Ignore test Database SqlServe... | 2.150348 | 75b0c33b0bc60f46fb0720650aed59f5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8912 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dbgate/datadmin",
"max_stars_repo_path": "DatAdmin.Core/AllFeatures/Frames/ColumnMap/ColumnMapFrame.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8913"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespace DatAdmin
{
public partial class ColumnMapFrame : UserControl
{
IColumnMapFrame m_frmvar;
Di... | 1.732811 | 7fcf6b42cfd4b00d16a3da09d7dea484 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8913 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BCavala/zadace",
"max_stars_repo_path": "DZ1/zadaca1/Class1.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8914"
} | starcoder | <filename>DZ1/zadaca1/Class1.cs<gh_stars>0
using System;
namespace ClassLibrary
{
public class Episode
{
private int viewers = 0;
private double maxrate = 0;
private double sumscore = 0;
public Episode() { }
public Episode(int viewers, double sumscore, dou... | 3.148253 | 58da3c891160adb4223990b9793df507 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8914 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Vycka/Viki.Pipeline",
"max_stars_repo_path": "src/Viki.Pipeline.Core/Streams/Interfaces/IAsyncDisposablesBag.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8915"
} | starcoder | <reponame>Vycka/Viki.Pipeline
using System;
namespace Viki.Pipeline.Core.Streams.Interfaces
{
public interface IAsyncDisposablesBag
{
/// <summary>
/// Adds disposable object to list, from which everything will be disposed once dispose is triggered on this object instance.
/// </summar... | 1.89021 | aef6bdc83d3ee8cc310ce9f8cd76f34c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8915 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "itrofimow/corefx",
"max_stars_repo_path": "src/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/General/TypeExtensions.netstandard.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8916"
} | 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.
// This file makes NetStandard Reflection's "subclassing" surface area look as much like NetCore as possible so the ... | 2.44048 | f3136a7b6174be43e0621ca8f8fdac98 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8916 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "cool8868/Soccer-King",
"max_stars_repo_path": "MatchModule_New/SkillEngine/SkillEngine.SkillBase/Extetion.Football/PlayerExtetions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8917"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SkillEngine.Extern.Enum.Football;
using SkillEngine.SkillBase.Xtern;
namespace SkillEngine.SkillBase.Extetion.Football
{
public static class PlayerExtetions
{
public static int GetStatInt(this ISkillManager man... | 2.115678 | 0276d83bc24029037ddeb6311b5fb5c9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8917 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tyomitch/itext7.pdfimage",
"max_stars_repo_path": "itext.pdfimage/PdfToImageConverter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8918"
} | starcoder | <filename>itext.pdfimage/PdfToImageConverter.cs<gh_stars>0
using iText.Kernel.Pdf;
using iText.Kernel.Pdf.Canvas.Parser;
using iText.Kernel.Pdf.Canvas.Parser.Listener;
using System;
using System.Collections.Generic;
using System.IO;
using itext.pdfimage.Models;
using itext.pdfimage.Extensions;
using System.Threading;
... | 2.666629 | 1ce07f6e27cad72c2b52ea1d3f37f276 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8918 | {
"extension": "c-sharp",
"max_stars_count": "2197.0",
"max_stars_repo_name": "joseocampo/samples",
"max_stars_repo_path": "framework/windows-workflow-foundation/scenario/ExternalRuleSetToolkit/CS/ExternalRuleSetLibrary/RuleSetData.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8919"
} | starcoder | //----------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------------
using System;
using System.Globalization;
using System.IO;
using System.Workflow.Activities.Rules;
using System.Workflow.C... | 2.524912 | 3d5e70068dc3aed291e7b75755f06efc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8919 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "googleapis/googleapis-gen",
"max_stars_repo_path": "google/cloud/websecurityscanner/v1beta/google-cloud-websecurityscanner-v1beta-csharp/Google.Cloud.WebSecurityScanner.V1Beta/ScanRun.g.cs",
"provenance": "train-00000-of-00045.jsonl.g... | starcoder | <filename>google/cloud/websecurityscanner/v1beta/google-cloud-websecurityscanner-v1beta-csharp/Google.Cloud.WebSecurityScanner.V1Beta/ScanRun.g.cs
// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/websecurityscanner/v1beta/scan_run.proto
// </auto-generated>... | 1.444138 | 70b2ff012448f12bbc5a1bd501a15558 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8920 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "jaenudin86/PointBlank",
"max_stars_repo_path": "server/Game/Network/ServerPacket/BATTLE/PROTOCOL_BATTLE_CHANGE_NETWORK_ACK.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8921"
} | starcoder | /*
* C# Server Emulator Project Blackout / PointBlank
* Authors: the__all
* Copyright (C) 2015 | OZ-Network
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Core.Data.Parsers;
using Core.Model;
namespace Game.Network.ServerPacket
{
public class PROTOCOL_BATTLE_CHA... | 1.856909 | b5d04d205d559570fb8e4382ddca90e9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8921 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "factor-50-devops-bot/user-service",
"max_stars_repo_path": "UserService/UserService.Core/Services/CommunicationService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8922"
} | starcoder | <gh_stars>0
using HelpMyStreet.Contracts.Shared;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using UserService.Core.Interfaces.Services;
using HelpMyStreet.Contracts.CommunicationService.Response;
using HelpMyStreet.Contracts.CommunicationService.Request;
using System.Text;
using Newto... | 1.7768 | ba961ff3a34c18eeed46e69acb331649 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8922 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "vico-zan/VFrame4Unity",
"max_stars_repo_path": "trunk/Assets/VFrame/Scripts/Data/GameUtility.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8923"
} | starcoder | using UnityEngine;
using System.IO;
public class GameUtility {
public static bool IsCacheFolder;
public static int CanvasWidth = 768;
public static int CanvasHeight = 1024;
public static string GetPath(string file = "") {
if (IsCacheFolder) {
return
#if UNITY_EDITOR
... | 2.471017 | 30df8c6f9c943d151de93aff8e430ed8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8923 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "INIage/Snake",
"max_stars_repo_path": "src/Core/Data/Repositories/WallRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8924"
} | starcoder | namespace Core.Data.Repositories
{
using Data.Models;
using Data.Repositories.Interfaces;
class WallRepository : Repository<Point>, IWallRepository
{
public void Create(int x, int y)
{
Create(new Point { X = x, Y = y });
}
}
}
| 2.440053 | e0f586d4cd803fe42e6683185e750cf4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8924 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "MemeLabs/Anidow",
"max_stars_repo_path": "anidow/Database/Models/Anime.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8925"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Anidow.Enums;
using Anidow.GraphQL;
using Anidow.Model;
using Humanizer;
using Stylet;
namespace Anidow.Database.Models;
// ReSharper disable once ClassWithVirtualMem... | 1.876184 | ddd6349ad1d42e75585945600c107826 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8925 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kurema/qiitaSourceGenerator",
"max_stars_repo_path": "01. Operator overloading/TernaryComparisonOperator/TernaryComparisonOperator/TernaryComparisonOperator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8926"
} | starcoder | <gh_stars>0
using System;
using kurema.TernaryComparisonOperator;
namespace kurema.TernaryComparisonOperator
{
public class Comparison
{
public static ComparisonValueDouble operator ==(Comparison left, double right) => new ComparisonValueDouble(true, right, right);
public static ComparisonValu... | 2.622987 | 36cbe21948cbed8ed524a33c5d80bf95 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8926 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Clarify/clarify-csharp",
"max_stars_repo_path": "Clarify.PCL/Models/GetBundleResponseModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8927"
} | starcoder | <filename>Clarify.PCL/Models/GetBundleResponseModel.cs
/*
* Clarify.PCL
*
* This file was automatically generated by APIMATIC BETA v2.0 on 10/06/2014
*/
using System;
using System.IO;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threadi... | 1.836201 | 208e3228d4b9101bd085313af26d49bc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8927 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "keith-anders/NAdapter",
"max_stars_repo_path": "src/NAdapter/Customization/Method/Behavior/MethodFromDelegateBehavior.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8928"
} | starcoder | <reponame>keith-anders/NAdapter
using System;
using System.Reflection;
using System.Reflection.Emit;
namespace NAdapter
{
/// <summary>
/// Behavior of a method which passes information to a delegate
/// </summary>
internal class MethodFromDelegateBehavior : MethodBehavior
{
Delegate _invo... | 2.848152 | 752532f989d10a973dde94264584f77c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8928 | {
"extension": "c-sharp",
"max_stars_count": "59.0",
"max_stars_repo_name": "MicroWorldwide/BGC_Tools",
"max_stars_repo_path": "Scripting/Tokens/IdentifierToken.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8929"
} | starcoder | <filename>Scripting/Tokens/IdentifierToken.cs
namespace BGC.Scripting
{
public class IdentifierToken : Token
{
public readonly string identifier;
public IdentifierToken(int line, int column, string identifier)
: base(line, column)
{
this.identifier = identifier;... | 2.835575 | fafc0be1df86358588a335ae9d350f31 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8929 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "johnamcruz/Ballin",
"max_stars_repo_path": "Balln/Pages/Games/AddNewGamePage.xaml.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8930"
} | starcoder | <reponame>johnamcruz/Ballin
using System;
using System.Collections.Generic;
using Xamarin.Forms;
namespace Balln.Pages.Games
{
public partial class AddNewGamePage : ContentPage
{
public AddNewGamePage()
{
InitializeComponent();
}
}
}
| 0.6961 | 5c653c28a777244a6ea02d35be59c78d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8930 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "chrisfactory/SignalR.Proximity",
"max_stars_repo_path": "src/SignalR.Proximity.Core/Services/PatternProvider/ContractPatternProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8931"
} | starcoder | <reponame>chrisfactory/SignalR.Proximity<filename>src/SignalR.Proximity.Core/Services/PatternProvider/ContractPatternProvider.cs
using Microsoft.Extensions.Options;
using SignalR.Proximity.Core;
using System;
namespace SignalR.Proximity
{
/// <summary>
/// Represents the provider of Hub Url Pattern.
/// </... | 2.561107 | 69148e7771d830e8f557a05e180df0da |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8931 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "HarrievG/coreclr",
"max_stars_repo_path": "src/tools/crossgen2/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Win32Structs.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8932"
} | 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.Collections.Generic;
using System.Runtime.InteropServices;
using System.Reflection.Metadata;
using IL... | 1.880132 | 9f25850f36ccc257bedd96380195d576 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8932 | {
"extension": "c-sharp",
"max_stars_count": "6580.0",
"max_stars_repo_name": "BlackBoxAM/Lean",
"max_stars_repo_path": "Common/Interfaces/IDataProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8933"
} | starcoder | <reponame>BlackBoxAM/Lean
/*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
... | 2.128098 | d9d6ccdbe04137183487aca636f9b0e9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8933 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "WildGenie/Ninokuni",
"max_stars_repo_path": "Programs/NinoTweet/NinoTweet/Rc4.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8934"
} | starcoder | <gh_stars>10-100
//
// Rc4.cs
//
// Author:
// <NAME> <<EMAIL>>
//
// Copyright (c) 2015 <NAME>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License... | 2.476606 | 13ff98e97ec36dc8e3337457044fa0d2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8934 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mindleaving/commons",
"max_stars_repo_path": "Collections/Table.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8935"
} | starcoder | <reponame>mindleaving/commons
using System.Collections.Generic;
namespace Commons.Collections
{
public class Table<T>
{
public Table(params string[] columnNames)
{
foreach (var columnName in columnNames)
{
AddColumn(columnName);
}
... | 2.718406 | 627718f5886fd15046b35d05f5e62497 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8935 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jdm7dv/Microsoft-Biology-Foundation",
"max_stars_repo_path": "Source/MoleculeViewer/Residue.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8936"
} | starcoder | //=============================================================================
// This file is part of The Scripps Research Institute's C-ME Application built
// by InterKnowlogy.
//
// Copyright (C) 2006, 2007 Scripps Research Institute / InterKnowlogy, LLC.
// All rights reserved.
//
// For information about this ... | 2.341872 | 64f23c66ee3608cffc7d759966f8f57c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8936 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "DorShaar/TasksManager",
"max_stars_repo_path": "TaskManager/UI/ConsoleUI/Resources/TasksGroupResource.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8937"
} | starcoder | namespace Tasker.Resources
{
public class TasksGroupResource
{
public string GroupId { get; set; }
public string GroupName { get; set; }
public string Status { get; set; }
public int Size { get; set; }
}
} | 1.610346 | 3ff3f9b6a9e9dceaeb22de52214820c9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8937 | {
"extension": "c-sharp",
"max_stars_count": "12.0",
"max_stars_repo_name": "glorylo/joyride",
"max_stars_repo_path": "Tests/Android.Native/SampleApp/ApiDemo/Screens/App/CustomTitleScreen.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8938"
} | starcoder | <gh_stars>10-100
using Joyride.Platforms;
using OpenQA.Selenium;
using OpenQA.Selenium.Support.PageObjects;
namespace Tests.Android.Native.SampleApp.ApiDemo.Screens.App
{
public class CustomTitleScreen : ApiDemoScreen
{
[FindsBy(How = How.Id, Using = "io.appium.android.apis:id/left_text_button")]
... | 1.814845 | 21783afd41b793670978eb2da8836296 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8938 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lokalan/Siege",
"max_stars_repo_path": "Siege.Security/Siege.Security.Admin/Security/Controllers/ApplicationsController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8939"
} | starcoder | using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
using Siege.Security.Admin.Security.Models;
using Siege.Security.Principals;
using Siege.Security.Providers;
using Siege.Security.Web;
namespace Siege.Security.Admin.Security.Controllers
{
public class ApplicationsController : SecurityCont... | 2.177501 | 5bbf9441cd7c963579ddd1488025568c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8939 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Soft-ID/SoftID",
"max_stars_repo_path": "Data/DbConnectionManager.ExecuteEnumerableList.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8940"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
namespace SoftID.Data
{
public partial class DbConnectionManager
{
public IEnumerable<T> ExecuteEnumerableList<T>(string commandText, Func<IDataRecord, T> readerConverter)
{
ret... | 2.156462 | c4a76547dab64df6b7f53342aff6edf4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8940 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nhs-digital-gp-it-futures/GPITBuyingCatalogue",
"max_stars_repo_path": "src/NHSD.GPIT.BuyingCatalogue.WebApp/Areas/Order/Views/AssociatedServices/SelectAssociatedServicePrice.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:8941"... | starcoder | @model NHSD.GPIT.BuyingCatalogue.WebApp.Areas.Order.Models.AssociatedServices.SelectAssociatedServicePriceModel;
@{
ViewBag.Title = Model.Title;
}
<div data-test-id="solution-price-page">
<partial name="Partials/_BackLink" model="Model" />
<div class="nhsuk-grid-row">
<div class="nhsuk-grid-colum... | 2.13886 | 98fb3f9f5da507e2b99b7181e14b7a7f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8941 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jayy-tee/contract-tests-masstransit",
"max_stars_repo_path": "tests/Blah.MessageContracts.UnitTests/GizmoAddedTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8942"
} | starcoder | <filename>tests/Blah.MessageContracts.UnitTests/GizmoAddedTests.cs
using System;
using System.Text.Json;
using System.Threading.Tasks;
using FluentAssertions;
using NUnit.Framework;
namespace Blah.MessageContracts.UnitTests
{
[TestFixture]
public class GizmoAddedTests : MessageContractTestBase
{
[T... | 2.941301 | 641e17b42b4c14d34299a15105996d7c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8942 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "liumeifu/OSky",
"max_stars_repo_path": "tests/OSky.Utility.Tests/Extensions/DateTimeExtensionsTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8943"
} | starcoder | <reponame>liumeifu/OSky
// -----------------------------------------------------------------------
// <copyright file="DateTimeExtensionsTests.cs" company="OSharp开源团队">
// Copyright (c) 2014-2015 OSharp. All rights reserved.
// </copyright>
// <last-editor>郭明锋</last-editor>
// <last-date>2015-05-05 11:49</las... | 2.151593 | caf7e7702c983b1a568401d0cedce91f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8943 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "prepare/Ajcek_manufakturalibraries",
"max_stars_repo_path": "Manufaktura.Controls.WPF/Bindings/DependencyPropertyEx.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8944"
} | starcoder | <gh_stars>0
/*
* Copyright 2018 <NAME> http://musicengravingcontrols.com/
* MIT LICENCE
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation the r... | 2.457231 | 43749b1c820534ec449b7ddef1ab02b9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8944 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nodoubt223rd/WebPresence-CMS",
"max_stars_repo_path": "WebPresence.Common/Caching/HttpCache.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8945"
} | starcoder | using System;
using System.Collections;
using System.Collections.Generic;
using System.Web;
using System.Web.Caching;
namespace WebPresence.Common.Caching
{
public class HttpCache : CacheProvider<Cache>
{
protected override Cache InitCache()
{
return HttpRuntime.Cache;
}
... | 2.573456 | 9f10faa0ce22b92787163d25eb200086 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8945 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SafetyCone/R5T.S0030",
"max_stars_repo_path": "source/R5T.S0030.T003/Code/N001/Documentation.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8946"
} | starcoder | using System;
namespace R5T.S0030.T003.N001
{
/// <summary>
/// Compilation unit context without code file context.
/// </summary>
public static class Documentation
{
}
} | 1.03505 | af4f6875e91479a02e6ede44c8e8515d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8946 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "nullKomplex/rawr-2.3.23",
"max_stars_repo_path": "Rawr.Bear/BearRotationCalculator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8947"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
namespace Rawr.Bear
{
public class BearRotationCalculator
{
public float MeleeDamage { get; set; }
public float MaulDamage { get; set; }
public float MangleDamage { get; set; }
public float SwipeDamage { get; set; }
public float FaerieFire... | 2.745815 | 1de2152c8dcbcf03c2886c21237b56c4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8947 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gillrs/FoodTruckNationApi",
"max_stars_repo_path": "src/FoodTruckNationApi/FoodTrucks.Reviews/FoodTruckReviewsAutomapperProfile.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8948"
} | starcoder | using AutoMapper;
using FoodTruckNation.Core.Commands;
using FoodTruckNation.Core.Domain;
using Framework.ApiUtil;
using System;
using System.Collections.Generic;
namespace FoodTruckNationApi.FoodTrucks.Reviews
{
public class FoodTruckReviewsAutomapperProfile : Profile
{
public FoodTruckReviewsAutom... | 2.072352 | 9364223fdb75cfe33f2fb327751e4513 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8948 | {
"extension": "c-sharp",
"max_stars_count": "219.0",
"max_stars_repo_name": "Manny27nyc/SecureDNS",
"max_stars_repo_path": "Texnomic.ENS.PublicResolver/ContractDefinition/SetDNSRecordsFunction.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8949"
} | starcoder | <gh_stars>100-1000
using Nethereum.Contracts;
using Nethereum.ABI.FunctionEncoding.Attributes;
namespace Texnomic.ENS.PublicResolver.ContractDefinition
{
public class SetDNSRecordsFunction : SetDNSRecordsFunctionBase { }
[Function("setDNSRecords")]
public class SetDNSRecordsFunctionBase : FunctionMessage
... | 1.437358 | 85db8ac45a90a5f2fa3756d825a6ef1e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8949 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "xenial-io/Xenial",
"max_stars_repo_path": "src/Xenial.Framework/Layouts/Items/LeafNodes/Editors/BooleanLayoutPropertyEditorItem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8950"
} | starcoder | using DevExpress.ExpressApp.Model;
using Xenial;
namespace Xenial.Framework.Layouts.Items.LeafNodes;
/// <summary>
///
/// </summary>
[XenialCheckLicense]
//[XenialLayoutPropertyEditorItem(typeof(bool), typeof(IModelPropertyEditor))]
public partial record BooleanLayoutPropertyEditorItem(string ViewItemId)
: La... | 1.791804 | 7c8db23c4fe4025893efb25f26d8d7d9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8950 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "smartdockerbenchmarkingorchestrator/Smart-Docker-Benchmarking-Orchestrator",
"max_stars_repo_path": "src/Docker.Benchmarking.Orchestrator.Core/Commands/AzureVMSizeValidCommandHandler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8... | starcoder | // ***********************************************************************
// Assembly : Docker.Benchmarking.Orchestrator.Core
// Author : ***********
// Created : 09-02-2018
//
// Last Modified By : ***********
// Last Modified On : 08-28-2018
// ********************************************... | 2.238068 | 69b631c58e1101a48519a7c8fe821925 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8951 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "madm1nds/LogicTasks",
"max_stars_repo_path": "Assets/Scripts/ContentBalls/SelectBall.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8952"
} | starcoder | <gh_stars>0
using UnityEngine;
/// <summary>
/// Go to the selected ball.
/// </summary>
public static class SelectBall
{
public static void Invoke(string NameLevel)
{
Coroutines coroutines = GameObject.FindObjectOfType(typeof(Coroutines)) as Coroutines;
GlobalSounds.transfer.PlayDelayed(0.15f... | 1.763787 | 60a258d5858b01057f5f0d07d23d454b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8952 | {
"extension": "c-sharp",
"max_stars_count": "21.0",
"max_stars_repo_name": "takuya-takeuchi/RedArmory",
"max_stars_repo_path": "source/RedArmory/Models/Services/IBitnamiRedmineService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8953"
} | starcoder | <filename>source/RedArmory/Models/Services/IBitnamiRedmineService.cs
using System;
using System.Collections.Generic;
namespace Ouranos.RedArmory.Models.Services
{
public interface IBitnamiRedmineService
{
IEnumerable<BitnamiRedmineStack> GetBitnamiRedmineStacks();
IEnumerable<ServiceStatus> ... | 1.955076 | 764d7d0780e154fc06118adbdf1a2bf3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8953 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "AntDevUnity/FpsFramework",
"max_stars_repo_path": "Assets/3D/Campaigns/NegativePlus/Characters/Easy FPS/Scripts/GunScript.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8954"
} | starcoder | using UnityEngine;
using System.Collections;
//using UnityStandardAssets.ImageEffects;
public enum GunStyles{
nonautomatic,automatic
}
public class GunScript : MonoBehaviour {
[Tooltip("Selects type of waepon to shoot rapidly or one bullet per click.")]
public GunStyles currentStyle;
[HideInInspector]
public Mou... | 2.049744 | bfcd7ac26dc03ff70d67c295ae57b2d7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8954 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ShkalikovOleh/Labs",
"max_stars_repo_path": "Algorithms and data structures/Tree/tests/Tree/BSTNodeTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8955"
} | starcoder | using Xunit;
using Tree;
namespace tests
{
public class BSTNodeTests
{
[Fact]
public void Depth()
{
var tree = new DuplicableSimpleBSTree<int, int>();
tree.Add(4, 4);
tree.Add(9, 9);
tree.Add(10, 10);
tree.Add(8, 8);
... | 2.866987 | 137067d81ef17e26583ebb9439a83592 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8955 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "team-motus/workstation-designer",
"max_stars_repo_path": "Assets/Scripts/UI/SidebarManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8956"
} | starcoder | using UnityEngine;
using UnityEngine.UIElements;
namespace WorkstationDesigner.UI
{
/// <summary>
/// Manages the workstation editor sidebar
/// </summary>
public class SidebarManager : VisualElement
{
/// <summary>
/// A data representation of a sidebar
/// </s... | 2.332597 | e970a0268316b3d1a2e8eca591db3de9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8956 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "choipureum/portal-autoLogon",
"max_stars_repo_path": "key.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8957"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AutoLogin
{
public class key
{
private string url { get; set; }
private string id { get; set; }
private string pw { get; set; }
}
}
| 1.541984 | e0d4bb609407e06954a3382898022d79 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8957 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FlynnSC/CommunalHelper",
"max_stars_repo_path": "src/Entities/CassetteStuff/CassetteZipMover.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8958"
} | starcoder | using Celeste.Mod.Entities;
using Microsoft.Xna.Framework;
using Monocle;
using System;
using System.Collections;
namespace Celeste.Mod.CommunalHelper.Entities {
[CustomEntity("CommunalHelper/CassetteZipMover")]
[TrackedAs(typeof(CassetteBlock))]
class CassetteZipMover : CustomCassetteBlock {
priv... | 2.066105 | c29cdb10e16568c12298a5cea0e9c4de |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8958 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "feyris-tan/azusa",
"max_stars_repo_path": "AzusaERP/MediaLibrary/Boundary/CountryService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8959"
} | starcoder | using System.Collections.Generic;
using moe.yo3explorer.azusa.MediaLibrary.Entity;
namespace moe.yo3explorer.azusa.MediaLibrary.Boundary
{
static class CountryService
{
public static IEnumerable<Country> GetCountries()
{
return AzusaContext.GetInstance().DatabaseDriver.GetAllCountr... | 1.828778 | 466fc77b1cf082eeec6f7fba9d587b21 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8959 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mainxx/100DaysOfCode",
"max_stars_repo_path": "#001/Tests/BDD/SpecFlow.Tests/SpecFlowFeature1.feature.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8960"
} | starcoder | // ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by SpecFlow (http://www.specflow.org/).
// SpecFlow Version:2.3.2.0
// SpecFlow Generator Version:2.3.0.0
//
// Changes to this file may cause incorrect behavior and wi... | 1.923283 | 9a301b9f51a5732dce329dad30e3f1eb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8960 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "MIchaelMainer/autorest-cs",
"max_stars_repo_path": "Mail/Models/MicrosoftgraphoutlookItem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8961"
} | starcoder | <gh_stars>1-10
// <auto-generated>
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>
namespace Microsoft.Graph.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collec... | 1.918072 | 3aae237d0c3f451d74e625f9bd469c35 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8961 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SergioPonomarev/Xt-2018Q4",
"max_stars_repo_path": "Epam.Task1/Epam.Task1.NumberSequencer/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8962"
} | starcoder | using System;
namespace Epam.Task1.Sequence
{
internal class Program
{
private static void Main()
{
Console.WriteLine("Greetings! You are using The Number Sequencer Programm!");
Console.WriteLine();
while (true)
{
try
... | 4.047227 | c4eb5d81979de12e47a3c27919aa8a69 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8962 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "1337sh33p/TelerikAcademy",
"max_stars_repo_path": "02. CSharp Advanced/05. Strings and Text Processing/Sub-stringInText/Sub-stringInText.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8963"
} | starcoder | using System;
class Sub_stringInText
{
static void Main()
{
var thePattern = Console.ReadLine().ToLower();
var theText = Console.ReadLine().ToLower();
var counter = -1;
var position = -1;
do
{
position = theText.IndexOf(thePattern, position+1);
... | 3.46504 | 4eb21b23a5595b26deedf2e7d9d9158d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8963 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mphome/NBehave",
"max_stars_repo_path": "src/NBehave.ReSharper.Plugin.Specifications/FeatureTaskSpecs.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8964"
} | starcoder | <gh_stars>0
using JetBrains.DataFlow;
using JetBrains.ProjectModel;
using JetBrains.Util;
using NBehave.ReSharper.Plugin.UnitTestRunner;
using NUnit.Framework;
using Rhino.Mocks;
namespace NBehave.ReSharper.Plugin.Specifications
{
[TestFixture]
public class AssemblyTaskSpecs
{
[Test]
... | 1.305504 | b30fbcca8dd72f468c3f1fd3d0ad1dc8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8964 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jackpoz/pnpframework",
"max_stars_repo_path": "src/lib/PnP.Framework/Provisioning/Providers/Xml/Serializers/V202002/TenantSerializer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8965"
} | starcoder | using PnP.Framework.Extensions;
using PnP.Framework.Provisioning.Model;
using PnP.Framework.Provisioning.Providers.Xml.Resolvers;
using PnP.Framework.Provisioning.Providers.Xml.Resolvers.V201801;
using PnP.Framework.Provisioning.Providers.Xml.Resolvers.V201805;
using PnP.Framework.Provisioning.Providers.Xml.Resolvers.... | 1.785698 | 0388680de22080d15af4368260bb2054 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8965 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "spicypixel-forks/cs-mono",
"max_stars_repo_path": "mcs/class/Microsoft.Build.Engine/Test/Microsoft.Build.BuildEngine/TargetTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8966"
} | starcoder | //
// TargetTest.cs
//
// Authors:
// <NAME> (<EMAIL>)
// <NAME> (<EMAIL>)
//
// (C) 2006 <NAME>
// (C) 2012 <NAME>
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restricti... | 2.024648 | 3b86814b7b37f89faab13a6718adb957 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8966 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "KacperObara/H3VR_Zombie_Gamemode",
"max_stars_repo_path": "Assets/Scripts/Stubs.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8967"
} | starcoder | <reponame>KacperObara/H3VR_Zombie_Gamemode<filename>Assets/Scripts/Stubs.cs
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
// Old Unity forces its DLLs to be called Assembly-CSharp
// WurstMod references Assembly-CSharp, H3VR's assembly
// Unity implicitly creates an Asse... | 1.515726 | 3836a110b33cf6fe302fb9b37629a752 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8967 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yangbingqi155/Nagrace",
"max_stars_repo_path": "src/Orchard.Web/Modules/Orchard.Comments/Models/RecentCommentsPartRecord.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8968"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Orchard.ContentManagement.Records;
namespace Orchard.Comments.Models {
public class RecentCommentsPartRecord:ContentPartRecord {
public RecentCommentsPartRecord() {
Count = 5;
}
public v... | 1.819462 | 6ffd5aaa63cfbb944014fd42405692a8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8968 | {
"extension": "c-sharp",
"max_stars_count": "74.0",
"max_stars_repo_name": "blueskybcl/SF-Boilerplate",
"max_stars_repo_path": "SF.WebHost/Views/Shared/_AccountMenu.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:8969"
} | starcoder | <gh_stars>10-100
<div class="panel panel-default">
<div class="panel-heading">Your account</div>
<div class="panel-body">
<ul class="list-unstyled">
<li><a href="~/user">Manage your account</a></li>
<li><a href="~/user/info">Account Information</a></li>
<li><a href="... | 1.898035 | 76532ed1fc034d4a8ea3dac02081d177 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8969 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yataya1987/EXT.NET-Examples",
"max_stars_repo_path": "src/Examples/Combination_Samples/Applications/Simple_Tasks/Classes/UI/TasksTopBar.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8970"
} | starcoder | namespace Ext.Net.Examples.SimpleTasks
{
public partial class TasksTopBar : Panel
{
private Toolbar tBar;
public TasksTopBar()
{
this.BodyCls = "x-hidden";
this.BuildTopBar();
this.InitLogic();
}
private void BuildTopBar()
{... | 2.196912 | 716aa78bd13b22b7664fcab026b0643e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8970 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "oviebd/Immune-System",
"max_stars_repo_path": "Assets/Script/Scriptable/Collectable/CollectableLevelDataScriptable.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8971"
} | starcoder | <gh_stars>1-10
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu]
public class CollectableLevelDataScriptable : ScriptableObject
{
[Header("Level number for this setting")]
public int levelNumber = 1;
[Header("How many collectable will show in this le... | 2.150766 | d36c4486156bfbf03392ddb4a99020b8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8971 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "IainS1986/CameraTests",
"max_stars_repo_path": "MvvmCrossTest.Core/MvvmCrossTest.Core.Droid/Controls/AutoFitTextureView.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8972"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Util;
using Android.Views;
using Android.Widget;
using Java.Lang;
namespace MvvmCrossTest.Core.Droid.Controls
{
[Register("mvvmcro... | 2.420418 | 6dd4befe71a6466c639e8f8b3e9db7be |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8972 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "SinsofSloth/RF5-global-metadata",
"max_stars_repo_path": "Loader/Group.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8973"
} | starcoder | public enum Group // TypeDefIndex: 10215
{
// Fields
public int value__; // 0x0
public const Group Animation = 0;
public const Group Audio = 1;
public const Group Behavior = 2;
public const Group Character = 3;
public const Group Effect = 4;
public const Group Event = 5;
public const Group Hit = 6;
public con... | 0.883713 | c97edd474db60411f9d3c1efd4394adb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8973 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "fr3gu/minsk",
"max_stars_repo_path": "src/app/Minsk.ConsoleApp/MinskRepl.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8974"
} | starcoder | <reponame>fr3gu/minsk
using System;
using System.Collections.Generic;
using System.Linq;
using Minsk.Core.CodeAnalysis;
using Minsk.Core.CodeAnalysis.Symbols;
using Minsk.Core.CodeAnalysis.Syntax;
using Minsk.Core.CodeAnalysis.Text;
namespace Minsk.ConsoleApp
{
internal sealed class MinskRepl : Repl
{
... | 2.482006 | 87a353a884069a5093239fa81d6f28ee |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8974 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Majco9/PV239_BloodApp",
"max_stars_repo_path": "BloodApp.UI.Uwp/Setup.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8975"
} | starcoder | <gh_stars>0
using Windows.ApplicationModel.Resources;
using Windows.UI.Xaml.Controls;
using Acr.Settings;
using BloodApp.Core.Services;
using BloodApp.Core.Utils;
using BloodApp.UI.Uwp.Utils;
using MvvmCross.Core.ViewModels;
using MvvmCross.Platform;
using MvvmCross.Platform.Plugins;
using MvvmCross.WindowsUWP.Platfor... | 1.013645 | aedad7fbc3bbc04e2e7a9d4641b0148c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8975 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sinai-dev/OutwardBuildCalc",
"max_stars_repo_path": "src/DB/Model/ImbueModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8976"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OutwardBuildCalc.CalcModel;
namespace OutwardBuildCalc.DB.Model
{
public struct ImbueModel
{
public string Description => Name;
public string Name;
public int Pres... | 2.521529 | 6ecd122a548150b202e39811ebb6fde8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8976 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "felipementel/Avanade.PapoDeDev.UnitTest",
"max_stars_repo_path": "src/Avanade.PapoDeDev.UnitTest.API/Controllers/PingController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8977"
} | starcoder | using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using System.Net.Mime;
namespace Avanade.PapoDeDev.UnitTest.API.Controllers
{
[Route("api/[controller]")]
[ApiController]
public class PingController : ControllerBase
{
private readonly ILogger... | 2.156543 | dda7329ebcc9f632d3fbd6e72ddcd9f0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8977 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BurkeBlaine1999/Final-Year-Project",
"max_stars_repo_path": "Assets/Scripts/Misc/LookAtPlayer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8978"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LookAtPlayer : MonoBehaviour{
[SerializeField] private Transform target;
void Update()
{
if(target != null)
{
transform.LookAt(target);
}
}
}
| 2.243459 | 34b2f4cd8b05a09d45957a87d83b8918 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8978 | {
"extension": "c-sharp",
"max_stars_count": "425.0",
"max_stars_repo_name": "ChrisDev3110/Hands-On-Domain-Driven-Design-with-.NET-Core",
"max_stars_repo_path": "Chapter13/src/Marketplace.Users.Messages/UserProfile/Events.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8979"
} | starcoder | <filename>Chapter13/src/Marketplace.Users.Messages/UserProfile/Events.cs<gh_stars>100-1000
using System;
namespace Marketplace.Users.Messages.UserProfile
{
public static class Events
{
public static class V1
{
public class UserRegistered
{
public Guid Use... | 1.982888 | 28c217d9b347d7ef839e5ce8b0ebd59d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8979 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "x-stars/DotNetExtensions",
"max_stars_repo_path": "XstarS.CommandLine/Specialized/PowerShellArgumentReader.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8980"
} | starcoder | <filename>XstarS.CommandLine/Specialized/PowerShellArgumentReader.cs
using System;
using System.Collections.Generic;
namespace XstarS.CommandLine.Specialized
{
/// <summary>
/// PowerShell 风格的命令行参数解析器,参数名称忽略大小写。
/// </summary>
/// <remarks>
/// 不支持无名参数的解析,但支持省略参数名称的有名参数的解析。
/// 不支持 Unix / Linu... | 3.218982 | fcc9287555c92ff1f70a2f56e500c2c7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8980 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Yotam124/gamedev-5780-code",
"max_stars_repo_path": "03-art-old/Assets/Scripts/Wall.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8981"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
// Denotes a static wall
public class Wall : MonoBehaviour {
private void OnTriggerEnter2D(Collider2D other) {
Destroy(other.gameObject);
}
}
| 2.030976 | 1e39e6ba080c9edb8214d27fcb03f398 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8981 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Hakan77/sharpHDF",
"max_stars_repo_path": "src/SharpHDF.NetStandard/Helpers/GroupHelper.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8982"
} | starcoder | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by <NAME> 2016. *
* See license in repo for more information *
* https://github.com/sharpHDF/sharpHDF *
* * * * ... | 2.269545 | 329af42af70757fb1f2d3a4ba1c5787b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8982 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "maochaokuo/EPLab",
"max_stars_repo_path": "EPLab.web/EPLab.web.fwk/Controllers/FieldController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8983"
} | starcoder | using EPlab.entity.fwk;
using EPlab.model.fwk;
using EPLab.dbService;
using Newtonsoft.Json;
using System;
using System.Data;
using System.Linq;
using System.Web.Mvc;
namespace EPLab.web.fwk.Controllers
{
public class FieldController : ControllerBase
{
public FieldController(
) : base("fie... | 1.873813 | 40f62a5182a0908539bfa9b5456ffe4d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8983 | {
"extension": "c-sharp",
"max_stars_count": "45.0",
"max_stars_repo_name": "eric-erki/ERP-CMR-DMS",
"max_stars_repo_path": "ViennaAdvantageWeb/ModelLibrary/ModelAD/MScheduler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8984"
} | starcoder | /********************************************************
* Module Name : Scheduler
* Purpose : Schedule the Events
* Author : <NAME>
* Date : 03-Nov-2009
******************************************************/
using System;
using System.Collections.Generic;
using System.Linq;
using Sy... | 2.028312 | 60fb9707867be2c8b764fcd43c3bee28 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8984 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "hnky/cognativeservice-demo",
"max_stars_repo_path": "CodeAndComedy.Website/Views/Home/Index.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:8985"
} | starcoder | @{
ViewBag.Title = "Home Page";
}
<div class="row">
<div class="col col-lg-12 text-center">
<div class="btn-groups" role="group" aria-label="...">
<a href="~/demo/object" type="button" class="btn btn-default btn-lg btn-warning">Computer Vision</a>
<a href="~/demo/TextIn... | 2.596637 | 18681e420fcd9589a38fbf882dd44652 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8985 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "robinson/Odenwald-dev",
"max_stars_repo_path": "Odenwald.OpcDaPlugin/OpcDaPlugin.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8986"
} | starcoder | using log4net;
using Odenwald.Common.Opc;
using Opc;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Factory = OpcCom.Factory;
using OpcDa = Opc.Da;
namespace Odenwald.OpcDaPlugin
{
public class OpcDaPlugin : IMetricsRead... | 2.021141 | f783df4bcc17a96a5c0d419322609a9f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8986 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yeputons/csc-cs-project-fall-2018",
"max_stars_repo_path": "SyntaxTree/Nodes/Variables.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8987"
} | starcoder | using System;
using System.Collections.Generic;
using SyntaxTree.Types;
namespace SyntaxTree.Nodes
{
// Arrays are declared differently, hence a common interface is needed.
public interface IVariableDeclaration
{
string Name { get; }
IType Type { get; }
}
public class VariableDeclaration : IStatement, IVari... | 2.95321 | a4ff66fef7deacc1324ab1ee422b4b9d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8987 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "tasknetdeveloper/RoundProgressBar",
"max_stars_repo_path": "RoundProgressBar/RoundProgressBar.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8988"
} | starcoder | #region Includes
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Text;
using System.Text;
using System.Windows.Forms;
using System.Threading;
#endregion
#region CircularProgre... | 2.734751 | 088576fbfe98b05a0992a7b19ed3d2cb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8988 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "AidanDelaney/MantaMTA",
"max_stars_repo_path": "MantaService/ServiceInstaller.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8989"
} | starcoder | <reponame>AidanDelaney/MantaMTA<filename>MantaService/ServiceInstaller.cs<gh_stars>1-10
using System.ComponentModel;
using System.Configuration.Install;
using System.ServiceProcess;
namespace MantaService
{
[RunInstaller(true)]
public class MantaServiceInstaller : Installer
{
/// <summary>
/// ... | 2.233262 | e56af051638681321c0a3e7f64027f69 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8989 | {
"extension": "c-sharp",
"max_stars_count": "249.0",
"max_stars_repo_name": "rgwood/go2cs",
"max_stars_repo_path": "src/go-src-converted/cmd/compile/internal/syntax/tokens_LitKindStructOf(byte).cs",
"provenance": "train-00000-of-00045.jsonl.gz:8990"
} | starcoder | <gh_stars>100-1000
//---------------------------------------------------------
// <auto-generated>
// This code was generated by a tool. Changes to this
// file may cause incorrect behavior and will be lost
// if the code is regenerated.
//
// Generated on 2020 October 09 05:41:07 UTC
// </auto-generate... | 1.713089 | 7f290670c5c77a21212d4167977c1aef |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8990 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "sharwell/dotnet-trees",
"max_stars_repo_path": "TunnelVisionLabs.Collections.Trees.Test/Immutable/ImmutableTreeListTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8991"
} | starcoder | <filename>TunnelVisionLabs.Collections.Trees.Test/Immutable/ImmutableTreeListTest.cs
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace TunnelVisionLabs.Collections.Trees.Test.Immutable
{
usin... | 2.348019 | 2cda07e8ac3577353d0720a63cedde8c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8991 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "win7user10/Microsoft.SharePoint.Client.NetStandard",
"max_stars_repo_path": "src/Runtime/ObjectPathMethod.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8992"
} | starcoder | using System.Globalization;
using System.Xml;
namespace Microsoft.SharePoint.Client.NetStandard.Runtime
{
public class ObjectPathMethod : ObjectPath
{
private string m_methodName;
private SerializationContext m_serializationContext;
private ChunkStringBuilder m_sb;
private o... | 2.143889 | c1992516ecb51bb8a101a2a28f2f0fbe |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8992 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "etbyrd/roslyn",
"max_stars_repo_path": "src/VisualStudio/IntegrationTest/TestUtilities/OutOfProcess/Debugger_OutOfProc.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8993"
} | starcoder | <reponame>etbyrd/roslyn
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.VisualStudio.IntegrationTest.Utilities.InProcess;
using Xunit;
namespace Microsoft.VisualStudio.IntegrationTest.Util... | 2.087908 | a927579522010ebc0e12da3dd3cd0ab0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8993 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "endowdly/Pomodoro",
"max_stars_repo_path": "Pomodoro.Console/Argument.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8994"
} | starcoder | <reponame>endowdly/Pomodoro
namespace Endowdly.Pomodoro.Console
{
internal class Argument : IParser
{
private const string Dash = "-";
private const string DoubleDash = "--";
private Argument(string s)
{
Value = IsValid(s)
? s.Trim()
... | 3.092126 | 7bef619318d85ee4ce9d518bd2b0516b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8994 | {
"extension": "c-sharp",
"max_stars_count": "23.0",
"max_stars_repo_name": "episerver/Foundation-spa-react",
"max_stars_repo_path": "src/Foundation.ContentDelivery/Models/Responses/ExceptionResponseData.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8995"
} | starcoder | <filename>src/Foundation.ContentDelivery/Models/Responses/ExceptionResponseData.cs
using System;
namespace Foundation.ContentDelivery.Models.Responses
{
public class ExceptionResponseData : BaseErrorResponseData
{
public virtual Exception Exception { get; set; }
}
}
| 1.753465 | 6fae6eb9699c7ba136f3b3c44038af9f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8995 | {
"extension": "c-sharp",
"max_stars_count": "46.0",
"max_stars_repo_name": "robotbird/jqpress.cms",
"max_stars_repo_path": "Jqpress.Core/Repositories/Repository/CommentRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8996"
} | starcoder | <reponame>robotbird/jqpress.cms
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Jqpress.Framework.DbProvider;
using Jqpress.Framework.Configuration;
using Jqpress.Core.Domain;
using Jqpress.Core.Domain.Enum;
using Jqpress.Core.Repositories.IRepository;
namespace Jqpress.Cor... | 2.126905 | 8e5361ce005c98842846fc8a8319ad6f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8996 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "ctacke/padarn",
"max_stars_repo_path": "OpenNETCF.Web/OpenNETCF.Web/PageHandler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8997"
} | starcoder | <gh_stars>1-10
namespace OpenNETCF.Web
{
using OpenNETCF.Web.Parsers;
using OpenNETCF.Web.UI.WebControls;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using UI;
/// <summary>
/// Padarn Page Handler
/// </summary>
public sealed cl... | 2.06228 | d58bfed6f4041b6dc3618dfc7642baaa |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8997 | {
"extension": "c-sharp",
"max_stars_count": "18.0",
"max_stars_repo_name": "JohannesFinsveen/PxWeb",
"max_stars_repo_path": "PXWeb/Selection.aspx.designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8998"
} | starcoder | <reponame>JohannesFinsveen/PxWeb<gh_stars>10-100
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-gene... | 1.26754 | 674c80e2d57f0e90598dd0fcbe6b6be3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8998 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bill-cooper/catc-cms",
"max_stars_repo_path": "src/Orchard.Web/Modules/ceenq.com.AwsManagement/Drivers/AwsDefaultSettingsPartDriver.cs",
"provenance": "train-00000-of-00045.jsonl.gz:8999"
} | starcoder | using ceenq.com.AwsManagement.Models;
using Orchard.ContentManagement;
using Orchard.ContentManagement.Drivers;
namespace ceenq.com.AwsManagement.Drivers
{
public class AwsDefaultSettingsPartDriver : ContentPartDriver<AwsDefaultSettingsPart>
{
protected override string Prefix { get { return "AwsDefaul... | 1.923393 | 8343af91d6cd6591e1b455c5ccaa3b3b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 8999 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "mastertnt/XRay",
"max_stars_repo_path": "TestModels/ObjectWithForceAttribute.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9000"
} | starcoder | namespace TestModels
{
/// <summary>
/// A class with a force attribute.
/// </summary>
/// <seealso cref="TestModels.ITestable" />
class ObjectWithForceAttribute : ITestable
{
/// <summary>
/// Initializes a new instance of the <see cref="ObjectWithForceAttribute"/> class.
... | 2.985692 | a616cf95bf6efec0012c8953af99d934 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9000 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "easiwin/markdown-metadata",
"max_stars_repo_path": "src/Mdmeta.Core/Tasks/SecjsdjbxHrvhapv.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9001"
} | starcoder | namespace Mdmeta.Tasks
{
class SecjsdjbxHrvhapv
{
public string File { get; set; }
public string Title { get; set; }
}
} | 1.298455 | 831e74062c81aabba2e4fe7d4228674d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9001 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "soerendd/PandaSharp",
"max_stars_repo_path": "PandaSharp.Bamboo/Services/Plan/Request/DeletePlanCommand.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9002"
} | starcoder | <gh_stars>0
using PandaSharp.Bamboo.Rest.Contract;
using PandaSharp.Bamboo.Services.Common.Aspect;
using PandaSharp.Bamboo.Services.Plan.Contract;
using PandaSharp.Bamboo.Services.Plan.Request.Base;
using RestSharp;
namespace PandaSharp.Bamboo.Services.Plan.Request
{
internal sealed class DeletePlanCommand : PlanC... | 1.385201 | 407ba41e6e1965c9174d3a661ab6881d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9002 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yaminoacmodd/ACNHPoker",
"max_stars_repo_path": "acnhpoker/Form1.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9003"
} | starcoder | <gh_stars>0
namespace ACNHPoker
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/... | 1.275548 | e621dd72f83b694dd719e4ec46e7c495 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9003 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rschavali02/computer-game-simulation-programming",
"max_stars_repo_path": "2018/6th/New York State_Mt.Morris May Center/Journey To Fbla/Assets/Scripts/levelSplashScreen.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9004"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class levelSplashScreen : MonoBehaviour {
private Transform myTrans;
public float speed;
private bool startMove;
private bool Stop;
void Awake()
{
myTrans = this.transform;
Stop = true;... | 2.201403 | a19e29f30925d153e466d2fb60624c04 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9004 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ttitto/WebDevelopment",
"max_stars_repo_path": "Web Services and Cloud/TestProjects/CompanyServiceWcf/CompanyServiceWcf/EmployeeInfo.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9005"
} | starcoder | <filename>Web Services and Cloud/TestProjects/CompanyServiceWcf/CompanyServiceWcf/EmployeeInfo.cs<gh_stars>0
namespace CompanyServiceWcf
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Web;
[DataContract]
public class Em... | 2.215223 | 38cc21a561888ff10505b160af9b5e77 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9005 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AminRana/SOFT7003-Project",
"max_stars_repo_path": "API/Platform/Areas/HelpPage/Views/Help/DisplayTemplates/SimpleTypeModelDescription.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:9006"
} | starcoder | @using Platform.Areas.HelpPage.ModelDescriptions
@model SimpleTypeModelDescription
@Model.Documentation | 1.209181 | ff20688b92c6a9c5cfa5944f11ff949a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9006 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Mobil-Oyun-Bootcamp-V/AyseKaratas-FlappyBird-MVC",
"max_stars_repo_path": "Assets/Scripts/MovementController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9007"
} | starcoder | using UnityEngine;
namespace MVC
{
class MovementController
{
private MovementView _view;
private MovementModel _model;
private MovementController() { }
public MovementController(MovementView view)
{
_view = view;
_model = new MovementModel();
... | 2.430166 | fcd5cb442c6f1a99405fe435bb431af1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9007 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SOLIDSoftworks/Solid.Identity.Protocols.WsTrust",
"max_stars_repo_path": "src/Solid.Identity.Protocols.WsTrust.Tests/Host/TestPasswordValidator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9008"
} | starcoder | <filename>src/Solid.Identity.Protocols.WsTrust.Tests/Host/TestPasswordValidator.cs
using Solid.Identity.Protocols.WsSecurity.Abstractions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Solid.Identity.Protocols.WsTrust.Tests.Host
{
cla... | 2.038678 | d7c3dc4c231073c02e4591cb207ee3d3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 9008 | {
"extension": "c-sharp",
"max_stars_count": "4222.0",
"max_stars_repo_name": "viktorshevchenko210/MassTransit",
"max_stars_repo_path": "src/MassTransit.Interop.NServiceBus/Serialization/NServiceBusMessageHeaders.cs",
"provenance": "train-00000-of-00045.jsonl.gz:9009"
} | starcoder | namespace MassTransit.Interop.NServiceBus.Serialization
{
public static class NServiceBusMessageHeaders
{
public const string ContentType = "NServiceBus.ContentType";
public const string ConversationId = "NServiceBus.ConversationId";
public const string CorrelationId = "NServiceBus.Corre... | 0.992496 | 75254b3b0997ffcaaf06db8e945fa2b4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.