added string | created string | id string | metadata dict | source string | text string | code-score float64 | md5 string |
|---|---|---|---|---|---|---|---|
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843212 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Mobiusbobs/Material-Controls-For-iOS",
"max_stars_repo_path": "Xamarin-Sample/XamarinUILib.iOS/Views/TimePickerDialogView.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162432"
} | starcoder | <filename>Xamarin-Sample/XamarinUILib.iOS/Views/TimePickerDialogView.cs<gh_stars>1-10
using System;
using Foundation;
using UIKit;
using MaterialControls.Core;
using MaterialControls;
namespace MaterialControls.iOS
{
public partial class TimePickerDialogView : BaseView<TimePickerDialogViewModel>
{
MDTimePicker... | 2.240406 | 9ec73ce9613f30eeed4dac84079a1ccd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843213 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "cdy816/Ant",
"max_stars_repo_path": "Run/Cdy.Ant.MarsApi/MarsApiRuntime.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162433"
} | starcoder | using System;
using System.Collections.Generic;
using System.Xml.Linq;
namespace Cdy.Ant.MarsApi
{
/// <summary>
///
/// </summary>
public class MarsApiRuntime : ApiBase
{
#region ... Variables ...
private ApiRunner mRunner;
private MarsApiData mData;
#... | 2.139728 | 1ed7e9e382ed618ce0ad4afe8c260895 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843214 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mgrosperrin/adventofcode",
"max_stars_repo_path": "AoC2021.Tests/Day2Tests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162434"
} | starcoder | using System.Linq;
using Xunit;
namespace AoC2021.Tests
{
public class Day2Tests
{
private static readonly string[] lines = {
"forward 5",
"down 5",
"forward 8",
"up 3",
... | 2.728771 | 70dab43cae827d65be1bf769251218e6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843215 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "Bhaskers-Blu-Org1/HTTP-BlackOps",
"max_stars_repo_path": "TrafficViewerControls/Browsing/WebBrowserEx.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162435"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using System.Reflection;
using MsHtmHstInterop;
namespace TrafficViewerControls.Browsing
{
public class WebBrowserEx : WebBrowser
{
... | 2.041785 | 22ed3d4b520ee4a5c4126d8ee7754e1a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843216 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "QuinntyneBrown/wedding-bidders",
"max_stars_repo_path": "Server/Controllers/HtmlContentController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162436"
} | starcoder | using System.Web.Http;
using WeddingBidders.Server.Data.Contracts;
namespace WeddingBidders.Server.Controllers
{
public class HtmlContentController : ApiController
{
public HtmlContentController(IWeddingBiddersUow uow)
{
}
protected readonly IWeddingBiddersUow uow;
}
}
| 1.45793 | 5e5b3cf4b782664f4d5d867967588e97 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843217 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "gedeh/RomanticWeb",
"max_stars_repo_path": "RomanticWeb.Contracts/ComponentModel/EntityIdTypeConverter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162437"
} | starcoder | using System;
using System.ComponentModel;
using System.Globalization;
using System.Reflection;
using RomanticWeb.Entities;
namespace RomanticWeb.ComponentModel
{
/// <summary><see cref="TypeConverter"/> between <see cref="EntityId"/> and <see cref="Uri"/>.</summary>
public class EntityIdTypeConverter : TypeC... | 3.005357 | 6a0b575f92d7767a47fa8b285c26dd78 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843218 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "OnScreenOCR/OnScreenOCR",
"max_stars_repo_path": "Config.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162438"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Text;
namespace OnScreenOCR
{
class Config
{
public static readonly Font DefaultFont = new Font("Arial", 9);
public TranslationModel Translation { get; set; } = new TranslationModel();
... | 1.929481 | 03617b651c9dd2a163f356d31289040e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843219 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "iminashi/Rocksmith2014.NET",
"max_stars_repo_path": "src/Rocksmith2014.XML/NewLinkedDiff.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162439"
} | starcoder | using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Serialization;
namespace Rocksmith2014.XML
{
/// <summary>
/// Represents a list of linked difficulty levels.
/// </summary>
public sealed class Ne... | 2.881359 | b1dac9fa5f02ce4ead126fffe8a44901 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843220 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nikolay-danev/GrimEntertainment",
"max_stars_repo_path": "GrimEntertainment.Web/Data/Models/UserViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162440"
} | starcoder | using System.ComponentModel.DataAnnotations;
namespace GrimEntertainment.Web.Data.Models
{
public class UserViewModel
{
[Required]
[DataType(DataType.EmailAddress)]
public string Email { get; set; }
[Required]
public string Username { get; set; }
[Required]
... | 2.232641 | f186d511e895c9e983127e89cc5ffd82 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843221 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nandehutuzn/CSharpAsync",
"max_stars_repo_path": "AsyncSolution/Tasks/MonitorSemaphore.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162441"
} | starcoder | <reponame>nandehutuzn/CSharpAsync
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Tasks
{
/// <summary>
/// Monitor实现的信号量
/// </summary>
public class MonitorSemaphore
{
private int curre... | 2.486339 | 53807268a20a3be3ae100e318c91b2e8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843222 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "NewtIndustries/Eft",
"max_stars_repo_path": "src/Eft.Core/Client/GameClient.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162442"
} | starcoder | <filename>src/Eft.Core/Client/GameClient.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Eft.Core.Client
{
public class GameClient
{
}
}
| 1.227946 | 14f28ab4f533eb2b4694dfccb4fd6075 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843223 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Dayakes/project-p1",
"max_stars_repo_path": "PizzaWorld.Client/Views/Store/Home.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:162443"
} | starcoder | @model PizzaWorld.Client.Models.StoreViewModel
@{
ViewBag.Title = "Store - Home";
Layout = "_CustomLayout";
}
<section class="col-12">
<h2>Total revenue at this location: $@Model.TotalRevenue</h2>
@Html.Partial("OrderHistory" , Model.CurrentStore)
</section>
@Html.Partial("logout") | 1.95268 | 8d897aa5d115b38375a6a3c86c4abed6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843224 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "byariel95/Shop",
"max_stars_repo_path": "Shop.UIClassic.Android/Helpers/DiaglogService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162444"
} | starcoder |
namespace Shop.UIClassic.Android.Helpers
{
using global::Android.App;
using global::Android.Content;
public static class DiaglogService
{
public static void ShowMessage(Context context, string title, string message, string button)
{
new AlertDialog.Builder(context)
... | 1.75733 | d2240a4f1758304b827702f3d7af79bc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843225 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "sedc-codecademy/skwd8-08-aspnetwebapi",
"max_stars_repo_path": "g1/Class_08/Note_App/Services/Interfaces/INoteService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162445"
} | starcoder | using Domain_Models.Models;
using DTO_Models.ApiModels;
using System;
using System.Collections.Generic;
using System.Text;
namespace Services.Interfaces
{
public interface INoteService
{
List<NoteModel> GetAllNotes();
NoteModel GetNoteById(int id);
void AddNote(NoteModel note);
... | 1.889288 | bf04b8835b8427388738e7daf7f7a700 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843226 | {
"extension": "c-sharp",
"max_stars_count": "43.0",
"max_stars_repo_name": "daishisystems/Daishi.Armor.WebFramework",
"max_stars_repo_path": "Daishi.Armor.WebFramework/HttpRequestArmorHeaderParser.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162446"
} | starcoder | <filename>Daishi.Armor.WebFramework/HttpRequestArmorHeaderParser.cs
namespace Daishi.Armor.WebFramework {
public abstract class HttpRequestArmorHeaderParser {
public abstract bool TryParse(out ArmorTokenHeader armorTokenHeader);
}
} | 1.751684 | 18677a80e56e2a152fdf8263e8b96793 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843227 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "max-ieremenko/AdventOfCode2019",
"max_stars_repo_path": "Day01/Task2.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162447"
} | starcoder | using System.Collections.Generic;
using System.Globalization;
using System.Linq;
namespace Day01
{
internal static class Task2
{
public static int Solve(IEnumerable<string> input)
{
return input
.Select(i => int.Parse(i, CultureInfo.InvariantCulture))
... | 3.370525 | 55d11189d59995fbf7dc1ad2abea400e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843228 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "jstammers/EDMSuite",
"max_stars_repo_path": "DAQ/ActiveXPatternGeneratorForm.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162448"
} | starcoder | //using System;
//using System.Drawing;
//using System.Collections;
//using System.ComponentModel;
//using System.Windows.Forms;
//
//using DAQ.Environment;
//
//namespace DAQ.HAL
//{
// /// <summary>
// /// I think this is the most horrible class of all. It's a wrapper for the NI VB ActiveX
// /// Digital ... | 2.089492 | b64eac7d9bb4286d61dfb4cb5ca86cc0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843229 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "benanil/AnilTools-Utility",
"max_stars_repo_path": "Utils/Editor/HeaderColor.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162449"
} | starcoder |
using UnityEditor;
using UnityEngine;
public class HeaderColor : PropertyDrawer
{
HeaderAttribute headerAttribute;
public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
{
headerAttribute = attribute as HeaderAttribute;
GUIStyle styl... | 2.058206 | 85446ae3dda9b61c69c5d88731de0e27 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843230 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "zrusev/SoftwareUniversity2016",
"max_stars_repo_path": "28. Multithreading/Multithreading/01. DivideAndConquer/ThreadFileSearcher.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162450"
} | starcoder | namespace DivideAndConquer
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
using System.Threading;
public class ThreadFileSearcher
{
private readonly string fileContent;
public ThreadFileSearch... | 3.436945 | 9e94e6fdcd9807a7909961ef5ece0aa3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843231 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "hczarnik/School-Projects",
"max_stars_repo_path": "Web Programming/Contact.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:162451"
} | starcoder | <filename>Web Programming/Contact.cshtml
@{
Layout = "~/_SiteLayout.cshtml";
Page.Title = "Contact";
}
<hgroup class="title">
<h1>@Page.Title</h1>
</hgroup>
<h4>Address</h4>
<address>
Fifth Avenue at Central Park South<br />
New York, NY 10019<br />
</address>
<h4>Give us a ... | 2.267909 | f66075e76d5fd29bf5817e0792d07f6d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843232 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "sflanker/lizpy",
"max_stars_repo_path": "LizpyCore/Builtin/Expressions/UnaryMathFunctionHandler.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162452"
} | starcoder | <reponame>sflanker/lizpy<filename>LizpyCore/Builtin/Expressions/UnaryMathFunctionHandler.cs
using System;
using System.Collections.Generic;
using Lizpy.Compiler;
using Lizpy.Internal;
using Lizpy.Syntax;
using ModApi.Craft.Program;
using ModApi.Craft.Program.Expressions;
namespace Lizpy.Builtin.Expressions {
publi... | 2.378097 | 98d06fe5a344a4e826be3b9b1fd313a0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843233 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "avdinfotech/SignalR-Server",
"max_stars_repo_path": "src/Microsoft.AspNet.SignalR.Server/Security/RNGCryptoServiceProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162453"
} | starcoder | <reponame>avdinfotech/SignalR-Server<filename>src/Microsoft.AspNet.SignalR.Server/Security/RNGCryptoServiceProvider.cs<gh_stars>1-10
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
#i... | 1.808885 | 07c335a8ee046509885e7bf5f4c8980a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843234 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "nrag/yapper",
"max_stars_repo_path": "Server/YapperServer/MessageStore/Query/QueryFilter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162454"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace MessageStore.Query
{
internal abstract class QueryFilter
{
public abstract string QueryString
{
get;
}
}
}
| 1.621904 | fdca4f20dc2da4e21bb6eda27dbc2489 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843235 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "Olek-HZQ/IdentityServerManagement",
"max_stars_repo_path": "src/IdentityServer.Admin.Services/ApiResource/IApiResourceService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162455"
} | starcoder | using System.Threading.Tasks;
using IdentityServer.Admin.Core.Constants;
using IdentityServer.Admin.Core.Dtos.ApiResource;
namespace IdentityServer.Admin.Services.ApiResource
{
public interface IApiResourceService
{
Task<Core.Entities.ApiResource.ApiResource> GetApiResourceByIdAsync(int id);
... | 1.690115 | 35674767556616d2c32245ac60eb71ea |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843236 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "DFE-Digital/manage-courses-ui",
"max_stars_repo_path": "src/ui/ViewModels/Enums/WorkflowStatus.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162456"
} | starcoder | <reponame>DFE-Digital/manage-courses-ui
namespace GovUk.Education.ManageCourses.Ui.ViewModels.Enums
{
public enum WorkflowStatus
{
Blank,
InitialDraft,
Published,
SubsequentDraft,
BlankSubsequentDraft
}
}
| 1.085648 | 8db95b251cfed1cb6f3d6ad79238bbdc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843237 | {
"extension": "c-sharp",
"max_stars_count": "350.0",
"max_stars_repo_name": "pinopino/Channels",
"max_stars_repo_path": "src/Channels.Text.Primitives/SplitEnumerable.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162457"
} | starcoder | using System.Collections;
using System.Collections.Generic;
namespace Channels.Text.Primitives
{
/// <summary>
/// Exposes the enumerator, which supports a simple iteration over a collection of a specified type.
/// </summary>
public struct SplitEnumerable : IEnumerable<ReadableBuffer>
{
p... | 3.310056 | 6f4f4a823ff133e13c68e6505328281d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843238 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "CHiiLD/net-toolkit",
"max_stars_repo_path": "NET.Tools/Extensions/LinearGradientBrushExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162458"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing.Drawing2D;
using System.Drawing;
namespace NET.Tools
{
/// <summary>
/// \addtogroup extensions
/// @{
/// </summary>
public static class LinearGradientBrushExtensions
{
... | 2.796157 | a306ed16c9cde2c228931055d087ab3c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843239 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "grantcolley/dipdistribute",
"max_stars_repo_path": "tests/DipExecutor.Test/TestBatchNotifier.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162459"
} | starcoder | using DipExecutor.Notification;
using DipRunner;
using System.Collections.Generic;
namespace DipExecutor.Test
{
public class BatchNotifierTest : IBatchNotifier<StepNotification>
{
public void AddNotification(StepNotification notification)
{
// do nothing...
}
publi... | 1.294944 | 5272c32df22faee26cf0c4c368c7e4eb |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843240 | {
"extension": "c-sharp",
"max_stars_count": "23.0",
"max_stars_repo_name": "havit/HavitFramework",
"max_stars_repo_path": "Havit.Services.Tests/StateAdministrationServices/RodneCisloServiceTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162460"
} | starcoder | <reponame>havit/HavitFramework
using Havit.Services.StateAdministration;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Havit.Services.Tests.StateAdministrationServices
{
[TestClass]
public class RodneCisloServiceTests
{
[DataTestMethod]
[DataRow(true, "7801233540")] // problematické, ale správn... | 1.969744 | 9b883afaf563049a852f79b419be7819 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843241 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Kimi-Arthur/KifaNet",
"max_stars_repo_path": "src/Kifa.Markdown/Converters/ParagraphConverter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162461"
} | starcoder | using System.Collections.Generic;
using System.Linq;
using HtmlAgilityPack;
using Kifa.Markdown.Elements;
namespace Kifa.Markdown.Converters {
public class ParagraphConverter : HtmlMarkdownConverter {
public override IEnumerable<MarkdownElement> ParseHtml(HtmlNode node) {
if (node.Name == "p") ... | 2.553521 | de893f01b73e0adaffeb4dfca127d092 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843242 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "SammyEnigma/PityuTool.UI",
"max_stars_repo_path": "Service/RegionEventExecutorService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162462"
} | starcoder | using PityuTool.UI.Repository;
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace PityuTool.UI.Service
{
class RegionEventExecutorService : IRegionEventExecutable
{
private readonly Dictionary<Control, IRegionModifable> regionModifables = new Dictionary<Control, IReg... | 2.429936 | 77fc9b40b0c8c004a984609170bd73ea |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843243 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Maskln/CSharp-Part-2",
"max_stars_repo_path": "02.Multidimensional Arrays/01.FillTheMatrix/FillTheMatrix.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162463"
} | starcoder | <gh_stars>0
/*Problem 1. Fill the matrix
Write a program that fills and prints a matrix of size (n, n) as shown below:
*/
using System;
class FillTheMatrix
{
static void Main()
{
Console.Write("Enter a value for columns and rows: ");
int valueN = int.Parse(Console.ReadLine());
int d... | 3.936872 | 74a444f9c9c793018009e389fd4350cd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843244 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MikaelPaul/simple-script-manager",
"max_stars_repo_path": "Simple Script Manager/MainWindow.xaml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162464"
} | starcoder | using SSM.View;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using Sys... | 2.538339 | ac827e2f8d076a5f07de72493ff95064 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843245 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "EladGabay/pulumi-oci",
"max_stars_repo_path": "sdk/dotnet/Devops/Outputs/GetDeployStagesDeployStageCollectionItemResult.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162465"
} | starcoder | // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | 1.59118 | 12e41419e70572a04a1bd674f087da5f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843246 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "lukasz-pyrzyk/Coursera",
"max_stars_repo_path": "HackerRank/Algorithms/02-Implementation/_16_Extra_long_factorials_Test.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162466"
} | starcoder | using System.Collections.Generic;
using BaseTestFixture;
namespace _02_Implementation
{
public class _16_Extra_long_factorials_Test : BaseFixture
{
protected override IEnumerable<TestData> Cases()
{
yield return new TestData("25\r\n", "15511210043330985984000000\r\n");
}
... | 2.440081 | 46e518cc7378fdf851dd03c4bda7a314 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843247 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "markshark05/GForum",
"max_stars_repo_path": "GForum/GForum.Services/PostService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162467"
} | starcoder | <reponame>markshark05/GForum
using System;
using System.Linq;
using GForum.Data.Contracts;
using GForum.Data.Models;
using GForum.Services.Abstract;
using GForum.Services.Contracts;
namespace GForum.Services
{
public class PostService : Service<Post>, IPostService
{
public PostService(
IUn... | 2.534707 | 8c32127e44f00ebb463616cd1bfd899d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843248 | {
"extension": "c-sharp",
"max_stars_count": "157.0",
"max_stars_repo_name": "sergioruizdeveloper/Aspose.Cells-for-.NET",
"max_stars_repo_path": "Examples/CSharp/Data/Processing/FilteringAndValidation/DecimalDataValidation.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162468"
} | starcoder | <filename>Examples/CSharp/Data/Processing/FilteringAndValidation/DecimalDataValidation.cs
using System.IO;
using Aspose.Cells;
using System;
namespace Aspose.Cells.Examples.CSharp.Data.Processing.FilteringAndValidation
{
public class DecimalDataValidation
{
public static void Run()
{
... | 3.234033 | df69542dc9771f84239404a3c726f4f9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843249 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "MichaelHinrichs/puyotools",
"max_stars_repo_path": "src/PuyoTools.Core/Textures/Pvr/DataCodecs/DataCodecFactory.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162469"
} | starcoder | <filename>src/PuyoTools.Core/Textures/Pvr/DataCodecs/DataCodecFactory.cs<gh_stars>1-10
using PuyoTools.Core.Textures.Pvr.PixelCodecs;
using System;
using System.Collections.Generic;
using System.Text;
namespace PuyoTools.Core.Textures.Pvr.DataCodecs
{
internal static class DataCodecFactory
{
/// <summ... | 2.643973 | 1308551a752fe8e6cf3c1503d30e2fe5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843250 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "GTVolk/AntiCrasher",
"max_stars_repo_path": "AntiCrasher.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162470"
} | starcoder | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Threading;
namespace AntiCrasher
{
class AntiCrasher
{
#region Constants of result
public const int RESULT_SUCCESS = 0;
public const int RESULT_NO_ARGUMENTS = 1;
public const... | 2.854105 | 5f8a793951d8cdfa68e993e4e861f4f7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843251 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "micro-chen/FlyBirdYoYo",
"max_stars_repo_path": "Platforms/Alibaba/TopSdk/DingTalk/DingTalkConstants.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162471"
} | starcoder | <gh_stars>10-100
using System;
namespace Top.Api.DingTalk
{
public sealed class DingTalkConstants
{
public const string CALL_TYPE_TOP = "top";
public const string CALL_TYPE_OAPI = "oapi";
public const string ACCESS_TOKEN = "access_<PASSWORD>";
}
}
| 1.237718 | 795ac3cb301fe83c625b08a030feeb29 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843252 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "hippieZhou/HENG",
"max_stars_repo_path": "src/Attention.UWP/UserControls/PhotoGridView.xaml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162472"
} | starcoder | using Attention.UWP.ViewModels;
using Microsoft.Toolkit.Uwp.UI.Controls;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
namespace Attention.UWP.UserControls
{
public sealed partial class PhotoGridView : UserControl
{
public PhotoGridView()
{
this.InitializeComponent();
... | 2.243601 | 198eda389578b2b8082d79302875fb0b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843253 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "prepare/Ajcek_manufakturalibraries",
"max_stars_repo_path": "Manufaktura.Controls.Xamarin.IoS/Renderers/ArcRenderer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162473"
} | starcoder | using CoreGraphics;
using Manufaktura.Controls.Xamarin.IoS.Renderers;
using Manufaktura.Controls.Xamarin.Shapes;
using System;
using UIKit;
using Xamarin.Forms;
using Xamarin.Forms.Platform.iOS;
[assembly: ExportRenderer(typeof(Arc), typeof(ArcRenderer))]
namespace Manufaktura.Controls.Xamarin.IoS.Renderers
{
public... | 1.844472 | c5ee8d452414688b4e4ea35382c205c5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843254 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SasaCetkovic/AzureEmailApi",
"max_stars_repo_path": "Email.Api/Models/ApiResponse.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162474"
} | starcoder | namespace Email.Api.Models
{
public class ApiResponse<T>
{
public ApiResponse(bool success = true)
{
Success = success;
}
public ApiResponse(T result, int? limit = null, int? offset = null, int? total = null, bool success = true)
{
Value = result;
Success = success;
Limit = limit;
Off... | 2.555888 | 5ce4261e548e4de3943577a13f177273 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843255 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Kimi-Arthur/KifaNet",
"max_stars_repo_path": "src/Kifa.Api.Files/CloudFormatType.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162475"
} | starcoder | <gh_stars>0
namespace Kifa.Api.Files {
public enum CloudFormatType {
V1,
V2
}
}
| 0.504726 | f7effe1fa7610db2ace0320e3157531c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843256 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "allmonty/IsoSouls",
"max_stars_repo_path": "Assets/Scripts/Enemy/Enemy_MovementVariables.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162476"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using UnityEngine;
[Serializable]
public class Enemy_MovementVariables
{
public List<Transform> wayPointList;
public int nextWayPoint = 0;
}
| 1.051018 | 752bd2dedb45261a1e7791ae14696f7b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843257 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ihareal/EcoServiceApi",
"max_stars_repo_path": "EcoServiceApi/Controllers/NewsDetailsController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162477"
} | starcoder | <reponame>ihareal/EcoServiceApi
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using EcoServiceApi.Models;
namespace EcoServiceApi.Controllers
{
[Route("api/[cont... | 2.551233 | 8c0050ac19fefdb5e0472d345d576123 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843258 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "itftennis/tods",
"max_stars_repo_path": "src/Tennis-Open-Data-Standards/OrderOfPlayItem.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162478"
} | starcoder | using System;
using System.Collections.ObjectModel;
using System.Xml.Serialization;
using Newtonsoft.Json;
namespace Tennis_Open_Data_Standards
{
[XmlRoot("OrderOfPlayItems"), XmlType(TypeName = "OrderOfPlayItems")]
public class OrderOfPlayItems
{
[XmlElement(IsNullable = false)]
public Co... | 2.332211 | b2733443424bd1ac7b18457d1574dabf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843259 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "abendi/CakeOrderingSite",
"max_stars_repo_path": "ContactApp/Web/Views/Products/OrderSubmitted.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:162479"
} | starcoder | <filename>ContactApp/Web/Views/Products/OrderSubmitted.cshtml
@model Int32?
@{
ViewBag.Title = "";
}
<h2>@Resources.ProductOrder.OrderSubmitted.</h2> @Html.ActionLink(@Resources.ProductOrder.SeeInvoiceLink, "Invoice", new {controller = "Orders", id = Model.Value})
| 1.96022 | a044ec732e221a51d264b3061f714a06 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843260 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "E01D/Base",
"max_stars_repo_path": "src/E01D.Base.Primitives.Strings.Textual.Async.Api/Coding/Code/Exts/E01D/Base/Primitives/Strings/Textual/TextReaderExts.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162480"
} | starcoder | <filename>src/E01D.Base.Primitives.Strings.Textual.Async.Api/Coding/Code/Exts/E01D/Base/Primitives/Strings/Textual/TextReaderExts.cs<gh_stars>0
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using Root.Coding.Code.Domains.E01D;
namespace Root.Coding.Code.Exts.E01D.Base.Primitives.Strings.Textu... | 2.162718 | c81703203b983e97154143a1ed58b131 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843261 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "thelazurite-cell/ScribeLang",
"max_stars_repo_path": "src/ScribeLang.Interpreter/Scribe.Interpreter.BluePrints/Interfaces/IFlowControl.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162481"
} | starcoder | <reponame>thelazurite-cell/ScribeLang
namespace Scribe.Interpreter.BluePrints.Interfaces
{
public interface IFlowControl: IKeyword
{
void Execute();
}
} | 0.751738 | 558ef534408274c4f07e28c15e8edb85 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843262 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "gageas/lutea",
"max_stars_repo_path": "Lutea/Lutea/Tags/MetaTag.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162482"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace Gageas.Lutea.Tags
{
public class MetaTag
{
private static List<KeyValuePair<string, object>> ID3ToTag(ID3V2Tag.ID3tag id3)
{
if (id3 == null) return null;
... | 2.276377 | e4181be2c3721866006e9a38e24200c7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843263 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JoanStark/HackSTEM-Siemens",
"max_stars_repo_path": "Assets/Scripts/Block-Related/ProgramableObject.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162483"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
public class ProgramableObject : MonoBehaviour
{
//public List<CodeBlock> blockList;
[SerializeField] public Queue<CodeBlock> blockList;
private void Awake()
{
blockList = new Queue<CodeBlock>()... | 2.423923 | 52e88898dc2024a3049719afbe15bb54 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843264 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bartpio/OpinionatedUids",
"max_stars_repo_path": "OpinionatedUids/OpinionatedUidConstants.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162484"
} | starcoder | namespace OpinionatedUids
{
/// <summary>
/// opinionated uid constants
/// </summary>
public static class OpinionatedUidConstants
{
/// <summary>
/// unique ID size, in bytes
/// </summary>
public const int UidSize = 16;
/// <summary>
/// max tries ... | 2.639361 | b2fd70c7095ba11476f0f82d87192791 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843265 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "reflectsoftware/Plato.NET",
"max_stars_repo_path": "src/Plato/ClassFactory/ClassFactoryExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162485"
} | starcoder | // Plato.NET
// Copyright (c) 2017 ReflectSoftware Inc.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Plato.ClassFactory.Interfaces;
namespace Plato.ClassFactory
{
/// <summary>
///
/// </summary>
public static class ClassFactor... | 2.041945 | 4da800c8a3d831e889b8dfb53c553944 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843266 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "asvol/asv-tools",
"max_stars_repo_path": "src/Asv.Tools.Store/Contract/DynamicTable/IDynamicTablesStore.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162486"
} | starcoder | using System;
using System.Collections.Generic;
using DynamicData;
using LiteDB;
namespace Asv.Tools.Store
{
public interface IDynamicTableInfo
{
Guid TableId { get; }
}
public interface IColumnStatistic
{
int Count { get; }
}
public interface IDynamicTableStatistic
{... | 2.67649 | d0b0a2183694e10f60f52cc901776277 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843267 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "chessdbai/Hercules",
"max_stars_repo_path": "packages/api-lambda/src/Hercules.Api/Model/Runtime/ErrorData.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162487"
} | starcoder | //-----------------------------------------------------------------------
// <copyright file="ErrorData.cs" company="<EMAIL>">
// MIT Licensed.
// </copyright>
//-----------------------------------------------------------------------
namespace Hercules.Api.Model.Runtime
{
/// <summary>
/// A collection of data... | 2.14187 | 74eeba7b196040d22cfe5a2e33d0e351 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843268 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "TeamHellfallUG/balance-client",
"max_stars_repo_path": "BalanceClient/BalanceClient/Http/Inquiry.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162488"
} | starcoder | <filename>BalanceClient/BalanceClient/Http/Inquiry.cs
using System;
using System.Net;
using System.Collections.Specialized;
namespace Balance.Http
{
public class Inquiry
{
public Methods Method { get; set; }
public String Endpoint { get; set; }
public WebHeaderCollection Headers { get; set; }
public NameVal... | 2.282963 | 19c5b40d4e018b01130faf2c241575b0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843269 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "xlegodroit/blazor-messanger",
"max_stars_repo_path": "Server/Data/Migrations/20210810004421_added_core_db_tables.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162489"
} | starcoder | <gh_stars>1-10
using System;
using Microsoft.EntityFrameworkCore.Migrations;
namespace messanger.Server.Data.Migrations
{
public partial class added_core_db_tables : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<DateTime>(
... | 1.947636 | 6ec5003618e6a8be099921c5940a4d3f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843270 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "ammogcoder/dotvvm-samples-blazingpizza",
"max_stars_repo_path": "src/BlazingPizza/BlazingPizza.App/ViewModels/ConfigurePizzaDialogViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162490"
} | starcoder | using DotVVM.Framework.ViewModel;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
namespace BlazingPizza.App.ViewModels
{
public class ConfigurePizzaDialogViewModel : DotvvmViewModelBase
{
private readonly HttpClient httpClient;
... | 2.437665 | e022b75f7d4cbe354fb48debde81f05a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843271 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "vcsjones/Quidjibo",
"max_stars_repo_path": "src/Quidjibo.Azure.ServiceBus/Providers/ServiceBusWorkProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162491"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Azure.ServiceBus;
using Microsoft.Azure.ServiceBus.Core;
using Quidjibo.Models;
using Quidjibo.Providers;
namespace Quidjibo.Azure.ServiceBus.Providers
{
public class ServiceBus... | 2.331799 | d9ced3cbd4654858aebd087a1c2729cc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843272 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kaiyumcg/wikiHelper",
"max_stars_repo_path": "WikiStudyUnityProject/Assets/com.rvkm.unitygames.extensions/Tweens/ScaleTween.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162492"
} | starcoder | <reponame>kaiyumcg/wikiHelper<gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace com.rvkm.unitygames.extensions.tween
{
public class ScaleTween : MonoBehaviour
{
[SerializeField] Vector3 from, to;
[SerializeField] bool isRepeating = false;
... | 2.150534 | 41b123bcc7f66caaeecfb82ac23692b1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843273 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Voltstro-Studios/Discord.GameSDKCSharp",
"max_stars_repo_path": "src/Discord.GameSDK/Overlay/OverlayManager.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162493"
} | starcoder | <reponame>Voltstro-Studios/Discord.GameSDKCSharp
using System;
using System.Runtime.InteropServices;
using Discord.GameSDK.Activities;
namespace Discord.GameSDK.Overlay
{
/// <summary>
/// Discord comes with an awesome built-in overlay, and you may want to make use of it for your game. This manager will
/// ... | 2.750814 | a266845693a4938693cbbd223419d0dd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843274 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gfurtadoalmeida/study-algorithms",
"max_stars_repo_path": "book-01/Algorithms/Sorting/AbstractSort.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162494"
} | starcoder | using System;
namespace Algorithms.Sorting
{
public abstract class AbstractSort<T> where T : IComparable<T>
{
protected Boolean IsLess(T a, T b)
{
return a.CompareTo(b) == -1;
}
protected void Exchange(T[] input, Int32 indexTarget, Int32 indexSource)
{
... | 3.478428 | b0488442a23777e387bfb2a84f0e9664 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843275 | {
"extension": "c-sharp",
"max_stars_count": "65.0",
"max_stars_repo_name": "XandraAI/syn-speech",
"max_stars_repo_path": "Syn.Speech/Linguist/Acoustic/LeftRightContext.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162495"
} | starcoder | using System;
using System.Text;
//REFACTORED
namespace Syn.Speech.Linguist.Acoustic
{
/// <summary>
/// Represents the context for a unit
/// </summary>
public class LeftRightContext : Context
{
string stringRepresentation;
/**
/// Creates a LeftRightContext
... | 3.27932 | 9c77542aca0b0c8eeea62ab27859906e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843276 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SalmanStarneo/GE1CA",
"max_stars_repo_path": "odessyTrip/Assets/ShapeSetting.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162496"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System;
[CreateAssetMenu()]
public class ShapeSetting : ScriptableObject {
public float planetRadius = 1;
// public NoiseSetting noiseSetting;
public NoiseLayer[] noiseLayers;
[Serializable]
public class NoiseLaye... | 1.716428 | 00b6c52567a193d82e264d1bfff80675 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843277 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "k0ma/CitationUniSofia",
"max_stars_repo_path": "src/Services/CitationUniSofia.Services.Models/Publication/PublicationsCollectionViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162497"
} | starcoder | namespace CitationUniSofia.Services.Models.Publication
{
using System.Collections.Generic;
public class PublicationsCollectionViewModel
{
public IEnumerable<PublicationViewModel> Publications { get; set; }
}
}
| 1.583664 | 11279679b1cb81c592b49932edc6f8da |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843278 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "MuriloChayel/ProjetoBlank",
"max_stars_repo_path": "Blank/Assets/Scripts/Narrator/RandomClipsNarrador.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162498"
} | starcoder | <gh_stars>1-10
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu(menuName = "RandomClips")]
public class RandomClipsNarrador : ScriptableObject
{
public static RandomClipsNarrador Instance { get; private set; }
[Header("Clips")]
public AudioClip[] idles;
... | 2.623986 | 201fda2885640eb9dbe7bdf165279eee |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843279 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ap3rus/CorrAnalysis",
"max_stars_repo_path": "Source/Ap.CorrAnalysis.Allocation/CorrelationPairObjectPool.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162499"
} | starcoder | <filename>Source/Ap.CorrAnalysis.Allocation/CorrelationPairObjectPool.cs
using System.ComponentModel.Composition;
using Ap.CorrAnalysis.Common;
namespace Ap.CorrAnalysis.Allocation
{
[Export(typeof (IObjectFactory<TickerPairCorrelation>))]
public class CorrelationPairObjectPool : IObjectFactory<TickerPairCorr... | 2.319586 | c62140fd40fbf08087a0456dad8b08b3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843280 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "LykkeCity/Lykke.Service.ArbitrageDetector",
"max_stars_repo_path": "src/Lykke.Service.ArbitrageDetector/Aspects/ExceptionHandling/ExceptionToBadRequestAttribute.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162500"
} | starcoder | <gh_stars>1-10
using System;
namespace Lykke.Service.ArbitrageDetector.Aspects.ExceptionHandling
{
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class, Inherited = false, AllowMultiple = false)]
public class ExceptionToBadRequestAttribute : Attribute
{
}
}
| 1.240727 | 797ac319de25d4396198efabe43c39b5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843281 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ryowu/AirRage",
"max_stars_repo_path": "Assets/Scripts/Enemy/DirectSmallEnemy.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162501"
} | starcoder | <gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Assets.Scripts.Enemy
{
public class DirectSmallEnemy : BaseEnemy
{
public override void Initialize()
{
base.Initialize();
}
// Update is called once per frame
void Update()
{
transform.position +=... | 1.60257 | bf3b3b109345f39a7cc9a2c9d1867ed7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843282 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "litenova/Buildy",
"max_stars_repo_path": "samples/ChainRunner.WebApiSample/Controllers/OnDemandChainController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162502"
} | starcoder | using System.Threading.Tasks;
using ChainRunner.WebApiSample.Chain;
using Microsoft.AspNetCore.Mvc;
namespace ChainRunner.WebApiSample.Controllers
{
[ApiController]
[Route("[controller]")]
public class OnDemandChainController : ControllerBase
{
private readonly IChainBuilder _chainBuilder;
... | 2.357881 | 123b861c60fdb77f926371e444993253 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843283 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "codeprogression/OptionStrict.oEmbed",
"max_stars_repo_path": "src/OptionStrict.oEmbed.MVC/Extensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162503"
} | starcoder | using System;
using System.Web.Mvc;
namespace OptionStrict.oEmbed.MVC
{
public static class Extensions
{
public static oEmbed oEmbed(this HtmlHelper helper, string api, string url)
{
var oEmbedReader = DependencyResolver.Current.GetService<IoEmbedReader>();
if (oEmbedRe... | 2.376314 | 13b54df4bed83674cdb1ac1a4f949c69 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843284 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "isabella232/JetBrains.EnvDTE",
"max_stars_repo_path": "EnvDTE.Interfaces/SolutionConfigurations.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162504"
} | starcoder | <reponame>isabella232/JetBrains.EnvDTE
using System.Collections;
namespace EnvDTE
{
public interface SolutionConfigurations : IEnumerable
{
DTE DTE { get; }
SolutionBuild Parent { get; }
int Count { get; }
new IEnumerator GetEnumerator();
SolutionConfiguration Item(obje... | 1.811695 | 648b0c3abd8b562af98e4a472e077ab6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843285 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "daniblasco7/OCTAD-team-1",
"max_stars_repo_path": "Assets/_Scripts/MyGameManager.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162505"
} | starcoder | <filename>Assets/_Scripts/MyGameManager.cs
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
using UnityEngine.UI;
public class MyGameManager : MonoBehaviour
{
public Text textOut;
public InputField textIn;
private CommandParser commandParser;
... | 2.601861 | 68286b93191ecbdefb4112e0f3824217 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843286 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "museumsvictoria/digital-labels",
"max_stars_repo_path": "src/DigitalLabels.Import/Tasks/StandingStrongImportTask.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162506"
} | starcoder | <reponame>museumsvictoria/digital-labels<filename>src/DigitalLabels.Import/Tasks/StandingStrongImportTask.cs
using System.Linq;
using DigitalLabels.Core.DomainModels;
using DigitalLabels.Import.Infrastructure;
using Raven.Abstractions.Data;
using Raven.Client;
using Serilog;
namespace DigitalLabels.Import.Tasks
{
... | 2.268087 | 7e17da2762ffdbb2ca0cc8e27db709a9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843287 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "ProSuite/ProSuite",
"max_stars_repo_path": "src/ProSuite.AGP.WorkList/Domain/Persistence/Xml/XmlGdbRowIdentity.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162507"
} | starcoder | <reponame>ProSuite/ProSuite
using System.Xml.Serialization;
using ProSuite.Commons.AGP.Gdb;
namespace ProSuite.AGP.WorkList.Domain.Persistence.Xml
{
public class XmlGdbRowIdentity
{
public XmlGdbRowIdentity() { }
public XmlGdbRowIdentity(GdbRowIdentity row)
{
OID = row.ObjectId;
TableId = row.Table.Id;
... | 1.604518 | df2da90704a32994ac8d04c86b45f0b5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843288 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "SinsofSloth/RF5-global-metadata",
"max_stars_repo_path": "_no_namespace/iHuman.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162508"
} | starcoder | public interface iHuman // TypeDefIndex: 6649
{
// Methods
// RVA: -1 Offset: -1 Slot: 0
public abstract void OnModelChange(HumanModel newModel) { }
}
| 1.806291 | 038b883265611731cfacad8f0338869f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843289 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "RayHammer/xt-net-web",
"max_stars_repo_path": "xt-net-web/Task01/Task01.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162509"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Task01
{
class Task01
{
public void Solve(int n)
{
string[] names =
{ "Rectangle", "Triangle", "Another Triangle",
"X-mas Tr... | 3.347496 | c98a7410b3f4b64a08c4988067f4bdc6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843290 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mzoellner/reactivestatemachine",
"max_stars_repo_path": "ReactiveStateMachine/StateMachineExceptionEventArgs.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162510"
} | starcoder | <reponame>mzoellner/reactivestatemachine<filename>ReactiveStateMachine/StateMachineExceptionEventArgs.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ReactiveStateMachine
{
public class StateMachineExceptionEventArgs : EventArgs
{
public Stat... | 2.006076 | 2429d001374197a05b38e7228f4e3a9c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843291 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "topfreegames/maestro-client",
"max_stars_repo_path": "maestro-unity/Maestro.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162511"
} | starcoder | <reponame>topfreegames/maestro-client<filename>maestro-unity/Maestro.cs
using UnityEngine;
using System.Runtime.InteropServices;
using System;
using System.Threading;
public class MaestroClient {
public static bool AutoPingEnable = true;
public enum Status {
Ready,
Occupied,
Terminating,
Terminat... | 2.068107 | a931ece0544e5bc0f851c8f83b910aea |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843292 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "albi005/MaterialColorUtilities",
"max_stars_repo_path": "MaterialColorUtilities/Utils/MathUtils.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162512"
} | starcoder | <gh_stars>1-10
// Copyright 2021 Google LLC
// Copyright 2021-2022 project contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-... | 3.085886 | cf9e8a7bfc44391e8a18e1412943aa89 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843293 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yash-ganorkar/LibraryMgmt",
"max_stars_repo_path": "LibraryMgmt/LibraryMgmt/Views/Patron/Detail.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:162513"
} | starcoder | @model LibraryMgmt.Models.Patron.PatronDetailModel
<div class="container">
<div class="page-header clearfix detailHeading">
<h2 class="text-muted">Patron Information</h2>
</div>
<div class="jumbotron">
<div class="row">
<div class="col-md-4">
<div>
... | 2.888385 | ed8e427c239d28d44b200c91b6d38375 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843294 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BedeGaming/elasticsearch-net",
"max_stars_repo_path": "src/Nest/XPack/Security/Role/DeleteRole/DeleteRoleRequest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162514"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
namespace Nest
{
public partial interface IDeleteRoleRequest
{
}
public partial class DeleteRoleRequest
{
}
[DescriptorFor("ShieldDeleteRole")]
public partial class DeleteRoleDescriptor
{
}
}
| 1.060101 | 12783661326042ea881da839008e8d02 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843295 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MFarhanLatif/FYP",
"max_stars_repo_path": "Final6s/Final6s/CustRegistration.aspx.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162515"
} | starcoder | <reponame>MFarhanLatif/FYP<gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
using System.Data.SqlClient;
namespace Final6s
{
public partial class CustRegistration : System.Web.UI.Page
{
... | 2.168483 | b02f730301c3f20c4637b80c7e47d2eb |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843296 | {
"extension": "c-sharp",
"max_stars_count": "302.0",
"max_stars_repo_name": "0x15e/Stubble",
"max_stars_repo_path": "src/Stubble.Core/Parser/TokenParsers/DelimiterTagParser.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162516"
} | starcoder | <filename>src/Stubble.Core/Parser/TokenParsers/DelimiterTagParser.cs
// <copyright file="DelimiterTagParser.cs" company="Stubble Authors">
// Copyright (c) Stubble Authors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
using ... | 2.685792 | f93ecd1e563dd0f3dc5f5f5fb9c1e3f7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843297 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "chrislugram/TDAR",
"max_stars_repo_path": "Assets/Scripts/Utils/Constants/AppConstant.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162517"
} | starcoder | <reponame>chrislugram/TDAR
using UnityEngine;
using System;
using System.Collections;
using System.Collections.Generic;
//Flag for it is necesary create distintc kind of build
public static class AppDevelopFlag{
public static readonly bool DEVELOP = true;
}
public static class AppLayers{
public static readonly Lay... | 1.269835 | 119135dd99be593b8d97649843f1d2da |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843298 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "M4iKZ/DazCam",
"max_stars_repo_path": "DazCAM/DazCAM/SocketServer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162518"
} | starcoder | using System;
using System.Net;
using System.Net.Sockets;
using System.Text;
using Microsoft.SPOT;
namespace DazCAM
{
public class SocketServer : IDisposable
{
#region Declarations
public delegate void RequestHandler(object sender, RequestHandlerEventArgs e);
public class RequestHandl... | 2.974441 | 11bb748008f2d8d4f16e8e3ab4859c37 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843299 | {
"extension": "c-sharp",
"max_stars_count": "17.0",
"max_stars_repo_name": "ZingBallyhoo/SwfLib",
"max_stars_repo_path": "SwfLib.SwfMill/TagFormatting/ControlTags/SetBackgroundColorTagFormatter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162519"
} | starcoder | <gh_stars>10-100
using System.Xml.Linq;
using SwfLib.SwfMill.Data;
using SwfLib.Tags.ControlTags;
namespace SwfLib.SwfMill.TagFormatting.ControlTags {
public class SetBackgroundColorTagFormatter : TagFormatterBase<SetBackgroundColorTag> {
private const string COLOR_ELEM = "color";
prote... | 2.431622 | d321528d26d8d1025defa5eacddddb67 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843300 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Usurer/Blog",
"max_stars_repo_path": "Blog/Controllers/NavigationController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162520"
} | starcoder | <reponame>Usurer/Blog
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace Blog.Controllers
{
public class NavigationController : Controller
{
[ChildActionOnly]
public PartialViewResult LogOff()
{
return Partia... | 1.592404 | 4254dbf237ce0a1ec7811f35bce4853b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843301 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "xenial-io/Xenial.Identity",
"max_stars_repo_path": "src/Xenial.Identity/Areas/Identity/Pages/Account/Login.cshtml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162521"
} | starcoder | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorP... | 1.970159 | f0b072a901e42dbbcebaf6bd6a4a448f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843302 | {
"extension": "c-sharp",
"max_stars_count": "17.0",
"max_stars_repo_name": "kurena-777/NFugue",
"max_stars_repo_path": "src/NFugue/Extensions/EnumExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162522"
} | starcoder | using System;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
namespace NFugue.Extensions
{
public static class EnumExtensions
{
public static string GetDescription(this Enum @enum)
{
return @enum.GetType()
.GetMember(@enum.ToString())
... | 3.323743 | f0ec5ce9386ab5f27855420580725dbf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843303 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "alca259/Pipeline",
"max_stars_repo_path": "Assets/Scripts/Models/EnumCasillaTipo.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162523"
} | starcoder | using System;
[Serializable]
public enum EnumCasillaTipo
{
Vacio = 0,
Punto = 1,
Tablero = 2
} | 1.56352 | 6d62b660eeeadea7bdd628dcb84463ff |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843304 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BadKiko/NoisePower",
"max_stars_repo_path": "ViewModels/MainWindowViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162524"
} | starcoder | <reponame>BadKiko/NoisePower
using NoisePower.Views;
namespace NoisePower.ViewModels
{
public class MainWindowViewModel : ViewModelBase
{
MainWindow mainWindow = new MainWindow();
public string IsVACInstalled => mainWindow.InstalledVACText;
public bool VACInstallBool => mainWindow.IsV... | 1.362721 | f015a38ddc91671003c981f9c0d8c461 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843305 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "opensquiggly/docfx2xml",
"max_stars_repo_path": "Docfx2xml/docfx2xml/Models/DataInfo.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162525"
} | starcoder | <gh_stars>1-10
using System.Collections.Generic;
using System.Xml.Serialization;
using Docfx2xml.Models.CustomXML;
using YamlDotNet.Serialization;
namespace Docfx2xml.Models
{
[XmlRoot(ElementName = "Info", Namespace = Namespaces.OpenSquiggly)]
public class DataInfo
{
private static XmlSerializerNamespaces ... | 2.045412 | 49313c3a141e6fdcfc22b81f59aad5f5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843306 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "honzukka/MeshDiff",
"max_stars_repo_path": "meshDiff/Visualizer/VisualizerColorClusterRandom.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162526"
} | starcoder | <reponame>honzukka/MeshDiff
// author: <NAME>
using System;
using System.Collections.Generic;
using OpenTK;
namespace meshDiff
{
/// <summary>
/// Color visualization where the color of a cluster is random.
/// </summary>
class VisualizerColorClusterRandom : VisualizerColorCluster
{
public VisualizerColorClus... | 2.601824 | 1d09d776401967056b658d8b156bef76 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843307 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "noobwu/DotNetSamples",
"max_stars_repo_path": "NET6/Tests/NoobCore.Tests/Enums/BitwiseTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162527"
} | starcoder | <reponame>noobwu/DotNetSamples<filename>NET6/Tests/NoobCore.Tests/Enums/BitwiseTests.cs
// ***********************************************************************
// Assembly : NoobCore.Tests
// Author : Administrator
// Created : 05-07-2022
//
// Last Modified By : Administrator
// Last Mod... | 2.716448 | 5b771c06093d99767a393a95c0790032 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843308 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "davtamay/DecisionIntervention",
"max_stars_repo_path": "DecisionIntervention/Assets/Scripts/ScriptableObjects/Variables/QuaternionVariable.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162528"
} | starcoder | <reponame>davtamay/DecisionIntervention
using UnityEngine;
[CreateAssetMenu (fileName = "QuaternionValue", menuName = "CustomSO/Variables/Quaternion")]
public class QuaternionVariable : ScriptableObject {
#if UNITY_EDITOR
[Multiline]
public string DeveloperDescription = "";
#endif
public Quaternion Value;
pub... | 1.681921 | cb23dba3b5696e285f3cb9a830612dc1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843309 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nmilushev/Programming-Fundamentals-Sept-2017",
"max_stars_repo_path": "progFundDictLamdaLINQ/08.LogsAggregator/LogAgg.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162529"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _08.LogsAggregator
{
class LogAgg
{
static void Main(string[] args)
{
Dictionary<string, Dictionary<string,int>> users =
new Diction... | 3.170883 | bfeef8af7dcce21965e4990c4cf4ea02 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843310 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Alex-Rynkowski/LordOfTheRings",
"max_stars_repo_path": "Assets/Scripts/Equipment/Weapon.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162530"
} | starcoder | using UnityEngine;
namespace Equipment
{
[CreateAssetMenu]
public class Weapon : ScriptableObject
{
public WeaponType weaponType;
public SkillType skillType;
public int weaponDamage;
public int spellDamage;
public float weaponAttackSpeed;
public string descr... | 2.253581 | d4dfc993b3778a1d7fc10c3d4948ee71 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8843311 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "heshang233/networking",
"max_stars_repo_path": "test/networking.model.tests/ApplicationTests/DNSTests/DNS_Test.cs",
"provenance": "train-00027-of-00045.jsonl.gz:162531"
} | starcoder | using System;
using FluentAssertions;
using Networking.Model.Application;
using Networking.Model.DataLink;
using Networking.Model.Internet;
using Networking.Model.Transport;
using Xunit;
using Xunit.Abstractions;
namespace Networking.Model.Tests.ApplicationTests.DNSTests
{
public class DNS_Test : BaseTest
{
... | 1.698172 | 3d242ad5f57a1f6bf3308bec4816a64c |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.