added string | created string | id string | metadata dict | source string | text string | code-score float64 | md5 string |
|---|---|---|---|---|---|---|---|
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5837 | {
"extension": "c-sharp",
"max_stars_count": "419.0",
"max_stars_repo_name": "steffendx/GoNorth",
"max_stars_repo_path": "Services/Export/Placeholder/ScribanRenderingEngine/RenderingObjects/ScribanExportSkill.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5838"
} | starcoder | namespace GoNorth.Services.Export.Placeholder.ScribanRenderingEngine.RenderingObjects
{
/// <summary>
/// Class to export Skills to Scriban
/// </summary>
public class ScribanExportSkill : ScribanFlexFieldObject
{
/// <summary>
/// Export object type
/// </summary>
... | 1.584045 | 0d62f737efadc470541f89a36c950ca8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5838 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kzrnm/SourceExpander",
"max_stars_repo_path": "Source/SourceExpander.Generating.Common/AssemblyUtil.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5839"
} | starcoder | <gh_stars>0
using System;
using System.Reflection;
namespace SourceExpander
{
internal class AssemblyUtil
{
public static readonly Version AssemblyVersion = Assembly.GetExecutingAssembly().GetName().Version!;
}
}
| 1.185597 | 38a6096102223e84d7b1113ad19dcb99 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5839 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ecaoile/Lab-06-Interfaces",
"max_stars_repo_path": "Lab_06_Interfaces/Lab_06_Interfaces/Classes/Mammal/Dog.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5840"
} | starcoder | <filename>Lab_06_Interfaces/Lab_06_Interfaces/Classes/Mammal/Dog.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Lab_06_Interfaces.Classes.Mammal
{
class Dog : Canine
{
public override bool CanPet { get; set; } = true;
public override bool MansBestFriend { get; ... | 2.429912 | 297e9d55b36b4c5889408d8403df19ba |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5840 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BaalEvan/sky-oni-mods",
"max_stars_repo_path": "DiseasesReimagined/ImaginationLoader.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5841"
} | starcoder | <gh_stars>0
/*
* Copyright 2019 <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, merge, publish,
... | 2.107354 | 4101d459c138de74faa44435ff8b013c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5841 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "codeyu/GB2260.cs-1",
"max_stars_repo_path": "tool/gzip.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5842"
} | starcoder | <filename>tool/gzip.cs<gh_stars>0
using System;
using System.Linq;
using System.Text;
using System.Globalization;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
namespace tool
{
public class GZip
{
/// <summary>
/// Compress
///... | 3.052689 | d10809713ff22c3c484a24312dca7689 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5842 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "erik1066/fdns-ms-dotnet-example",
"max_stars_repo_path": "src/Controllers/BookController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5843"
} | starcoder | <filename>src/Controllers/BookController.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Foundation.Example.WebUI.Models;
using Foundation.Example.WebUI.Importers;
using... | 2.488662 | 5c5faff1a26a0678a0ac973650fb6582 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5843 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "geodreamalpha/geodreamalpha",
"max_stars_repo_path": "desktop/Unity/Assets/AltUnityTester/AltUnityServer/Commands/AltUnityCommands/AltUnityUnknowStringCommand.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5844"
} | starcoder | namespace Assets.AltUnityTester.AltUnityServer.Commands
{
class AltUnityUnknowStringCommand : AltUnityCommand
{
public AltUnityUnknowStringCommand(params string[] parameters) : base(parameters, 2) { }
public override string Execute()
{
return AltUnityErrors.errorUnkno... | 2.204544 | d7a50c17fe1ad31f38e7df0528fd0bc1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5844 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Nienawisc/OkoVsMrowki",
"max_stars_repo_path": "Assets/Scripts/AudioPlay.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5845"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AudioPlay : MonoBehaviour
{
AudioSource audioData;
void Start()
{
audioData = GetComponent<AudioSource>();
audioData.Play(0);
}
// Update is called once per frame
void Update()
{
... | 1.807395 | 52aa33be80977bd6d52cc53d99d267ac |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5845 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "sajith-v/AzureSearch.oData.QueryBuilder",
"max_stars_repo_path": "AzureSearch.OData.Expression/Operators/Logical/ILogical.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5846"
} | starcoder | <reponame>sajith-v/AzureSearch.oData.QueryBuilder
namespace AzureSearch.OData.Expression
{
public interface ILogical : IOperator
{
}
}
| 1.061265 | d236ae91545de390caedee4e3cff6f48 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5846 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "cTxplorer/machinelearning",
"max_stars_repo_path": "src/Microsoft.ML.Transforms/Text/LdaTransform.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5847"
} | 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.
using Float = System.Single;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
u... | 2.080544 | 533df05da2f27d8be73a558cd28eb440 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5847 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "GiTJiMz/ProjectTestDCU",
"max_stars_repo_path": "ProjectTestDCULibrary/DeviceUnderTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5848"
} | starcoder | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO.Ports;
using System.Threading;
using System.Threading.Tasks;
namespace ProjectTestDCULibrary
{
public class DeviceUnderTest
{
private readonly SerialPort serialPort;
private st... | 2.51909 | c3e4fec2872b318c9bcc5f8f3594d36b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5848 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Sumarga-Farm/goat.managment.system",
"max_stars_repo_path": "src/GoatFarm.Management.API/GoatManagement/Models/Responses/TagResponse.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5849"
} | starcoder | using GoatFarm.Management.Domain.GoatManagement;
namespace GoatFarm.Management.API.GoatManagement.Models.Responses
{
public class TagResponse
{
public string TagNumber { get; set; }
internal static TagResponse From(Tag tag)
{
return new TagResponse
{
... | 2.02294 | 54936026979f741f7a222b1724555bb0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5849 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "goofybryan/ZarDevs",
"max_stars_repo_path": "Dependency/src/ZarDevs.DependencyInjection.Extensions/DependencySingletionResolution.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5850"
} | starcoder | using System;
using System.Collections.Generic;
namespace ZarDevs.DependencyInjection
{
/// <summary>
/// Dependency singleton resolution is used when you want to define a resolution that needs to
/// be resolved once and then always return the same instance.
/// </summary>
/// <typeparam name="TI... | 2.957411 | dd02684d0ef248981b40dab0661827ef |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5850 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "davewalker5/TelloCommanderConsole",
"max_stars_repo_path": "src/TelloCommander.ConsoleApp/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5851"
} | starcoder | using TelloCommander.CommandLine;
namespace TelloCommander
{
public class Program
{
public static void Main(string[] args)
{
new ConsoleCommanderWrapper().Run();
}
}
}
| 1.479551 | cf447efa5db7088fd84b150c493d6c73 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5851 | {
"extension": "c-sharp",
"max_stars_count": "243.0",
"max_stars_repo_name": "glennsarti/vsteam",
"max_stars_repo_path": "Source/Classes/Provider/AgentPool.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5852"
} | starcoder | using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Management.Automation;
using System.Management.Automation.Abstractions;
using System.Net.Sockets;
using System.Xml.Serialization;
using vsteam_lib.Provider;
namespace vsteam_lib
{
public class AgentPool : Directory
{
/// <summary>
... | 2.244047 | 89fcc1af7f87bdb7f085363034b317d8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5852 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "thomaslevesque/Core",
"max_stars_repo_path": "src/Castle.Core.Tests/DynamicProxy.Tests/NonProxiedTargetMethodsTestCase.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5853"
} | starcoder | <filename>src/Castle.Core.Tests/DynamicProxy.Tests/NonProxiedTargetMethodsTestCase.cs
// Copyright 2004-2010 Castle Project - http://www.castleproject.org/
//
// 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 ... | 1.879817 | 70ac903b36ede37b5e1e09711b7a1a9e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5853 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "mikhail-khalizev/max",
"max_stars_repo_path": "source/MikhailKhalizev.Max/source/Program/Auto/z-1009-2e25.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5854"
} | starcoder | using System;
using MikhailKhalizev.Processor.x86.BinToCSharp;
namespace MikhailKhalizev.Max.Program
{
public partial class RawProgram
{
[MethodInfo("0x1009_2e25-2f04bed9")]
public void Method_1009_2e25()
{
ii(0x1009_2e25, 5); push(0x3c); ... | 1.767513 | 329ebba4cc0c8ef3547ea1113548a9df |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5854 | {
"extension": "c-sharp",
"max_stars_count": "70.0",
"max_stars_repo_name": "liuxx001/BodeAbp",
"max_stars_repo_path": "src/modules/BodeAbp.Zero/Permissions/Domain/RolePermissionCacheItem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5855"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BodeAbp.Zero.Permissions.Domain
{
/// <summary>
/// Used to cache permissions of a role.
/// </summary>
[Serializable]
public class RolePermissionCacheItem
{
pu... | 2.515864 | 7c9b22b99a1e535475ad6909e38a2738 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5855 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "Camyul/Modul_2_CSharp",
"max_stars_repo_path": "Databases/Sample-Exams/2015/Author/Problem 5 6 7 - Code First/SocialNetwork.Models/Message.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5856"
} | starcoder | namespace SocialNetwork.Models
{
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
public class Message
{
public int Id { get; set; }
public int FriendshipId { get; set; }
public virtual Friendship Friendship { ... | 2.383565 | 768ae98692c4f2967c58308689db84e2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5856 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "SaberVS7/CodeGenHero",
"max_stars_repo_path": "src/TemplateProjects/CodeGenHero.Template.CSLA/Templates/DataAccessTemplate.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5857"
} | starcoder | using CodeGenHero.Core;
using CodeGenHero.Template.CSLA.Generators;
using CodeGenHero.Template.Models;
using System;
namespace CodeGenHero.Template.CSLA.Templates
{
[Template(name: "DataAccessTemplate", version: "1.0",
uniqueTemplateIdGuid: "{E6AA865F-F8B6-410B-8955-FDDD36F70E64}",
description: "A t... | 2.141857 | 5ce048e0354037174dae5597aec1c181 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5857 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ptenn/govern-cms",
"max_stars_repo_path": "GovernCMSWeb/ViewModels/CreateUserViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5858"
} | starcoder | using System.ComponentModel.DataAnnotations;
namespace GovernCMS.ViewModels
{
public class CreateUserViewModel
{
public int UserId { get; set; }
[Required, EmailAddress(ErrorMessage = "Data entered is not a valid e-mail address.")]
public string EmailAddr { get; set; }
[Requi... | 2.503655 | a6f59486bb56b75c61224c789340e5fc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5858 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "JasLieb/UnitsNet",
"max_stars_repo_path": "UnitsNet.Tests/GeneratedCode/TestsBase/VolumetricHeatCapacityTestsBase.g.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5859"
} | starcoder | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by \generate-code.bat.
//
// Changes to this file will be lost when the code is regenerated.
// The build server regenerates the code before each build and a pre-build
// step ... | 2.125822 | 598e8aecf1a366d5a93a157c862028bb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5859 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "joelpereira/PnP-PowerShell",
"max_stars_repo_path": "Commands/Enums/GrooveBlockOption.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5860"
} | starcoder | <filename>Commands/Enums/GrooveBlockOption.cs
namespace SharePointPnP.PowerShell.Commands.Enums
{
/// <summary>
/// Specifies the options for allowing using the old Groove sync client, used in i.e. <see cref="SetTenantSyncClientRestriction"/>.
/// </summary>
public enum GrooveBlockOption : short
{
... | 2.26029 | dc683d6198df3e7078b67ec5b0de992d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5860 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "1909-sep30-net/greg-code",
"max_stars_repo_path": "ShapesApp/ShapesApp.Library/iShape.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5861"
} | starcoder | namespace ShapesApp.Library
{
//interface is a contract for classes to declare themselves as following.
public interface Ishape //public because in Library namespace and interfaces default to internal
{
int Dimensions {get;}
int Sides {get;}
double GetPerimeter();
}
} | 2.517749 | 84ad2d2c30d49704e5bce61613e94d95 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5861 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Nebby1999/EnforcerMod",
"max_stars_repo_path": "EnforcerMod_VS/Unlocks/MasteryAchievement.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5862"
} | starcoder | using RoR2;
namespace EnforcerPlugin.Achievements
{
public class MasteryAchievement : GenericModdedUnlockable
{
public override string AchievementTokenPrefix => "ENFORCER_MASTERY";
public override string PrerequisiteUnlockableIdentifier => "ENFORCER_CHARACTERUNLOCKABLE_ACHIEVEMENT_ID";
... | 2.002208 | cd987c9afb0a645e0a959dcb1a5e1618 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5862 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kamit9171/csharp-language-server-protocol",
"max_stars_repo_path": "test/Lsp.Tests/ClientCapabilityProviderFixture.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5863"
} | starcoder | <reponame>kamit9171/csharp-language-server-protocol<filename>test/Lsp.Tests/ClientCapabilityProviderFixture.cs
using DryIoc;
using Microsoft.Extensions.DependencyInjection;
using NSubstitute;
using OmniSharp.Extensions.LanguageServer.Client;
using OmniSharp.Extensions.LanguageServer.Protocol;
using OmniSharp.Extensions... | 1.206337 | 375a702da542def0a236836d8f148468 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5863 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "davidggz/SelfDrivingInKohonenCircuits",
"max_stars_repo_path": "sdsim/Assets/Scripts/Logger.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5864"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.IO;
using System.Threading;
using System;
using UnityEngine.UI;
[Serializable]
public class MetaJson
{
public string[] inputs;
public string[] types;
public void Init(string[] _inputs, string[] _type... | 2.022619 | bfbfa06d67e9734743680d085db5493b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5864 | {
"extension": "c-sharp",
"max_stars_count": "53.0",
"max_stars_repo_name": "pdrozdowski/TSPLib.Net",
"max_stars_repo_path": "TspLibNet/TspLibNet/TravelingSalesmanProblem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5865"
} | starcoder | /* The MIT License (MIT)
*
* Original Work Copyright (c) 2014 <NAME>
* Modified Work Copyright (c) 2015 <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, includin... | 2.701947 | 6c6c80cf93e994b46dfd024400040af3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5865 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Etheraex/ElDrive",
"max_stars_repo_path": "statistics-Service/Models/ZIFile.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5866"
} | starcoder | <reponame>Etheraex/ElDrive<gh_stars>0
using System;
using System.Text;
using System.Text.Json.Serialization;
using mongo_config;
using MongoDB.Bson;
using MongoDB.Bson.Serialization.Attributes;
using statistics_Service.Models;
namespace statistics_Service
{
public class ZIFile : IIdentifiable
{
[JsonIgnore]
[Bso... | 2.147533 | 9f9771fe1b7c490a2c1b518a80224f82 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5866 | {
"extension": "c-sharp",
"max_stars_count": "573.0",
"max_stars_repo_name": "hmobius/Simple.Data",
"max_stars_repo_path": "Simple.Data.UnitTest/DictionaryQueryRunnerTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5867"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Simple.Data.UnitTest
{
using NUnit.Framework;
using QueryPolyfills;
[TestFixture]
public class DictionaryQueryRunnerTest
{
[Test]
public void DistinctShouldRemoveDuplicate... | 2.571122 | cd8a0c3961b82d7a5d75376448f7939a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5867 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gigaherz/SimpleTextEditor",
"max_stars_repo_path": "SimpleTextEditor/DropDownHistoryBox.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5868"
} | starcoder | namespace SimpleTextEditor
{
partial class DropDownHistoryBox
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// <... | 1.932038 | 215668f16f0f383ae8cb7fd96afdcd1f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5868 | {
"extension": "c-sharp",
"max_stars_count": "4339.0",
"max_stars_repo_name": "vvteplygin/ignite",
"max_stars_repo_path": "modules/platforms/dotnet/examples/Thick/Compute/PeerAssemblyLoading/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5869"
} | starcoder | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | 2.37886 | 4e4c203de4357b7dbf0b7541e56dd012 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5869 | {
"extension": "c-sharp",
"max_stars_count": "49.0",
"max_stars_repo_name": "willibrandon/WInterop",
"max_stars_repo_path": "src/WInterop.DirectX/Direct2d/FillMode.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5870"
} | starcoder | // Copyright (c) <NAME>. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace WInterop.Direct2d
{
/// <summary>
/// Specifies how the intersecting areas of geometries or figures are combined to
/// form the area of the compo... | 2.559037 | f0b3804ba7e55d7ae7c700eda625de8c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5870 | {
"extension": "c-sharp",
"max_stars_count": "102.0",
"max_stars_repo_name": "flostr/HockeySDK-Windows",
"max_stars_repo_path": "Src/Kit.Core45/Application/ComponentContextInitializer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5871"
} | starcoder | <reponame>flostr/HockeySDK-Windows<gh_stars>100-1000
namespace Microsoft.HockeyApp.Extensibility
{
using System;
using System.Threading.Tasks;
using DataContracts;
using Services;
/// <summary>
/// A telemetry context initializer that will gather component context information.
... | 1.950445 | 66dd19ec04cbb1e6003318e0930c53d9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5871 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Shkyrockett/MatrixPlayground",
"max_stars_repo_path": "MathematicsNotationLibrary/Mathematics/Classes/MixedRational.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5872"
} | starcoder | <gh_stars>1-10
// <copyright file="MixedRational.cs" company="Shkyrockett" >
// Copyright © 2020 - 2021 Shkyrockett. All rights reserved.
// </copyright>
// <author id="shkyrockett">Shkyrockett</author>
// <license>
// Licensed under the MIT License. See LICENSE file in the project root for full license inform... | 2.798114 | 52ed1187ddb7af4bf65a13af00d325e6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5872 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "NonnEmilia/EliteDangerousCore",
"max_stars_repo_path": "EliteDangerous/Ships/ShipModule.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5873"
} | starcoder | <filename>EliteDangerous/Ships/ShipModule.cs
/*
* Copyright © 2018 EDDiscovery development team
*
* 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/L... | 2.457598 | 4afba1db9cd6324708caaf25b9e45ecd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5873 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "LukaszKot/MyBudget",
"max_stars_repo_path": "src/MyBudget/MyBudget.App/Commands/BudgetTemplate/CreateBudgetTemplateCommand.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5874"
} | starcoder | using System;
namespace MyBudget.App.Commands.BudgetTemplate
{
public class CreateBudgetTemplateCommand : CommandWithServiceValidation
{
public string? Name { get; set; }
public Guid? UserId { get; set; }
}
} | 1.594654 | f0adcd58ed29fc110e48eacc343bbf65 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5874 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ytodorov/Free-Email-Checker",
"max_stars_repo_path": "Free-Email-Checker/Free-Email-Checker/Startup.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5875"
} | starcoder | <reponame>ytodorov/Free-Email-Checker
using System;
using System.Collections.Generic;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Diagnostics;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore... | 2.086285 | 7727fd708f6f7cafec5508b482709aa3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5875 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "szawaski/Zerra",
"max_stars_repo_path": "Framework/Zerra.CQRS.Kafka/KafkaConsumer.EventConsumer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5876"
} | starcoder | <reponame>szawaski/Zerra
// Copyright © KaKush LLC
// Written By <NAME>
// Licensed to you under the MIT license
using Confluent.Kafka;
using System;
using System.Diagnostics;
using System.Linq;
using System.Security.Claims;
using System.Threading;
using System.Threading.Tasks;
using Zerra.Encryption;
using Zerra.Log... | 2.161647 | 6bdd3afbf627a4840a741c5aa905cf2b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5876 | {
"extension": "c-sharp",
"max_stars_count": "206.0",
"max_stars_repo_name": "Z4t4r/Newbe.Claptrap",
"max_stars_repo_path": "src/Newbe.Claptrap.StorageProvider.MongoDB/EventStore/MongoEventEntity.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5877"
} | starcoder | <gh_stars>100-1000
using System;
using MongoDB.Bson.Serialization.Attributes;
// ReSharper disable InconsistentNaming
namespace Newbe.Claptrap.StorageProvider.MongoDB.EventStore
{
[BsonIgnoreExtraElements]
public class MongoEventEntity
{
public string claptrap_type_code { get; set; } = null!;
... | 1.515285 | 2ae63095e8aa6a76447977095683383c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5877 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ARG-NCTU/unity-ros",
"max_stars_repo_path": "Unity/GMU-ROS/Assets/AutoHand/Scripts/Gadgets/PhysicsGadgetSlider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5878"
} | starcoder | <reponame>ARG-NCTU/unity-ros<gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Events;
namespace Autohand{
public class PhysicsGadgetSlider : PhysicsGadgetConfigurableLimitReader{
[Min(0.01f), Tooltip("The percentage (0-1) from the required value needed to ... | 2.218138 | 39fff2e1fe8295edba589d4f85931ca3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5878 | {
"extension": "c-sharp",
"max_stars_count": "30.0",
"max_stars_repo_name": "teroneko/Teronis.DotNet",
"max_stars_repo_path": "src/NetStandard/Json/Json/src/Extensions/JsonSerializerExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5879"
} | starcoder | <reponame>teroneko/Teronis.DotNet<filename>src/NetStandard/Json/Json/src/Extensions/JsonSerializerExtensions.cs<gh_stars>10-100
// Copyright (c) Teroneko.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Linq;
using Newtonsoft.Json;
using Teronis.Exten... | 2.262664 | d9be2d5521a5a495f8142acae6bdecd3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5879 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Ico093/TelerikAcademy",
"max_stars_repo_path": "WebForms/Homework/11.ASCXControls/ASCXControls/ASCXControls/Task01/Task01.aspx.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5880"
} | starcoder | <filename>WebForms/Homework/11.ASCXControls/ASCXControls/ASCXControls/Task01/Task01.aspx.cs
using ASCXControls.Models.Task01;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace ASCXControls.Task01
{
public partial cl... | 2.320649 | e3303838fd5ab8926073e755b7517289 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5880 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "leekcake/Twitch-VOD-Downloader",
"max_stars_repo_path": "TVDGUI/ViewModels/MainWindowViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5881"
} | starcoder | <reponame>leekcake/Twitch-VOD-Downloader
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Text;
using TVDGUI.Models;
namespace TVDGUI.ViewModels
{
public class MainWindowViewModel : ViewModelBase
{
public string Greeting => "Welcome to Avalonia!";
... | 1.281236 | 4903bee2bfda6802ab65e0c1689db0e2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5881 | {
"extension": "c-sharp",
"max_stars_count": "203.0",
"max_stars_repo_name": "tralivali1234/ViennaNET",
"max_stars_repo_path": "ViennaNET.Messaging/Sending/Impl/MessageSender.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5882"
} | starcoder | <reponame>tralivali1234/ViennaNET
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using ViennaNET.CallContext;
using ViennaNET.Messaging.Context;
using ViennaNET.Messaging.Exceptions;
using ViennaNET.Messaging.Messages;
using ViennaNET.Utils;
namespace Vienna... | 2.3075 | 3825ddbcdaa881142553bfebfb92da1c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5882 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Fran2244/InterVF18",
"max_stars_repo_path": "InterVF18/Assets/Scripts/ObjectManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5883"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class ObjectManager : MonoBehaviour {
#region Singleton
private static ObjectManager _instance = null;
public static ObjectManager Instance
{
get
{
if(_... | 2.342199 | c23f59b711765a1e85cff4f22946594b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5883 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Manzanero/bardo",
"max_stars_repo_path": "Assets/Scripts/DiceRollerPro/RollExplainer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5884"
} | starcoder | using System.Text;
using System.Threading;
using DiceRollerPro.Models;
namespace DiceRollerPro
{
public static class RollExplainer
{
private static StringBuilder s_reusedBuilder;
public static string Explain(IResult result)
{
var compositeResult = result as CompositeResult... | 3.191051 | 28812f16da2865d763f41a6edb9554ad |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5884 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "zell12/MondayAppOne",
"max_stars_repo_path": "MondayLibs/Services/SubscriptionStorageService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5885"
} | starcoder | <filename>MondayLibs/Services/SubscriptionStorageService.cs
using Microsoft.Extensions.Configuration;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Blob;
using MondayLibs.Models.Monday;
using Newtonsoft.Json;
using ServiceResult;
using System;
using System.Collections.Generic;
using System... | 2.424645 | 6aa0cd2bc3a35a7a7ab425ef292a69d3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5885 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "jnferner/GameOfLife",
"max_stars_repo_path": "GameOfLife.Game/IGrid.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5886"
} | starcoder | namespace GameOfLife.Game
{
public interface IGrid
{
ICell this[int x, int y] { get; set; }
int Width { get; }
int Height { get; }
}
} | 2.397041 | 00b23c1c141ecd64bf6e6181df90bd9a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5886 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "phyllis-vance/KrogerScrape",
"max_stars_repo_path": "KrogerScrape/Client/Models/Receipts.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5887"
} | starcoder | using System.Collections.Generic;
namespace KrogerScrape.Client
{
public class Receipts
{
public List<Receipt> Data { get; set; }
}
}
| 1.561886 | 1e1774451ca3e8312b35d19824abdc58 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5887 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "roii/communiiity-legacy",
"max_stars_repo_path": "SqlWebAdmin/EditColumn.aspx.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5888"
} | starcoder | <gh_stars>1-10
//=====================================================================
//
// THIS CODE AND INFORMATION IS PROVIDED TO YOU FOR YOUR REFERENTIAL
// PURPOSES ONLY, AND IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
// WARRANTIES O... | 2.144662 | 0a8fd9213019b64fe8e1aa2a5bf875d3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5888 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AlanFlorance/azure-powershell",
"max_stars_repo_path": "src/KeyVault/KeyVault/Track2Models/Track2VaultClient.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5889"
} | starcoder | using Azure.Security.KeyVault.Keys;
using Azure.Security.KeyVault.Keys.Cryptography;
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
using Microsoft.Azure.Commands.KeyVault.Models;
using Microsoft.Azure.KeyVault.Models;
using Microsoft.WindowsAzure.Commands.Utilities.Common;
using System;
... | 2.089977 | 51d24ff468e37133bc473b4bba1777c2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5889 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "EasonDongH/EntityFrameworkCore",
"max_stars_repo_path": "samples/OracleProvider/src/OracleProvider/Migrations/OracleMigrationsSqlGenerator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5890"
} | starcoder | <filename>samples/OracleProvider/src/OracleProvider/Migrations/OracleMigrationsSqlGenerator.cs
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Linq;
using System.Text;
using... | 1.592023 | 7f585049454be4ca4a18fc646aebf399 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5890 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "omnova/shackmeets",
"max_stars_repo_path": "Shackmeets/Controllers/UserApiController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5891"
} | starcoder | <reponame>omnova/shackmeets<gh_stars>0
using System;
using System.Text;
using System.Security.Claims;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.IdentityModel.Tokens.Jwt;
using Microsoft.IdentityModel.Tokens;
using Microsoft.Extensions.Options;
using Microsoft.Exten... | 2.261334 | 527fa92462c0d495ac5bf5fd79ea462b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5891 | {
"extension": "c-sharp",
"max_stars_count": "52.0",
"max_stars_repo_name": "bobbyangers/XrmUnitTest",
"max_stars_repo_path": "DLaB.Xrm.Entities/msdyn_timeentry.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5892"
} | starcoder | //------------------------------------------------------------------------------
// <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.168902 | 43093fc0c9b004fd3eb1702d8d0270d2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5892 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Codeusa/Direct3DHook",
"max_stars_repo_path": "TestScreenshot/Form1.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5893"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Diagnostics;
using System.Threading;
using EasyHook;
using System.Runtime.Remoting.Channels.Ipc;
using System.Runtime.Remo... | 2.159616 | 174e3f2bd51621eadd68030f60791306 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5893 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "LordZoltan/Rezolver",
"max_stars_repo_path": "src/Rezolver/Compilation/Expressions/IExpressionCompiler.BuildExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5894"
} | starcoder | // Copyright (c) Zolution Software Ltd. All rights reserved.
// Licensed under the MIT License, see LICENSE.txt in the solution root for license information
using System;
using System.Linq.Expressions;
namespace Rezolver.Compilation.Expressions
{
/// <summary>
/// Extensions for <see cref="IExpressionCompil... | 2.57108 | 3e3732ddf2e9ac8e3feae3d0542e27d1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5894 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "pragmatic-applications/Blazor_ToDo",
"max_stars_repo_path": "Lib_Shared/Domain/ToDoItem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5895"
} | starcoder | <gh_stars>0
using System.ComponentModel.DataAnnotations;
namespace Domain
{
public class ToDoItem
{
public int Id { get; set; }
[Required]
public string Title { get; set; } // Title => Entry
public bool IsDone { get; set; }
}
// Todo: Contact Manager | En... | 1.825543 | df08993949c7b8ad627ff3edd3a36be0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5895 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BoyFaceGirl/AnyFx",
"max_stars_repo_path": "Libraries/Any.Core/Domain/Orders/OrderAverageReportLineSummary.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5896"
} | starcoder | <reponame>BoyFaceGirl/AnyFx<filename>Libraries/Any.Core/Domain/Orders/OrderAverageReportLineSummary.cs
namespace Any.Core.Domain.Orders
{
/// <summary>
/// Represents an order average report line summary
/// </summary>
public partial class OrderAverageReportLineSummary
{
/// <summary>
... | 2.255505 | e5e62f6e37ac26af915b8d018835f42f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5896 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "MihailRomanov/TechTalks_CodeGenerators",
"max_stars_repo_path": "For_blog/Scaffolders/CmdScaffolders/Empty/EmptyCodeGenerator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5897"
} | starcoder | <reponame>MihailRomanov/TechTalks_CodeGenerators
using System;
namespace CmdScaffolders.Empty
{
public class EmptyCodeGenerator
{
public void GenerateCode(EmptyCodeGeneratorModel model)
{
Console.WriteLine("EmptyCodeGenerator !!!");
}
}
public class EmptyCodeGenera... | 1.696037 | d6949f3745095decddc88af947d366ec |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5897 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "armijoalb/PL",
"max_stars_repo_path": "Medieval Knight/Assets/Character/Scripts/AttackTrigger.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5898"
} | starcoder | <filename>Medieval Knight/Assets/Character/Scripts/AttackTrigger.cs<gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AttackTrigger : MonoBehaviour {
public int damage = 1;
void OnTriggerEnter2D(Collider2D col){
if (col.CompareTag ("enemy")) {
Debug.Log... | 2.331286 | 803014f69f9021a60227a9483fc2a98c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5898 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "tk-yoshimura/TensorShader",
"max_stars_repo_path": "TensorShaderCudaBackend/ShaderIndex/Pool.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5899"
} | starcoder | <filename>TensorShaderCudaBackend/ShaderIndex/Pool.cs
using System.Collections.Generic;
namespace TensorShaderCudaBackend {
/// <summary>プーリング</summary>
public static class Pool {
private readonly static Dictionary<string, Shader> shaders = new();
/// <summary>1次元最大値プール</summary>
pub... | 2.790921 | 90396adf9fd7d6074592bdb0a987b63d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5899 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "RobDixonIII/Bloom",
"max_stars_repo_path": "Shared/Bloom.State.Domain/Models/TabbedApplicationState.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5900"
} | starcoder | <reponame>RobDixonIII/Bloom<filename>Shared/Bloom.State.Domain/Models/TabbedApplicationState.cs<gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
namespace Bloom.State.Domain.Models
{
/// <summary>
/// Represents the state of a tabbed application.
/// </summary>
public a... | 2.993421 | 3d22165fe3afb63b86675208b512b140 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5900 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "KrAyXMaximum/DNetPlus",
"max_stars_repo_path": "DNetPlus/Rest/API/Common/AuditLogs/AuditLogEntry_Json.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5901"
} | starcoder | <filename>DNetPlus/Rest/API/Common/AuditLogs/AuditLogEntry_Json.cs
using Newtonsoft.Json;
namespace Discord.API
{
internal class AuditLogEntryJson
{
[JsonProperty("target_id")]
public ulong? TargetId { get; set; }
[JsonProperty("user_id")]
public ulong? UserId { get; set; }
... | 1.903647 | 5904e62b8ff0633ff86badf84c942f6b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5901 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FOSSAware/Ginger",
"max_stars_repo_path": "Ginger/GingerCoreNET/RunLib/CLILib/RunSetAutoRunConfiguration.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5902"
} | starcoder | <filename>Ginger/GingerCoreNET/RunLib/CLILib/RunSetAutoRunConfiguration.cs<gh_stars>0
#region License
/*
Copyright © 2014-2022 European Support Limited
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... | 2.140249 | 59d65b5aff3b1a8167922cabe1e9f4e3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5902 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "kYann/SlackConnector",
"max_stars_repo_path": "tests/SlackLibrary.Tests.Unit/SlackConnectionTests/PingTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5903"
} | starcoder | using System.Threading.Tasks;
using Moq;
using SlackLibrary.Connections.Sockets;
using SlackLibrary.Connections.Sockets.Messages.Outbound;
using SlackLibrary.Models;
using Xunit;
namespace SlackLibrary.Tests.Unit.SlackConnectionTests
{
public class PingTests
{
[Theory, AutoMoqData]
private asy... | 2.244383 | 763cc10631ae27f8c1c954da9e43456a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5903 | {
"extension": "c-sharp",
"max_stars_count": "629.0",
"max_stars_repo_name": "Sreejithpin/odata.net",
"max_stars_repo_path": "test/FunctionalTests/Service/Microsoft/OData/Service/Parsing/UnicodeCategoryEqualityComparer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5904"
} | starcoder | //---------------------------------------------------------------------
// <copyright file="UnicodeCategoryEqualityComparer.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//---------------------... | 2.838806 | ad3ccfa54f264244ba5440a92c8576d5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5904 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "kaizendevsio/XFramework",
"max_stars_repo_path": "XFramework/XFramework/Server/XFramework.Core/DataAccess/Commands/Entity/Application/GetAppInfoCmd.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5905"
} | starcoder | <reponame>kaizendevsio/XFramework
using MediatR;
using XFramework.Domain.DataTransferObjects;
namespace XFramework.Core.DataAccess.Commands.Entity.Application
{
public class GetAppInfoCmd : TblApplication, IRequest<bool>
{
}
}
| 1.027783 | 40167123057702a360be410bb1127611 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5905 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MErenAydin/ObjTracker",
"max_stars_repo_path": "ObjTracker/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5906"
} | starcoder | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Ports;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using OpenCvSharp;
namespace ObjTracker
{
inter... | 2.28749 | 7544e78986251991fbdacf108a865645 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5906 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "AlbatrossAnglia/tso2pmx",
"max_stars_repo_path": "TDCG/PNGFile.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5907"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using ICSharpCode.SharpZipLib.Core;
using ICSharpCode.SharpZipLib.Checksums;
using ICSharpCode.SharpZipLib.Zip.Compression.Streams;
namespace TDCG
{
/// <summary>
/// PNGファイルを扱います。
/// </summary>
public class PNGFile
{
/// <su... | 2.73055 | 1cbfd91be7da9909453d1ea8a4ee4872 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5907 | {
"extension": "c-sharp",
"max_stars_count": "33.0",
"max_stars_repo_name": "sindrekjr/AdventOfCodeBase",
"max_stars_repo_path": "AdventOfCode.Solutions/Year2021/Day19/Solution.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5908"
} | starcoder | namespace AdventOfCode.Solutions.Year2021.Day19;
class Solution : SolutionBase
{
public Solution() : base(19, 2021, "") { }
protected override string SolvePartOne()
{
return "";
}
protected override string SolvePartTwo()
{
return "";
}
}
| 1.967268 | aeaba807c9ffbef98ddbc114fcf36abd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5908 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "developers-payu-latam/payu-latam-net-payments-sdk",
"max_stars_repo_path": "PayuNetSdk/PayU/Model/Plans/AdditionalValue.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5909"
} | starcoder | <reponame>developers-payu-latam/payu-latam-net-payments-sdk
// <copyright file="AdditionalValue.cs" company="PayU Latam">
// PayU Latam. All rights reserved.
// </copyright>
// <author><NAME></author>
namespace PayuNetSdk.PayU.Model.Plans
{
using System.Xml.Serialization;
using PayuNetSdk.PayU.Messages.Enu... | 2.016346 | 950d6bc7b13264c230e857e0fc798cb9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5909 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sbomer/sdk",
"max_stars_repo_path": "src/Tasks/Microsoft.NET.Build.Tasks/DiagnosticsHelper.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5910"
} | starcoder | <filename>src/Tasks/Microsoft.NET.Build.Tasks/DiagnosticsHelper.cs<gh_stars>0
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
... | 2.370894 | 613afc437dc54957bf514c3c64e20bb2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5910 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "boraaros/Alligator.SixMaking",
"max_stars_repo_path": "Alligator.SixMaking.Solver/Model/Disk.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5911"
} | starcoder | <reponame>boraaros/Alligator.SixMaking
using System;
namespace Alligator.SixMaking.Model
{
public enum Disk
{
None = 0,
Red = 1,
Yellow = 2
}
} | 1.366426 | c9f160e943d5ae243c81015d0cd1b22f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5911 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "SNBnani/Xian",
"max_stars_repo_path": "Ris/Client/Workflow/TranscriptionWorkflowItemTool.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5912"
} | starcoder | #region License
// Copyright (c) 2011, ClearCanvas Inc.
// All rights reserved.
// http://www.clearcanvas.ca
//
// This software is licensed under the Open Software License v3.0.
// For the complete license, see http://www.clearcanvas.ca/OSLv3.0
#endregion
using ClearCanvas.Common;
using ClearCanvas.Comm... | 1.97552 | 9774a824515070a6e5b2de54fc93426e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5912 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "timoCasti/UnityInterface",
"max_stars_repo_path": "CineastUnityInterface/Assets/CineastUnityInterface/CineastAPI/QueryFactory.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5913"
} | starcoder | <reponame>timoCasti/UnityInterface<gh_stars>0
using CineastUnityInterface.CineastAPI.Query;
namespace CineastUnityInterface.CineastAPI
{
public static class QueryFactory
{
public static SimilarQuery BuildSpatialSimilarQuery(double latitude, double longitude)
{
Ter... | 2.463198 | 542c95bbf7b3a87400e3535d4c13adee |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5913 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "espino316/RealSimpleNet",
"max_stars_repo_path": "RealSimpleNet/Helpers/Validations.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5914"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace RealSimpleNet.Helpers
{
public class Validations
{
/// <summary>
/// Determina si una cadena es numerica
/// </summary>
/// <param name="valor">El valor a evaluar</param>
///... | 3.354983 | b864a4cad26df00a40dd78ca1f0299a1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5914 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "sandrock/SrkToolkit",
"max_stars_repo_path": "Sources/WPF4.SrkToolkit.Mvvm/Tools/IMessageBoxService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5915"
} | starcoder | <gh_stars>1-10
//
// Copyright 2014 SandRock
//
// 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 appli... | 2.301596 | b6df3f15850550a32a47df36181aa96e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5915 | {
"extension": "c-sharp",
"max_stars_count": "991.0",
"max_stars_repo_name": "aszego/WhatTheHack",
"max_stars_repo_path": "009-MicroservicesInAzure/Coach/Solutions/Code/Application/Controllers/MVC/CartController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5916"
} | starcoder | <gh_stars>100-1000
using ContosoTravel.Web.Application.Data;
using ContosoTravel.Web.Application.Interfaces;
using ContosoTravel.Web.Application.Interfaces.MVC;
using ContosoTravel.Web.Application.Models;
using System.Threading;
using System.Threading.Tasks;
namespace ContosoTravel.Web.Application.Controllers.MVC
{
... | 2.162597 | 910b64661d3c4483d8b34df82583892b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5916 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "madcoderBubt/MyPersonalPortfolio",
"max_stars_repo_path": "MyPortfolio/Views/Posts/Create.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:5917"
} | starcoder | @model MyPortfolio.Models.PostModel
@{
ViewBag.Title = "Create";
Layout = "~/Views/Shared/_LayoutDashboard.cshtml";
}
@section scripts{
}
@section Meta{
<script src="~/Scripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript" language="javascript">
tinyMCE.init({
// ... | 2.201903 | da96afef447e24548b1c09f31ec760d9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5917 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ZealotWang-sudo/Project_Brahe",
"max_stars_repo_path": "Packages/com.microsoft.mixedreality.toolkit.foundation@2.5.1/Providers/Oculus/XRSDK/MRTK-Quest/Editor/OculusXRSDKHandtrackingConfigurationChecker.cs",
"provenance": "train-00000-... | starcoder | <reponame>ZealotWang-sudo/Project_Brahe<filename>Packages/com.microsoft.mixedreality.toolkit.foundation@2.5.1/Providers/Oculus/XRSDK/MRTK-Quest/Editor/OculusXRSDKHandtrackingConfigurationChecker.cs<gh_stars>0
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//------------------------------... | 1.52035 | 8c33a78151af9deb38b212701491a926 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5918 | {
"extension": "c-sharp",
"max_stars_count": "1142.0",
"max_stars_repo_name": "qhdwight/silk-net",
"max_stars_repo_path": "src/OpenGL/Extensions/Silk.NET.OpenGL.Legacy.Extensions.OES/OesFixedPoint.gen.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5919"
} | starcoder | <reponame>qhdwight/silk-net
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Text;
using Silk.NET.Core;
using Silk.NET.Core.Nati... | 1.634728 | e0852e968b777097778a9f4e090f93e3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5919 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JTSkelton/Factory.Solution",
"max_stars_repo_path": "Factory/Models/Machiens.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5920"
} | starcoder | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace Factory.Models
{
public class Machien
{
public Machien()
{
this.JoinEntities = new HashSet<EngineerMachiens>();
}
[Key]
public int MachienId { get; set; }
public int EngineerId { ge... | 2.395318 | d5628bde270c1bc515f66e0e16ed9aa0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5920 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "flavourous/noForms",
"max_stars_repo_path": "NoForms/Common/Interfaces/IController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5921"
} | starcoder | <filename>NoForms/Common/Interfaces/IController.cs
using System;
using System.Collections.Generic;
using System.Text;
using NoForms.Common;
namespace NoForms
{
// FIXME Migrating from sys.win.forms.keys
// ---------------------------------------
// I aint touching that right now. Fucking hard, w... | 2.162899 | 8678f051d4a3d0ab2bd7b7422e58faa3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5921 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "GreenOlvi/AdventOfCode",
"max_stars_repo_path": "2021/AOC2021/Common/Utils.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5922"
} | starcoder | using System.Text.RegularExpressions;
namespace AOC2021.Common
{
public static class Utils
{
public static IEnumerable<int> ParseInts(this IEnumerable<string> lines)
=> lines.Select(int.Parse);
public static IEnumerable<long> ParseLongs(this IEnumerable<string> lines)
... | 3.300923 | 216e5593b390ad9dd286665e72468cae |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5922 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Zulkir/RAVC",
"max_stars_repo_path": "Source/Ravc.Client.OglLib/CursorRenderer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5923"
} | starcoder | #region License
/*
Copyright (c) 2014 RAVC Project - <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, merg... | 2.083158 | 1d8a4d319567a0d244ddec5121d9161b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5923 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Umut-D/SonDepremler",
"max_stars_repo_path": "SonDepremlerUI/FrmSonDepremler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5924"
} | starcoder | <reponame>Umut-D/SonDepremler
using System;
using System.Windows.Forms;
using SonDepremlerLibrary;
using SonDepremlerLibrary.Araclar;
using SonDepremlerLibrary.Internet;
using SonDepremlerLibrary.Sistem;
using SonDepremlerUI.Formlar;
namespace SonDepremlerUI
{
public partial class FrmSonDepremler : Form
{
... | 2.123215 | a32fecb6ff99a39c39a4806cb254281c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5924 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Orcomp/Orc.Controls",
"max_stars_repo_path": "src/Orc.Controls/Automation/Controls/TimePicker/Peers/TimePickerAutomationPeer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5925"
} | starcoder | namespace Orc.Controls.Automation
{
using Orc.Automation;
public class TimePickerAutomationPeer : AutomationControlPeerBase<Controls.TimePicker>
{
public TimePickerAutomationPeer(Controls.TimePicker owner)
: base(owner)
{
}
}
}
| 1.64465 | a94e7520b0534f7808717c3a3c89d55d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5925 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "notnyt/ShokoServer",
"max_stars_repo_path": "Shoko.Server/API/v3/Controllers/TreeController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5926"
} | starcoder | using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Shoko.Models.Enums;
using Shoko.Server.API.Annotations;
using Shoko.Server.Repositories;
namespace Shoko.Server.API.v3
{
/// <summary>
/// This Controller is intended to provide ... | 2.200161 | 9cd10efee7202016abbc5c346bf1046a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5926 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "santedb/santeguard",
"max_stars_repo_path": "SanteGuard.Core/Configuration/SanteGuardConfiguration.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5927"
} | starcoder | /*
* Copyright 2015-2018 Mohawk College of Applied Arts and Technology
*
*
* 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
*
* U... | 1.824505 | 9299b5f8be10681cafc1ba298cdf33f2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5927 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Ganchong/LuaUI",
"max_stars_repo_path": "Assets/Scripts/CSharp/core/json/IJsonNode.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5928"
} | starcoder | <reponame>Ganchong/LuaUI
using System;
using System.Text;
/**
* Json节点
*
* @author 汪松民
*/
public interface IJsonNode
{
/* properties */
/** 获取节点 */
IJsonNode this[int index]
{
get;
}
IJsonNode this[string key]
{
get;
}
/** 大小 */
int Count
{
get;
}
/* methods */
/** 获取类型 */
Jsontype getType... | 2.102629 | b1cb776b95f6bed86f5d7853576b9195 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5928 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Zammy/OneRoom37",
"max_stars_repo_path": "Room37/Assets/Scripts/DialogInteraction.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5929"
} | starcoder | <gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DialogInteraction : BasePlayerInteraction
{
[SerializeField]
Clues clues;
protected override void InteractWithNPC(GameObject interectWith)
{
var otherClues = interectWith.GetComponentIn... | 1.782813 | 20aa42fdfc1648aa6a1e442630c126fe |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5929 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Jimmy-Hu/google-api-dotnet-client",
"max_stars_repo_path": "Src/Generated/Google.Apis.ConsumerSurveys.v2/Google.Apis.ConsumerSurveys.v2.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5930"
} | starcoder | <gh_stars>0
// 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 agreed to in writing, software distribute... | 1.768262 | 365516e05831ce1e9b691cbfa120cf0c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5930 | {
"extension": "c-sharp",
"max_stars_count": "3880.0",
"max_stars_repo_name": "JarLob/EventStore",
"max_stars_repo_path": "src/EventStore.Core.Tests/ClientAPI/Security/stream_security_inheritance.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5931"
} | starcoder | <gh_stars>1000+
using System.Threading.Tasks;
using EventStore.ClientAPI;
using EventStore.ClientAPI.Exceptions;
using EventStore.ClientAPI.SystemData;
using EventStore.Core.Services;
using NUnit.Framework;
namespace EventStore.Core.Tests.ClientAPI.Security {
[Category("ClientAPI"), Category("LongRunning"), Category... | 1.865726 | 1cde024ebf312379b561550086800e53 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5931 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "studentutu/ARFoundation-Components",
"max_stars_repo_path": "Assets/Plugins/CandyCoded.ARFoundation-Components/Scripts/ARPlaceObjectOnPlane.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5932"
} | starcoder | // Copyright (c) <NAME>. All Rights Reserved. Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.XR.ARFoundation;
using UnityEngine.XR.ARSubsystems;
namespace CandyCoded.ARFoundationComponents
{
[Se... | 2.095009 | 366ae3ebd4324369746b86f8fea36d55 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5932 | {
"extension": "c-sharp",
"max_stars_count": "52.0",
"max_stars_repo_name": "billybimbob/mtg-sdk-dotnet",
"max_stars_repo_path": "src/MtgApiManager.Lib/Dto/Set/RootSetListDto.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5933"
} | starcoder | <reponame>billybimbob/mtg-sdk-dotnet<gh_stars>10-100
using System.Collections.Generic;
using System.Text.Json.Serialization;
namespace MtgApiManager.Lib.Dto.Set
{
internal class RootSetListDto : IMtgResponse
{
[JsonPropertyName("sets")]
public List<SetDto> Sets { get; set; }
}
} | 1.546462 | bc4fe8f6fc7d158493d2e1cfb226ac84 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5933 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "pirocorp/ASP.NET-Core-Playground",
"max_stars_repo_path": "02. ASP.NET Core In Action/Chapter10/D_LifetimeExamples/LifetimeExamples/Pages/RowCount/Captured.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:5934"
} | starcoder | @page
@model CapturedModel
@{
this.ViewData["Title"] = "Captured dependencies";
}
<partial name="_RowCounts" model="this.Model.RowCounts" /> | 1.639957 | 18f64efb29a2a480ed5c778190752448 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5934 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mrnustik/EventSourced",
"max_stars_repo_path": "src/EventSourced.Persistence.EntityFramework/EntityFrameworkProjectionStore.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5935"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using EventSourced.Persistence.EntityFramework.Helpers;
using EventSourced.Persistence.EntityFramework.Mappers;
using Microsoft.EntityFrameworkCore;
namespace EventSourced.Persistence.EntityFramewo... | 2.332282 | a57b4ce3f3aaedcd94a4e7198724af82 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5935 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "icnocop/Swashbuckle.OData",
"max_stars_repo_path": "Swashbuckle.OData.Tests/Fixtures/GetHttpMethodNameTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5936"
} | starcoder | using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
using System.Web.Http;
using System.Web.OData;
using Microsoft.AspNet.OData.Builder;
using Microsoft.AspNet.OData.Extensions;
using Microsof... | 2.217528 | 0c9700922d87164cccd47799c26510c4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5936 | {
"extension": "c-sharp",
"max_stars_count": "82.0",
"max_stars_repo_name": "PhilipTayl/Rocket.Unturned",
"max_stars_repo_path": "Rocket.Unturned/Commands/CommandTp.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5937"
} | starcoder | using System;
using System.Linq;
using System.Threading.Tasks;
using Rocket.API;
using Rocket.API.Commands;
using Rocket.API.I18N;
using Rocket.API.Player;
using Rocket.API.User;
using Rocket.Core.Commands;
using Rocket.Core.I18N;
using Rocket.UnityEngine.Extensions;
using Rocket.Unturned.Player;
using SDG.Unturned;
u... | 2.176072 | 0f95ffd9a5b377163b8c86c1b734462f |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.