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
8848212
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "David-Rushton/AdventOfCode-Solutions", "max_stars_repo_path": "2020/Day20/Tile.cs", "provenance": "train-00027-of-00045.jsonl.gz:167432" }
starcoder
<filename>2020/Day20/Tile.cs using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; namespace AoC { public record TileEdge(char[] Pattern) { public int GetValue() { int result = 0; for(var i = 0; i < this.Pattern.Leng...
3.179947
ae468605f711d06b264e75713a6482cc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848213
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rfogaca/ProjetoGuru", "max_stars_repo_path": "ProjetoGuru2.0/GuruBO/PerguntaBO.cs", "provenance": "train-00027-of-00045.jsonl.gz:167433" }
starcoder
<reponame>rfogaca/ProjetoGuru using GuruADO; using GuruDataModel; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GuruBO { public class PerguntaBO { PerguntaADO ado; public PerguntaBO() { //Instancia a ADO de pergunta para ...
2.062909
d41f387a8781cb9084b636b5948dd130
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848214
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "xuankaicat/Maota", "max_stars_repo_path": "scripts/interfaces/IControlled.cs", "provenance": "train-00027-of-00045.jsonl.gz:167434" }
starcoder
using System.Collections; using System.Linq; using Godot; using Maota.scripts.utils; using Maota.scripts.utils.aStar; using Maota.scripts.utils.mapBuilder; using AStar = Maota.scripts.utils.aStar.AStar; namespace Maota.scripts.interfaces { public interface IControlled { int X { get; set; } int...
2.489189
a3d83b847736b8839adba772f2b92abc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848215
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "kursadacar/Unity-Character-Creation", "max_stars_repo_path": "Assets/Other/CharacterMaterial.cs", "provenance": "train-00027-of-00045.jsonl.gz:167435" }
starcoder
<filename>Assets/Other/CharacterMaterial.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class CharacterMaterial : MonoBehaviour { public List<Material> bodyMats = new List<Material>(); public Material Eyes; public Material Eyebrows; }
1.485188
4af6572d89cfdcf23022eb3c73c432c5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848216
{ "extension": "c-sharp", "max_stars_count": "112.0", "max_stars_repo_name": "DevrexLabs/OrigoDB", "max_stars_repo_path": "src/OrigoDB.Core/Configuration/CompressionMethod.cs", "provenance": "train-00027-of-00045.jsonl.gz:167436" }
starcoder
<filename>src/OrigoDB.Core/Configuration/CompressionMethod.cs<gh_stars>100-1000 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace OrigoDB.Core { public enum CompressionMethod { /// <summary> /// Default, no compression /// </summary> ...
2.150864
40611a0392deb602f55322cb074b1ac2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848217
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LightosLimited/RailML", "max_stars_repo_path": "v3.1/Models/XsdConvert/genericRailML/TTunnel.cs", "provenance": "train-00027-of-00045.jsonl.gz:167437" }
starcoder
<gh_stars>0 //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------...
1.973407
d6b507df80e03b9fe0fd566c53d723c2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848218
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "fengma312IDCM/OpenDota.NET", "max_stars_repo_path": "src/OpenDota.NET.Tests/BenchmarksEndpointTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:167438" }
starcoder
namespace OpenDota.NET.Tests { using System.Linq; using System.Threading.Tasks; using OpenDotaDotNet; using Xunit; using Xunit.Abstractions; public class BenchmarksEndpointTests { private readonly ITestOutputHelper testOutputHelper; private readonly OpenDotaApi openDotaA...
2.456643
a6059aca37f12a8bf8f299f7267f8c7f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848219
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MEDVEDx64/SoundAndVision", "max_stars_repo_path": "Massacre.Snv.Core/Network/Packets/TextPacket.cs", "provenance": "train-00027-of-00045.jsonl.gz:167439" }
starcoder
<filename>Massacre.Snv.Core/Network/Packets/TextPacket.cs<gh_stars>0 using Massacre.Snv.Core.Network.Utils; using System.Collections.Generic; namespace Massacre.Snv.Core.Network.Packets { public abstract class TextPacket : PacketBase { public string Text { get; set; } protected override void ...
2.754182
004b048c3ca94fb6ef4aefad164e1699
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848220
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "monoman/cnatural-language", "max_stars_repo_path": "tests/resources/ObjectModelErrorTest/sources/UnexpectedModifiers.stab.cs", "provenance": "train-00027-of-00045.jsonl.gz:167440" }
starcoder
protected private class C { }
1.391825
6f3e7cdb63698fe8010edfa52c876262
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848221
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "HarmonicOrder/WarpedDrive", "max_stars_repo_path": "Assets/CyberspaceFlyInput.cs", "provenance": "train-00027-of-00045.jsonl.gz:167441" }
starcoder
<gh_stars>1-10 using UnityEngine; using System.Collections; using UnityStandardAssets.CrossPlatformInput; public class CyberspaceFlyInput : MonoBehaviour { //public EngineThruster thruster; public float maximumRollPerSecond = 10f; public float maximumPitchPerSecond = 10f; public float maximumYawPerSecond = 10f; ...
2.068318
e62bd98153f0af52ffa2897a9fd0efca
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848222
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "andre-kramer/EncompassControlsExtended", "max_stars_repo_path": "ControlsExtended/ControlsExtended/TableFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:167442" }
starcoder
using ControlsExtended.TableObjects; using EllieMae.Encompass.Automation; using EllieMae.Encompass.Forms; using System.Collections.Generic; namespace ControlsExtended { public class TableFactory { private Dictionary<string, Table> _tables = new Dictionary<string, Table>(); public T...
2.507008
876d535b99c5822e915fcae524bc0499
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848223
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "MikeLimaSierra/Nuclear.Net", "max_stars_repo_path": "src/Nuclear.Assemblies.uTests/Factories/DefaultResolverFactory_uTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:167443" }
starcoder
<filename>src/Nuclear.Assemblies.uTests/Factories/DefaultResolverFactory_uTests.cs using System.IO; using Nuclear.Assemblies.Factories; using Nuclear.Assemblies.ResolverData; using Nuclear.Creation; using Nuclear.TestSite; namespace Nuclear.Assemblies.Resolvers { class DefaultResolverFactory_uTests { [T...
1.395633
6f6826aef96cfa7497ae191572a3c4b7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848224
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "KamilVDono/Sparkler", "max_stars_repo_path": "Assets/Sparkler/Vendors/unity3d-class-type-reference-master/assets/Source/BlacklistedNamespacesAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:167444" }
starcoder
using System; using System.Linq; using System.Text.RegularExpressions; namespace Sparkler.Rotorz.Games { [AttributeUsage( AttributeTargets.Field, AllowMultiple = false )] public class BlacklistedNamespacesAttribute : ClassTypeConstraintAttribute { private bool _useRegex = false; private string[] _blacklistStri...
2.752928
b220fa44755e8b8b861386c88af65fab
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848225
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "caidevOficial/CSharp_UTN_LaboII", "max_stars_repo_path": "2_Modelos_Examenes/SP_2020_Bomberos/Bomberos.Entidades/Salidas.cs", "provenance": "train-00027-of-00045.jsonl.gz:167445" }
starcoder
<reponame>caidevOficial/CSharp_UTN_LaboII<filename>2_Modelos_Examenes/SP_2020_Bomberos/Bomberos.Entidades/Salidas.cs /* * MIT License * * Copyright (c) 2021 [FacuFalcone] * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the ...
2.566006
2af8aeb16e896dcfc5ac63557d9755a8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848226
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Scub3d/Jhinx", "max_stars_repo_path": "Assets/Scripts/Jhinxz/Jinx/Game/Timeline.cs", "provenance": "train-00027-of-00045.jsonl.gz:167446" }
starcoder
<reponame>Scub3d/Jhinx using System.Collections.Generic; using SimpleJSON; // ReSharper disable All namespace Jhinxz.Jinx.Game { public class Timeline { public Dictionary<string, float> CreepsPerMinDeltas { get; set; } public Dictionary<string, float> CsDiffPerMinDeltas { get; set; } public Dictionary<string, ...
2.181953
4edc1a1c738bc20f9fa929131508ffb0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848227
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "semihM/exmat", "max_stars_repo_path": "exmat/Interfaces/IReferencedObject.cs", "provenance": "train-00027-of-00045.jsonl.gz:167447" }
starcoder
using System; using System.Runtime.CompilerServices; using ExMat.States; namespace ExMat.Interfaces { /// <summary> /// Count references to this object to secure it from being disposed /// </summary> public interface IReferencedObject : IDisposable { /// <summary> /// Shared state ...
2.717813
de2d6f0364e7e973cebcf50b60ea9be2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848228
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "SmashPhil/Boats", "max_stars_repo_path": "Source/Vehicles/CustomFeatures/AerialLaunch/AerialFloatMenuOptions/AerialVehicleArrivalModes/AerialVehicleArrivalModeDef.cs", "provenance": "train-00027-of-00045.jsonl.gz:167448" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using Verse; using RimWorld; namespace Vehicles { public class AerialVehicleArrivalModeDef : Def { public Type workerClass = typeof(AerialVehicleArrivalModeWorker); public SimpleCurve selectionWeightCurve; public SimpleCurve pointsFactorCurve;...
2.036569
5aec6c7a503e9a35a1de2ab06bbc4077
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848229
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "kirurobo/PremAIQuest", "max_stars_repo_path": "PremAIQuest/Assets/_PremaidAI/ModelData/ServoConstants.cs", "provenance": "train-00027-of-00045.jsonl.gz:167449" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace PreMaid { public class ServoConstants { /// <summary> /// サーボの取り付け位置 /// </summary> public enum ServoPosition { RightShoulderPitch = 0x02, //肩ピッチR ...
2.433203
2d6dfe25bdc3ecc7074d33ebeca65cff
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848230
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fsanchez-gh/F-from", "max_stars_repo_path": "Assets/Scripts/SoundManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:167450" }
starcoder
using UnityEngine; using UnityEngine.SceneManagement; using Random = UnityEngine.Random; public class SoundManager : MonoBehaviour { [SerializeField] private AudioClip musicClip; [SerializeField] private Trail rightTrail, leftTrail; public AudioClip startClip, quitClip, ...
1.984072
09a03daa97dc71b03176eb04ae66bda4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848231
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pragmatic-applications/MAK.ToDoTaskManager", "max_stars_repo_path": "MAK.Lib.ToDoTaskManager.Blazor/Views/MainLayout.razor.cs", "provenance": "train-00027-of-00045.jsonl.gz:167451" }
starcoder
using System; using Constants; using Domain; using Microsoft.AspNetCore.Components; namespace MAK.Lib.ToDoTaskManager.Blazor.Views { public partial class MainLayout : LayoutComponentBase, IDisposable { protected override void OnInitialized() { base.OnInitialized(); ...
1.742483
cb6f6d6cc873e711e77fcd87a5a31146
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848232
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vamone/Slack-Notification-Desktop-App", "max_stars_repo_path": "Slack/Channel.cs", "provenance": "train-00027-of-00045.jsonl.gz:167452" }
starcoder
using Newtonsoft.Json; namespace Slack { public class Channel { [JsonProperty(PropertyName = "id")] public string ChannelId { get; set; } [JsonProperty(PropertyName = "name")] public string ChannelName { get; set; } } }
2.004281
da5b99a9200ec11235f1c312d593d132
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848233
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "bkoelman/TestableFileSystem", "max_stars_repo_path": "src/Fakes/Handlers/FileCopyResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:167453" }
starcoder
using System; using System.IO; using JetBrains.Annotations; using TestableFileSystem.Utilities; namespace TestableFileSystem.Fakes.Handlers { internal sealed class FileCopyResult { [NotNull] public FileEntry SourceFile { get; } [NotNull] public Stream SourceStream { get; } ...
2.425108
d9de365400e965b4a47f768c1bb81b8d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848234
{ "extension": "c-sharp", "max_stars_count": "78.0", "max_stars_repo_name": "MaxShwachko/entitas-redux-modified", "max_stars_repo_path": "Unity/Assets/JCMG/EntitasRedux/Scripts/Editor/Tests/Generated/MyTest2/MyTest2Entity.cs", "provenance": "train-00027-of-00045.jsonl.gz:167454" }
starcoder
public sealed partial class MyTest2Entity : JCMG.EntitasRedux.Entity { }
0.914057
03f4109e912e60b1f45be8e4cbf142c1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848235
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "89trillion-zhuanlei/unitytest3", "max_stars_repo_path": "Assets/Scripts/RankPanel.cs", "provenance": "train-00027-of-00045.jsonl.gz:167455" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class RankPanel : MonoBehaviour { private int lastTime; [SerializeField] private Text lastTimeText; //Myself个人显示 [SerializeField] private Text myselfRankNum; [SerializeField]...
2.515728
d730a39827e2e14788967b4a07262bb0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848236
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "marios160/mlauncher", "max_stars_repo_path": "MLauncherServer/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:167456" }
starcoder
<gh_stars>0  using MySql.Data.MySqlClient; using System; using System.Collections.Generic; using System.Diagnostics; using System.Threading; namespace MLauncherServer { class Program { static public MySqlConnection conn; static void Main(string[] args) { Thread sniffer = ...
2.649765
d21f7aa0b88b9398ce43a62d3e13f9ee
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848237
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "dasg34/mixed-reality-extension-godot-1", "max_stars_repo_path": "MREGodotRuntimeLib/Core/Components/MREAttachmentComponent.cs", "provenance": "train-00027-of-00045.jsonl.gz:167457" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Godot; namespace MixedRealityExtension.Core.Components { internal class MREAttachmentComponent : Nod...
1.483209
b3add3c15cc4fb2d4b8b3d526727dc9f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848238
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "INVA-Spa/Laser.Orchard.Platform", "max_stars_repo_path": "src/Modules/Laser.Orchard.MailCommunication/ViewModels/UnsubscribeVM.cs", "provenance": "train-00027-of-00045.jsonl.gz:167458" }
starcoder
<filename>src/Modules/Laser.Orchard.MailCommunication/ViewModels/UnsubscribeVM.cs using Orchard.Environment.Extensions; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Laser.Orchard.MailCommunication.ViewModels { [OrchardFeature("Laser.Orchard.MailCommunication")] ...
1.770047
641a70ced38583d9111d7274be0e4139
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848239
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wilcommerce/Wilcommerce.Auth", "max_stars_repo_path": "Wilcommerce.Auth.Test/Mocks/RoleManagerMockFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:167459" }
starcoder
using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Logging; using Moq; using System.Collections.Generic; namespace Wilcommerce.Auth.Test.Mocks { public static class RoleManagerMockFactory { public static RoleManager<IdentityRole> BuildRoleManager(IRoleStore<IdentityRole> store = null) ...
1.996186
1e503977010ab19f86cd398ccdece359
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848240
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rfht/munitude", "max_stars_repo_path": "Engine/UnityEngine.PhysicsModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:167460" }
starcoder
using System; namespace UnityEngine { public class Rigidbody { } }
1.019379
a8c9c999e05a308174a9ea2f5a31a1ef
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848241
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "greenEkatherine/arcade-services", "max_stars_repo_path": "src/DotNet.Status.Web/Pages/Token.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:167461" }
starcoder
@page @inject ITokenStore tokens @using System.Security.Claims @using DotNet.Status.Web @model DotNet.Status.Web.Pages.TokenModel @{ string userIdString = User.FindFirst(ClaimTypes.NameIdentifier)?.Value; long userId = long.TryParse(userIdString, out var temp) ? temp : 0; string GetStyle(StoredTokenData t...
2.621018
fc8c395179afdad019bb170f8fe1b7aa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848242
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "Qibbi/BinaryAssetBuilder", "max_stars_repo_path": "source/BinaryAssetBuilder.Utility/BinaryAssetBuilder/Metrics/IMetricsListener.cs", "provenance": "train-00027-of-00045.jsonl.gz:167462" }
starcoder
<filename>source/BinaryAssetBuilder.Utility/BinaryAssetBuilder/Metrics/IMetricsListener.cs namespace BinaryAssetBuilder.Metrics { public interface IMetricsListener { void Open(); void Close(); void SubmitMetrics(Metric metric); } }
1.711674
253796536d5337ab8e665e0c2b8f2aea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848243
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lpperras/Open-XML-SDK", "max_stars_repo_path": "DocumentFormat.OpenXml/Validation/ICancelable.cs", "provenance": "train-00027-of-00045.jsonl.gz:167463" }
starcoder
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; namespace DocumentFormat.OpenXml.Validation { /// <summary> /// Implement this interface when the operation is cancelable /// </summary> ...
1.878635
82de33bce2b95735f08db9eddc426f24
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848244
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "punchjay/CSHP330A", "max_stars_repo_path": "ProjectTwo/Models/Token.cs", "provenance": "train-00027-of-00045.jsonl.gz:167464" }
starcoder
<filename>ProjectTwo/Models/Token.cs using System; namespace ProjectTwo.Models { public class Token { public int UserId { get; set; } public DateTime Expires { get; set; } } }
2.02859
5da303b43f74db6ee92fd4a04f098809
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848245
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LewisCheng-MSFT/mips32-sim", "max_stars_repo_path": "mips32processor/mips32processor/Memory.cs", "provenance": "train-00027-of-00045.jsonl.gz:167465" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace mips32processor { public class Memory { private uint[] m_array; public Memory(int sizeInWords) { m_array = new uint[sizeInWords]; } public Memory(ui...
2.439174
b76b9be86bd8e22e9e7b5217eead22b0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848246
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jeffswensen/FireDocs", "max_stars_repo_path": "src/FireDocs.Data/FireDocsContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:167466" }
starcoder
namespace FireDocs.Data { using Microsoft.EntityFrameworkCore; using FireDocs.Model; public class FireDocsContext : DbContext, IFireDocsContext { public DbSet<Department> Departments { get; set; } public DbSet<DepartmentRole> DepartmentRoles { get; set; } public DbSet<Document> ...
2.118013
684e4df2b0710d86298470c88cd64870
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848247
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MiraNedeva/SoftUni", "max_stars_repo_path": "Programming Fundamentals C#/4.Lists-Exercices/Camels Back/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:167467" }
starcoder
<reponame>MiraNedeva/SoftUni using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; /* The city is breaking down on a camel back. You will receive a sequence of N integers, (space-separated), which will represent the buildings in the city. You will then re...
3.809956
9f1ca2f6e3159d2e9c228c10e970220c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848248
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "derKosi/Gum", "max_stars_repo_path": "SvgPlugin/SkiaInGumShared/Renderables/RenderableSkiaObject.cs", "provenance": "train-00027-of-00045.jsonl.gz:167468" }
starcoder
using Gum.Converters; using Gum.DataTypes; using Gum.Managers; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using RenderingLibrary; using RenderingLibrary.Graphics; using SkiaSharp; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using ...
2.259598
0edc8a007435fdc64665816bd04aa472
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848249
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "resistablee/BookWorld", "max_stars_repo_path": "BookWorld.BLL/Abstract/IUserBookRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:167469" }
starcoder
using BookWorld.DAL.Abstract; using BookWorld.Entity.Entities; using System.Collections.Generic; using System.Threading.Tasks; namespace BookWorld.BLL.Abstract { public interface IUserBookRepository : IGeneralRepository<Entity.Entities.UserBooks> { public Task<List<Entity.Entities.Books>> UserBookList...
1.699552
0c85222fe03a83d5a4e5545bba9c8cfc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848250
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "likangning93/TankFortress", "max_stars_repo_path": "Tank Fortress!/Assets/scripts/tank/RollerDamageModulator.cs", "provenance": "train-00027-of-00045.jsonl.gz:167470" }
starcoder
using UnityEngine; using System.Collections; public class RollerDamageModulator : MonoBehaviour { public damager rollerDamager; Rigidbody2D rb2d; // Use this for initialization void Start () { rb2d = GetComponent<Rigidbody2D>(); } // Update is called once per frame void Update () { ro...
1.872552
2be878c14012d7c536dcdb0b99eed42f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848251
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "iperoyg/ItaimBibiGasPizzaBot", "max_stars_repo_path": "CooperativeGasPriceBot/CooperativeGasPriceBot/Models/GasStation.cs", "provenance": "train-00027-of-00045.jsonl.gz:167471" }
starcoder
using Lime.Protocol; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.Text; using System.Threading.Tasks; namespace CooperativeGasPriceBot.Models { [DataContract] public class GasStation : Document { public static MediaType MEDIA_T...
2.417597
08f946993e485aae75ef7a647c87a197
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848252
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vesy53/SoftUni", "max_stars_repo_path": "C# Advanced/C# OOP/LabAndExercises/14.ReflectionAndAttributesExercise/p07.01.InfernoInfinity/Models/Gems/Gem.cs", "provenance": "train-00027-of-00045.jsonl.gz:167472" }
starcoder
namespace p07._01.InfernoInfinity.Models.Gems { using Contracts; using p07._01.InfernoInfinity.Enums; public abstract class Gem : IGem { private int strength; private int agility; private int vitality; protected Gem( int strength, int agility, ...
3.132363
a29bcd21ead310186ab5a95c993a27ea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848253
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tektechnologies/SoftwareDevelopmentCapstone", "max_stars_repo_path": "MillennialResortManager/DataObjects/ExtensionMethods.cs", "provenance": "train-00027-of-00045.jsonl.gz:167473" }
starcoder
using System.IO; using System.Linq; using System.Runtime.Serialization.Formatters.Binary; namespace DataObjects { /// <summary> /// <NAME> /// Created: 2019/04/03 /// /// Extension methods /// </summary> public static class ExtensionMethods { /// <summary> /// <NAME> ...
3.3557
923faa6172eeeecc68613b010adbb126
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848254
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "bogdandanielb/identity-server-passwordless-auth", "max_stars_repo_path": "src/DanielBogdan.Passwordless.Identity/Core/Configuration/SiteConfiguration.cs", "provenance": "train-00027-of-00045.jsonl.gz:167474" }
starcoder
<gh_stars>1-10 namespace DanielBogdan.Passwordless.Identity.Core.Configuration { public class SiteConfiguration { public string IdentityUrl { get; set; } public string ApiUrl { get; set; } public string AngularClientUrl { get; set; } public string ReactClientUrl { get; set; } ...
1.439172
437937b6aa7ffc2d142e00c080907f25
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848255
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "wsv-accidis/sjoslaget", "max_stars_repo_path": "WebServicesShared/Auth/AecOAuthProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:167475" }
starcoder
<filename>WebServicesShared/Auth/AecOAuthProvider.cs using System.Security.Claims; using System.Threading.Tasks; using Accidis.WebServices.Models; using Microsoft.Owin.Security.OAuth; namespace Accidis.WebServices.Auth { public sealed class AecOAuthProvider : OAuthAuthorizationServerProvider { readonly AecUserMan...
2.411323
06f61a3b00d0032cf34752c488a46ffe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848256
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "valkush/DomainWorkflows", "max_stars_repo_path": "Examples/03_Keys/TaxiCall/Services/ICustomerService.cs", "provenance": "train-00027-of-00045.jsonl.gz:167476" }
starcoder
using System.Threading.Tasks; using TaxiCall.Domain; namespace TaxiCall.Services { public interface ICustomerService { Task<Customer> GetCustomer(int customerId); } }
1.531298
04a06fb1284a898da7590b7090296ae4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848257
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "kexxxfeng/learning-schedule", "max_stars_repo_path": "src/Infrastructure/Cnblogs.Academy.ServiceAgent/UCenterService/ClaimsPrincipalExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:167477" }
starcoder
using System; using System.Security.Claims; using Cnblogs.Academy.DTO; namespace Cnblogs.Academy.ServiceAgent.UCenterService { public static class ClaimsPrincipalExtensions { public static UserDto UCenter(this ClaimsPrincipal claimsPrincipal) { if(claimsPrincipal == null) ...
2.333729
d1fbe1c98199e8b1a26a62b1e22e9a68
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848258
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "eliottrobson/graph-queryable", "max_stars_repo_path": "src/GraphQueryable/Tokens/FieldFilterEqual.cs", "provenance": "train-00027-of-00045.jsonl.gz:167478" }
starcoder
namespace GraphQueryable.Tokens { public class FieldFilterEqual<T> : FieldFilter<T> { } }
1.090848
8e75fcfb00d16c0be9b95cff89b4a147
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848259
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "v1nnyb0y/HSE.Practice.WebApp", "max_stars_repo_path": "SmartHouse_Control_Web/Controllers/HomeController.cs", "provenance": "train-00027-of-00045.jsonl.gz:167479" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Web; using System.Web.Mvc; using Provider; using SmartHouse_Control_Web.Models; using SmartHouse_Control_Web.Repositories; using SmartHouse_Control_Web.Repositories.Partial_Repositories; namespace SmartHouse_...
2.054436
90b6c599772d8918283540cf786d1259
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848260
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "TimyJ/GrimDank", "max_stars_repo_path": "GrimDank/MObjects/Components/PlayerAI.cs", "provenance": "train-00027-of-00045.jsonl.gz:167480" }
starcoder
using Microsoft.Xna.Framework.Input; using GoRogue; namespace GrimDank.MObjects.Components { class PlayerAI : AIBase, IInputHandler { public bool _isTakingTurn; public bool IsTakingTurn { get => _isTakingTurn; set { if (_isTakingTurn ...
2.742336
f970427ce911be5adfcd9843c8cc406b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848261
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JuanDouglas/Rebbity-Client", "max_stars_repo_path": "Rebb.Client.Core/Controllers/NotificationsController.cs", "provenance": "train-00027-of-00045.jsonl.gz:167481" }
starcoder
<reponame>JuanDouglas/Rebbity-Client<filename>Rebb.Client.Core/Controllers/NotificationsController.cs<gh_stars>0 using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Rebb.Client.Core.Controllers.Base; using System; using System.Collections....
1.367227
5a3d70f76fc570985514eab53f0c6c83
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848262
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "qinnancy/Marven-1", "max_stars_repo_path": "code/backend/REAccess.Mobile.Database/Models/AppRoleConfig.cs", "provenance": "train-00027-of-00045.jsonl.gz:167482" }
starcoder
using System; using System.Collections.Generic; namespace REAccess.Mobile.Database.Models { public partial class AppRoleConfig { public int Id { get; set; } public int RoleId { get; set; } public string ModuleName { get; set; } public string ModuleType { get; set; } pub...
1.684671
47beb5d9bb6c82e4ffc722137a2f0b15
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848263
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nikhilghosh75/wheel-of-sustainability", "max_stars_repo_path": "Assets/Scripts/UI/LengthSelectorButton.cs", "provenance": "train-00027-of-00045.jsonl.gz:167483" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class LengthSelectorButton : MonoBehaviour { public int lengthToSet; public Text text; [HideInInspector] public LengthSelector owningSelector; [Header("Style")] public Color selectedIm...
2.23202
54728627ba079223ed4159a87944b408
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848264
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "sidwright8/SidEDMSuite", "max_stars_repo_path": "SympatheticHardwareControl/HardwareMonitorWindow.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:167484" }
starcoder
namespace SympatheticHardwareControl { partial class HardwareMonitorWindow { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
1.679389
55fd4bb7491e6ea1e76043baba60bbb2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848265
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "MichalPetryka/SharedLoaderNet", "max_stars_repo_path": "SharedLoaderNet.Tests/LoaderTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:167485" }
starcoder
<reponame>MichalPetryka/SharedLoaderNet<gh_stars>1-10 using SharedLoaderNet.Loaders; using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using Xunit; namespace SharedLoaderNet.Tests { public class LoaderTests { private static IEnumerable<ILibraryLoader> Loaders...
2.281599
be9bb86b83c6b1613878828464792808
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848266
{ "extension": "c-sharp", "max_stars_count": "68.0", "max_stars_repo_name": "pchenatwork/ui-for-aspnet-core-examples", "max_stars_repo_path": "Telerik.Examples.RazorPages/Telerik.Examples.RazorPages/Models/OrgDiagramConnection.cs", "provenance": "train-00027-of-00045.jsonl.gz:167486" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Telerik.Examples.RazorPages.Models { public class OrgDiagramConnection { public long Id { get; set; } public long? FromShapeId { get; set; } public long? ToShapeId { g...
1.580339
98a8dada3829e2f9803e0fbfd3172353
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848267
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nipunanr/school-management-application-c-sharp", "max_stars_repo_path": "SchoolManagementApplciation/ManageTeacher.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:167487" }
starcoder
<reponame>nipunanr/school-management-application-c-sharp namespace SchoolManagementApplciation { partial class ManageTeacher { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> ...
2.16739
3b40ca351121ac791c2dbf7bfa7270df
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848268
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gwicksted/Findall", "max_stars_repo_path": "Findall2/Models/ColumnMatch.cs", "provenance": "train-00027-of-00045.jsonl.gz:167488" }
starcoder
<gh_stars>0 using System; namespace Findall2.Models { /// <summary> /// A single match on a line of text. /// </summary> public class ColumnMatch { /// <summary> /// Constructs a new instance of ColumnMatch. /// </summary> /// <param name="column"> /// The 0...
3.202154
a39ecf40add006d095548bc9af733546
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848269
{ "extension": "c-sharp", "max_stars_count": "71.0", "max_stars_repo_name": "base31/Stact", "max_stars_repo_path": "src/Stact/Channels/Internal/ChannelConnectionBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:167489" }
starcoder
<filename>src/Stact/Channels/Internal/ChannelConnectionBase.cs // Copyright 2010 <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 // License at // // http://www.apache.org/licens...
2.43945
bfca84626dff617931fca71ae6624ec2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848270
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "StrykerDG/StrykerDG.FarmForge", "max_stars_repo_path": "StrykerDG.FarmForge.Migrations/AutoIncrementer.cs", "provenance": "train-00027-of-00045.jsonl.gz:167490" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace StrykerDG.FarmForge.Migrations { public class AutoIncrementer { private int Index { get; set; } public AutoIncrementer() { Index = 1; } public AutoIncrementer(int index) {...
2.396439
99d0c0f151472cd341c0e072aa0ae492
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848271
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "TechnologyEnhancedLearning/DLSV2", "max_stars_repo_path": "DigitalLearningSolutions.Web.Tests/Helpers/SelectListHelperTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:167491" }
starcoder
<filename>DigitalLearningSolutions.Web.Tests/Helpers/SelectListHelperTests.cs<gh_stars>1-10 namespace DigitalLearningSolutions.Web.Tests.Helpers { using System.Collections.Generic; using System.Linq; using System.Threading.Tasks.Sources; using DigitalLearningSolutions.Web.Helpers; using Fluen...
2.825891
a9cb255d377419183ef66af82684e7bd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848272
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "nikk1e/DevAudit", "max_stars_repo_path": "DevAudit.AuditLibrary/VulnerableCredentialStorage.cs", "provenance": "train-00027-of-00045.jsonl.gz:167492" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Alpheus; namespace DevAudit.AuditLibrary { public class VulnerableCredentialStorage { public string File { get; set; } public IConfiguration Contents { get; set; } ...
1.611682
287e48d0d460b77a1dbb626389969a9d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848273
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Sholtee/rpc.boilerplate", "max_stars_repo_path": "SRC/Services/Cache.API/RedisConfig.cs", "provenance": "train-00027-of-00045.jsonl.gz:167493" }
starcoder
namespace Services.API { [ConfigNode("Redis")] public class RedisConfig { public string Host { get; set; } = string.Empty; public int Port { get; set; } } }
1.78334
2ee175db47043d007941464c4a3b499b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848274
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "pdebruin/AzReplicate", "max_stars_repo_path": "src/AzReplicate.Contracts/Logging/ILogEntry.cs", "provenance": "train-00027-of-00045.jsonl.gz:167494" }
starcoder
namespace AzReplicate.Contracts.Logging { public interface ILogEntry { public string CorrelationId { get; set; } public string RequestId { get; set; } public string Source { get; set; } public string Destination { get; set; } public string Content { get; set; } ...
1.569806
4409ec69a4ef86c96e3d2ec0712cb42c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848275
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "iskandersierra/SharpDomain", "max_stars_repo_path": "Framework/SharpDomain.Specs/Reflection/DaoInterfaceCreator.feature.cs", "provenance": "train-00027-of-00045.jsonl.gz:167495" }
starcoder
// ------------------------------------------------------------------------------ // <auto-generated> // This code was generated by SpecFlow (http://www.specflow.org/). // SpecFlow Version:1.9.3.0 // SpecFlow Generator Version:1.9.0.0 // Runtime Version:4.0.30319.34014 // // Changes to this ...
1.729497
0fa05933f3116a79e00d2b5846726916
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848276
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "csharpHub/Blog", "max_stars_repo_path": "src/MeowvBlog.API/Extensions/Extensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:167496" }
starcoder
<gh_stars>1-10 using MeowvBlog.API.Configurations; using MeowvBlog.API.Models.Dto.Response; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Text; using Sy...
2.260851
2d3f2f56882b174da89e81bc6dae3928
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848277
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bsides44/MARSGeofencing", "max_stars_repo_path": "MARS geofencing/Library/PackageCache/com.unity.list-view-framework@1.1.7-preview/Runtime/NestedListViewItemData.cs", "provenance": "train-00027-of-00045.jsonl.gz:167497" }
starcoder
using System; using System.Collections.Generic; namespace Unity.ListViewFramework { /// <summary> /// Base class for nested list view item data /// </summary> /// <typeparam name="TChild">The type of data in the list of children</typeparam> /// <typeparam name="TIndex">The type which is used as a ...
2.97744
3497f26486973e80bb938d8871a03f34
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848278
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "maarxx/ColonyManager", "max_stars_repo_path": "Source/Helpers/Research/ResearchWorkers.cs", "provenance": "train-00027-of-00045.jsonl.gz:167498" }
starcoder
// ResearchWorkers.cs // Copyright <NAME>, 2017-2020 using Verse; namespace FluffyManager { public class UnlockPowerTab : ResearchMod { public override void Apply() { ManagerTab_Power.unlocked = true; } } }
1.619275
e765157ac69fa95f4c1b22ea5a00aa10
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848279
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bartw/notepad", "max_stars_repo_path": "backend/Notes.Domain/Service/NoteQueryService.cs", "provenance": "train-00027-of-00045.jsonl.gz:167499" }
starcoder
using System; using System.Collections.Generic; using System.Threading.Tasks; using System.Linq; using Notes.Domain.Port.In; using Notes.Domain.Port.Out; namespace Notes.Domain.Service { public class NoteQueryService : INoteQueryService { private readonly INoteQueryRepository _noteQueryRepository; ...
2.265594
c5a79998bcb5c468ea1bb65260bf4b48
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848280
{ "extension": "c-sharp", "max_stars_count": "48.0", "max_stars_repo_name": "Rabbit2108/np", "max_stars_repo_path": "src/Netnr.P/Netnr.ScriptService/Views/Home/Contact.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:167500" }
starcoder
<filename>src/Netnr.P/Netnr.ScriptService/Views/Home/Contact.cshtml<gh_stars>10-100 <a href="https://zme.ink">zme.ink</a> <a href="https://netnr.eu.org">netnr.eu.org</a>
0.688321
1b80a1d3118e862a75128f111b726b98
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848281
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pepinho24/MotivateMe", "max_stars_repo_path": "Source/Web/MotivateMe.Web/ViewModels/Home/CreateFeedbackInputModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:167501" }
starcoder
<filename>Source/Web/MotivateMe.Web/ViewModels/Home/CreateFeedbackInputModel.cs namespace MotivateMe.Web.ViewModels.Home { using System.ComponentModel.DataAnnotations; public class CreateFeedbackInputModel { [Required] [Display(Name = "Title")] [MaxLength(20)] public string...
2.380338
fa55b0c013703ab0e6ab25ef8dd2b66b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848282
{ "extension": "c-sharp", "max_stars_count": "277.0", "max_stars_repo_name": "polivbr/pulumi-kubernetes", "max_stars_repo_path": "sdk/dotnet/Core/V1/Inputs/PersistentVolumeStatusArgs.cs", "provenance": "train-00027-of-00045.jsonl.gz:167502" }
starcoder
<gh_stars>100-1000 // *** WARNING: this file was generated by pulumigen. *** // *** 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....
1.798675
0a7e835b71179052524fe316cdba2f6b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848283
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jysrfeng/RX-Explorer", "max_stars_repo_path": "RX_Explorer/Class/RootStorageFolder.cs", "provenance": "train-00027-of-00045.jsonl.gz:167503" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using Windows.Storage; namespace RX_Explorer.Class { public sealed class RootStorageFolder : FileSystemStorageFolder { private static RootStorageFolder instance; private sta...
2.571783
aa55bf9fe310c7af9dba66c6303cd253
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848284
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JeremiahUnderwood/Hyperactive", "max_stars_repo_path": "Hyperactive Unity/Assets/Scripts/Behaviors/ExitHit.cs", "provenance": "train-00027-of-00045.jsonl.gz:167504" }
starcoder
/** * * Created By <NAME> * * Last Edited: * Last Edited by: * * Descritpion: Changes Level When Hit * * */ using System.Collections; using System.Collections.Generic; using UnityEngine; public class ExitHit : MonoBehaviour { [SerializeField] private bool finalLevel = false; private bool jimmyIn; ...
2.302117
90909acabd39e472814eff39512d1189
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848285
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "atlasti/evernote-sdk-csharp", "max_stars_repo_path": "src/Evernote/EDAM/Type/NoteRestrictions.cs", "provenance": "train-00027-of-00045.jsonl.gz:167505" }
starcoder
<reponame>atlasti/evernote-sdk-csharp /** * <auto-generated> * Autogenerated by Thrift Compiler (0.16.0) * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * </auto-generated> */ using System; using System.Collections; using System.Collections.Generic; using System.Text; using System.IO; using Syst...
1.835896
0b192aad7b28d0b7c1debd3d8d23f657
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848286
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "ForNeVeR/Smith", "max_stars_repo_path": "src/Smith.Services/Messaging/Users/User.cs", "provenance": "train-00027-of-00045.jsonl.gz:167506" }
starcoder
using TdLib; namespace Smith.Services.Messaging.Users { public class User { public TdApi.User UserData { get; set; } } }
1.267968
1d4e8e8c1ebd93f0a6f48527b58c99ea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848287
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "slang25/playwright-sharp", "max_stars_repo_path": "src/PlaywrightSharp/Size.cs", "provenance": "train-00027-of-00045.jsonl.gz:167507" }
starcoder
namespace PlaywrightSharp { internal class Size { public int Width { get; set; } public int Height { get; set; } } }
2.038084
073a922a913268dcd32cb24a7c2302a8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848288
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "ScottColson/Microsoft.Xrm.DevOps.Data", "max_stars_repo_path": "Microsoft.Xrm.DevOps.Data.Tests/lib/PrimitiveTypes/DoubleTypeEntity.cs", "provenance": "train-00027-of-00045.jsonl.gz:167508" }
starcoder
// RF -fetch "<fetch top='5'><entity name='msdyn_purchaseorderproduct'><attribute name='msdyn_quantity'/><filter type='and'><condition attribute='msdyn_quantity' operator='not-null'/></filter></entity></fetch>"; // Entity: // LogicalName : msdyn_purchaseorderproduct // Id : fbb6f525-794d-e911-a96a-000d...
1.99475
2c07d673de9e57b126268a69f2f70d25
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848289
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "kzrnm/roslyn", "max_stars_repo_path": "src/Features/Core/Portable/EditAndContinue/EditAndContinueCapabilitiesGrantor.cs", "provenance": "train-00027-of-00045.jsonl.gz:167509" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. namespace Microsoft.CodeAnalysis.EditAndContinue { /// <summary> /// Grants capabilities. /// </summar...
2.158354
5d736065150e5abbf11e746ed970da01
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848290
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "argedor/TowiseCSharpAPI", "max_stars_repo_path": "Towise.cs", "provenance": "train-00027-of-00045.jsonl.gz:167510" }
starcoder
<filename>Towise.cs using System.Text.RegularExpressions; using System.Web; using Newtonsoft.Json; using RestSharp; namespace TowiseAPI { public class Towise { private string _appId; private string _appKey; private Config _config; private RestClient _client; public Tow...
2.71343
ada23ac6ee65d880b6fc607ff5ceeb04
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848291
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dam6pl/csharp-cinema", "max_stars_repo_path": "Kino/ViewModels/OrdersNewViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:167511" }
starcoder
using GalaSoft.MvvmLight.Messaging; using Kino.Models; using Kino.Models.BusinessLogic; using Kino.Models.EntitiesForView; using Kino.Models.Validators; using Kino.ViewModels.Abstract; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Thread...
2.080449
6d150408dd38673c4a1f790ee80d9225
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848292
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "daniel-lerch/travelblog", "max_stars_repo_path": "src/TravelBlog/Migrations/20191202184530_PreventCascadeDelete.cs", "provenance": "train-00027-of-00045.jsonl.gz:167512" }
starcoder
using System; using Microsoft.EntityFrameworkCore.Migrations; namespace TravelBlog.Migrations { public partial class PreventCascadeDelete : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.Sql("PRAGMA foreign_keys=OFF", suppressTransactio...
2.22954
7b3bc3e9e3c0bee6625456320d89ff10
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848293
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "ZombieFleshEaters/LittleBreadLoaf", "max_stars_repo_path": "littlebreadloaf/Pages/Orders/OrderStatementUpload.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:167513" }
starcoder
@page @model littlebreadloaf.Pages.Orders.OrderStatementUploadModel @{ ViewData["Title"] = "Statement Upload"; ViewData["ReturnURL"] = Url.Page("/Orders/OrderStatementUpload"); } <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a asp-page="/Orders/OrdersList">Orde...
2.442831
75b8fc7722762070ffaf27e72cd9c092
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848294
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "slucky31/mycomicsmanager-web", "max_stars_repo_path": "Startup.cs", "provenance": "train-00027-of-00045.jsonl.gz:167514" }
starcoder
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Options; using MyComicsManagerWeb.Services; using MyComicsManagerWeb.Models; using Serilog; usi...
1.97512
d37a54831bf8f0e82f7ede0d551667cd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848295
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "ualehosaini/NetFabric.Hyperlinq", "max_stars_repo_path": "NetFabric.Hyperlinq/Conversion/ToArray/ToArray.ArraySegment.cs", "provenance": "train-00027-of-00045.jsonl.gz:167515" }
starcoder
<gh_stars>10-100 using System; using System.Buffers; using System.Runtime.CompilerServices; namespace NetFabric.Hyperlinq { public static partial class ArrayExtensions { [MethodImpl(MethodImplOptions.AggressiveInlining)] public static TSource[] ToArray<TSource>(this in ArraySegment<TSource> s...
2.137974
a4e18cc395898639a48b4a8dcf2ac664
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848296
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "lunaeo/Luna", "max_stars_repo_path": "LunaServer/EndlessOnline/Data/EOFile.cs", "provenance": "train-00027-of-00045.jsonl.gz:167516" }
starcoder
<filename>LunaServer/EndlessOnline/Data/EOFile.cs using System; using System.IO; using System.Text; namespace LunaServer.EndlessOnline.Data { /// <summary> /// Handles conversions on file IO /// </summary> public class EOFile : IDisposable { /// <summary> /// Size of file upon open...
3.263783
e5415f22ef4135a056bc1e929424b0bd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848297
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ehtick/kiota", "max_stars_repo_path": "cli/commons/src/Microsoft.Kiota.Cli.Commons/IO/FormatterType.cs", "provenance": "train-00027-of-00045.jsonl.gz:167517" }
starcoder
namespace Microsoft.Kiota.Cli.Commons.IO; /// <summary> /// The formatter type /// </summary> public enum FormatterType { /// <summary> /// JSON format /// </summary> JSON, /// <summary> /// Table format /// </summary> TABLE, /// <summary> /// Text formatting /// </summary>...
2.041572
f1b4c2cdae16b400bec66ecb98d2e68e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848298
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JanneMattila/chess", "max_stars_repo_path": "src/MyChess.Backend/Data/UserEntity.cs", "provenance": "train-00027-of-00045.jsonl.gz:167518" }
starcoder
using System; using Azure; using Azure.Data.Tables; namespace MyChess.Backend.Data; public class UserEntity : ITableEntity { public UserEntity() { } public string PartitionKey { get; set; } = string.Empty; public string RowKey { get; set; } = string.Empty; public DateTimeOffset? Timestamp ...
1.683641
38a2b4411b884748f4fb24ab73e33488
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848299
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fc1943s/suigetsu", "max_stars_repo_path": "v1-cs/Core/Tests/Suigetsu.Core.Desktop.Tests/Net/BaseSocketTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:167519" }
starcoder
<filename>v1-cs/Core/Tests/Suigetsu.Core.Desktop.Tests/Net/BaseSocketTests.cs using System; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using NLog; using NUnit.Framework; using Suigetsu.Core.Cryptography; using Suigetsu.Core.Desktop.Net; u...
2.253578
ff9c476713f17215bf696aefdafe38cc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848300
{ "extension": "c-sharp", "max_stars_count": "350.0", "max_stars_repo_name": "aleks-ivanov/botbuilder-dotnet", "max_stars_repo_path": "tests/Microsoft.Bot.Connector.Tests/OAuthConnectorTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:167520" }
starcoder
<reponame>aleks-ivanov/botbuilder-dotnet<gh_stars>100-1000 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Threading.Tasks; using Microsoft.Bot.Schema; using Microsoft.Rest; using Xunit; namespace Microsoft.Bot.Connector.Tests { public cl...
2.008843
11c00ac5ccc77e31136ca96ff22d9de3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848301
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pticostaricags/CustomerFinder", "max_stars_repo_path": "CustomerFinder/CustomerFinderDA/TwitterUserStatusSentiment.cs", "provenance": "train-00027-of-00045.jsonl.gz:167521" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CustomerFinderDA { [Table("TwitterUserStatusSentiment")] public class TwitterUserStatus...
2.016071
628fbd7222eda3d7c7d677f0d93342b2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848302
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "uk-gov-mirror/SkillsFundingAgency.tl-matching", "max_stars_repo_path": "src/Sfa.Tl.Matching.Web.UnitTests/Controllers/ProviderProximity/When_ProviderProximity_Controller_FindAllProviders_Is_Called.cs", "provenance": "train-00027-of-00...
starcoder
using FluentAssertions; using Microsoft.AspNetCore.Mvc; using NSubstitute; using Sfa.Tl.Matching.Application.Interfaces; using Sfa.Tl.Matching.Models.ViewModel; using Sfa.Tl.Matching.Web.Controllers; using Xunit; namespace Sfa.Tl.Matching.Web.UnitTests.Controllers.ProviderProximity { public class When_ProviderPro...
1.997977
9d2ab53efa7c803ff635f5fa14d62dfb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848303
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mennetorelli/HoloLearn", "max_stars_repo_path": "HoloLearn-Unity/Assets/MixedRealityToolkit.Extensions/SpectatorView/Scripts/Calibration/EditorExtrinsicsCalibration.cs", "provenance": "train-00027-of-00045.jsonl.gz:167523" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace Microsoft.MixedReality.SpectatorView { public class EditorExt...
1.770813
b01b5d0e3757e6462078f57fd1df90d5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848304
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "WinstonMao/MatterControl", "max_stars_repo_path": "PrinterControls/TerminalWindow/PrinterOutputCache.cs", "provenance": "train-00027-of-00045.jsonl.gz:167524" }
starcoder
<gh_stars>0 /* Copyright (c) 2014, <NAME> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the fo...
2.180884
0818a4999eea8928c56e0540c77ee0c4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848305
{ "extension": "c-sharp", "max_stars_count": "180.0", "max_stars_repo_name": "Dliv3/DomainBorrowing", "max_stars_repo_path": "Covenant/DomainBorrowingHttpsStager.cs", "provenance": "train-00027-of-00045.jsonl.gz:167525" }
starcoder
<filename>Covenant/DomainBorrowingHttpsStager.cs using System; using System.Net; using System.Net.Sockets; using System.Net.Security; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Reflection; using System.Collections.Generic; using System.Security.Cryptography; using System.Se...
2.320198
e633d084246fec7299c8c849b0a5ad25
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848306
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "milkmanmatty/Mappy", "max_stars_repo_path": "Mappy/Models/MainFormViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:167526" }
starcoder
namespace Mappy.Models { using System; using System.Drawing; using System.Linq; using System.Reactive.Linq; using Mappy.Services; public class MainFormViewModel : IMainFormViewModel { private const string ProgramName = "Mappy"; private readonly Dispatcher dis...
2.017088
d77192ee152cffcaf9e97c5bcb2b96d1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848307
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Epxoxy/Epx017", "max_stars_repo_path": "Example/ColorGroup.cs", "provenance": "train-00027-of-00045.jsonl.gz:167527" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Media; namespace Example { public class ColorGroup { public NamedBrush Main { get; set; } public List<Brush> Colors { get; set; } public...
2.829921
e2cb332abc6a31af8752328850800ff5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848308
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "freddycoder/message-builder-dotnet", "max_stars_repo_path": "message-builder-compatibility/Main/CompareToBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:167528" }
starcoder
<filename>message-builder-compatibility/Main/CompareToBuilder.cs /** * Copyright 2013 Canada Health Infoway, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http...
2.606061
3548c8fbec557b8348e77ae4312c76e5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848309
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "storypeng/LogTrace", "max_stars_repo_path": "LogTrace.WebPage.Demo40/Home.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:167529" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace LogTrace.WebPage.Demo40 { public partial class Home : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { ...
1.302282
94385fdf413cc79e4c0a9ae01fd99eea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848310
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Exoduz85/MemoryTesting", "max_stars_repo_path": "Assets/Scripts/LoadFromStreamingAsset.cs", "provenance": "train-00027-of-00045.jsonl.gz:167530" }
starcoder
<reponame>Exoduz85/MemoryTesting using System; using UnityEngine; using System.IO; using UnityEngine.Networking; public class LoadFromStreamingAsset : MonoBehaviour{ private GameObject loadedResource; public bool resoursesUnload = false; public bool gcCollect = false; public void LoadResource(){ ...
2.236331
45da20ba40da413dd37f2b8eaa713b85
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8848311
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SinsofSloth/RF5-global-metadata", "max_stars_repo_path": "DG/Tweening/Plugins/Options/QuaternionOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:167531" }
starcoder
public struct QuaternionOptions : IPlugOptions // TypeDefIndex: 5039 { // Fields public RotateMode rotateMode; // 0x0 public AxisConstraint axisConstraint; // 0x4 public Vector3 up; // 0x8 // Methods // RVA: 0x168B0 Offset: 0x169B1 VA: 0x168B0 Slot: 4 public void Reset() { } }
1.412842
591b9fc67b7fbaeafc52ffdf806653f5