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
8847512
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "MKaranusic/QrMe", "max_stars_repo_path": "src/Virgin.Server/Virgin.Core/Models/CustomerRedirect.cs", "provenance": "train-00027-of-00045.jsonl.gz:166732" }
starcoder
using System; using System.Linq.Expressions; using Entity = Virgin.Infrastructure.Entities; namespace Virgin.Core.Models { public class CustomerRedirect { public int Id { get; set; } public string Name { get; set; } public string CustomerId { get; set; } public string TargetUrl...
2.511342
e34c895626e08227f80ca9b9e788cf65
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847513
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "johnthiriet/SilverlightFrance-LightCommunicator", "max_stars_repo_path": "LightCommunicator.Services/IChatServiceCallback.cs", "provenance": "train-00027-of-00045.jsonl.gz:166733" }
starcoder
using System.ServiceModel; namespace LightCommunicator.Services { public interface IChatServiceCallback { [OperationContract(IsOneWay = true)] void PushMessage(ChatMessage message); } }
1.859955
541aefe31346d27f7ea7ad0bd9b4772d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847514
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nia-flo/MusicWorld", "max_stars_repo_path": "MusicWorld/MusicWorld/Areas/Identity/Pages/Account/Login.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:166734" }
starcoder
@page @model LoginModel @{ ViewData["Title"] = "Log in"; } <ul class="nav h4 justify-content-center mb-3"> <li class="nav-item"> <a href="/Home/Index" class="nav-link"><span>Home</span></a> </li> <a>|</a> <li class="nav-item"> <a href="/Identity/Account/Login" class="nav-link disa...
2.129948
b38cce7b5da2baa90e0c24675ec52369
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847515
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "pjwilcoxen/BenMAP-CE", "max_stars_repo_path": "BenMAP/ExitConfirm.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166735" }
starcoder
<reponame>pjwilcoxen/BenMAP-CE namespace BenMAP { partial class ExitConfirm { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } ...
1.776875
5c045e91a24a4e127c92e470e981d17e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847516
{ "extension": "c-sharp", "max_stars_count": "40.0", "max_stars_repo_name": "tdeeb/PaperMarioBattleSystem", "max_stars_repo_path": "PaperMarioBattleSystem/PaperMarioBattleSystem/Classes/VFXElements/DamageStarVFX.cs", "provenance": "train-00027-of-00045.jsonl.gz:166736" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using PaperMarioBattleSystem.Utilities; namespace PaperMarioBattleSystem { /// <summary> /// Displays a star an...
3.017341
6935ab0ed1c7f3ca57ac27e8bb52ae70
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847517
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "open-epicycle/Epicycle.Graphics-cs", "max_stars_repo_path": "projects/Epicycle.Graphics_cs/Color/Spaces/CieLuvUtils.cs", "provenance": "train-00027-of-00045.jsonl.gz:166737" }
starcoder
<reponame>open-epicycle/Epicycle.Graphics-cs // [[[[INFO> // Copyright 2015 Epicycle (http://epicycle.org, https://github.com/open-epicycle) // // 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...
2.457313
e04b5b849dfc7a7b724e453b4b270fc3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847518
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "rookiejava/Tizen.UIExtensions", "max_stars_repo_path": "src/Tizen.UIExtensions.ElmSharp/Shapes/RadialGradientBrush.cs", "provenance": "train-00027-of-00045.jsonl.gz:166738" }
starcoder
using System.Collections.Generic; using Tizen.UIExtensions.Common; namespace Tizen.UIExtensions.ElmSharp { public class RadialGradientBrush : GradientBrush { public RadialGradientBrush() { Center = new Point(0.5, 0.5); Radius = 0.5d; } public RadialGrad...
2.843232
1886faaba3e00c67bc3e8ddf7e0fb980
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847519
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "benharri/aoc2020", "max_stars_repo_path": "aoc2020/Day08.cs", "provenance": "train-00027-of-00045.jsonl.gz:166739" }
starcoder
using System.Linq; namespace aoc2020 { /// <summary> /// Day 8: <see href="https://adventofcode.com/2020/day/8" /> /// </summary> public sealed class Day08 : Day { private readonly (string instruction, int value)[] _instructions; private int _accumulator; private int _cu...
3.524989
0aa5d185ac574889aa61f65a66a02e66
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847520
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "WiensCMW/FindAvailableGridCells", "max_stars_repo_path": "GridSearch/ConsolePrinter.cs", "provenance": "train-00027-of-00045.jsonl.gz:166740" }
starcoder
<filename>GridSearch/ConsolePrinter.cs using System; namespace GridSearch { public class ConsolePrinter { public int TableWidth { get; set; } public ConsolePrinter(int tableWidth) { TableWidth = tableWidth; } /// <summary> /// Prints ...
4.080386
16189728db94ddba630e05210e50a327
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847521
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "EquiFox/Pluton", "max_stars_repo_path": "Pluton/Util.cs", "provenance": "train-00027-of-00045.jsonl.gz:166741" }
starcoder
namespace Pluton { using System; using System.Collections; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Runtime.InteropServices; using System.Runtime.Serialization.Formatters.Binary; using System.Text.RegularExpressions; using UnityEngine;...
2.136618
b0d741a5e80e30b65d971af938a05a2a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847522
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CoffeeBoi-1/ASCII-ATOR", "max_stars_repo_path": "ASCII-ATOR/ImageEditor.cs", "provenance": "train-00027-of-00045.jsonl.gz:166742" }
starcoder
using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.Runtime.InteropServices; namespace ASCII_ATOR { public class ImageEditor { public static Bitmap SetContrast(Bitmap sourceBitmap, int threshold) { BitmapData so...
3.00719
142a2d2950e991158119b6d185e72710
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847523
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Jergar92/TFP-GOAP", "max_stars_repo_path": "Assets/GOAPFramework/Scripts/GOAP/GoapFunctions/Goals/RemoveHunger.cs", "provenance": "train-00027-of-00045.jsonl.gz:166743" }
starcoder
<reponame>Jergar92/TFP-GOAP using System.Collections; using System.Collections.Generic; using UnityEngine; using GOAP.Framework; [CategoryAttribute("AlphaTest")] public class RemoveHunger : GoalBase<Transform> { /*Function: IsGoalValid() * 1 if we don't have any seeds the plan is not valid */ pub...
2.092185
22a5337fd164b248f9f94569c54263d1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847524
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jdruin/F5Eagle", "max_stars_repo_path": "Library/Interfaces/Private/VariableContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:166744" }
starcoder
<gh_stars>0 /* * VariableContext.cs -- * * Copyright (c) 2007-2012 by <NAME>. All rights reserved. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * * RCS: @(#) $Id: $ */ using Eagle._Attributes; using Eagle._Containers.Publ...
1.329349
eecbc3b81d3a0aef58a2c643d1918402
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847525
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "MasterScott/CP77Tools", "max_stars_repo_path": "CP77.CR2W/Types/cp77/gameComponentPS.cs", "provenance": "train-00027-of-00045.jsonl.gz:166745" }
starcoder
using System.IO; using CP77.CR2W.Reflection; using FastMember; using static CP77.CR2W.Types.Enums; namespace CP77.CR2W.Types { [REDMeta] public class gameComponentPS : gamePersistentState { public gameComponentPS(CR2WFile cr2w, CVariable parent, string name) : base(cr2w, parent, name) { } } }
1.248333
8575bbd06b5259cc0622732c87d3825d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847526
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "JoyfulBits/FungusToast-UWP", "max_stars_repo_path": "ApiClient/Exceptions/GameNotFoundException.cs", "provenance": "train-00027-of-00045.jsonl.gz:166746" }
starcoder
using System; namespace ApiClient.Exceptions { public class GameNotFoundException : Exception { public GameNotFoundException(int gameId) : base($"No game state information could be found for game with id '{gameId}'") { } } }
2.200526
fd35914ebba85da6f94b93da102b1197
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847527
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "johnmbaughman/Gu.Wpf.Adorners", "max_stars_repo_path": "Gu.Wpf.Adorners.Demo/DragViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:166747" }
starcoder
<gh_stars>0 namespace Gu.Wpf.Adorners.Demo { using System.ComponentModel; using System.Runtime.CompilerServices; public class DragViewModel : INotifyPropertyChanged { private DragItem item1 = new DragItem("Kajsa"); private DragItem item2; public event PropertyChangedEventHandl...
2.35227
acae0e01b5dfbf600368c123f275050e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847528
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "codeex/DotNetty.Codecs.Thrift", "max_stars_repo_path": "DotNetty.Codecs.Thrift/Message/IThriftMessage.cs", "provenance": "train-00027-of-00045.jsonl.gz:166748" }
starcoder
<reponame>codeex/DotNetty.Codecs.Thrift using System; using System.Collections.Generic; using System.Text; using DotNetty.Buffers; namespace DotNetty.Codecs.Thrift.Message { /// <summary> /// Thrift message 基类 /// </summary> public interface IThriftMessage : IByteBufferHolder { } }
1.116651
067a83bc1e7b3748c0f0037976de82a4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847529
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "amos42/SomeUtils", "max_stars_repo_path": "csharp/ExtProperties.cs", "provenance": "train-00027-of-00045.jsonl.gz:166749" }
starcoder
/// Java like properties utility /// /// https://docs.oracle.com/cd/E23095_01/Platform.93/ATGProgGuide/html/s0204propertiesfileformat01.html using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CommonLibs { /// <summary> ...
2.853931
41887a74af75c52bd93d8c2225baeee7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847530
{ "extension": "c-sharp", "max_stars_count": "200.0", "max_stars_repo_name": "robsiera/bugnet", "max_stars_repo_path": "src/BugNET_WAP/Old_App_Code/GlobalSuppressions.cs", "provenance": "train-00027-of-00045.jsonl.gz:166750" }
starcoder
<reponame>robsiera/bugnet [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1705:LongAcronymsShouldBePascalCased", Scope = "namespace", Target = "BugNET")]
1.452101
0312f04020e0d4770674551196bc5ca5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847531
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "AnakinSkyR4zor/PanzerWar", "max_stars_repo_path": "Assets/ExtraPlugins/SceneBuild/SceneData.cs", "provenance": "train-00027-of-00045.jsonl.gz:166751" }
starcoder
<filename>Assets/ExtraPlugins/SceneBuild/SceneData.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; namespace ShanghaiWindy { [CreateAssetMenu(fileName = "Data", menuName = "BuildMap", order = 1)] public class SceneData: ScriptableObject { ...
1.598223
4eaa9aeaec4ee1e4c152a0a3ef8afad4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847532
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "Entomy/LibLangly", "max_stars_repo_path": "Stringier.Patterns/Negator.cs", "provenance": "train-00027-of-00045.jsonl.gz:166752" }
starcoder
using System; using System.Diagnostics.CodeAnalysis; using System.Traits; namespace Stringier.Patterns { /// <summary> /// Represents a <see cref="Patterns.Pattern"/> whos content should be neglected. /// </summary> /// <remarks> /// This is syntactic sugar around the Neglect parser, which parses anything that d...
2.98379
62fdf797048c38add0ea2b326dbfa066
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847533
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "wAikAp/Intelligent-Energy-Management-System-for-Buildings-INB", "max_stars_repo_path": "FYP_WEB_APP/obj/Debug/netcoreapp3.1/Razor/Views/Rooms/Rooms.cshtml.g.cs", "provenance": "train-00027-of-00045.jsonl.gz:166753" }
starcoder
#pragma checksum "/Users/shingwaichan/Desktop/INB/Intelligent-Energy-Management-System-for-Buildings-INB/FYP_WEB_APP/Views/Rooms/Rooms.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "46f2510b0f4e7a0b42cfeabb1a1608a5ee368630" // <auto-generated/> #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Raz...
1.486203
153a1fc3179e9fd19adf0b940e3469ac
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847534
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MohammedBenSaidCoding/AMProject", "max_stars_repo_path": "src/AM.Domain/LawnAggregate/Exceptions/MowerArgumentException.cs", "provenance": "train-00027-of-00045.jsonl.gz:166754" }
starcoder
using System.Runtime.Serialization; namespace AM.Domain.LawnAggregate.Exceptions; [Serializable] public class MowerArgumentException:Exception,ISerializable { public MowerArgumentException() { } internal MowerArgumentException(string message) : base(message) { } internal MowerAr...
2.133913
b64014e25ee89a30801b170e815531e6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847535
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "1806-jun25-net/BbB-Backend", "max_stars_repo_path": "BbB.Backend/BbB.Library/PickupDrive.cs", "provenance": "train-00027-of-00045.jsonl.gz:166755" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BbB.Library { public class PickupDrive : Drive { /// <summary> /// A new, empty, pickup drive /// </summary> /// <param name="driver"></param> ...
3.187287
f5c45b31fc00125c4f0fab3565116e40
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847536
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "zivid/zivid-csharp-samples", "max_stars_repo_path": "source/Camera/Basic/CaptureWithSettingsFromYML/CaptureWithSettingsFromYML.cs", "provenance": "train-00027-of-00045.jsonl.gz:166756" }
starcoder
/* This example shows how to capture point clouds, with color, from the Zivid camera, with settings from YML file. */ using System; using System.Collections.Generic; class Program { static void Main() { try { var zivid = new Zivid.NET.Application(); Console.WriteLine(...
3.116359
9382ee24feb5e899afc0811b7a31e9fc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847537
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Atlasode/Steamwar", "max_stars_repo_path": "Assets/Scripts/UI/Menus/EscMenu.cs", "provenance": "train-00027-of-00045.jsonl.gz:166757" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; using UnityEngine.UI; using UnityEngine.SceneManagement; using Steamwar.Sectors; using Steamwar.Utils; namespace Steamwar.UI.Menus { public class EscMenu : Singleton<EscMenu> ...
2.165238
3c590e7980b514582ccc0e4f49c8532f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847538
{ "extension": "c-sharp", "max_stars_count": "105.0", "max_stars_repo_name": "bewhite/Snapper", "max_stars_repo_path": "project/Snapper/Core/TestMethodResolver/ITestMethodResolver.cs", "provenance": "train-00027-of-00045.jsonl.gz:166758" }
starcoder
using Snapper.Core.TestMethodResolver.TestMethods; namespace Snapper.Core.TestMethodResolver { internal interface ITestMethodResolver { ITestMethod ResolveTestMethod(); } }
1.249733
0487b788839bac2e4d8518578f5d384a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847539
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "tgsstdio/Mg", "max_stars_repo_path": "Magnesium.Metal/CommandBuffer/Recording/AmtBlitCopyBufferRecord.cs", "provenance": "train-00027-of-00045.jsonl.gz:166759" }
starcoder
using System; using Metal; namespace Magnesium.Metal { public struct AmtBlitCopyBufferRegionRecord { public nuint DestinationOffset { get; set;} public nuint SourceOffset { get; set;} public nuint Size { get; set; } } public class AmtBlitCopyBufferRecord { public IMTLBuffer Src { get; set; } public IM...
1.549774
d094f24fa673a0808d52cb8c2a1265f5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847540
{ "extension": "c-sharp", "max_stars_count": "43.0", "max_stars_repo_name": "thyeggman/runner", "max_stars_repo_path": "src/Sdk/WebApi/WebApi/ProxyAuthenticationRequiredException.cs", "provenance": "train-00027-of-00045.jsonl.gz:166760" }
starcoder
using System; using GitHub.Services.Common; namespace GitHub.Services.WebApi { [ExceptionMapping("0.0", "3.0", "ProxyAuthenticationRequiredException", "GitHub.Services.WebApi.ProxyAuthenticationRequiredException, GitHub.Services.WebApi, Version=14.0.0.0, Culture=neutral, PublicKeyToken=<KEY>")] public class P...
1.789522
8a047251e5e55bdb7bc0dfe1a10dd5ea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847541
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "clarte53/armine", "max_stars_repo_path": "Sources/Generated/aiAnimationArray.cs", "provenance": "train-00027-of-00045.jsonl.gz:166761" }
starcoder
<reponame>clarte53/armine //------------------------------------------------------------------------------ // <auto-generated /> // // This file was automatically generated by SWIG (http://www.swig.org). // Version 4.0.0 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG inter...
2.240443
5c046d2c339ae04efd758376ce3f630b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847542
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "amritdumre10/Kachuwa", "max_stars_repo_path": "KachuwaApp/Views/Account/ResetPassword.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:166762" }
starcoder
<gh_stars>0 @using Kachuwa.Identity.ViewModels @model Kachuwa.Identity.ViewModels.ResetPasswordViewModel @{ ViewData["Title"] = "Reset password"; } <div class="row justify-content-md-center px-4"> <div class="col-lg-4 col-md-6 ml-auto mr-auto"> <h3 class="mb-4">@ViewData["Title"]</h3> <div clas...
1.733186
5db4fc579ed2fea5b1b7ccadc4f0a824
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847543
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "justinamiller/Zippy", "max_stars_repo_path": "Zippy/Utility/ReflectionExtension.cs", "provenance": "train-00027-of-00045.jsonl.gz:166763" }
starcoder
<reponame>justinamiller/Zippy<gh_stars>1-10 using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Runtime.Serialization; namespace Zippy.Utility { static class ReflectionExtension { ...
2.589505
a2ca455352f96639cc512282e08d9321
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847544
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "bennidhamma/EmergeTk", "max_stars_repo_path": "server/Tests/Unpack.cs", "provenance": "train-00027-of-00045.jsonl.gz:166764" }
starcoder
// Unpack.cs created with MonoDevelop // User: ben at 3:58 P 14/03/2008 // // To change standard headers go to Edit->Preferences->Coding->Standard Headers // using System; using System.Collections.Generic; using EmergeTk; using EmergeTk.Widgets.Html; namespace EmergeTk.Tests { public class Unpack : Context { publ...
2.210026
04d7ffc88e007097dd265a25264b2313
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847545
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RabbitRally/RoadbookUnifiedModel", "max_stars_repo_path": "enUS/Stage.cs", "provenance": "train-00027-of-00045.jsonl.gz:166765" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Globalization; using System.Xml.Serialization; namespace RoadbookUnifiedModel.enUS { [Serializable] [XmlRoot("Etapa")] public class Stage { [XmlArray("Trechos")] [XmlArrayItem("Trecho")] public List<Leg> Legs { get; ...
2.59278
5421574722b2468afbdacbbd18b7b66d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847546
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Redth/WshLst", "max_stars_repo_path": "WshLst.MonoTouch/Views/ShareView.cs", "provenance": "train-00027-of-00045.jsonl.gz:166766" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using Cirrious.MvvmCross.Binding.Touch.ExtensionMethods; using Cirrious.MvvmCross.Binding.Touch.Views; using Cirrious.MvvmCross.Dialog.Touch; using Cirrious.MvvmCross.Touch.Interfaces; using Cirrious.MvvmCross.Views;...
2.240437
4d24b049e064b7340f1ebbd9f3738646
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847547
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "AntonioZn/Eugenie-v3", "max_stars_repo_path": "Source/Clients/Eugenie.Clients.Seller/ViewModels/MissingProductViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:166767" }
starcoder
namespace Eugenie.Clients.Seller.ViewModels { using Autofac; using Common.Contracts; using MaterialDesignThemes.Wpf; using Sv.Wpf.Core.Mvvm; public class MissingProductViewModel : ViewModelBase, IBarcodeHandler { public void HandleBarcode(string barcode) { Dialog...
1.604287
785e3f028a41068cf576b606de25a21d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847548
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "BlueChilli/ChilliSource.Mobile.UI", "max_stars_repo_path": "src/ChilliSource.Mobile.UI/Platforms/iOS/Renderers/Controls/Custom/ImageButtonViewRenderer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166768" }
starcoder
<gh_stars>1-10 #region License /* Licensed to Blue Chilli Technology Pty Ltd and the contributors under the MIT License (the "License"). You may not use this file except in compliance with the License. See the LICENSE file in the project root for more information. */ #endregion using Xamarin.Forms; using Xamarin.For...
1.60166
68f5dfd6774308b5a3852675be9bc3b6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847549
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kfrancis/abp-wpf", "max_stars_repo_path": "src/Acme.BookStore.Domain/Books/IBookRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:166769" }
starcoder
<reponame>kfrancis/abp-wpf using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using Volo.Abp.Domain.Repositories; namespace Acme.BookStore.Books { public interface IBookRepository : IRepository<Book, Guid> { Task<List<Book>> GetListAsync( s...
1.957481
5d74d8e155de7a70efe1d15fe50f611f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847550
{ "extension": "c-sharp", "max_stars_count": "57.0", "max_stars_repo_name": "hai-vr/av3-animator-as-code", "max_stars_repo_path": "General/Editor/AacHandsLayerImpl.cs", "provenance": "train-00027-of-00045.jsonl.gz:166770" }
starcoder
using System; using Hai.Av3AnimatorAsCode.Framework.Components; using Hai.Av3AnimatorAsCode.Framework.Editor.Internal.V0; using Hai.Av3AnimatorAsCode.Framework.Editor.Internal.V0.Fluent; using Hai.Av3AnimatorAsCode.General.Components; using UnityEditor; using VRC.SDKBase; using static Hai.Av3AnimatorAsCode.Framework.E...
1.841486
b9f01711dd52dae5ce6e9cd11b9532b6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847551
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "xsolla/store-unity-sdk", "max_stars_repo_path": "Assets/Xsolla/Store/Scripts/BattlePass/BattlePassItems/ItemImageContainer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166771" }
starcoder
using UnityEngine; namespace Xsolla.Demo { public class ItemImageContainer { public Sprite Image { get; set; } } }
1.4003
4815b8bfd0afc3402387a150958657f3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847552
{ "extension": "c-sharp", "max_stars_count": "23.0", "max_stars_repo_name": "yantrajs/yantra", "max_stars_repo_path": "YantraJS.ExpressionCompiler/Expressions/YNewExpression.cs", "provenance": "train-00027-of-00045.jsonl.gz:166772" }
starcoder
<reponame>yantrajs/yantra using System; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Linq; using System.Reflection; using YantraJS.Core; namespace YantraJS.Expressions { public class YNewExpression: YExpression { public readonly ConstructorInfo constructor; ...
2.92013
c6f596cd8df5686e445f31e92c4dbbec
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847553
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "CharlesCai123/Wearable-MultiCamera-System", "max_stars_repo_path": "Assets/HTC.UnityPlugin/PoseTracker/PoseModifiers/PoseLookAtNearestCanvas.cs", "provenance": "train-00027-of-00045.jsonl.gz:166773" }
starcoder
//========= Copyright 2016-2021, HTC Corporation. All rights reserved. =========== #pragma warning disable 0649 using HTC.UnityPlugin.Pointer3D; using HTC.UnityPlugin.PoseTracker; using HTC.UnityPlugin.Utility; using System.Collections.Generic; using UnityEngine; namespace HTC.UnityPlugin.Vive { public class Pos...
1.972729
eab7f86e2bed1f0bce20067d110ef7ac
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847554
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AlbertZhaoz/DotNet", "max_stars_repo_path": "_211101_Demo01_ScaffoldDbContext/TRabbit.cs", "provenance": "train-00027-of-00045.jsonl.gz:166774" }
starcoder
<filename>_211101_Demo01_ScaffoldDbContext/TRabbit.cs<gh_stars>0 using System; using System.Collections.Generic; #nullable disable namespace _211101_Demo01_ScaffoldDbContext { public partial class TRabbit { public Guid Id { get; set; } public string Name { get; set; } } }
1.622533
a45159882448c7fdaa65a22602d03fb2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847555
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "hsreina/djmax-editor", "max_stars_repo_path": "DJMaxEditor/Panels/EditorForm.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166775" }
starcoder
<gh_stars>1-10 namespace DJMaxEditor { partial class EditorForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
1.969446
93ceddb4f8d04c16d3e3688eef54e089
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847556
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "elgraiv-take/ObstMiner", "max_stars_repo_path": "ObstMiner/IpHelperApi.cs", "provenance": "train-00027-of-00045.jsonl.gz:166776" }
starcoder
<filename>ObstMiner/IpHelperApi.cs using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; namespace Elgraiv.ObstMiner { #region UDP [StructLayout(LayoutKind.Sequential)] internal struct MibUdpRowOwnerPid { public int LocalAddr { get; set; } ...
2.1384
f9c6c4470d26c7e6ca194a0539dda801
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847557
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nmaia/KyberCatalog", "max_stars_repo_path": "Project.Business/Concrete/Common/BusinessBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:166777" }
starcoder
<reponame>nmaia/KyberCatalog using Project.Business.Contracts.Common; using System; using System.Threading.Tasks; namespace Project.Business.Concrete.Common { public class BusinessBase<TEntity> : IBusinessBase<TEntity> where TEntity : class { public virtual async Task<bool> Exists(TEntity obj) ...
1.790858
6b046550b5c89d8ff22e318b7ac741c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847558
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "albert18/LearningMVCCore", "max_stars_repo_path": "1.LearningASP.NET/Ch06/artifacts/06_03/Controllers/AccountController.cs", "provenance": "train-00027-of-00045.jsonl.gz:166778" }
starcoder
using ExploreCalifornia.Models.Account; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace ExploreCalifornia.Controllers { public cl...
2.246385
30347608db89bfdcb162c7777ad208d3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847559
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dpsenner/event-sorcery", "max_stars_repo_path": "src/csharp/Infrastructure.DependencyInjection/ISingletonComponent.cs", "provenance": "train-00027-of-00045.jsonl.gz:166779" }
starcoder
namespace EventSorcery.Infrastructure.DependencyInjection { public interface ISingletonComponent { } }
1.173343
925cb5ffcac722aaab3df1072ca7d5fe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847560
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "InfiniSwiss/InfiniSwiss.nRoute", "max_stars_repo_path": "src/InfiniSwiss.nRoute/Controllers/Controller.cs", "provenance": "train-00027-of-00045.jsonl.gz:166780" }
starcoder
using nRoute.Components; using nRoute.Navigation; using System; namespace nRoute.Controllers { public class Controller : ControllerBase, IDisposable { #region Navigate ViewResult protected internal ActionResult Navigate(string url) { return this.Navigate(null, url, null);...
2.211301
462cee920646964a35acd2ebaced91bd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847561
{ "extension": "c-sharp", "max_stars_count": "1114.0", "max_stars_repo_name": "abod1944/cognitive-services-speech-sdk", "max_stars_repo_path": "samples/ingestion/ingestion-client/Connector/Serializable/TranscriptionResult/SpeechTranscript.cs", "provenance": "train-00027-of-00045.jsonl.gz:166781" }
starcoder
<gh_stars>1000+ // <copyright file="SpeechTranscript.cs" company="Microsoft Corporation"> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the project root for full license information. // </copyright> namespace Connector { using System.Collecti...
2.199114
dace487612701388aa6273181272a801
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847562
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LiveOrDevTrying/PHS.Core", "max_stars_repo_path": "PHS.Networking/Events/EventHandlers.cs", "provenance": "train-00027-of-00045.jsonl.gz:166782" }
starcoder
<gh_stars>0 using PHS.Core.Events.Args; using System.Threading.Tasks; namespace PHS.Networking.Events { public delegate void NetworkingEventHandler<T>(object sender, T args) where T : BaseArgs; }
1.112102
4ceeccfbf3ffce9700ab607bea972e2e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847563
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "EdnaValter/AAO_App", "max_stars_repo_path": "Views/RequestedStatus/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:166783" }
starcoder
@model IEnumerable<AAO_App.ModelView.CalendarModelView> @using Microsoft.AspNetCore.Http; @{ ViewData["Title"] = "Rådighedkalendar"; Layout = "_Master"; } <div class="calendar_container"> <div class="headingtext"> <h1>Rådighedskalendar</h1> </div> <div class="type"> <div class="lef...
2.587662
489ad4f2882812826525e249b9c72c99
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847564
{ "extension": "c-sharp", "max_stars_count": "70.0", "max_stars_repo_name": "EdonGashi/WpfMaterialForms", "max_stars_repo_path": "src/MaterialForms/Wpf/Resources/CoercedValueProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:166784" }
starcoder
using System.Windows.Data; namespace MaterialForms.Wpf.Resources { public class CoercedValueProvider<T> : IValueProvider { private readonly IValueProvider innerProvider; private readonly object defaultValue; public CoercedValueProvider(IValueProvider innerProvider, object defaultValue...
2.569696
f17151f48027a2398f15a1b920af93a1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847565
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TrevorMare/STAIExtensions", "max_stars_repo_path": "src/STAIExtensions/STAIExtensions.Abstractions/DependencyExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:166785" }
starcoder
using System.Reflection; using MediatR; using Microsoft.ApplicationInsights; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using STAIExtensions.Abstractions.Collections; namespace STAIExtensions.Abstractions; /// <summary> /// Static class to register the required services in ST...
2.273359
fea22b5ceac1307f39229e6125bee378
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847566
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Akko-Bot/AkkoBot", "max_stars_repo_path": "AkkoCore/Core/Common/BotCoreBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:166786" }
starcoder
<reponame>Akko-Bot/AkkoBot using AkkoCore.Commands.Abstractions; using AkkoCore.Commands.Attributes; using AkkoCore.Common; using AkkoCore.Config.Abstractions; using AkkoCore.Config.Models; using AkkoCore.Core.Abstractions; using AkkoCore.Extensions; using AkkoCore.Services; using AkkoCore.Services.Database; using Akko...
2.056846
e2b8f20001928ae395a562a230b562d5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847567
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JeremiahSanders/cicee", "max_stars_repo_path": "src/Commands/FileCopyRequest.cs", "provenance": "train-00027-of-00045.jsonl.gz:166787" }
starcoder
using System.Diagnostics.CodeAnalysis; namespace Cicee.Commands { [ExcludeFromCodeCoverage] public record FileCopyRequest(string SourcePath, string DestinationPath); }
1.566638
8db25ef9f2a8ebef7d7a5c5360ef2482
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847568
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "biblepay/BiblePayUnchainedDevelop", "max_stars_repo_path": "BBPUnivFinalExam.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:166788" }
starcoder
using static Unchained.Common; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using static BiblePayDLL.Shared; using static Unchained.DataOps; using static BiblePayCommon.Common; using static BiblePayCommonNE...
2.089595
2e947d92f918f70fd9c1c2abdee3d919
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847569
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gellios3/FateSimulator", "max_stars_repo_path": "Assets/Scripts/Interfaces/Cards/IWorkCard.cs", "provenance": "train-00027-of-00045.jsonl.gz:166789" }
starcoder
using Enums.Activities; using ScriptableObjects.Cards; namespace Interfaces.Cards { public interface IWorkCard : IBaseCard { WorkType WorkType { get; } SkillCardObj RequireSkill { get; } } }
1.665123
1f6c553b06562e10c48c69621898534e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847570
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "devowl-net/remotedesktopterminalservice", "max_stars_repo_path": "Rdp.Terminal.Core/WinApi/RDPCOMAPILib/RDPSRAPI_APP_FLAGS.cs", "provenance": "train-00027-of-00045.jsonl.gz:166790" }
starcoder
namespace RDPCOMAPILib { public enum RDPSRAPI_APP_FLAGS { APP_FLAG_PRIVILEGED = 1, } }
1.360463
69de2b9597c672a3dd0ceccb1d170f6d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847571
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "thornfieldhe/TAF.Core", "max_stars_repo_path": "Taf.Core.Test/Utility/Extensions/SwitchUnitTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:166791" }
starcoder
<gh_stars>0 // -------------------------------------------------------------------------------------------------------------------- // <copyright file="SwitchUnitTest.cs" company=""> // // </copyright> // <summary> // SwitchUnitTest 的摘要说明 // </summary> // ----------------------------------------------------------...
2.679589
093543bd9053543c662292fd6593d9e8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847572
{ "extension": "c-sharp", "max_stars_count": "28.0", "max_stars_repo_name": "arakis/ProcEngine", "max_stars_repo_path": "Common/Mesh/MeshVisitors/VertexPosColorVisitor.cs", "provenance": "train-00027-of-00045.jsonl.gz:166792" }
starcoder
// This file is part of Aximo, a Game Engine written in C#. Web: https://github.com/AximoGames // Licensed under the MIT license. See LICENSE file in the project root for full license information. using Aximo.VertexData; using OpenToolkit.Mathematics; namespace Aximo { internal class VertexPosColorVisitor : Vert...
2.532049
8ea59f392712576007e6462fdf017490
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847573
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tomaspavlic/bittrex-api-client", "max_stars_repo_path": "src/Entities/Address.cs", "provenance": "train-00027-of-00045.jsonl.gz:166793" }
starcoder
<reponame>tomaspavlic/bittrex-api-client<gh_stars>0 using System; using System.Text.Json.Serialization; namespace Topdev.Bittrex { public class Address { [JsonPropertyName("status")] public string Status { get; set; } [JsonPropertyName("currencySymbol")] public string CurrencyS...
1.420314
1db3ef81410f26d435c74e30b99ab045
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847574
{ "extension": "c-sharp", "max_stars_count": "225.0", "max_stars_repo_name": "skynetfiles/Mass-RAT", "max_stars_repo_path": "Server/Settings/SafeThreading.cs", "provenance": "train-00027-of-00045.jsonl.gz:166794" }
starcoder
<reponame>skynetfiles/Mass-RAT<filename>Server/Settings/SafeThreading.cs using Server.Forms; namespace Server.Settings { public static class SafeThreading { // docs.microsoft.com/en-us/dotnet/framework/winforms/controls/how-to-make-thread-safe-calls-to-windows-forms-controls public static Form...
1.328636
105b661dc7bc582d2749b1ff72dad7d9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847575
{ "extension": "c-sharp", "max_stars_count": "88.0", "max_stars_repo_name": "sucrose0413/CSharpExtensions", "max_stars_repo_path": "src/CSharpExtensions.Analyzers/InitOnlyOptionalAnalyzer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166795" }
starcoder
<filename>src/CSharpExtensions.Analyzers/InitOnlyOptionalAnalyzer.cs using System.Collections.Immutable; using System.Linq; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Diagnostics; namespace CSharpExtensions.Analyzer...
2.558131
7cab3850c26d0e5130026f83644e3d80
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847576
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "heshengli/MVC5.Template", "max_stars_repo_path": "src/MvcTemplate.Web/Views/_ViewStart.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:166796" }
starcoder
@{ Layout = "~/Views/Shared/_PrivateLayout.cshtml"; }
1.251799
8b1169418f553a7f82185dfd5e2444de
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847577
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "OSADP/DIRECTView-AMS", "max_stars_repo_path": "Source Code/Information/ATDMStrategies.cs", "provenance": "train-00027-of-00045.jsonl.gz:166797" }
starcoder
<reponame>OSADP/DIRECTView-AMS using DevExpress.Xpf.Editors; using DIRECTView.Controls.Scenarios; using System; using System.Collections.Generic; using System.Linq; using System.Windows; namespace DIRECTView.Information { public class ATDMStrategies { public bool DynamicShoulderLanes { get; set; } ...
1.939388
b6ae43362d60d6ed215e38b0b74ffc3c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847578
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "d4nijel/RS1_vjezbe", "max_stars_repo_path": "RS1_Ispit_2018_10_29_aspnet_core/RS1_Ispit/Controllers/LoginController.cs", "provenance": "train-00027-of-00045.jsonl.gz:166798" }
starcoder
<reponame>d4nijel/RS1_vjezbe using System.Linq; using Microsoft.AspNetCore.Mvc; using RS1_Ispit_asp.net_core.EF; namespace RS1_Ispit_asp.net_core.Controllers { public class LoginController : Controller { private MojContext _db; public LoginController(MojContext db) { _db ...
1.723728
bef119fa175ef07201c547da4fbe0214
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847579
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "K1GOL/DiscordFileAssistant", "max_stars_repo_path": "AboutBox1.cs", "provenance": "train-00027-of-00045.jsonl.gz:166799" }
starcoder
<reponame>K1GOL/DiscordFileAssistant<filename>AboutBox1.cs<gh_stars>0 using System; using System.Windows.Forms; namespace DiscordFileAssistant { partial class AboutBox1 : Form { public AboutBox1() { InitializeComponent(); this.labelVersion.Text = Form1.version; ...
2.110737
99309f8f07194aa54d43c344814816ed
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847580
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gustavoguerra/CaixaEletronico", "max_stars_repo_path": "CaixaEletronico/CaixaEletronico/Out Of Program/NotaCinquenta.cs", "provenance": "train-00027-of-00045.jsonl.gz:166800" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Text; namespace CaixaEletronico { class NotaCinquenta : Movimentacao { public int saldo() { return Valor * 50; } } }
1.451321
f0f6abb3323c5e8bfe5d0355b29b2720
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847581
{ "extension": "c-sharp", "max_stars_count": "43.0", "max_stars_repo_name": "rafaelfgx/DDD", "max_stars_repo_path": "source/DomainDrivenDesign/Customer/CustomerFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:166801" }
starcoder
namespace DomainDrivenDesign { public static class CustomerFactory { public static Customer Create ( string firstName, string lastName, string email ) { return new Customer ( new FullName(firstName, lastN...
2.927125
3535f49ec1b197c529b49eba6efd24bf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847582
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "niemtec/ring", "max_stars_repo_path": "src/ATech.Ring.Protocol.v2/Ack.cs", "provenance": "train-00027-of-00045.jsonl.gz:166802" }
starcoder
namespace ATech.Ring.Protocol.v2; public enum Ack : byte { Ok = 0, ExpectedEndOfMessage = 1, NotSupported = 2, ServerError = 3, Terminating = 4, NotFound = 5, Alive }
1.491164
5d2261669de23b2a03a4b37c4c7bd070
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847583
{ "extension": "c-sharp", "max_stars_count": "215.0", "max_stars_repo_name": "ThreeSevenths/Remote.Linq", "max_stars_repo_path": "src/Remote.Linq/DynamicQuery/ObjectResultCaster.cs", "provenance": "train-00027-of-00045.jsonl.gz:166803" }
starcoder
// Copyright (c) <NAME>. All rights reserved. See license.txt in the project root for license information. namespace Remote.Linq.DynamicQuery { using Aqua.EnumerableExtensions; using Aqua.TypeSystem; using System.Linq.Expressions; /// <summary> /// Query result mapper using type casting. /// ...
2.504214
2a5bcad8f56180bb3f8d0a23d3cfe2c1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847584
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gshri67/S.i.-Systems---Client-App", "max_stars_repo_path": "source/AccountExecutiveApp/AccountExecutiveApp.Core.Tests/ViewModels/LoginViewModelTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:166804" }
starcoder
<gh_stars>0 using AccountExecutiveApp.Core.ViewModel; using Moq; using NUnit.Framework; using Shared.Core; namespace AccountExecutiveApp.Core.Tests.ViewModels { [TestFixture] public class LoginViewModelTests { private Mock<IMatchGuideApi> _apiMock; private LoginViewModel _vm; [Set...
1.880102
493e529e50cdbdf2e54aefbe62f751d5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847585
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "YanhuaGuo/Andy.Mes", "max_stars_repo_path": "Andy.Mes.Persistence/IRepositoryDbContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:166805" }
starcoder
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.ChangeTracking; using Microsoft.EntityFrameworkCore.Infrastructure; using System; using System.Collections.Generic; using System.Data.Common; using System.Linq; using System.Text; namespace Andy.Mes.Persistence { public interface IRepository...
2.094702
d95cf09717ec21959b55b2095937a6fc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847586
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "zzattack/ninhid", "max_stars_repo_path": "MUNIA-win/MUNIA/Forms/ControllerMapperManager.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166806" }
starcoder
<filename>MUNIA-win/MUNIA/Forms/ControllerMapperManager.Designer.cs namespace MUNIA.Forms { partial class ControllerMapperManager { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used....
1.707364
e0e0e9197ae7b73a7288181c50ede60d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847587
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "schwery/nuke", "max_stars_repo_path": "Migrations/20200201205604_InitialCreate.cs", "provenance": "train-00027-of-00045.jsonl.gz:166807" }
starcoder
<filename>Migrations/20200201205604_InitialCreate.cs using System; using Microsoft.EntityFrameworkCore.Migrations; using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata; namespace ELO.Migrations { public partial class InitialCreate : Migration { protected override void Up(MigrationBuilder migrationBuil...
2.031297
9f88047dd7578a82d81be1e0e068e999
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847588
{ "extension": "c-sharp", "max_stars_count": "35.0", "max_stars_repo_name": "NMFCode/NMF", "max_stars_repo_path": "Interop/EcoreInterop/Properties/AssemblyInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:166808" }
starcoder
using NMF.Models; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("NMF EcoreInterop")] [assembly: AssemblyDescription("Interopability for Ecore-based modelling tools")] [assembly: AssemblyCopyright("Copyright © <NAME> 2012")] [assembly: Gu...
1.49621
29c7e360c94a657c8f06b24247cc2e60
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847589
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "vazgriz/CSharpGameLibrary", "max_stars_repo_path": "CSGL.OpenGL/loader.cs", "provenance": "train-00027-of-00045.jsonl.gz:166809" }
starcoder
//autogenerated on 7/14/2016 11:22:46 AM using System; using System.Reflection; using System.Runtime.InteropServices; namespace CSGL.OpenGL { public static partial class GL { public static void Load() { Type type = typeof(CSGL.OpenGL.Unmanaged.GL); foreach (var name in names) { ...
1.911937
d5c0ba9517bb6600a84589e6c4c0e9fa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847590
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "KryptPad/KryptPadWebsite", "max_stars_repo_path": "KryptPadWebApp/Models/Results/ItemSearchResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:166810" }
starcoder
using KryptPadWebApp.Cryptography; using KryptPadWebApp.Models.ApiEntities; using KryptPadWebApp.Models.Entities; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace KryptPadWebApp.Models.Results { public class ItemSearchResult { public ApiCategory[] Categori...
2.502257
faef3ac5d8f400790ddfb83992315bc3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847591
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Funny-Silkie/Altseed2_ToolAuxiliary", "max_stars_repo_path": "Altseed2_ToolAuxiliary/ToolComponent.cs", "provenance": "train-00027-of-00045.jsonl.gz:166811" }
starcoder
using System; namespace Altseed2.ToolAuxiliary { /// <summary> /// <see cref="Altseed2.Tool"/>に用いられるクラスの基本クラス /// </summary> [Serializable] public abstract class ToolComponent : IToolComponent { /// <summary> /// インデックスを取得する /// </summary> public int Index { get...
2.947956
92705ebd49b9c70e82c5012ae78fc078
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847592
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Obfuscator-Colections/KoiVM-With-ConfuserEx", "max_stars_repo_path": "KoiVM/CFG/BlockFlags.cs", "provenance": "train-00027-of-00045.jsonl.gz:166812" }
starcoder
<gh_stars>0 using System; namespace KoiVM.CFG { [Flags] public enum BlockFlags { Normal = 0, ExitEHLeave = 1, ExitEHReturn = 2 } }
1.01528
f048daf3360d6db0be4bb7b1e0ca5477
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847593
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fengcode-git/GAsk", "max_stars_repo_path": "GAsk/GAsk/Library/DAL/BaseRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:166813" }
starcoder
using System; using System.Collections.Generic; using System.Data.Common; using System.Linq; using System.Threading.Tasks; using FengCode.Libs.Ado; namespace GAsk.Library.DAL { public abstract class BaseRepository<TEntity> where TEntity : BaseEntity { protected DbConnection DbConnection { get; set; } ...
2.689466
b209040ed4580a649c2e2dc2f5e1daef
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847594
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "motormoth/dotnet-extensions", "max_stars_repo_path": "Extensions.IO/StreamCopyDataExtensions.ErrorMessages.cs", "provenance": "train-00027-of-00045.jsonl.gz:166814" }
starcoder
<reponame>motormoth/dotnet-extensions // Licensed under the MIT License. See LICENSE file for full license information. namespace Motormoth.Extensions.IO { partial class StreamCopyDataExtensions { private const string Error_NonReadableSourceStream = "The source stream does not support reading."; ...
1.733294
17e431bf23957cb19337dd8276df1462
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847595
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TH3UNKN0WN-1337/Heathen-System-Core", "max_stars_repo_path": "Assets/_Heathen Engineering/SystemsCore/Framework/Serializable/SerializableRectTransform.cs", "provenance": "train-00027-of-00045.jsonl.gz:166815" }
starcoder
<gh_stars>0 using System; using UnityEngine; namespace HeathenEngineering.Serializable { /// <summary> /// Binary serializable bridge for UnityEngine.RectTransform /// </summary> /// <remarks> /// Derived from and convertable from SerializableTransform /// </remarks> [Serializable] pub...
2.040414
b7a36c5d51ca972758896600f22262ee
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847596
{ "extension": "c-sharp", "max_stars_count": "58.0", "max_stars_repo_name": "BridgerPhotonics/JsonSettings", "max_stars_repo_path": "src/JsonSettings.UWP/UwpJsonSettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:166816" }
starcoder
using Windows.Storage; namespace Nucs.JsonSettings.UWP { public abstract class UwpJsonSettings : Nucs.JsonSettings.JsonSettings { #region Overrides of JsonSettings public override void Save(string filename) { //TODO: ask for permission here base.Save(filename); } ...
1.878976
1e27dabcc806f04a29fac4c3fc44b928
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847597
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "cyhuangjun/Colder.Admin.AntdVue", "max_stars_repo_path": "src/Coldairarrow.Entity/Response/MinAmountViewDto.cs", "provenance": "train-00027-of-00045.jsonl.gz:166817" }
starcoder
<reponame>cyhuangjun/Colder.Admin.AntdVue<gh_stars>0 using System; using System.Collections.Generic; using System.Text; namespace Coldairarrow.Entity.Response { public class MinAmountViewDto { /// <summary> /// 币种 /// </summary> public string Currency { set; get; } /// ...
1.610821
a26226b14e9bfb70404458ef4365da40
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847598
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "JaakkoLipsanen/Skypiea", "max_stars_repo_path": "Skypiea/Skypiea/View/VirtualThumbStickRenderer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166818" }
starcoder
using Flai.CBES; using Flai.CBES.Components; using Flai.CBES.Graphics; using Flai.Graphics; using Flai.Misc; using Microsoft.Xna.Framework; using Skypiea.Misc; namespace Skypiea.View { public class VirtualThumbStickRenderer : EntityProcessingRenderer { public VirtualThumbStickRenderer(EntityWorld enti...
2.423008
4c842e4d4dd96cfe90068fddbd132b57
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847599
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fale984/tarif-compare-vx", "max_stars_repo_path": "TariffComparison.Core/Contracts/ITariffCalculatorFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:166819" }
starcoder
using TariffComparison.Data.Models; namespace TariffComparison.Core.Contracts { /// <summary> /// Allows selecting different calculators according to the tariff model type /// </summary> public interface ITariffCalculatorFactory { /// <summary> /// Returns calculator for the specif...
2.580472
53778c3770144e9e94b21acef98dda9a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847600
{ "extension": "c-sharp", "max_stars_count": "297.0", "max_stars_repo_name": "sucrose0413/Shapeshifter", "max_stars_repo_path": "src/Shapeshifter.WindowsDesktop/Infrastructure/Threading/MainThreadInvoker.cs", "provenance": "train-00027-of-00045.jsonl.gz:166820" }
starcoder
<reponame>sucrose0413/Shapeshifter namespace Shapeshifter.WindowsDesktop.Infrastructure.Threading { using System; using System.Threading.Tasks; using System.Windows.Threading; using Windows.UI.Core; using Interfaces; class MainThreadInvoker: IMainThreadInvoker { readonly Dispatcher wpfDi...
2.208697
c292548faeb7b839d16fe0a5d1b3e634
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847601
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ajbadaj/AJut", "max_stars_repo_path": "Application/SharedSource/DependencyObjectHelperUtils/PropertyUtils/APUtils.cs", "provenance": "train-00027-of-00045.jsonl.gz:166821" }
starcoder
<filename>Application/SharedSource/DependencyObjectHelperUtils/PropertyUtils/APUtils.cs namespace AJut.Application { using System; using System.Diagnostics; using System.Reflection; #if WINDOWS_UWP using Windows.UI.Xaml; #else using System.Windows; #endif /// <summary> /// Slightly differe...
2.82734
b51afb343ce2f6c8b6994a3436699031
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847602
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "moljac/mobileapp", "max_stars_repo_path": "Toggl.iOS/ViewControllers/DateRangePickerViewController.cs", "provenance": "train-00027-of-00045.jsonl.gz:166822" }
starcoder
using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Reactive.Linq; using CoreGraphics; using Foundation; using Toggl.Core.UI.ViewModels.DateRangePicker; using Toggl.iOS.Extensions; using Toggl.iOS.Extensions.Reactive; using Toggl.iOS.ViewSources; using Toggl.Shared; using T...
1.837632
4a929c341dba8c10fef47de53b0be480
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847603
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ap185327/PMA", "max_stars_repo_path": "PMA.Domain/Interfaces/Interactors/Base/IInteractor.cs", "provenance": "train-00027-of-00045.jsonl.gz:166823" }
starcoder
// <copyright file="IInteractor.cs" company="<NAME>"> // Copyright 2017-2021 <NAME>. All rights reserved. // </copyright> using System; namespace PMA.Domain.Interfaces.Interactors.Base { /// <summary> /// Initializes a new instance of the <see cref="IInteractor"/> interfacing class. /// </summary> ...
1.757664
1b4539571e604e0c5dc87daadfd7ea95
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847604
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "EnderPi/FlemishGiant", "max_stars_repo_path": "Jabba/Framework/Genetics/Linear8099/LinearGeneticEngine.cs", "provenance": "train-00027-of-00045.jsonl.gz:166824" }
starcoder
<reponame>EnderPi/FlemishGiant using EnderPi.Genetics.Linear8099.Commands; using EnderPi.Random; using System; using System.Collections.Generic; using System.Linq; namespace EnderPi.Genetics.Linear8099 { /// <summary> /// A random number engine based on custom assembly. /// </summary> [Serializable] ...
2.991702
b931b83f1f4e8404a231e1f4a6d29974
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847605
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "maroontress-tomohisa/StyleChecker", "max_stars_repo_path": "StyleChecker/StyleChecker.Test/Naming/Underscore/CodeFix.cs", "provenance": "train-00027-of-00045.jsonl.gz:166825" }
starcoder
<reponame>maroontress-tomohisa/StyleChecker #pragma warning disable CS0219 #pragma warning disable CS8321 namespace Application { using System; public sealed class Code { public void LocalVarDecl() { var underscore = 0; var alpha = 1; int fooBar = 2; ...
2.435946
843f1432bb36dcd4025358f1ea60189d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847606
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "janissimsons/EntityFramework-Reverse-POCO-Code-First-Generator", "max_stars_repo_path": "Generator/Generators/ScalarValuedFunctionsTemplateData.cs", "provenance": "train-00027-of-00045.jsonl.gz:166826" }
starcoder
<reponame>janissimsons/EntityFramework-Reverse-POCO-Code-First-Generator<filename>Generator/Generators/ScalarValuedFunctionsTemplateData.cs namespace Efrpg.Generators { public class ScalarValuedFunctionsTemplateData { public string ExecName { get; } public string Retur...
2.04142
782d32480ae52cdf5816512f02d0500c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847607
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "playgen/it-alert", "max_stars_repo_path": "Server/PlayGen.ITAlert.Photon.Messages/Game/States/LobbyMessage.cs", "provenance": "train-00027-of-00045.jsonl.gz:166827" }
starcoder
<gh_stars>1-10 namespace PlayGen.ITAlert.Photon.Messages.Game.States { public class LobbyMessage : StateMessage { } }
0.887002
1866f6949c2567a334a220f4487abbb0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847608
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "vic-alexiev/TelerikAcademy", "max_stars_repo_path": "ASP.NET MVC/Exams/TicketingSystem/TicketingSystem.WebClient/Controllers/HomeController.cs", "provenance": "train-00027-of-00045.jsonl.gz:166828" }
starcoder
<reponame>vic-alexiev/TelerikAcademy<gh_stars>1-10 using TicketingSystem.WebClient.Models; using System; using System.Data.Entity; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Kendo.Mvc.UI; using System.Net; using TicketingSystem.Models; using System.Web.Caching; ...
2.050972
ac66a60c16b64ef6996094893987d120
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847609
{ "extension": "c-sharp", "max_stars_count": "84.0", "max_stars_repo_name": "frikke/docusign-csharp-client", "max_stars_repo_path": "sdk/src/DocuSign.eSign/Model/BulkSendTestResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:166829" }
starcoder
/* * DocuSign REST API * * The DocuSign REST API provides you with a powerful, convenient, and simple Web services API for interacting with DocuSign. * * OpenAPI spec version: v2.1 * Contact: <EMAIL> * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using S...
2.185832
e379b0bc5be5c70fca11fda98507c877
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847610
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "eduardenoiu/nalabs", "max_stars_repo_path": "RCM/Metrics/IMetric.cs", "provenance": "train-00027-of-00045.jsonl.gz:166830" }
starcoder
<reponame>eduardenoiu/nalabs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using RCM.Settings; using System.Windows.Media; namespace RCM.Metrics { public interface IMetric { string[] Keywords { get; set; } string[] DefaultKeyw...
1.611495
b37a825560f4de7da6f401cde9323648
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847611
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nickc01/ViridianCore", "max_stars_repo_path": "WeaverCore.Editor/Dependency Checks/Checks/VerifyWeaverCoreEditorState.cs", "provenance": "train-00027-of-00045.jsonl.gz:166831" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using UnityEditor; using UnityEngine; using WeaverCore.Editor.Compilation; using WeaverCore.Editor.Utilities; namespace WeaverCore.Editor { /// <summary> /// Verifies the WeaverCore.Editor asmdef is setup properly for development /// </sum...
2.061791
b868f252825726db934530266c916ef1