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
8836112
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "rafysanchez/MongoDBCosmosDBApi", "max_stars_repo_path": "MongoDBCosmosDBApi.Reposiory/Context/ConnectionFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:155332" }
starcoder
<reponame>rafysanchez/MongoDBCosmosDBApi using MongoDB.Driver; namespace MongoDBCosmosDBApi.Reposiory.Context { public sealed class ConnectionFactory : IConnectionFactory { private readonly string _connectionString; public ConnectionFactory(string connectionString) { _conn...
2.438343
fcd77d7e4eeac0349d6bf2b1799bec7d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836113
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dcasadevall/tabletop-combat-helper", "max_stars_repo_path": "Assets/Scripts/Map/MapData/Store/Commands/LoadMapCommandData.cs", "provenance": "train-00027-of-00045.jsonl.gz:155333" }
starcoder
using System; using System.Runtime.Serialization; namespace Map.MapData.Store.Commands { [Serializable] public class LoadMapCommandData : ISerializable { public uint mapIndex; // We do not serialize this, as we want it to be a runtime choice. public readonly bool isMapEditor; ...
2.369178
9d0a85fec86b4c424e76cebf1c2f5c11
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836114
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bitfoundation/IdentityServer3", "max_stars_repo_path": "source/Tests/UnitTests/Validation/Secrets/ClientAssertionSecretParsing.cs", "provenance": "train-00027-of-00045.jsonl.gz:155334" }
starcoder
/* * Copyright 2014, 2015 <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 License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
1.917681
06a26218bc5e76854de2cad28b5008bf
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836115
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "VRLabs/Toony-Standard-Rebuild", "max_stars_repo_path": "Editor/Editors/Elements/ControlsUIElement.cs", "provenance": "train-00027-of-00045.jsonl.gz:155335" }
starcoder
<reponame>VRLabs/Toony-Standard-Rebuild<filename>Editor/Editors/Elements/ControlsUIElement.cs using System; using System.Linq; using UnityEngine.UIElements; using UnityEditor.UIElements; using VRLabs.ToonyStandardRebuild.SimpleShaderInspectors; namespace VRLabs.ToonyStandardRebuild { public class ControlsUIElement...
2.316034
6de089992d672e41912c19f436e60318
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836116
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ptrstpp950/azure-cosmos-dotnet-v3", "max_stars_repo_path": "Microsoft.Azure.Cosmos/src/ChangeFeed/Pagination/ChangeFeedSuccessPage.cs", "provenance": "train-00027-of-00045.jsonl.gz:155336" }
starcoder
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // ------------------------------------------------------------ namespace Microsoft.Azure.Cosmos.ChangeFeed.Pagination { using System; using System.IO; internal sealed class Chang...
1.910294
e00000fafadf0e4ad1017b35c91e72af
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836117
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "RescueRangers/StocksServer", "max_stars_repo_path": "StocksServer/Repositories/Interfaces/IWeeklyProductionRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:155337" }
starcoder
<gh_stars>0 using System.Collections.Generic; using System.Threading.Tasks; using StocksServer.Data; namespace StocksServer.Repositories.Interfaces { public interface IWeeklyProductionRepository { Task<bool> DeleteFactoryProduction(int weekNo, int factoryId); Task DeleteProductionFromFactory(i...
1.646234
6f9da7eb1812cf4111bdf544afbcd148
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836118
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "terry-u16/AtCoder", "max_stars_repo_path": "Kujikatsu024/Kujikatsu024/Kujikatsu024/Questions/QuestionB.cs", "provenance": "train-00027-of-00045.jsonl.gz:155338" }
starcoder
<reponame>terry-u16/AtCoder using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Kujikatsu024.Algorithms; using Kujikatsu024.Collections; using Kujikatsu024.Extensions; using Kujikatsu02...
2.853679
e778e4e4c40fb2b7a27d79b7ac9a50d7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836119
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Jean84646/HairSalon.Solution", "max_stars_repo_path": "HairSalon/Views/Specialties/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:155339" }
starcoder
<reponame>Jean84646/HairSalon.Solution @{ Layout = "_Layout"; } <h1>Specialties List</h1> <ul> @foreach(var specialties in Model) { <li><a href="/specialties/@specialties.GetId()">@specialties.GetSpecialties()</a></li> } </ul> <h3>Add Specialty</h3> <div> <form action="/specialties" method="post"> ...
2.425432
f40e2f6230ffd8d017c1def94e443469
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836120
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "alperkonuralp/console-game", "max_stars_repo_path": "src/ConsoleGame/PlayGame.cs", "provenance": "train-00027-of-00045.jsonl.gz:155340" }
starcoder
<reponame>alperkonuralp/console-game using AutoMapper; using ConsoleGame.Entities; using ConsoleGame.Events; using Rebus.Bus; using System; using System.Collections.Generic; namespace ConsoleGame { public class PlayGame : IPlayGame { private readonly GameConfig _gameConfig; private readonly ICommonF...
2.632156
ef72dcb2494238d9d864561a3acba13b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836121
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "EntitySpaces/EntitySpaces-CompleteSource", "max_stars_repo_path": "CodeGeneration/ClassLibraries/EntitySpaces.MetadataEngine.VistaDB4/VistaDB4xPlugin.cs", "provenance": "train-00027-of-00045.jsonl.gz:155341" }
starcoder
/* New BSD License ------------------------------------------------------------------------------- Copyright (c) 2006-2012, EntitySpaces, LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redist...
1.868517
8bd67c1655ab4ba5674b6906136e52fe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836122
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jerryrox/Renko-L", "max_stars_repo_path": "Security/Crypto/CryptoAES.cs", "provenance": "train-00027-of-00045.jsonl.gz:155342" }
starcoder
using System; using System.IO; using System.Text; using System.Security.Cryptography; using Renko.Diagnostics; namespace Renko.Security { public class CryptoAES : ICrypto { private byte[] passByte; public CryptoAES() { SetKey("passssssssssword"); } public CryptoAES(string key) { SetKey(key); } ...
3.209365
ae34d28a4bcec2880e2c563be54b03d1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836123
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "1804-Apr-USFdotnet/Project-2-Bueller", "max_stars_repo_path": "Project2-Bueller/Bueller.DA/BuellerContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:155343" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.Entity; using Bueller.DA.Models; namespace Bueller.DA { public class BuellerContext : DbContext, IDbContext { //public static void Main(string[] args) //{ ...
2.765094
79d7282841da3cec5ffd245435a80aee
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836124
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "DEFRA/prsd-iws", "max_stars_repo_path": "src/EA.Iws.Web/Areas/NotificationMovements/ViewModels/Create/ThreeWorkingDaysSelection.cs", "provenance": "train-00027-of-00045.jsonl.gz:155344" }
starcoder
<filename>src/EA.Iws.Web/Areas/NotificationMovements/ViewModels/Create/ThreeWorkingDaysSelection.cs namespace EA.Iws.Web.Areas.NotificationMovements.ViewModels.Create { public enum ThreeWorkingDaysSelection { ContinueAnyway = 1, ChangeDate = 2 } public enum ThreeOrLessWorkingDaysSelec...
1.519226
f43085be51211c138afbf720b3ec4d76
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836125
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gep13/spectre.cli", "max_stars_repo_path": "src/Spectre.Cli/CommandAppException.cs", "provenance": "train-00027-of-00045.jsonl.gz:155345" }
starcoder
<reponame>gep13/spectre.cli using System; using Spectre.Console; using Spectre.Console.Rendering; namespace Spectre.Cli { /// <summary> /// Represents errors that occur during application execution. /// </summary> public abstract class CommandAppException : Exception { internal IRenderable?...
2.620014
6843b62c5ea942ea8c2eab835b311ccd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836126
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "onepiecefreak3/commercetools-dotnet-core-sdk", "max_stars_repo_path": "commercetools.Sdk/commercetools.Sdk.Domain/ProductTypes/AttributeType/TimeAttributeType.cs", "provenance": "train-00027-of-00045.jsonl.gz:155346" }
starcoder
namespace commercetools.Sdk.Domain { [TypeMarker("time")] public class TimeAttributeType : AttributeType { } }
1.403666
684d4fc398140333f995e22f262d2c64
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836127
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Drona-Org/Q", "max_stars_repo_path": "Tst/Tools/RunPTool/Options.cs", "provenance": "train-00027-of-00045.jsonl.gz:155347" }
starcoder
namespace CheckP { using System; using System.Collections.Generic; using System.Diagnostics.Contracts; using System.IO; using System.Linq; using System.Text; using System.Threading; internal enum OptValueKind { Id, Integer, String } internal class Options { private sta...
2.890798
4436e3bf89b84972765470180af28e9b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836128
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TimPurdum/blazor-data-grid", "max_stars_repo_path": "BlazorApps.BlazorCharts/Model/NumberDataPoint.cs", "provenance": "train-00027-of-00045.jsonl.gz:155348" }
starcoder
namespace BlazorApps.BlazorCharts.Model { public class NumberDataPoint: DataPoint { public NumberDataPoint(double value) { Value = value; } public double Value { get; } } }
2.042321
eded9cef93ad7043c9d0fb445c87d1fb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836129
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "DORAdreamless/IdentityServer4.AdminUI", "max_stars_repo_path": "src/IdentityServer4.Admin/IdentityServer4.Admin.Api/Mappings/PersistedGrantMap.cs", "provenance": "train-00027-of-00045.jsonl.gz:155349" }
starcoder
<filename>src/IdentityServer4.Admin/IdentityServer4.Admin.Api/Mappings/PersistedGrantMap.cs using IdentityServer4.Admin.Api.Entities; using IdentityServer4.Admin.Api.Infrastructure.Data; using NHibernate.Mapping.ByCode; using NHibernate.Mapping.ByCode.Conformist; using System; using System.Collections.Generic; using S...
2.178376
6c14934c7a9f8a1cb4117a5cb7290927
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836130
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "robertchan2022/Xamarin.MultiMediaPicker", "max_stars_repo_path": "MultiMediaPickerSample/App.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:155350" }
starcoder
<reponame>robertchan2022/Xamarin.MultiMediaPicker using System; using DLToolkit.Forms.Controls; using MultiMediaPickerSample.Services; using MultiMediaPickerSample.ViewModels; using Xamarin.Forms; using Xamarin.Forms.Xaml; [assembly: XamlCompilation(XamlCompilationOptions.Compile)] namespace MultiMediaPickerSample { ...
1.869203
d0d3d82d9de7bc2133eb5d00dc7f4f39
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836131
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "reyang/opentelemetry-dotnet-contrib", "max_stars_repo_path": "test/OpenTelemetry.Contrib.PersistentStorage.Tests/FileBlobTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:155351" }
starcoder
// <copyright file="FileBlobTests.cs" company="OpenTelemetry Authors"> // Copyright The OpenTelemetry Authors // // 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....
2.198085
7cf51417921e59f619d188fdb43d62f2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836132
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "RESOStandards/UPI-Builder-dotNet", "max_stars_repo_path": "Reso.Upi.Cli/Tasks/Demo.cs", "provenance": "train-00027-of-00045.jsonl.gz:155352" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Bessett.SmartConsole; using Reso.Upi.Core; using Reso.Upi.Core.US; namespace Reso.Upi.Cli.Tasks { [NoConfirmation] public class Demo : ConsoleTask { private string TargetName(U...
2.556492
3f0809a6e565876f3fd4f4a21ccb6387
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836133
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "satanabe1/UnityNullObjects", "max_stars_repo_path": "Assets/NullTest01.cs", "provenance": "train-00027-of-00045.jsonl.gz:155353" }
starcoder
using UnityEngine; using System.Collections; /// <summary> /// DestroyとDestroyImmediate /// </summary> public class NullTest01 : NullTestBase { IEnumerator Start () { MonoBehaviour destroied = gameObject.AddComponent<MonoBehaviour> (); MonoBehaviour destroiedImmediate = gameObject.AddComponent<...
2.310459
49fcfcf622879134edae24dc1484bb3f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836134
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "PoxyDoxy/EFAS", "max_stars_repo_path": "EFAS/EFAS/Startup.Designer.cs", "provenance": "train-00027-of-00045.jsonl.gz:155354" }
starcoder
namespace EFAS { partial class Startup { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name=...
1.81686
98855b6e2c00db72db32439c1178ea70
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836135
{ "extension": "c-sharp", "max_stars_count": "116.0", "max_stars_repo_name": "JTOne123/gremit", "max_stars_repo_path": "GrEmit/StackMutators/ConvI8StackMutator.cs", "provenance": "train-00027-of-00045.jsonl.gz:155355" }
starcoder
<reponame>JTOne123/gremit<filename>GrEmit/StackMutators/ConvI8StackMutator.cs using System.Reflection.Emit; namespace GrEmit.StackMutators { internal class ConvI8StackMutator : ConvertStackMutator { public ConvI8StackMutator(OpCode opCode) : base(opCode, typeof(long)) { ...
1.312748
a888259cbd50c2b4440f5ae20c6f4a37
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836136
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "cosmos-loops/cosmos-object-visitors", "max_stars_repo_path": "src/CosmosStack.Extensions.ObjectVisitors/CosmosStack/Reflection/ObjectVisitors/Internals/Guards/AccessGuard.cs", "provenance": "train-00027-of-00045.jsonl.gz:155356" }
starcoder
using System; using CosmosStack.Reflection.ObjectVisitors.Metadata; using CosmosStack.Validation.Internals.Extensions; namespace CosmosStack.Reflection.ObjectVisitors.Internals.Guards { internal static class AccessGuard { public static bool ReadOnly(ObjectOwn own, ObjectVisitorOptions options) ...
2.298412
8979cc6cb9d1faf236c8d1634700bac6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836137
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "cnayan/workflow-core", "max_stars_repo_path": "src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs", "provenance": "train-00027-of-00045.jsonl.gz:155357" }
starcoder
using WorkflowCore.Interface; using WorkflowCore.Sample02.Steps; namespace WorkflowCore.Sample02 { public class SimpleDecisionWorkflow : IWorkflow { public string Id => "Simple Decision Workflow"; public int Version => 1; public void Build(IWorkflowBuilder<object> builder) { ...
2.726319
79eb529ee1cac7f58da97fa6f4e7f584
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836138
{ "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/Urstfnce.cs", "provenance": "train-00027-of-00045.jsonl.gz:155358" }
starcoder
<gh_stars>1-10 //--- OBJECT WRITE BEGIN --- singleton Material(Urstfnce) { mapTo = "Urstfnce"; DiffuseMapAsset[0] = "TTR:Urstfnce_ALBEDO"; }; //--- OBJECT WRITE END ---
1.012465
a996a817801aeb97cb35007280288d2c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836139
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kekyo/Favalon.PoC", "max_stars_repo_path": "Favalon.5/Favalon.Core/IO/ObservableBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:155359" }
starcoder
// This is part of Favalon project - https://github.com/kekyo/Favalon // Copyright (c) 2019 <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.377702
152358f4efb177978d1aa940568ff2f8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836140
{ "extension": "c-sharp", "max_stars_count": "181.0", "max_stars_repo_name": "ajsing/aws-tools-for-powershell", "max_stars_repo_path": "modules/AWSPowerShell/Cmdlets/StepFunctions/Basic/Get-SFNActivityTask-Cmdlet.cs", "provenance": "train-00027-of-00045.jsonl.gz:155360" }
starcoder
<gh_stars>100-1000 /******************************************************************************* * Copyright 2012-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the License. A ...
2.021333
457f676ed9cf889afbc52684ef87f63d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836141
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ambiesoft/IsDotNet", "max_stars_repo_path": "IsDotNet/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:155361" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using System.Text; using Ambiesoft; namespace IsDotNet { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] ...
2.389807
0a02d05ddaca6b871866f933fe4e897c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836142
{ "extension": "c-sharp", "max_stars_count": "1179.0", "max_stars_repo_name": "sg4e/LiveSplit", "max_stars_repo_path": "LiveSplit/LiveSplit.Core/UI/Layout.cs", "provenance": "train-00027-of-00045.jsonl.gz:155362" }
starcoder
using LiveSplit.Options; using LiveSplit.UI.Components; using System.Collections.Generic; using System.Linq; namespace LiveSplit.UI { public class Layout : ILayout { public const int InvalidSize = -1; public LayoutSettings Settings { get; set; } public IList<ILayoutComponent> LayoutCo...
2.324019
43404019a8cd6da77cea479be1564529
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836143
{ "extension": "c-sharp", "max_stars_count": "21.0", "max_stars_repo_name": "m2wasabi/VRMQuickMetaLoader", "max_stars_repo_path": "Assets/VRM.QuickMetaLoader/Scripts/Model/QuickMetaObject.cs", "provenance": "train-00027-of-00045.jsonl.gz:155363" }
starcoder
<reponame>m2wasabi/VRMQuickMetaLoader using System; namespace VRM.QuickMetaLoader.Model { [Serializable] public class QuickMetaObject { #region Info public string title; public string version; public string author; public string contactInformation; public str...
2.003528
8166542a43095f94f47bef2b9cd78cab
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836144
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "billmoling/wbemtools", "max_stars_repo_path": "wbem-sharp/src/CimDataTypes/CimNamedInstance.cs", "provenance": "train-00027-of-00045.jsonl.gz:155364" }
starcoder
/****************************************************************************** * The MIT License * Copyright (c) 2007 Novell Inc., www.novell.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the Software), to deal * in the Sof...
2.05155
5f34910a31334d02c799c20d7acdb0da
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836145
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tositeru/hinode", "max_stars_repo_path": "Runtime/Input/InputRecorderMonoBehaviour.cs", "provenance": "train-00027-of-00045.jsonl.gz:155365" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Assertions; namespace Hinode { /// <summary> /// InputRecorderをラップしたComponent /// /// 入力データはInputRecorderMonoBehaviour#TargetRecordへ保存または再生されます /// /// 記録するデータを変更したい場合は記録を停止した状態でInputRecorderMono...
2.501837
e6f6f30987354f3d059fb6d89d979397
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836146
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Zgragselus/Ludum-Dare-45---Food-Fight", "max_stars_repo_path": "Assets/Scripts/WorldGenerator.cs", "provenance": "train-00027-of-00045.jsonl.gz:155366" }
starcoder
<gh_stars>0 using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public enum UnitType { Enemy01, Enemy02, Boss, } public class WorldGenerator : Singleton<WorldGenerator> { public Player PlayerPrefab; public MapTile FloorPrefab; public MapTile FloorPref...
2.218998
55b57772e7fd1fbd1ea7dfc4104dacce
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836147
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MiniverCheevy/spa-starter-kit", "max_stars_repo_path": "dev-tools/Vodoo.CodeGeneration.Tests/CodeGeneration/Helpers/ModelBuilders/TestClasses/DateTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:155367" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Fernweh.Tests.CodeGeneration.Helpers.ModelBuilders.TestClasses { public class DateTest { public const string Error = "AAAAAHHHHHHHH...
2.469394
0555eb6fd3d352bfe67d0a34c7dff926
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836148
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "iceklue/Kattis", "max_stars_repo_path": "c#/Spavanac/Spavanac/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:155368" }
starcoder
<filename>c#/Spavanac/Spavanac/Program.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Spavanac { class Program { static void Main(string[] args) { string input = Console.ReadLine(); ...
3.120748
942e1704ac8476e3c5763027fd252454
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836149
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Semptra/HoNAvatarManager", "max_stars_repo_path": "src/HoNAvatarManager.Core/Parsers/Hero/HeroEntityParser.cs", "provenance": "train-00027-of-00045.jsonl.gz:155369" }
starcoder
using System.IO; using System.Linq; using HoNAvatarManager.Core.Attributes; using HoNAvatarManager.Core.Extensions; using HoNAvatarManager.Core.Helpers; using Logger = HoNAvatarManager.Core.Logging.Logger; namespace HoNAvatarManager.Core.Parsers.Hero { [EntityParserPriority(2)] internal class HeroEntityParser...
2.230194
c242af442cbd266d150497d0ae7ff660
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836150
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "shoo-vadim/MapEditor", "max_stars_repo_path": "Assets/Code/Utils/MonoExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:155370" }
starcoder
<filename>Assets/Code/Utils/MonoExtensions.cs<gh_stars>0 using System; using UnityEngine; namespace Code { public static class MonoExtensions { public static TComponent Detect<TComponent>(this MonoBehaviour self) where TComponent : Component { var component = self.GetCo...
2.918214
f43d053ef582798c5a08f31a627fa743
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836151
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "markeverard/POSSIBLE.TokenBasedAccess", "max_stars_repo_path": "src/POSSIBLE.TokenBasedAccess/TokenExpirationType.cs", "provenance": "train-00027-of-00045.jsonl.gz:155371" }
starcoder
<filename>src/POSSIBLE.TokenBasedAccess/TokenExpirationType.cs namespace POSSIBLE.TokenBasedAccess { public enum TokenExpirationType { UsageLimit, AbsoluteExpiry } }
1.571143
c475d1577dbcf13ae7d747ae9d79f627
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836152
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "deje07/RestProxy", "max_stars_repo_path": "RestProxy/RestProxy.cs", "provenance": "train-00027-of-00045.jsonl.gz:155372" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Linq.Expressions; using System.Net.Http; using System.Net.Http.Headers; using System.Reflection; using System.Runtime.Remoting.Messaging; using System.Runtime.Remoting.Proxies; using System.Text; using System.Threading; usi...
2.373398
d313c60c4b8b26df0ad1c77084d2d125
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836153
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MarcosCobena/ManagedAudioLibraries", "max_stars_repo_path": "ManagedAudioLibrariesTests/NVorbisTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:155373" }
starcoder
using NVorbis; using Xunit; namespace ManagedAudioLibrariesTests { public class NVorbisTests { [Fact] public void OggDurationTest() { using (var vorbis = new VorbisReader(AudioFiles.OggFilename)) { Assert.True(vorbis.TotalTime.TotalMill...
1.928087
d49783c037be8ac3cef617d5acb694e5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836154
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "greg-chuchro/calq-server", "max_stars_repo_path": "Calq.Server/Reflection.cs", "provenance": "train-00027-of-00045.jsonl.gz:155374" }
starcoder
<filename>Calq.Server/Reflection.cs using System; using System.Collections; namespace Ghbvft6.Calq.Server { internal class Reflection { public static object? GetFieldOrPropertyValue(object obj, string fieldOrPropertyName) { var type = obj.GetType(); var field = type.GetField...
2.921525
6772d94da2b18900993bc6fc35239491
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836155
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "bjstone82/das-recruit", "max_stars_repo_path": "src/Shared/UnitTests/Vacancies.Client/Application/Rules/VacancyRules/VacancyTitlePopularityCheckRuleTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:155375" }
starcoder
<filename>src/Shared/UnitTests/Vacancies.Client/Application/Rules/VacancyRules/VacancyTitlePopularityCheckRuleTests.cs using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Esfa.Recruit.Vacancies.Client.Application.Configuration; using Esfa.Recruit.Vacancies.Client.Application.Provide...
2.26019
deb93ad2381924cbf3d01d80a30164aa
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836156
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "leisn/D3Sharp", "max_stars_repo_path": "D3Sharp/EventLoop.cs", "provenance": "train-00027-of-00045.jsonl.gz:155376" }
starcoder
using System; using System.Collections.Generic; using System.Text; using System.Threading; namespace D3Sharp { public class EventLoop : IDisposable { Thread thread; bool requestStop = false; int interval = 1; bool isBackground; public bool IsRunning { get; private set;...
2.877005
fc233433c0c0d66ca9e23e3035ebb249
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836157
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "BalazsKis/WeatherAndClockWidget", "max_stars_repo_path": "WeatherAndClockWidget/Service/Interface/IWeatherDataDownloader.cs", "provenance": "train-00027-of-00045.jsonl.gz:155377" }
starcoder
using WeatherAndClockWidget.Model; namespace WeatherAndClockWidget.Service.Interface { public interface IWeatherDataDownloader { WeatherData GetCurrentWeather(); } }
1.760692
a71f16eb2f40d0a9581b0aab5f5800ea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836158
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "mgrosperrin/commandlineparser", "max_stars_repo_path": "tests/MGR.CommandLineParser.IntegrationTests/UnspecifiedCommand/SimpleOptionsTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:155378" }
starcoder
using System.Collections.Generic; using System.Threading.Tasks; using MGR.CommandLineParser.Extensibility.ClassBased; using MGR.CommandLineParser.Tests.Commands; using Xunit; namespace MGR.CommandLineParser.IntegrationTests.UnspecifiedCommand { public class SimpleOptionsTests : ConsoleLoggingTestsBase { ...
2.359224
01ad9a7065c0e40cffa09560724941f7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836159
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "JTOne123/Meerkat.Mailer", "max_stars_repo_path": "code/Meerkat.Mailer.Test/CheckerFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:155379" }
starcoder
<reponame>JTOne123/Meerkat.Mailer namespace Meerkat.Mailer.Test { public class CheckerFactory : NCheck.CheckerFactory { public CheckerFactory() { Initialize(); } private void Initialize() { Register(typeof(CheckerFactory).Assembly); } ...
1.181003
51f0449f266c75843bb91b295fec8e1c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836160
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dumplingslove/ImageOcr", "max_stars_repo_path": "OCR.Shared/ImageInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:155380" }
starcoder
<reponame>dumplingslove/ImageOcr<filename>OCR.Shared/ImageInfo.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OCR.Shared { public class ImageInfo { public string FileName { get; set; } public string MaskName { ge...
2.114852
94d062382373b0ff44e939e8b2c0342c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836161
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Luxoft/BSSFramework.Workflow", "max_stars_repo_path": "src/_Workflow/Framework.Workflow.Domain/Definition/Transitions/Transition.cs", "provenance": "train-00027-of-00045.jsonl.gz:155381" }
starcoder
<reponame>Luxoft/BSSFramework.Workflow<filename>src/_Workflow/Framework.Workflow.Domain/Definition/Transitions/Transition.cs<gh_stars>0 using System; using System.Collections.Generic; using Framework.DomainDriven.BLL; using Framework.Persistent; using Framework.Restriction; namespace Framework.Workflow.Doma...
2.269814
f6691d11681a8b89327ca938ab7d25a2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836162
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "ChenKa1/constellation-sitecore9", "max_stars_repo_path": "Constellation.Feature.Redirects/Commands/ClearAll.cs", "provenance": "train-00027-of-00045.jsonl.gz:155382" }
starcoder
<reponame>ChenKa1/constellation-sitecore9 using System; using System.Collections.Specialized; using Sitecore.Diagnostics; using Sitecore.Shell.Framework.Commands; using Sitecore.Web.UI.Sheer; using Sitecore.Web.UI.WebControls; using Sitecore.Web.UI.XamlSharp.Continuations; namespace Constellation.Feature.Redi...
2.060611
3ef3829c3bde8776d88ccd7dbd111ac1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836163
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "foulow/SimpleForex", "max_stars_repo_path": "Source/SimpleForex.API/Controllers/CurrenciesController.cs", "provenance": "train-00027-of-00045.jsonl.gz:155383" }
starcoder
<filename>Source/SimpleForex.API/Controllers/CurrenciesController.cs using System; using Microsoft.AspNetCore.Mvc; using SimpleForex.Application.Commands; using SimpleForex.Application.DTOs; using SimpleForex.Application.Queries; namespace SimpleForex.API.Controllers { /// <summary> /// Controller to make purc...
2.728767
a467e5159e848916ce53efac5a6f13e0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836164
{ "extension": "c-sharp", "max_stars_count": "10.0", "max_stars_repo_name": "dskprt/nylium", "max_stars_repo_path": "Starfield.Core/Item/Items/ItemWarpedPressurePlate.cs", "provenance": "train-00027-of-00045.jsonl.gz:155384" }
starcoder
<reponame>dskprt/nylium // FILE AUTOGENERATED. DO NOT MODIFY namespace Starfield.Core.Item.Items { [Item("minecraft:warped_pressure_plate", 198, 64, 709)] public class ItemWarpedPressurePlate : BlockItem { } }
1.26709
38831edd2f77ff8d57f1ea38cc4ef779
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836165
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "eliasat/set-auto-complete", "max_stars_repo_path": "SetAutoComplete/Models/SetAutoCompleteReq.cs", "provenance": "train-00027-of-00045.jsonl.gz:155385" }
starcoder
namespace SetAutoComplete { public class SetAutoCompleteReq { public AutocompleteSetBy AutoCompleteSetBy { get; set; } = new AutocompleteSetBy(); public CompletionOptions CompletionOptions { get; set; } = new CompletionOptions(); public string SourceRefName { get; set; } public s...
1.588375
621828aef795e340d220e5e7d70592c6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836166
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Meanings11/Mountain-Cross", "max_stars_repo_path": "Assets/Crossing/Scripts/UICol.cs", "provenance": "train-00027-of-00045.jsonl.gz:155386" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class UICol : MonoBehaviour { public float MoveX; public float OnTimer; public static UICol Ins; // Start is called before the first frame update private void Awake() { Ins = this; } void Sta...
1.988961
a5afc9afec70c5f43e0da25b327c9b3a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836167
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "vividos/WhereToFly", "max_stars_repo_path": "src/Geo/Model/Track.cs", "provenance": "train-00027-of-00045.jsonl.gz:155387" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; namespace WhereToFly.Geo.Model { /// <summary> /// A single track consisting of track points /// </summary> public sealed class Track : IEquatable<Track> { /// <summary> /// ID for the track; e.g. generated at import ti...
2.939379
f8331ac4e40b05c9fa206d5b8baae4d0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836168
{ "extension": "c-sharp", "max_stars_count": "40.0", "max_stars_repo_name": "tw-bc-group/verity-sdk", "max_stars_repo_path": "sdk/dotnet-sdk/src/VeritySDK/Protocols/PresentProof/Common/ProposedAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:155388" }
starcoder
using System.Json; using VeritySDK.Utils; namespace VeritySDK.Protocols.PresentProof { /// <summary> /// A holder for the ProposedAttribute /// </summary> public class ProposedAttribute : AsJsonObject { private JsonObject _data = new JsonObject(); public JsonObject data { get { ret...
2.967185
33237b6b4ce3293410a0f204f5150a5e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836169
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "roly445/StockManager", "max_stars_repo_path": "source/StockManager.Domain/CommandResults/Category/CreateCategoryCommandResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:155389" }
starcoder
<reponame>roly445/StockManager<filename>source/StockManager.Domain/CommandResults/Category/CreateCategoryCommandResult.cs using System; namespace StockManager.Domain.CommandResults.Category { public sealed class CreateCategoryCommandResult { public CreateCategoryCommandResult(Guid categoryId) ...
2.113253
7bad84e0b02eb7db1bc7769d5546d05d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836170
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "DejanMilicic/TDriven", "max_stars_repo_path": "TDriven.Core/Domain/Product.cs", "provenance": "train-00027-of-00045.jsonl.gz:155390" }
starcoder
 namespace TDriven.Core.Domain { using System.Data.Entity; using RefactorThis.GraphDiff; using TDriven.Infrastructure.Entities; public class Product : BaseEntity { public string Name { get; set; } public Company Company { get; set; } public override void UpdateGraph(DbContext dbContext) { dbContext...
2.310735
510eff4815bd84883b21b0e49fd7869c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836171
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "koechslin/ProjetRV", "max_stars_repo_path": "Assets/Scripts/CharacterInteraction.cs", "provenance": "train-00027-of-00045.jsonl.gz:155391" }
starcoder
using UnityEngine; using UnityEngine.XR.Interaction.Toolkit; using UnityEngine.InputSystem; public class CharacterInteraction : XRBaseInteractable { [SerializeField] private GameObject characterPanel; [SerializeField] private InputActionReference selectAction; private void Update() ...
1.918947
1ddb22e01430fe3aa023b7531b200c27
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836172
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JonathanHiggs/Higgsoft.Cake", "max_stars_repo_path": "src/Higgsoft.Cake/Recipes/Apps/DotNetAppAliases.cs", "provenance": "train-00027-of-00045.jsonl.gz:155392" }
starcoder
using System; using System.Linq; using Cake.Common.Diagnostics; using Cake.Common.IO; using Cake.Common.Tools.DotNetCore; using Cake.Core; using Cake.Core.Annotations; namespace Higgsoft.Cake.Recipes.Apps { /// <summary> /// Extension methods for <see cref="DotNetApp"/> recipes /// </summary> [CakeAl...
2.422016
8e97ef4d02a59beb3dd289434b0daf5d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836173
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KvaiTor/T3", "max_stars_repo_path": "T3/Assets/Scripts/CreateInput.cs", "provenance": "train-00027-of-00045.jsonl.gz:155393" }
starcoder
using System.Collections.Generic; using UnityEngine; namespace Game { public class CreateInput : MonoBehaviour { Ray ray; public GameObject[] spriteRenderer, Menu; public List<int> idItemActiv = new List<int>(); public static GameObject obj; public static int _menuId; ...
2.095454
3e2eaa93e8431f073e13ab9a00eb890d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836174
{ "extension": "c-sharp", "max_stars_count": "451.0", "max_stars_repo_name": "Li-Yanzhi/app-crm", "max_stars_repo_path": "src/MobileApp/XamarinCRM/Converters/CategoryTitleConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:155394" }
starcoder
 using System; using Xamarin.Forms; using XamarinCRM.Models; namespace XamarinCRM.Converters { public class CategoryTitleConverter : IValueConverter { readonly string _Title; public CategoryTitleConverter(string title) { _Title = title; } #region IValueCon...
2.697197
edd220bdc4dd5345e9bec838e7f75a0d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836175
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TytkoDominik/HotChess", "max_stars_repo_path": "Assets/Scripts/Flow/GameFlow/BoardInteractionStrategyController.cs", "provenance": "train-00027-of-00045.jsonl.gz:155395" }
starcoder
<gh_stars>0 using DIFramework; using Flow.Highlight; using GameLogic.GameRules; using Zenject; namespace Flow.GameFlow { public class BoardInteractionStrategyController { [Inject] private SignalBus _signalBus; [Inject] private HighlightController _highlightController; [Inject] private C...
1.809057
2a88c529b54bd39bee1f4f4bfcb54a53
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836176
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BrayanTorres2/Base-de-Datos-Marandua", "max_stars_repo_path": "CAPAS_LOGICAS/CLASE_DETALLE_FACTURA_COMPRA.cs", "provenance": "train-00027-of-00045.jsonl.gz:155396" }
starcoder
<filename>CAPAS_LOGICAS/CLASE_DETALLE_FACTURA_COMPRA.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; //agregar using System.Data; using CAPAS_CONEXIONES; namespace CAPAS_LOGICAS { public class CLASE_DETALLE_FACTURA_COMPRA { public int cod_dfc { get...
2.522219
d6a3600c47631e5dba9b32f137b9a087
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836177
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "FreedomBen/banshee", "max_stars_repo_path": "build/TranslatorExtractor.cs", "provenance": "train-00027-of-00045.jsonl.gz:155397" }
starcoder
<reponame>FreedomBen/banshee<filename>build/TranslatorExtractor.cs // // Licensed under same license as Banshee // Copyright (C) 2006 Novell, Inc. // Written by <NAME> <<EMAIL>> // // This tool extracts translator information from .po files // to generate information for display in the about dialog // using System; us...
2.609447
76c903deee024f7c56912a477408aa66
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836178
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "garyyang2002/azure-sdk-for-net", "max_stars_repo_path": "sdk/resources/Azure.ResourceManager.Resources/tests/InMemoryTests/ProviderTests.InMemory.cs", "provenance": "train-00027-of-00045.jsonl.gz:155398" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Linq; using System.Net; using System.Net.Http; using System.Text.Json; using System.Threading.Tasks; using Azure.Core; using Azure.Core.Pipeline; using Azure.Core.TestFramework; using Azure.Resou...
1.953662
6ccfffac7ca7fd704cf00b4e2f31c6bc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836179
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "beefarino/PowerShell.Dropbox", "max_stars_repo_path": "src/CodeOwls.PowerShell.Dropbox/AuthenticationData.cs", "provenance": "train-00027-of-00045.jsonl.gz:155399" }
starcoder
<reponame>beefarino/PowerShell.Dropbox<filename>src/CodeOwls.PowerShell.Dropbox/AuthenticationData.cs<gh_stars>10-100 using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Management.Automation.Runspaces; using System.Net; using System.Runtime.InteropServices; using System.Security; ...
2.276761
a6836c9a1f13154758f2b0935c5007a9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836180
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "maussoft/mvc", "max_stars_repo_path": "WebContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:155400" }
starcoder
<filename>WebContext.cs using System; using System.IO; using System.Net; using System.Threading; using System.Text; using System.Web; using System.Collections.Generic; using System.Collections.Specialized; using System.Runtime.Serialization.Formatters.Binary; using System.Security.Cryptography; using System.Text.Json....
2.398602
a15f9ae7e6f6c1bbb2f3faf0add0a0e4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836181
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "nekiro/OpenTibia-Unity2", "max_stars_repo_path": "OpenTibia/Assets/Editor/Modules/Login/AuthenticatorWidgetEditor.cs", "provenance": "train-00027-of-00045.jsonl.gz:155401" }
starcoder
<filename>OpenTibia/Assets/Editor/Modules/Login/AuthenticatorWidgetEditor.cs using UnityEditor; using UnityEngine; namespace OpenTibiaUnityEditor.Modules.Login { [CustomEditor(typeof(OpenTibiaUnity.Modules.Login.AuthenticatorWidget), true)] [CanEditMultipleObjects] public class AuthenticatorWidgetEditor :...
1.947838
88158cb9ea488ec18d4594578d768757
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836182
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "smabuk/AdventOfCode", "max_stars_repo_path": "Solutions/2021/Day24.cs", "provenance": "train-00027-of-00045.jsonl.gz:155402" }
starcoder
<reponame>smabuk/AdventOfCode<gh_stars>0 using static AdventOfCode.Solutions.Year2021.Day24.InstructionType; namespace AdventOfCode.Solutions.Year2021; /// <summary> /// Day 24: Arithmetic Logic Unit /// https://adventofcode.com/2021/day/24 /// </summary> [Description("Arithmetic Logic Unit")] public class Day24 { ...
2.881536
60fa344dc038a60676da2c021c05125e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836183
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mtsk/neural-networks-and-deep-learning-dotnet", "max_stars_repo_path": "src/NeuralNet/Extensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:155403" }
starcoder
using MathNet.Numerics.LinearAlgebra; using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Windows.Forms; namespace NeuralNet { public static class Extensions { public static List<List<T>> PartitionToRandomSubset...
3.17223
ddf2142ef7b8948f5c8601ac949b3e42
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836184
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Michelle-99/DiscordManager", "max_stars_repo_path": "DiscordManager/Events/Discord/CommandReceivedEvent.cs", "provenance": "train-00027-of-00045.jsonl.gz:155404" }
starcoder
using DCM.Interfaces; using DCM.Models; using Discord; namespace DCM.Events.Discord { public class CommandReceivedEvent : Event { public CommandReceivedEvent(IMessage message, Command command) { Message = message; Command = command; } public IMessage Me...
2.176687
1856c1547ee4e1bfcd5570796356f965
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836185
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jie65535/CodeMatrix", "max_stars_repo_path": "CodeMatrix/BaseControl/MyButton.cs", "provenance": "train-00027-of-00045.jsonl.gz:155405" }
starcoder
<gh_stars>0 using System.Drawing; using System.Windows.Forms; namespace CodeMatrix.BaseControl { internal class MyButton : Button { public MyButton() { BackColor = Color.Transparent; FlatAppearance.BorderColor = Styles.Default.SelectColor; FlatAppearance.Mou...
1.875584
acc0d76499536310475cc78fb5d1c1db
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836186
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "perpetualintelligence/protocols", "max_stars_repo_path": "src/PerpetualIntelligence.Protocols/Communication/EmailModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:155406" }
starcoder
<reponame>perpetualintelligence/protocols /* Copyright (c) Perpetual Intelligence L.L.C. All Rights Reserved. For license, terms, and data policies, go to: https://terms.perpetualintelligence.com */ using System.Text.Json.Serialization; namespace PerpetualIntelligence.Protocols.Communication { /// <...
1.969944
8f7c82e313339564f64972bfd161c8e4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836187
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "bevisbear/ESO_LangEditor", "max_stars_repo_path": "ESO_LangEditorDatabaseModifier/Models/v3/BaseDataModel_Client.cs", "provenance": "train-00027-of-00045.jsonl.gz:155407" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.CompilerServices; using System.Text; namespace ESO_LangEditorDatabaseModifier.Model.v3 { public abstract class BaseDataModelClient : INotifyPropertyChanged { protected BaseDataModelClient()...
2.652232
b8771f2aae5a69e7530cba66236ece0a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836188
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "ngrahovac/eduProject", "max_stars_repo_path": "src/eduProjectWebAPI/Data/StudyFieldsRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:155408" }
starcoder
using eduProjectModel.Domain; using MySqlConnector; using System.Data; using System.Threading.Tasks; namespace eduProjectWebAPI.Data { public class StudyFieldsRepository : IStudyFieldsRepository { private readonly DbConnectionParameters dbConnectionParameters; public StudyFieldsRepository(DbCo...
2.788204
a8d0804eca94b579ecf515a49f7e0916
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836189
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "yekoc/R2API", "max_stars_repo_path": "R2API.Test/Tests/ConCommandTests/DirectorTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:155409" }
starcoder
using RoR2; using System.Collections.Generic; using UnityEngine.AddressableAssets; namespace R2API.Test.Tests.ConCommandTests { public static class DirectorTests { private const string GupCharacterSpawnCard = "RoR2/DLC1/Gup/cscGupBody.asset"; private static CharacterSpawnCard _myGupSpawnCard; ...
1.945582
c4b8f5905c2e407ee89b9446ca9e126f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836190
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "ChayimFriedman2/mp4explorer", "max_stars_repo_path": "sourceCode/trunk/src/Mp4Explorer/Classes/SmoothStreaming/Smil/SmilDocument.cs", "provenance": "train-00027-of-00045.jsonl.gz:155410" }
starcoder
<reponame>ChayimFriedman2/mp4explorer //=============================================================================== // Copyright © 2009 CM Streaming Technologies. // All rights reserved. // http://www.cmstream.net //=============================================================================== using System.IO; u...
2.20628
19f6c4c9bfe4bda9ee3beef5404edb84
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836191
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "isaduvan/CodeMazeGuides", "max_stars_repo_path": "csharp-basic-topics/BreakAndContinueStatementsInCsharp/Tests/UnitTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:155411" }
starcoder
using Microsoft.VisualStudio.TestTools.UnitTesting; using BreakAndContinueStatementsInCsharp; using System; using System.IO; using System.Text; namespace Tests { [TestClass] public class UnitTests { StringWriter stringWriter = new StringWriter(); public UnitTests() { //...
3.761386
ef17132d3d742f2ffee3c535618a1dc9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836192
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "temdisponivel/DiasDe", "max_stars_repo_path": "Assets/Script/Acitivities/ActivitiesManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:155412" }
starcoder
<reponame>temdisponivel/DiasDe<filename>Assets/Script/Acitivities/ActivitiesManager.cs using UnityEngine; using System.Collections; using Assets.Script.Occupation; using Assets.Script.Misc; namespace Activities { /// <summary> /// Class that manages a activitie like a protest and interview. /// </summary>...
2.337061
d29afeecdd4cc422616fcc85f0cf3bde
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836193
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "anserwaseem/openbooks", "max_stars_repo_path": "openbooks/Views/Home/Wishlist.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:155413" }
starcoder
@{ ViewBag.Title = "Wishlist"; Layout = "~/Views/Shared/_main.cshtml"; } @using openbooks.Models @model Tuple<string, List<Book>> <body> <div class="container-fluid"> <div class="row"> <div class="col-sm-12"> <div class="row"> <div class=...
2.747459
1b3e0b02f7af2b31bf99c0cb8be9ee3b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836194
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Peefy/PeefyLeetCode", "max_stars_repo_path": "src/CSharp/201-300/257.BinaryTreePaths.cs", "provenance": "train-00027-of-00045.jsonl.gz:155414" }
starcoder
<reponame>Peefy/PeefyLeetCode<filename>src/CSharp/201-300/257.BinaryTreePaths.cs using System.Collections.Generic; namespace PeefyLeetCode.BinaryTreePaths { public class TreeNode { public int val; public TreeNode left; public TreeNode right; public TreeNode(int x) { val = x; } ...
3.123549
94fcbc2dbfc2e7793ce961af7fd956f6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836195
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "moljac/HolisticWare.Android.Support.CustomTabs.Chromium.SharedUtilities", "max_stars_repo_path": "source/HolisticWare.Android.Support.CustomTabs.Chromium.SharedUtilities/CustomTabsUtilities/WebViewFallback.cs", "provenance": "train-00...
starcoder
// Copyright 2015 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
1.721541
1fd28b57a8fbe8f980882e5bc70da0e2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836196
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "propil5/WarelogManager", "max_stars_repo_path": "src/Model/Services/GoogleTrends/Interface/IGoogleTrendsDataService.cs", "provenance": "train-00027-of-00045.jsonl.gz:155416" }
starcoder
<filename>src/Model/Services/GoogleTrends/Interface/IGoogleTrendsDataService.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WarelogManager.Model.Common.Response; using WarelogManager.Model.DataTransfer.Trends; namespace WarelogManager.Model...
1.993212
0aaf3ff86e83cef6a8c30d08c62a469a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836197
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "treytomes/ASCIIWorld2", "max_stars_repo_path": "ASCIIWorld/ASCIIWorld/UI/InventorySlotButton.cs", "provenance": "train-00027-of-00045.jsonl.gz:155417" }
starcoder
using ASCIIWorld.Data; using GameCore; using GameCore.Rendering; using OpenTK; using OpenTK.Input; using System; namespace ASCIIWorld.UI { public class InventorySlotButton : ItemStackButton { private Func<InventoryContainer> _inventory; private int _slotIndex; public InventorySlotButton(IGameWindow window, C...
2.33539
ba66d3bf1a2894df6cbe5ffeb4b2a6af
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836198
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "abenedykt/TDD-Webinar", "max_stars_repo_path": "src/FizzBuzzKata/FizzBuzzTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:155418" }
starcoder
<reponame>abenedykt/TDD-Webinar using FluentAssertions; using Xunit; namespace FizzBuzzKata { public class FizzBuzzTests { private readonly FizzBuzzGame _sut; public FizzBuzzTests() { _sut = new FizzBuzzGame(); } [Fact] public void When_I_play_1_sh...
2.923209
b2d2e7dfca4ec9c9c0663c8df45d7494
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836199
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dkleczko/FilmViewer", "max_stars_repo_path": "FilmViewer/Mappings/ViewModels/EditMetadataViewModelProfile.cs", "provenance": "train-00027-of-00045.jsonl.gz:155419" }
starcoder
<gh_stars>0 using AutoMapper; using FilmViewer.Business.Dto.Domain; using FilmViewer.Models.Moderator; namespace FilmViewer.Mappings.ViewModels { internal class EditMetadataViewModelProfile : Profile { public EditMetadataViewModelProfile() { CreateMap<MetadataDto, EditMetadataViewM...
1.418697
9de450f961e4d5dde8b9e200c2f5acd8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836200
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "georgivv7/C-Sharp-Advanced-SoftUni", "max_stars_repo_path": "Exams/CSharpAdvancedExam - 16December2020/BakeryOpenning/Bakery.cs", "provenance": "train-00027-of-00045.jsonl.gz:155420" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace BakeryOpenning { public class Bakery { private List<Employee> employees; private string name; private int capacity; public int Count => this.employees.Count; public Bakery(st...
3.610564
699955e414479dec78e86cb02158eee4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836201
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "athena272/C.Net", "max_stars_repo_path": "Projetos/DogAndPeople/Models/Raca.cs", "provenance": "train-00027-of-00045.jsonl.gz:155421" }
starcoder
<reponame>athena272/C.Net using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; namespace DogAndPeople.Models { public class Raca { [Key] public int ID_RACA { get; set; } public string NOME_RACA { get; set; } ...
1.792534
49ab93303a0c59547237f34584955211
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836202
{ "extension": "c-sharp", "max_stars_count": "85.0", "max_stars_repo_name": "stesee/dotnet-mammoth", "max_stars_repo_path": "Mammoth/Couscous/java/io/IOException.cs", "provenance": "train-00027-of-00045.jsonl.gz:155422" }
starcoder
using System; namespace Mammoth.Couscous.java.io { internal class IOException : Exception { internal IOException() : base() { } internal IOException(string message) : base(message) { } internal string getMessage() { return Message; } } }
2.245825
a2b7b6df245582502320dfddf6c221f7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836203
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "AndreAquilau/clean-med-api", "max_stars_repo_path": "Data/CleanMedContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:155423" }
starcoder
<reponame>AndreAquilau/clean-med-api using AutoMapper; using CleanMedApi.Models; using CleanMedApi.Services; using CleanMedApi.Util; using Microsoft.EntityFrameworkCore; namespace CleanMedApi.Data; public class CleanMedContext : DbContext { private IConfiguration _configuration; public DbSet<Anamnese> Anamn...
2.122714
02f95f450c304a4f29dfd414d33682a4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836204
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "TouhouBoi/LongBar2", "max_stars_repo_path": "src/Core/Utils.cs", "provenance": "train-00027-of-00045.jsonl.gz:155424" }
starcoder
<filename>src/Core/Utils.cs using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.Windows.Forms; using System.Runtime.InteropServices; namespace Sidebar.Core { public class Utils { public static Process PriorProcess() // Returns a System.Diag...
2.854173
0e96b1d264e46b43c7e2ad2310696240
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836205
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "themeldingwars/FauCap", "max_stars_repo_path": "Test/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:155425" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Diagnostics; using FauCap; namespace Test { class Program { static void Main(string[] args) { string file = @"sadface.faucap"; // path to some faucap Stopwatch sw = Stopwatch.StartNew...
2.657357
214aa679024d40b8f2f35a1e79a21699
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836206
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ShadyObeyd/TaskManager", "max_stars_repo_path": "src/TaskManager/TaskManager.App/Views/Comments/Edit.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:155426" }
starcoder
<reponame>ShadyObeyd/TaskManager<filename>src/TaskManager/TaskManager.App/Views/Comments/Edit.cshtml @using TaskManager.Models.ViewModels.Tasks @model ReadTaskViewModel <blockquote class="blockquote text-right"> <footer class="blockquote-footer">@Model.Creator</footer> </blockquote> <p>@Model.Content</p> <blockqu...
2.453427
35b576081c6cbd403c4a210896c47482
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836207
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "programmersommer/azure_search_sample", "max_stars_repo_path": "search_sample/Models/Person.cs", "provenance": "train-00027-of-00045.jsonl.gz:155427" }
starcoder
using Microsoft.Azure.Search; using Microsoft.Azure.Search.Models; namespace search_sample.Models { [SerializePropertyNamesAsCamelCase] public class Person { [IsRetrievable(true)] public string Id { get; set; } [IsSearchable, IsRetrievable(true)] public string Name...
2.361363
905be069588819b0a2df8597d5ef22c7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836208
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "moto2002/mobahero_src", "max_stars_repo_path": "MobaProtocol/MobaOpKey.cs", "provenance": "train-00027-of-00045.jsonl.gz:155428" }
starcoder
using System; namespace MobaProtocol { public enum MobaOpKey : byte { CmdChannelId = 255, ErrorCode = 1, RoomData, Message, TableInfo, StepID, TableRound, HistoryAction, PlayingNoSeats, AllInNoSeats, ItemType, ItemId, Messages, Destination, TakenAmnt, GiftId, I...
0.417378
b367dae3a343e287ae990b22bd0424a1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836209
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GhalamborM/IRTrainDotNet", "max_stars_repo_path": "IRTrainDotNet/Models/StationTrainInfo/GetStationTimeLineParams.cs", "provenance": "train-00027-of-00045.jsonl.gz:155429" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace IRTrainDotNet.Models.StationTrainInfo { public class GetStationTimeLineParams { public int CircularPeriod { get; set; } public int CircularNumberSerial { get; set; } public int pTrainNumber { get; ...
1.913066
9364594162b4a31346b9532ddaf77044
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836210
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Aether-Guild/Dragons-Descent", "max_stars_repo_path": "1.2/Source/DDLib/Ritual/Gizmos/Gizmo_RitualInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:155430" }
starcoder
<reponame>Aether-Guild/Dragons-Descent<gh_stars>1-10 using RimWorld; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; using Verse; using Verse.Sound; namespace DD { [StaticConstructorOnStartup] public class Gizmo_RitualInfo ...
2.141318
c4c878e40d187e02b1f11a69d9053cbd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8836211
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "cliftonm/ContextualComputing", "max_stars_repo_path": "Clifton.Meaning/ContextValue.cs", "provenance": "train-00027-of-00045.jsonl.gz:155431" }
starcoder
/* The MIT License (MIT) * * Copyright (c) 2018 <NAME> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify...
2.246499
7cbbfc9c2d33fe77b4879d15c3b948e7