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
8841612
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PHuhn/Net.Incident4", "max_stars_repo_path": "NSG.NetIncident4.Core/Application/Commands/ApplicationUsers/ApplicationUserDetailQuery.cs", "provenance": "train-00027-of-00045.jsonl.gz:160832" }
starcoder
// // --------------------------------------------------------------------------- // ApplicationUsers detail query. // using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; // using Microsoft.EntityFrameworkCore; using MediatR; using FluentValidation; using FluentValidati...
2.179261
ce1c62b1cc2a2ced5ff44ae7975f6d84
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841613
{ "extension": "c-sharp", "max_stars_count": "136.0", "max_stars_repo_name": "thenson81/Tx", "max_stars_repo_path": "Source/Tx.Core/ITypeStatistics.cs", "provenance": "train-00027-of-00045.jsonl.gz:160833" }
starcoder
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information. using System.Collections.Generic; namespace System.Reactive { public class TreeNode { public string ToolTipText { get; set; } public string DragText { get; set;...
1.958406
6ddf814ccd4b63d16a8eeb9bc7889b41
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841614
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bienhuynh/MENU-GAME-CONTROL", "max_stars_repo_path": "Source Code/SGP Server/SGP.HCBBOOK.CloudServer.UI/SGP.HCBBOOK.CloudServer.UI/Views/ClientManage/_PartialHeaderComputerClient.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:1...
starcoder
<reponame>bienhuynh/MENU-GAME-CONTROL @using SGP.HCBBOOK.CORE.Busssiness.IService @using SGP.HCBBOOK.CORE.Busssiness.Service @using SGP.HCBBOOK.CORE.Busssiness.Models @{ IComputerMACClientService computerMACClientService = new ComputerMACClientService(); } <div class="row clearfix"> <a href="@Url.Action("Get...
2.13469
060dabe3ec936b26d3404862375b6e17
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841615
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HalfHumanGames/StateMachine.NET", "max_stars_repo_path": "examples/TicTacToeExample/GameOverScreen.cs", "provenance": "train-00027-of-00045.jsonl.gz:160835" }
starcoder
<reponame>HalfHumanGames/StateMachine.NET<filename>examples/TicTacToeExample/GameOverScreen.cs<gh_stars>0 using Stateful; using Stateful.Utilities; namespace TicTacToeExample { public class GameOverScreen : State<StateId, ParamId>, ITicTacToeScreen { public string Title => "Game Over"; public void Draw(StateMa...
3.099842
1cd44a62ac73ad9f51174cb45b9184ae
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841616
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Grupo-M-JuegosSerios/ProyectFinal", "max_stars_repo_path": "ProyectoFinal/Assets/uAdventure/Editor/Engine logic/Controllers/Data controllers/Macro/MacroListDataControl.cs", "provenance": "train-00027-of-00045.jsonl.gz:160836" }
starcoder
using UnityEngine; using System.Collections; using System.Collections.Generic; using System.Linq; using uAdventure.Core; namespace uAdventure.Editor { public class MacroListDataControl : DataControl {/** * List of macros. */ private List<Macro> macrosList; /** * List of ma...
2.464309
e7df9f883b163b7330d9f2fd3669bea6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841617
{ "extension": "c-sharp", "max_stars_count": "16.0", "max_stars_repo_name": "Nishant163/CP3", "max_stars_repo_path": "UW.ClassroomPresenter/Network/Messages/Presentation/SSDeckNetworkService.cs", "provenance": "train-00027-of-00045.jsonl.gz:160837" }
starcoder
// $Id: DeckNetworkService.cs 897 2006-02-16 07:49:33Z pediddle $ using System; using System.Collections; using System.Diagnostics; using System.Drawing; using System.Threading; using UW.ClassroomPresenter.Model; using UW.ClassroomPresenter.Model.Presentation; namespace UW.ClassroomPresenter.Network.Messa...
2.293812
0d7622644f959285fa18cfcf86b579f5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841618
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CoolsJoris/NBi", "max_stars_repo_path": "NBi.genbiL/Action/Case/MergeCaseAction.cs", "provenance": "train-00027-of-00045.jsonl.gz:160838" }
starcoder
<filename>NBi.genbiL/Action/Case/MergeCaseAction.cs using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NBi.GenbiL.Action.Case { public class MergeCaseAction : ICaseAction { public string ...
2.712587
d6e35767b86359633ff840dea5d829de
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841619
{ "extension": "c-sharp", "max_stars_count": "316.0", "max_stars_repo_name": "Lekashi/LunaMultiplayer", "max_stars_repo_path": "LmpClient/Systems/Motd/MotdMessageSender.cs", "provenance": "train-00027-of-00045.jsonl.gz:160839" }
starcoder
using LmpClient.Base; using LmpClient.Base.Interface; using LmpClient.Network; using LmpCommon.Message.Client; using LmpCommon.Message.Data.Motd; using LmpCommon.Message.Interface; namespace LmpClient.Systems.Motd { public class MotdMessageSender : SubSystem<MotdSystem>, IMessageSender { public void S...
1.754688
33d55c6d7964e2bcbba5d1c106ee7b32
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841620
{ "extension": "c-sharp", "max_stars_count": "287.0", "max_stars_repo_name": "tacktaro/BlazingChat", "max_stars_repo_path": "src/Shared/Models/Facebook/FacebookAppAccessToken.cs", "provenance": "train-00027-of-00045.jsonl.gz:160840" }
starcoder
namespace BlazingChat.Shared { public class FacebookAppAccessToken { public string Access_Token { get; set; } public string Token_Type { get; set; } } }
1.422031
8222f629becf1f51370abc8415ea932f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841621
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "Xcube-Studio/Fluent-Launcher", "max_stars_repo_path": "FluentCore/FluentCore/Interface/ICoreLocator.cs", "provenance": "train-00027-of-00045.jsonl.gz:160841" }
starcoder
<filename>FluentCore/FluentCore/Interface/ICoreLocator.cs using FluentCore.Model.Game; using FluentCore.Model.Launch; using System.Collections.Generic; namespace FluentCore.Interface { /// <summary> /// 游戏核心定位器 /// </summary> public interface ICoreLocator { /// <summary> /// 游戏根目录 ...
2.397156
21afbcaa65eccfe713b3944a13242cdf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841622
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "igoravl/TDC2016_DotNet", "max_stars_repo_path": "ExemploTDC2016/Writer.Presentation/App.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:160842" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.ComponentModel.Composition.Hosting; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Reflection; using System.Runtime; using System.Waf.Applications; using System....
1.844519
c8f9305f495551a0baade62f70bb5b4f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841623
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "RealGoodAppsLLC/BlazorJavascript", "max_stars_repo_path": "CodeGenerator/src/Models/Processed/ProcessedPropertiesInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:160843" }
starcoder
<reponame>RealGoodAppsLLC/BlazorJavascript using RealGoodApps.ValueImmutableCollections; namespace RealGoodApps.BlazorJavascript.CodeGenerator.Models.Processed { public record ProcessedPropertiesInfo( ValueImmutableList<ProcessedPropertyInfo> Items); }
1.136928
012162cd064206c2fa6b01728698ad3d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841624
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "asakura89/ChiisanaIroiro", "max_stars_repo_path": "Ayumi/Logger/IExceptionCapture.cs", "provenance": "train-00027-of-00045.jsonl.gz:160844" }
starcoder
using System; namespace Ayumi.Logger { /// <summary> /// Defines basic exception capture functionality when it occured. /// </summary> public interface IExceptionCapture { /// <summary> /// Capture occured exception. /// </summary> /// <param name="ex"...
2.562336
05077ebaa0b1ba9aadadf43352bdf0e3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841625
{ "extension": "c-sharp", "max_stars_count": "1897.0", "max_stars_repo_name": "MikeRys/spark", "max_stars_repo_path": "src/csharp/Microsoft.Spark.UnitTest/CollectionUtilsTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:160845" }
starcoder
<filename>src/csharp/Microsoft.Spark.UnitTest/CollectionUtilsTests.cs // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.Spark.Utils; using Xunit; na...
2.002127
b86308cf898d0d73dda530c1f4aa7db8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841626
{ "extension": "c-sharp", "max_stars_count": "71.0", "max_stars_repo_name": "ScriptBox99/msgraph-beta-sdk-dotnet", "max_stars_repo_path": "src/Microsoft.Graph/Generated/model/MessageEventType.cs", "provenance": "train-00027-of-00045.jsonl.gz:160846" }
starcoder
<gh_stars>10-100 // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ----------------------------------------------------------------...
1.422451
13457f2cfca2301c522179456f58e0d6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841627
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Medialogia/OpenTracing.Contrib.Wcf", "max_stars_repo_path": "src/OpenTracing.Contrib.Wcf/Soap/SoapHeaderHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:160847" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Reflection; using System.Runtime.Serialization; using System.ServiceModel.Channels; using OpenTracing.Contrib.Wcf.Utils; namespace OpenTracing.Contrib.Wcf { internal class SoapHeaderHelper { private static string GetNamespace(...
2.267135
1a220363ac819a4e56307d0074912201
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841628
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sucrose0413/MonkeyBot", "max_stars_repo_path": "MonkeyBot/Modules/RoleButtonsModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:160848" }
starcoder
using Discord; using Discord.Commands; using MonkeyBot.Common; using MonkeyBot.Preconditions; using MonkeyBot.Services; using System; using System.Linq; using System.Threading.Tasks; namespace MonkeyBot.Modules { /// <summary> /// Commands to modify Role-Button-Links /// </summary> [Name("Role Buttons...
2.570126
afc571a31b2fafc4127e918105cd9063
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841629
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "JWilh/ASP.NET-Core-Secure-Coding-Cookbook", "max_stars_repo_path": "Chapter02/sql-injection/razor/ado.net/before/OnlineBankingApp/Pages/FundTransfers/Index.cshtml.cs", "provenance": "train-00027-of-00045.jsonl.gz:160849" }
starcoder
<gh_stars>10-100 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPages; using OnlineBankingApp.Data; using OnlineBankingApp.Models; using Microsoft.Extensions.Configuration; namespace OnlineBankingApp....
2.44785
51b04fdbe98949a6a60c30d3b86db626
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841630
{ "extension": "c-sharp", "max_stars_count": "14.0", "max_stars_repo_name": "0x0015/NetGL", "max_stars_repo_path": "NetGL.SceneGraph/Control/NetGLControl.cs", "provenance": "train-00027-of-00045.jsonl.gz:160850" }
starcoder
<reponame>0x0015/NetGL using System; using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; using NetGL.Core.Mathematics; using NetGL.SceneGraph.Scene; using System.Threading; using NetGL.Core.Infrastructure; using NetGL.SceneGraph.OpenGL; using NetGL.Core; using Graphics = NetGL.Scene...
2.212079
7d6ac3866e1f0a24e200b1ad1bb1c748
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841631
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "phpn00b/wbe_csharp_driver", "max_stars_repo_path": "CodeFiend.WbmDrivers/CodeFiend.WbmDrivers/WBE/MagneticTrack.cs", "provenance": "train-00027-of-00045.jsonl.gz:160851" }
starcoder
namespace CodeFiend.WbmDrivers.WBE { /// <summary> /// This is an enumeration of the magnetic tracks tracks /// </summary> public enum MagneticTrack : byte { /// <summary> /// Track 1 /// </summary> Track1 = 0x25, /// <summary> /// Track 2 /// </summary> Track2 = 0x3f, /// <summary> /// Trac...
2.233834
59bb5faeb14354dafefe5a594f7a6a16
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841632
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "yuinore/HeartBeat", "max_stars_repo_path": "HatoDSP/PhaseModulation.cs", "provenance": "train-00027-of-00045.jsonl.gz:160852" }
starcoder
<reponame>yuinore/HeartBeat<filename>HatoDSP/PhaseModulation.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HatoDSP { class PhaseModulation : SingleInputCell { // Cell[] base.InputCells; float phaseShift = 0.0f;...
1.90916
d1959826c5ced736dfe1dac2a3f1e64d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841633
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kriskok95/BodySculptor", "max_stars_repo_path": "src/Server/BodySculptor.Articles/Controllers/ArticlesController.cs", "provenance": "train-00027-of-00045.jsonl.gz:160853" }
starcoder
namespace BodySculptor.Articles.Controllers { using BodySculptor.Articles.Constants; using BodySculptor.Articles.Models.Articles; using BodySculptor.Articles.Services.Interfaces; using BodySculptor.Common.Controllers; using BodySculptor.Common.Infrastructure; using Microsoft.AspNetCore.Mvc; ...
2.256633
b9553686f94c4ceca09870f4c7f4ebf9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841634
{ "extension": "c-sharp", "max_stars_count": "110.0", "max_stars_repo_name": "vchelaru/FlatRedBall", "max_stars_repo_path": "FRBDK/Glue/OfficialPlugins/Compiler/Embedded/Models/StateSave.cs", "provenance": "train-00027-of-00045.jsonl.gz:160854" }
starcoder
using FlatRedBall.Content.Instructions; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GlueControl.Models { public class StateSave { public string Name { get; set; } public L...
1.700743
025bb759fcfb25500a509176b496ea19
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841635
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "DennisPitallano/BscScan.NetCore", "max_stars_repo_path": "src/BscScan.NetCore/Contracts/IBscScanBlocksService.cs", "provenance": "train-00027-of-00045.jsonl.gz:160855" }
starcoder
namespace BscScan.NetCore.Contracts; /// <summary> /// BscScan Blocks Module API Interface /// </summary> public interface IBscScanBlocksService { /// <summary> /// Get Block Rewards by BlockNo /// </summary> /// <param name="blockNo">the integer block number to check block rewards for eg. 12697906</p...
2.593551
b169291d0f19047716d99f0b4504ad31
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841636
{ "extension": "c-sharp", "max_stars_count": "321.0", "max_stars_repo_name": "twitchplayskh/open-brush", "max_stars_repo_path": "Assets/ThirdParty/GlTF/GlTF_Globals.cs", "provenance": "train-00027-of-00045.jsonl.gz:160856" }
starcoder
<gh_stars>100-1000 // This holds all the global state that was once in GlTF_Writer using System; using System.Collections.Generic; using System.IO; using System.Linq; using Debug = UnityEngine.Debug; using RefObj = GlTF_ReferencedObject; using RefGraph = System.Collections.Generic.Dictionary< GlTF_ReferencedObjec...
1.768321
7611564a9ce40ef87f0aae86deb37268
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841637
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sok7red/DesignPatternsInRealLife", "max_stars_repo_path": "Adaptation_Builder_Immutable/Adaptation_Builder_Immutable/Domain/Calculation/RiskCalculator.cs", "provenance": "train-00027-of-00045.jsonl.gz:160857" }
starcoder
<reponame>sok7red/DesignPatternsInRealLife using System; using System.Collections.Generic; using System.Text; using Adaptation_Builder_Immutable.Interfaces; namespace Adaptation_Builder_Immutable.Domain.Calculation { public class RiskCalculator : Calculator { private IEnumerable<IEconomicEnti...
2.406065
885e51ce7513ecbbe90d26246ecd36a9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841638
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "zhenhaiwang/GameLib", "max_stars_repo_path": "Assets/Scripts/GameLib/Util/SerializeUtil.cs", "provenance": "train-00027-of-00045.jsonl.gz:160858" }
starcoder
<filename>Assets/Scripts/GameLib/Util/SerializeUtil.cs using System; using System.IO; using UnityEngine; using Newtonsoft.Json; namespace GameLib { public static class SerializeUtil { #region private private static bool CreateDirectoryIfNotExist(string dirPath) { try ...
2.587524
3c6ffdb122e06858d1d879c6855340c3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841639
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Areloch/GG-Torque3D", "max_stars_repo_path": "Templates/BaseGame/game/data/TTR/materials/Ucratswas.cs", "provenance": "train-00027-of-00045.jsonl.gz:160859" }
starcoder
//--- OBJECT WRITE BEGIN --- singleton Material(Ucratswas) { mapTo = "Ucratswas"; DiffuseMapAsset[0] = "TTR:Ucratswas_ALBEDO"; }; //--- OBJECT WRITE END ---
1.015681
e6edc1fb08858257bf0ab5907c653334
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841640
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Troilk/TicTacToe", "max_stars_repo_path": "Assets/ThirdParty/GoKitLite/GoKitLiteTweenFlow.cs", "provenance": "train-00027-of-00045.jsonl.gz:160860" }
starcoder
using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using Prime31.GoKitLite; /// <summary> /// totally optional classes for making tween flows /// </summary> namespace Prime31.GoKitLite { public class TweenFlow { /// <summary> /// used internally as a wrapper to handle T...
2.663579
97872ff953ea9dadd7ebf411ee3ed045
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841641
{ "extension": "c-sharp", "max_stars_count": "565.0", "max_stars_repo_name": "baho-s/CSharpGL", "max_stars_repo_path": "Infrastructure/CSharpGL.Models/stb_Image/rgbe/rgbe.ReadPixels_RLE.cs", "provenance": "train-00027-of-00045.jsonl.gz:160861" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace CSharpGL { public static partial class rgbe { /* read or write run length encoded files */ /* must be called to read or write whole scanlines */ ...
2.764085
1c5bcbc1873cb2f97017c57dfd220c77
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841642
{ "extension": "c-sharp", "max_stars_count": "469.0", "max_stars_repo_name": "lefb766/mono", "max_stars_repo_path": "mcs/tests/gtest-241.cs", "provenance": "train-00027-of-00045.jsonl.gz:160862" }
starcoder
abstract public class a { public abstract void func<T>(ref T arg); } public class b : a { public override void func<T>(ref T arg) { } } class main { public static void Main () {} }
2.232492
a37c03c15e7e7a12a219858098555074
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841643
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "GSYankov/LearningPlusWebApp", "max_stars_repo_path": "src/Web/LerningPlus.Web.Services/ChatService/ChatService.cs", "provenance": "train-00027-of-00045.jsonl.gz:160863" }
starcoder
<filename>src/Web/LerningPlus.Web.Services/ChatService/ChatService.cs<gh_stars>1-10 using AutoMapper; using LearningPlus.Data.DbRepository.Contract; using LearningPlus.Models; using LearningPlus.Web.ViewModels.Chat; using LerningPlus.Web.Services.ChatService.Contract; using Microsoft.EntityFrameworkCore; using System....
2.520831
cf42aa4f96e2b944eadff52e989e56a4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841644
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "E01D/Base", "max_stars_repo_path": "src/E01D.Base.Clr.DotNet.Emit.Models/Coding/Code/Models/E01D/Base/Reflection/Emit/ByRefParameter.cs", "provenance": "train-00027-of-00045.jsonl.gz:160864" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Text; using System.Threading.Tasks; namespace Root.Coding.Code.Models.E01D.Core.Reflection.Emit { public class ByRefParameter { public Expression Value; public ParameterExpression Var...
1.475913
f8fe627b10c6b0cff3ef5ce4c2523a69
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841645
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tiberiu-matei/investager-api", "max_stars_repo_path": "Investager.Core/Interfaces/ICache.cs", "provenance": "train-00027-of-00045.jsonl.gz:160865" }
starcoder
using System; using System.Threading.Tasks; namespace Investager.Core.Interfaces; public interface ICache { /// <summary> /// Gets the value from the cache. /// If not present, uses the func to retrieve the value and store it in the cache. /// </summary> /// <typeparam name="T">The stored type.</...
2.781418
178ea42dac36ff87aa11d324b3bf27fd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841646
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Edufacr/University-DB1-Project", "max_stars_repo_path": "WEB_PORTAL/DB1-Project_WEBPORTAL/DB1-Project_WEBPORTAL/Views/Property/Details.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:160866" }
starcoder
<filename>WEB_PORTAL/DB1-Project_WEBPORTAL/DB1-Project_WEBPORTAL/Views/Property/Details.cshtml @model DB1_Project_WEBPORTAL.Models.PropertyModel @{ int? RequestType = ViewData["RequestType"] as int?; ViewData["Title"] = "Delete"; if(ILoggedUser.LoggedUser.isAdmin){ ViewData["TitlePendingButton"] ...
2.001952
74bb729a23aecf01ea9b1ca0c2fac914
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841647
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "tompipe/Umbraco-CMS", "max_stars_repo_path": "src/Umbraco.Core/Configuration/UmbracoSettings/DistributedCallElement.cs", "provenance": "train-00027-of-00045.jsonl.gz:160867" }
starcoder
using System.Collections.Generic; using System.Configuration; namespace Umbraco.Core.Configuration.UmbracoSettings { internal class DistributedCallElement : ConfigurationElement, IDistributedCallSection { [ConfigurationProperty("enable", DefaultValue = false)] internal bool Enabled ...
2.172047
7dfeb39bcda3094d7bd11b930f8e731e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841648
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HerrGolovin/CwkSocial", "max_stars_repo_path": "CwkSocial/CwkSocial.Application/Identity/Handlers/RegisterIdentityHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:160868" }
starcoder
<reponame>HerrGolovin/CwkSocial<gh_stars>0 using System.Security.Claims; using Cwk.Domain.Aggregates.UserProfileAggregate; using Cwk.Domain.Exceptions; using CwkSocial.Application.Enums; using CwkSocial.Application.Identity.Commands; using CwkSocial.Application.Models; using CwkSocial.Application.Services; using CwkSo...
2.191147
f3e1be0a7ec2e77f643bf30f408e79c3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841649
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "krum142/ParaInfo", "max_stars_repo_path": "Server/ParaInfoServer/Controllers/IdentityController.cs", "provenance": "train-00027-of-00045.jsonl.gz:160869" }
starcoder
<gh_stars>0 using System; using System.IdentityModel.Tokens.Jwt; using System.Net; using System.Security.Claims; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Options; using Microsoft.IdentityModel.Tokens; using Parainfo...
2.147336
acdc98d741df532eedb261121a95641a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841650
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "djoshi001Personal/presentations", "max_stars_repo_path": ".NETCore/ASP.NETCore/v5.0/Japikse_VersioningAPIs/FolderVersioning/Startup.cs", "provenance": "train-00027-of-00045.jsonl.gz:160870" }
starcoder
<reponame>djoshi001Personal/presentations using FolderVersioning.SwaggerInfrastructure; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ApiExplorer; using Microsoft.AspNetCore.Mvc.Versioning; using Microsoft.AspNetCore.Mvc.Versionin...
2.034129
f9ad133ebf54bf71b4aa330e8bc22a5c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841651
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SunilRao01/Llama-Rap-Battle", "max_stars_repo_path": "Battle Piece/Assets/Scripts/BattleRapSystem.cs", "provenance": "train-00027-of-00045.jsonl.gz:160871" }
starcoder
using UnityEngine; using System.Collections; using UnityEngine.UI; using System.Collections.Generic; public class BattleRapSystem : MonoBehaviour { // Word selection private Text wordText1; private Text wordText2; private Text wordText3; private int lyricIndex; // Lyric templates public List<string> lyrics; ...
2.403006
ed4399ec40bf9ea00c67e18976c3a87d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841652
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "xlent-fulcrum/fulcrum-templates", "max_stars_repo_path": "Frobozz.NexusApi/src/Frobozz.Contracts.AspNet/GdprCapability/Controllers/ConsentPersonServiceController.cs", "provenance": "train-00027-of-00045.jsonl.gz:160872" }
starcoder
<reponame>xlent-fulcrum/fulcrum-templates<filename>Frobozz.NexusApi/src/Frobozz.Contracts.AspNet/GdprCapability/Controllers/ConsentPersonServiceController.cs using System.Threading; using System.Threading.Tasks; using Frobozz.Contracts.GdprCapability.Interfaces; using Frobozz.Contracts.GdprCapability.Model; using Nexu...
1.916354
b89541c82e0d8cdd95311813d8b16eff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841653
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SitharaNA/ContentProvider", "max_stars_repo_path": "src/ContentProvider/ContentSet.cs", "provenance": "train-00027-of-00045.jsonl.gz:160873" }
starcoder
<filename>src/ContentProvider/ContentSet.cs<gh_stars>0 #region --- License & Copyright Notice --- /* ContentProvider Framework Copyright (c) 2020 <NAME>, <NAME> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the...
2.649372
210a99c96f28e1ef10d156a3d8de62dc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841654
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Floofy-KH/utils", "max_stars_repo_path": "dialogue_editor/DialogueEditor/CommandExecutor.cs", "provenance": "train-00027-of-00045.jsonl.gz:160874" }
starcoder
<gh_stars>0 using System.Collections.Generic; namespace DialogueEditor { public interface IUndoableCommand { void Execute(); void Undo(); void Redo(); } public class CommandExecutor { private Stack<IUndoableCommand> _undoStack; private Stack<IUndoableComm...
2.591718
0dca544eaedfa75c5c0acb784f629826
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841655
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wolfrug/ggj2021", "max_stars_repo_path": "GGJ2021/Assets/InventorySystem/Scripts/InventoryContextMenuController.cs", "provenance": "train-00027-of-00045.jsonl.gz:160875" }
starcoder
<filename>GGJ2021/Assets/InventorySystem/Scripts/InventoryContextMenuController.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; [System.Serializable] public class ItemConsumed : UnityEvent<ItemData, int> { } public class InventoryContextMenuController : Mon...
2.17979
2b0fc829bd93ac44c520787ae37000ff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841656
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Johnoss/weird-card-game", "max_stars_repo_path": "Assets/Scripts/Features/Card/SelectedCard/SelectedCardModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:160876" }
starcoder
using Assets.Scripts.Features.MVC; using JetBrains.Annotations; using UniRx; namespace Assets.Scripts.Features.Card.SelectedCard { [UsedImplicitly] public class SelectedCardModel : AbstractModel { private const int NONE_SELECTED_INDEX = -1; private readonly ReactiveProperty<int> selectedCa...
2.375847
b54818e9527530ca99338981a5f1aae5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841657
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "HuZeHua/XCode.RuningCode", "max_stars_repo_path": "XCode.RuningCode/XCode.RuningCode.Data/Mapping/UserMap.cs", "provenance": "train-00027-of-00045.jsonl.gz:160877" }
starcoder
using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity.ModelConfiguration; using XCode.RuningCode.Entity; namespace XCode.RuningCode.Data.Mapping { /// <summary> /// 用户表配置 /// </summary> public class UserMap : EntityTypeConfiguration<User> { public UserMap() {...
2.426371
1d0bcbc7368de548e4b3c36e21486c6c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841658
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TheGrantsta/sudoku", "max_stars_repo_path": "sudoku.unittests/IntersectTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:160878" }
starcoder
<reponame>TheGrantsta/sudoku<gh_stars>0 using System.Collections.Generic; using System.Linq; using FakeItEasy; using FluentAssertions; using Xunit; namespace sudoku.unittests { public class IntersectTests { private readonly IResolver _resolver; private readonly Row _row; public IntersectTests() { ...
2.770064
757afcf9e42140b57ef730e119eb5794
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841659
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "codedipper/WinBot", "max_stars_repo_path": "Source/Commands/Fun/HackermanCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:160879" }
starcoder
using System; using System.Linq; using System.Threading.Tasks; using System.Collections.Generic; using DSharpPlus.CommandsNext; using DSharpPlus.CommandsNext.Attributes; using DSharpPlus.Entities; using WinBot.Util; using WinBot.Commands.Attributes; using MarkovSharp.TokenisationStrategies; namespace WinBot.Command...
2.688917
ac7520c2b44ad36232bb427020852060
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841660
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RenatoPacheco/BitHelp.Core.Extend", "max_stars_repo_path": "test/ClassExtendTest/PropertyNameTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:160880" }
starcoder
<reponame>RenatoPacheco/BitHelp.Core.Extend using Xunit; namespace BitHelp.Core.Extend.Test.ClassExtendTest { public class PropertyNameTest { [Fact] public void Check_property_name() { SingleValues single = new SingleValues(); ArrayValues array = new ArrayValues...
2.328015
5f05ed07ba86cc9251634df425a074e7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841661
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "SlothsAreLazyTho/Pterodactyl.NET", "max_stars_repo_path": "Pterodactyl.NET/Endpoints/V0_7/Admin/DatabaseEndpoints.cs", "provenance": "train-00027-of-00045.jsonl.gz:160881" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Pterodactyl.NET.Objects.V0_7.Admin; using Pterodactyl.NET.Objects.V0_7.Admin.DatabaseAttributes; using RestSharp; namespace Pterodactyl.NET.Endpoints.V0_7.Admin { public ...
1.985115
91e02e45754a07745717ee59303c71bc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841662
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tahiralvi/Nemo", "max_stars_repo_path": "tests/Nemo.Test/Entities.cs", "provenance": "train-00027-of-00045.jsonl.gz:160882" }
starcoder
using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Xml.Serialization; using Nemo; using Nemo.Attributes; using Nemo.Fn; using Nemo.Id; using Nemo.Validation; using ProtoBuf; using System.Data.Entity; using System.ComponentModel.DataAnnotations; using System.ComponentModel....
2.362972
763519f023073512108c8b48dfca9567
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841663
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Possum-Labs/DSL", "max_stars_repo_path": "tests/PossumLabs.DSL.Web.IntegrationTests/features/Scrip Based Set.feature.cs", "provenance": "train-00027-of-00045.jsonl.gz:160883" }
starcoder
<filename>tests/PossumLabs.DSL.Web.IntegrationTests/features/Scrip Based Set.feature.cs // ------------------------------------------------------------------------------ // <auto-generated> // This code was generated by SpecFlow (http://www.specflow.org/). // SpecFlow Version:3.1.0.0 // SpecFlow Generat...
1.881935
4bc4540ac5700af6a12e5a290121cb94
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841664
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LeagueGameObserver/LGO.Backend", "max_stars_repo_path": "LGO.Backend.Core/Model/MultiComponentVersion.cs", "provenance": "train-00027-of-00045.jsonl.gz:160884" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using LGO.Backend.Core.Model.Converter; using Newtonsoft.Json; namespace LGO.Backend.Core.Model { [JsonConverter(typeof(MultiComponentVersionConverter))] public sealed class MultiComponentVersion : IEquatable<MultiComponentVersion>, IComparabl...
2.93555
fe6d9a124c9af1203769b15d25967cc2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841665
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "mariohackandglitch/CTGP7EFEPlugin", "max_stars_repo_path": "UI/TimeSelector.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:160885" }
starcoder
<gh_stars>1-10  namespace CTGP7.UI { partial class TimeSelector { /// <summary> /// Variable del diseñador necesaria. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Limpiar los recursos que se estén usando. ...
2.198077
2127eb30ab6a047196437b7dab18a3fc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841666
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "201019-UiPath/WeisVincent-P1", "max_stars_repo_path": "IceShop/IceShopWeb/Models/Customer.cs", "provenance": "train-00027-of-00045.jsonl.gz:160886" }
starcoder
using Newtonsoft.Json; using System.ComponentModel; using System.ComponentModel.DataAnnotations; namespace IceShopWeb.Models { public class Customer : User { public Customer() { } /// <summary> /// Constructor for new customers /// </summary> /// <pa...
2.602361
31de5d8fc500e394bacb62aacdbfc30b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841667
{ "extension": "c-sharp", "max_stars_count": "280.0", "max_stars_repo_name": "tamato/ClassicUO", "max_stars_repo_path": "src/Game/UI/Gumps/CreditsGump.cs", "provenance": "train-00027-of-00045.jsonl.gz:160887" }
starcoder
<gh_stars>100-1000 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ClassicUO.Game.Scenes; using ClassicUO.Game.UI.Controls; using ClassicUO.Renderer; using Microsoft.Xna.Framework; namespace ClassicUO.Game.UI.Gumps { class CreditsGump : Gum...
2.214386
81702300332ff8e1b51affcdbf493313
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841668
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Authing/authing-api-client-net-", "max_stars_repo_path": "src/Authing.ApiClient/AuthingException.cs", "provenance": "train-00027-of-00045.jsonl.gz:160888" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Text; namespace Authing.ApiClient { public class AuthingException : Exception { /// <summary> /// The returned status code /// </summary> public int StatusCode { get; } public AuthingException(...
2.747579
63632199c01bca5d50aab598dc16853d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841669
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nuitsjp/ModerateCleanArchitecture", "max_stars_repo_path": "Strong/AdventureWorks.UseCase.Export/IExportService.cs", "provenance": "train-00027-of-00045.jsonl.gz:160889" }
starcoder
<reponame>nuitsjp/ModerateCleanArchitecture using System.IO; using System.Threading.Tasks; namespace AdventureWorks.UseCase.Export { public interface IExportService { Task ExportAsync(ISalesOrderDetailKey salesOrderDetailKey, TextWriter textWriter); } }
1.189407
0012d58cfa530513e23e0092830b8c2e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841670
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NotExpectedYet/ErsatzTV", "max_stars_repo_path": "ErsatzTV.Core/FFmpeg/WatermarkOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:160890" }
starcoder
<filename>ErsatzTV.Core/FFmpeg/WatermarkOptions.cs using ErsatzTV.Core.Domain; namespace ErsatzTV.Core.FFmpeg; public record WatermarkOptions( Option<ChannelWatermark> Watermark, Option<string> ImagePath, Option<int> ImageStreamIndex, bool IsAnimated);
1.299672
e59ac68b347ec85ac01384480b6a1576
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841671
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "witsa/MvcSiteMapProvider", "max_stars_repo_path": "src/MvcSiteMapProvider/MvcSiteMapProvider/DI/SiteMapFactoryContainer.cs", "provenance": "train-00027-of-00045.jsonl.gz:160891" }
starcoder
<reponame>witsa/MvcSiteMapProvider using System; using System.Web.Mvc; using MvcSiteMapProvider.Caching; using MvcSiteMapProvider.Collections; using MvcSiteMapProvider.Collections.Specialized; using MvcSiteMapProvider.Matching; using MvcSiteMapProvider.Security; using MvcSiteMapProvider.Web; using MvcSiteMapProvider.W...
1.55899
1441e0c7219631652c24bd8946b4a850
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841672
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Gerghet/sigstat", "max_stars_repo_path": "src/SigStat.FusionBenchmark/GraphExtraction/Stroke.cs", "provenance": "train-00027-of-00045.jsonl.gz:160892" }
starcoder
using System; using System.Collections.Generic; using System.Text; using System.Linq; namespace SigStat.FusionBenchmark.GraphExtraction { public class Stroke : List<Vertex> { public StrokeComponent Component { get; set; } public Stroke(): base() {} public Stroke(List<Vertex> list) : ...
2.948987
cee681b5d6dfdef8cad30d8b9523edc6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841673
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TeamLabyrinth5-Telerik/Labyrinth", "max_stars_repo_path": "Source/Labirynth.Common/Interfaces/IRandomGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:160893" }
starcoder
namespace Labyrinth.Common.Interfaces { /// <summary> /// Interface for Random Generator /// </summary> public interface IRandomGenerator { /// <summary> /// Gets the next random integer /// </summary> /// <param name="minValue">The minumum value</param> /// ...
3.020309
44110ecccfae5b1d46eab3325e2c3642
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841674
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "cameronfletcher/dddlib", "max_stars_repo_path": "src/dddlib.Persistence/Memory/MemoryIdentityMap.cs", "provenance": "train-00027-of-00045.jsonl.gz:160894" }
starcoder
<filename>src/dddlib.Persistence/Memory/MemoryIdentityMap.cs // <copyright file="MemoryIdentityMap.cs" company="dddlib contributors"> // Copyright (c) dddlib contributors. All rights reserved. // </copyright> namespace dddlib.Persistence.Memory { using System; using dddlib.Persistence.Sdk; /// ...
2.487623
67fe53e62592947eaf95ab2f7943c498
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841675
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alexshko/FishingWorld", "max_stars_repo_path": "Assets/Scripts/Entities/FishingRod/FishingLineHinge.cs", "provenance": "train-00027-of-00045.jsonl.gz:160895" }
starcoder
<filename>Assets/Scripts/Entities/FishingRod/FishingLineHinge.cs using System.Collections; using UnityEngine; using alexshko.fishingworld.Enteties; using System; using alexshko.fishingworld.Core; using alexshko.fishingworld.Enteties.Rods; using alexshko.fishingworld.Store; namespace alexshko.fishingworld.Enteties { ...
2.461041
cdad9952bd8053d822b2eeb7755b985d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841676
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TanNguyen120/ruby2dUnity", "max_stars_repo_path": "Assets/GameManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:160896" }
starcoder
<reponame>TanNguyen120/ruby2dUnity using System.Collections; using System.Collections.Generic; using UnityEngine; using System.IO; using System.Runtime.Serialization.Formatters.Binary; public class GameManager : MonoBehaviour { [SerializeField] GameObject menu; bool isOpenMenu = false; public static Gam...
2.099002
5201ac63712c2450eec6e1ba9a7f3185
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841677
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "thehoglet/RVis", "max_stars_repo_path": "UI/Module/Sensitivity/Design/ViewModels/Dialog/RankingViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:160897" }
starcoder
<reponame>thehoglet/RVis using LanguageExt; using System; using System.Windows.Input; using static LanguageExt.Prelude; #nullable disable namespace Sensitivity.Design { internal sealed class RankingViewModel : IRankingViewModel { public string FromText { get => "1.23!!!"; set => throw new NotImplementedExcep...
1.946818
bd37a2f40d6ffab4b22ad1f64ccd4230
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841678
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Jarlyk/Rain-of-Stages", "max_stars_repo_path": "Assets/RainOfStages/RoR2/GeneratedProxies/RoR2/UI/EclipseRunScreenController.cs", "provenance": "train-00027-of-00045.jsonl.gz:160898" }
starcoder
<reponame>Jarlyk/Rain-of-Stages<gh_stars>0 #if THUNDERKIT_CONFIGURED using global::RoR2.UI; namespace PassivePicasso.ThunderKit.Proxy.RoR2.UI { public partial class EclipseRunScreenController : global::RoR2.UI.EclipseRunScreenController {} } #endif
0.819203
9ed7cb9e699a0a4c08ab98bf8f08fdc1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841679
{ "extension": "c-sharp", "max_stars_count": "122.0", "max_stars_repo_name": "justinforbes/AtlasC2", "max_stars_repo_path": "Client/Utils/ImplantUtils/Disconnect.cs", "provenance": "train-00027-of-00045.jsonl.gz:160899" }
starcoder
<reponame>justinforbes/AtlasC2<filename>Client/Utils/ImplantUtils/Disconnect.cs using Client.Models; namespace Client.Utils { class Disconnect : Models.Util { public override string UtilName => "Disconnect"; public override string Desc => "Disconnect an implant"; public override string...
2.430362
c566a1860f5d4ba7ff6b120029835e1d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841680
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "pdxparrot/ssjJune2021", "max_stars_repo_path": "Assets/Scripts/Core/Data/NodeEditor/NodeAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:160900" }
starcoder
<gh_stars>1-10 using System; namespace pdxpartyparrot.Core.Data.NodeEditor { [AttributeUsage(AttributeTargets.Class)] public class NodeAttribute : Attribute { public string Name { get; private set; } public NodeAttribute(string name) { Name = name; } } }
2.053142
f41c7624833c1174273696d8c2253947
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841681
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sharpjs/Projector", "max_stars_repo_path": "Projector/ObjectModel/TraitModel/ITraitAggregator.cs", "provenance": "train-00027-of-00045.jsonl.gz:160901" }
starcoder
namespace Projector.ObjectModel { public interface ITraitAggregator { void Add(object trait); } }
1.663441
24f3590975012a1efb340639f3c810e9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841682
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pixelsquare/ProjectSnake", "max_stars_repo_path": "Assets/Scripts/GameManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:160902" }
starcoder
using UnityEngine; using System.Collections; using System.Collections.Generic; using GameID; /// <summary> /// TODO: /// 1. Combat Log (Console/GUI) /// OK 2. Separate Attack for Unit Ally and Unit Enemy for attack speed property /// OK 3. Test out a new Script that will Pool number popout /// </summary> public cla...
2.190074
dbf50109bc78862bebab2088eaf5b6ad
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841683
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "anderson1008/Noculator", "max_stars_repo_path": "hring/src/Net/MultiMesh_Network.cs", "provenance": "train-00027-of-00045.jsonl.gz:160903" }
starcoder
using System; using System.Collections.Generic; using System.Text; using System.IO; namespace ICSimulator { public class MultiMesh : Network { private MultiMeshRouter[] _routers; public MultiMesh (int dimX, int dimY) : base(dimX, dimY) { } public override void setup() { if (Config.sub_net <= 0) th...
2.16487
0b516e6c4c586bcc77786443296e1b59
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841684
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "joedayz/joerp", "max_stars_repo_path": "Source/Data Access Layer/JOERP.DataAccess/Implementations/PermisoRolRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:160904" }
starcoder
 namespace JOERP.DataAccess.Implementations { using System.Collections.Generic; using System.Linq; using Business.Entity; using Interfaces; public class PermisoRolRepository : Repository<PermisoRol>, IPermisoRolRepository { public void Guardar(int idFormulario, List<PermisoRol> lista) ...
2.198687
f7a87a189acd3d5c800f3de302c45896
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841685
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TheKoke/Codewars-Cars", "max_stars_repo_path": "Cars #3/classes/OnBoardComputerDisplay.cs", "provenance": "train-00027-of-00045.jsonl.gz:160905" }
starcoder
using System; namespace Cars { class OnBoardComputerDisplay : IOnBoardComputer { private OnBoardComputer computer; public OnBoardComputerDisplay(OnBoardComputer comp) { this.computer = comp; } public int TripRealTime { ...
2.747759
0ec3aeafe580737f268230a8d92121c7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841686
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "karnkaul/follow-me", "max_stars_repo_path": "Assets/Scripts/Follower2.cs", "provenance": "train-00027-of-00045.jsonl.gz:160906" }
starcoder
using UnityEngine; using System.Collections; /* * This script contains two tracking behaviours: to follow (come to rest at a specified distance from the target), or to chase (crash with target). * The GameObject turns towards the target at a fixed radius and moves continuously forward (local +Y). */ public class Foll...
2.370266
f117e56a8a12645a39212f55d4993402
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841687
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "maziesmith/Library-Management-System-c-", "max_stars_repo_path": "Library PRO Software/frmBookSupplierList.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:160907" }
starcoder
<gh_stars>0 namespace School_Software { partial class frmBookSupplierList { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// ...
1.805446
8ab1ba401749fa52c88f568fb0db813f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841688
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "seijim/cloud-robotics-fx-v3", "max_stars_repo_path": "CloudRoboticsDefTool/CloudRoboticsDefTool/AppRoutingProcessor.cs", "provenance": "train-00027-of-00045.jsonl.gz:160908" }
starcoder
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Data; namespace CloudRoboticsDefTool { public class AppRoutingProcessor { private string sqlConnectionString; private ApplicationException ae = null; public AppRoutingProcessor(string sqlConnect...
2.785791
09ca17205982000fb4c5ec6f24cb4461
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841689
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "projectkudu/TryAppService", "max_stars_repo_path": "SimpleWAWS/Models/CsmModels/CsmWrapper.cs", "provenance": "train-00027-of-00045.jsonl.gz:160909" }
starcoder
<filename>SimpleWAWS/Models/CsmModels/CsmWrapper.cs using System.Collections.Generic; namespace SimpleWAWS.Models.CsmModels { public class CsmWrapper<T> { public string id { get; set; } public string name { get; set; } public string type { get; set; } public string kind { get; ...
2.398194
cdab58a986c22b8fabb1f907bd1910a8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841690
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "1Schema/Open-Source", "max_stars_repo_path": "Decia.Business.Common/RepositoryActionType.cs", "provenance": "train-00027-of-00045.jsonl.gz:160910" }
starcoder
<filename>Decia.Business.Common/RepositoryActionType.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Decia.Business.Common { public enum RepositoryActionType { Read, Add, Update, Remove, } }
1.76884
2ed0896d832cb287ffa163fc5ce9136a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841691
{ "extension": "c-sharp", "max_stars_count": "29.0", "max_stars_repo_name": "pulumi/pulumi-aws-native", "max_stars_repo_path": "sdk/dotnet/IoTTwinMaker/GetScene.cs", "provenance": "train-00027-of-00045.jsonl.gz:160911" }
starcoder
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** 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; namespace Pulumi.AwsN...
1.976063
e8dc34fa9171cebe5fc1d853b1d5881e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841692
{ "extension": "c-sharp", "max_stars_count": "180.0", "max_stars_repo_name": "maxtoroq/DbExtensions", "max_stars_repo_path": "samples/CSharp/Northwind/CustomerCustomerDemo.cs", "provenance": "train-00027-of-00045.jsonl.gz:160912" }
starcoder
using System; using DbExtensions; namespace Samples.CSharp.Northwind { [Table] public class CustomerCustomerDemo { [Column(IsPrimaryKey = true)] public string CustomerID { get; set; } [Column(IsPrimaryKey = true)] public string CustomerTypeID { get; set; } [Association(ThisKey ...
2.090836
12607e39814e45dc3d5f7f07bde059fe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841693
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "PeturDarri/GenericEventBus", "max_stars_repo_path": "Tests/Runtime/StructTestEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:160913" }
starcoder
namespace GenericEventBus.Tests { public struct StructTestEvent : ITestEvent { public int Data; } }
1.530567
9f9d1cdf2a9e2a17a23dfa41047fd34f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841694
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tugrulelmas/AbiokarRdn", "max_stars_repo_path": "AbiokaRdn.ApplicationService/Abstractions/IService.cs", "provenance": "train-00027-of-00045.jsonl.gz:160914" }
starcoder
namespace AbiokaRdn.ApplicationService.Abstractions { public interface IService { } }
1.065059
3d8a4fa59946cb2a5ca586c6d243c932
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841695
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Mystagogue/Werx", "max_stars_repo_path": "Contractual/Exchange/ICommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:160915" }
starcoder
<reponame>Mystagogue/Werx using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Contractual.Exchange { public interface ICommand<TCommand> { Task Handle(TCommand command); } }
1.569651
390cd48549c2cb631c017e4540286896
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841696
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "arglux/50033-game-dev-lab", "max_stars_repo_path": "src/MarioGame/Assets/Scripts/EV/ChangeSceneEV.cs", "provenance": "train-00027-of-00045.jsonl.gz:160916" }
starcoder
using System.Collections.Generic; using System.Collections; using UnityEngine; using UnityEngine.SceneManagement; public class ChangeSceneEV : MonoBehaviour { public AudioSource changeSceneSound; void OnTriggerEnter2D(Collider2D other) { if (other.tag == "Player") { Deb...
2.442325
edd371236fb6700874cd95e0b6fa7b05
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841697
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "TUD-INF-IAI-MCI/BrailleIO", "max_stars_repo_path": "BrailleIO_Dialog/Data Structure/Group_DialogEntry.cs", "provenance": "train-00027-of-00045.jsonl.gz:160917" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace BrailleIO.Dialogs { /// <summary> /// Special DialogEntry for grouping other <see cref="DialogEntry"/> semantically or functional. /// This class contains special handling grouping entries. /// You can also...
2.812373
33d977057483d10656cd7ac1bf43d985
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841698
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "uk-gov-mirror/SkillsFundingAgency.das-coursedelivery-api", "max_stars_repo_path": "src/SFA.DAS.CourseDelivery.Data.UnitTests/Repository/NationalAchievementRateOverallImportRepository/WhenDeletingAllItems.cs", "provenance": "train-0002...
starcoder
<reponame>uk-gov-mirror/SkillsFundingAgency.das-coursedelivery-api<filename>src/SFA.DAS.CourseDelivery.Data.UnitTests/Repository/NationalAchievementRateOverallImportRepository/WhenDeletingAllItems.cs using System.Collections.Generic; using Moq; using NUnit.Framework; using SFA.DAS.CourseDelivery.Domain.Entities; using ...
2.149733
7f2882f78d56312387a5755c122637e0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841699
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "cgunaydin/CoinBazaar-1", "max_stars_repo_path": "CoinBazaar.Infrastructure/Models/DomainCommandResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:160919" }
starcoder
<filename>CoinBazaar.Infrastructure/Models/DomainCommandResponse.cs<gh_stars>1-10 namespace CoinBazaar.Infrastructure.Models { using System; public sealed class DomainCommandResponse { public Guid AggregateId { get; set; } public DateTime CreationDate { get; set; } } }
1.916791
811943d4964b372ec93f41ddf05cf111
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841700
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "mlnethub/machinelearning-auto-pipeline", "max_stars_repo_path": "src/MLNet.AutoPipeline/API/SweepableOptions/LightGbmBinaryTrainerSweepableOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:160920" }
starcoder
// <copyright file="LightGbmBinaryTrainerSweepableOptions.cs" company="BigMiao"> // Copyright (c) BigMiao. All rights reserved. // </copyright> using Microsoft.ML.Trainers.LightGbm; using System; using System.Collections.Generic; using System.Text; namespace MLNet.AutoPipeline { public class LightGbmBinaryTraine...
2.143949
47010fbf15f07d684f94f8b59f81878d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841701
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ZFhuang/Project-Unknown", "max_stars_repo_path": "CompetitionProject/Assets/Scripts/Common/UI/GlobalObjects.cs", "provenance": "train-00027-of-00045.jsonl.gz:160921" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class GlobalObjects : MonoBehaviour { //Should use prefabs [SerializeField] private GameObject prefab_MainCamera; [SerializeField] private GameObject prefab_MainEventSystem; [SerializeField] private GameObject prefab...
2.150414
5ad1be966eb14141915f54c609e70c20
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841702
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pongpanote/DifferentComparison", "max_stars_repo_path": "RestService/Objects/Converter/DiffsConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:160922" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using Assignment.RestService.Objects.Json; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace Assignment.RestService.Objects.Converter { public class DiffsConverter : JsonConverter { public override void WriteJson(JsonWriter ...
2.844466
5988c64a94cae0dd507a1ba6eea55cc9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841703
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "yemrekeskin/DynamicView", "max_stars_repo_path": "src/DynamicView/DynamicView/Enums/State.cs", "provenance": "train-00027-of-00045.jsonl.gz:160923" }
starcoder
using DynamicView.Attributes; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace DynamicView.Enums { public enum State { [UIProperty(Title = "Aktif", LabelCls = "success")] Online = 1, [UIProperty(Title = "Pasif", LabelCls = "war...
1.881824
c1bef88414c42f53c3eff2b3f9120b21
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841704
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "aluanhaddad/LASI", "max_stars_repo_path": "LASI.WebApp/Controllers/Helpers/HttpResponseHelper.cs", "provenance": "train-00027-of-00045.jsonl.gz:160924" }
starcoder
using Microsoft.AspNet.Http; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace LASI.WebApp.Controllers.Helpers { public static class HttpHelper { public const int Status422UnprocessableEntity = 422; public static async Task<T> WriteNotF...
2.279783
951fc92fd8b7b6822fe91a19da0dfa0e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841705
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "stoolball-england/stoolball-org-uk", "max_stars_repo_path": "Stoolball.Web/Views/Partials/_MatchList.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:160925" }
starcoder
@model MatchListingViewModel @using Humanizer @using Stoolball.Matches @using Stoolball.Web.Matches @using System.Text @if (Model.Matches.Any()) { DateTimeOffset? dateOfNextMatch = null; <ol class="@(Model.ShowMatchDate ? "list-unstyled" : "match-list-minimal")"> @foreach (var match in Model.Matches...
2.658001
094f3338da7118483230f53c1b6fb63e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841706
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fdamiao/lawyerBox", "max_stars_repo_path": "Controller/CalendarioController.cs", "provenance": "train-00027-of-00045.jsonl.gz:160926" }
starcoder
<filename>Controller/CalendarioController.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; namespace WeblawyersBox.Controller { public class CalendarioController : ControllerBase { //public IActionResult Inde...
1.70312
e811ec3932e454d559fe2ae345c45b7c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841707
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nickc01/ViridianCore", "max_stars_repo_path": "WeaverCore/Implementations/Enemy_I.cs", "provenance": "train-00027-of-00045.jsonl.gz:160927" }
starcoder
using System; using System.Collections; using UnityEngine; using WeaverCore.Features; using WeaverCore.Interfaces; namespace WeaverCore.Implementations { public abstract class Enemy_I : MonoBehaviour, IImplementation { public abstract class Statics : IImplementation { public abstract ...
1.813087
74d75d7a608d94461e1329264fb198c5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841708
{ "extension": "c-sharp", "max_stars_count": "528.0", "max_stars_repo_name": "VisualStoryCreator/Unity-SRP-VXGI", "max_stars_repo_path": "Runtime/SRP/VXGIRenderer.cs", "provenance": "train-00027-of-00045.jsonl.gz:160928" }
starcoder
using UnityEngine; using UnityEngine.Rendering; using UnityEngine.Rendering.PostProcessing; public class VXGIRenderer : System.IDisposable { const string _sampleCameraEvent = "CameraEvent."; const string _samplePostProcessRender = "PostProcess.Render"; const string _samplePostProcessRenderOpaqueOnly = "PostProce...
1.579728
edd5f725b1739ffc26795e1a58cad629
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841709
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Adconsulting/BaseSolution", "max_stars_repo_path": "BaselineSolution.WebApp.Components/Datatables/Remote/DatatableStorage.cs", "provenance": "train-00027-of-00045.jsonl.gz:160929" }
starcoder
using System; using System.Web; using BaselineSolution.WebApp.Components.Datatables.Base; namespace BaselineSolution.WebApp.Components.Datatables.Remote { /// <summary> /// Provides a central storage space for datatables so they can be fetched again to build Json responses /// </summary> public static...
3.164185
0662339497ad4bf7f7aa1bc880750919
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841710
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jackofdiamond5/Software-University", "max_stars_repo_path": "C# Fundamentals/C# OOP Advanced/Generics/Generics_Exer/Ex. 2 - Generic Swap/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:160930" }
starcoder
<filename>C# Fundamentals/C# OOP Advanced/Generics/Generics_Exer/Ex. 2 - Generic Swap/Program.cs using System; using System.Linq; using System.Collections.Generic; public class Program { static void Main() { GenericSwapStrings(); GenericSwapIntegers(); } public static void GenericSwap...
3.749586
cc169a11377446d4acd25e985dd54343
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8841711
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "RadarSoft/radarcube-olap-analysis", "max_stars_repo_path": "src/Enums/MeasurePosition.cs", "provenance": "train-00027-of-00045.jsonl.gz:160931" }
starcoder
<gh_stars>1-10 namespace RadarSoft.RadarCube.Enums { /// <summary> /// Measure position in the Grid active area in relation to other hierarchies located /// in the same pivot area. /// </summary> public enum MeasurePosition { /// <summary> /// Measures take the first ...
1.863185
a009ced9dd933694bc87b97c26f52b0a