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 | 8840612 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "robertzml/Rhea",
"max_stars_repo_path": "Rhea.Model/IEntity.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159832"
} | starcoder | using System;
using System.Collections.Generic;
using MongoDB.Bson;
using MongoDB.Bson.Serialization.Attributes;
namespace Rhea.Model
{
/// <summary>
/// 通用实体接口
/// </summary>
/// <typeparam name="TKey">实体ID类型</typeparam>
public interface IEntity<TKey>
{
/// <summary>
/// 实体主键
... | 2.103872 | 7f749a6eb66ab013b5d3f675f8d357e4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840613 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "gioragutt/unity-kapara-game",
"max_stars_repo_path": "Assets/Editor/ObstaclesGeneratorEditor.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159833"
} | starcoder | using Assets.Scripts;
using UnityEditor;
using UnityEngine;
namespace Assets.Editor
{
[CustomEditor(typeof(ObstaclesGenerator))]
public class ObstaclesGeneratorEditor : UnityEditor.Editor
{
public override void OnInspectorGUI()
{
DrawDefaultInspector();
if (GUILayo... | 2.096821 | ca069f4c226a5d00993e710f59e72a1b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840614 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Eric-Dang/gen",
"max_stars_repo_path": "gen/lz4/ILZ4Decompressor.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159834"
} | starcoder | using System;
namespace LZ4Sharp
{
public interface ILZ4Decompressor
{
unsafe int Decompress(byte* compressedBuffer, byte* decompressedBuffer, int compressedSize, int maxDecompressedSize);
byte[] Decompress(byte[] compressed);
int Decompress(byte[] compressed, byte[] decompressedBuffer)... | 2.233089 | 5abbf2cc47bf342ec6fd2809cb0a7963 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840615 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ashishdotme/ansu-bot",
"max_stars_repo_path": "Ansu.Repository/Interfaces/IMongoFilter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159835"
} | starcoder | <reponame>ashishdotme/ansu-bot
using System;
using Ansu.Bot.Service.Models;
using Ansu.Repository.Models;
using Ansu.Service.Models;
using MongoDB.Driver;
namespace Ansu.Repository.Interfaces
{
public interface IMongoFilter
{
FilterDefinition<MongoGuild> CreateFilterDefinition(GuildContext filterConte... | 1.270687 | fe2753b1eeb9f2c00a95c68207f935aa |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840616 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "YordanDobrev97/CakeShop",
"max_stars_repo_path": "CakeShop.Web/Pages/_ViewImports.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:159836"
} | starcoder | <reponame>YordanDobrev97/CakeShop
@using CakeShop.Web
@namespace CakeShop.Web.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
| 1.371985 | 9161fe2bf832f33fef9394225016f3fc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840617 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "CubicleJockey/aspnet-api-odata",
"max_stars_repo_path": "AspNet.Api.Odata.Playground/AspNet.Api.Odata.Playground/Data/Generators/SeedData.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159837"
} | starcoder | using AspNet.Api.Odata.Playground.Fakers;
using AspNet.Api.Odata.Playground.Model;
using System.Collections.Generic;
namespace AspNet.Api.Odata.Playground.DataGenerators
{
public static class SeedData
{
/// <summary>
/// Generate any number of products.
/// </summary>
/// <para... | 2.900479 | c1eaf4000d4955fcdb4f019a1386d229 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840618 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gogata258/Draw.NET",
"max_stars_repo_path": "Source/Shapes/EnvelopeComponents/LeftBody.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159838"
} | starcoder | using Newtonsoft.Json;
using System.Collections.Generic;
using System.Drawing;
namespace PaintNET.Shapes.EnvelopeComponents
{
using Shapes.Abstracts;
public class LeftBody : PrimitiveBase
{
[JsonConstructor] private LeftBody() { }
public LeftBody(ShapeBase shape, string name) : base(shape, name, typeof(LeftBo... | 2.689404 | fc4f06164acc69693ae8befa02b55eee |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840619 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "awhewell/owin",
"max_stars_repo_path": "Owin.Interface.Host.HttpListener/HttpListenerWrapper/IHttpListenerRequest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159839"
} | starcoder | <reponame>awhewell/owin
// Copyright © 2019 onwards, <NAME>
// All rights reserved.
//
// Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
// * Redistributions of source code must retain the above copyright... | 2.077999 | db52b730f418cda751a3597e5eb0996c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840620 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "llukanov/eSchool",
"max_stars_repo_path": "Services/ESchool.Services.Data/Contracts/IStudentGradesServices.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159840"
} | starcoder | namespace ESchool.Services.Data.Contracts
{
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using ESchool.Web.ViewModels.Grade;
public interface IStudentGradesServices
{
Task AddGrade(int subjectId, string studentId, string teacherI... | 1.873504 | 307613348b4fdae1d50f41cc3f941c44 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840621 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "NisanurBulut/IBlog",
"max_stars_repo_path": "Medusa.Web/ViewComponents/LastSizeBlogList.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159841"
} | starcoder | using Medusa.WebUI.ApiServices.Interfaces;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Medusa.WebUI.ViewComponents
{
public class LastSizeBlogList : ViewComponent
{
private readonly IBlogApiService _blogApiS... | 2.121396 | d4d88ae12e15d70ac62e13f512b0502f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840622 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "bzquan/GherkinEditor",
"max_stars_repo_path": "GherkinEditor/UnitTestProject/DIContainerTest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159842"
} | starcoder | <gh_stars>1-10
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Gherkin.Util;
namespace UnitTestProject
{
public interface ITestInterface
{
int Value();
}
class A : ITestInterface
{
public int Value() => 10;
}
enum MyEnum { A, B }
class Concret... | 2.569828 | 994dbe50b32c7e13dff3dcc911f68a47 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840623 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "O2-Bionics/pfr-center-global",
"max_stars_repo_path": "source/PFRCenterGlobal/Helpers/NavigationCommander.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159843"
} | starcoder | <filename>source/PFRCenterGlobal/Helpers/NavigationCommander.cs
using System;
using System.Collections.Generic;
using System.Linq;
using Xamarin.Forms;
namespace PFRCenterGlobal.Helpers
{
public static class Commander
{
private static Dictionary<string, Type> _registeredRoutes = new Dictionary<string... | 2.470177 | 7f90ea5240169f02accd8a1aed1920f8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840624 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "dmariogatto/adelaidefuel",
"max_stars_repo_path": "src/App/AdelaideFuel/Services/Interfaces/IUserNativeReadOnlyService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159844"
} | starcoder | <filename>src/App/AdelaideFuel/Services/Interfaces/IUserNativeReadOnlyService.cs
using AdelaideFuel.Models;
using System.Collections.Generic;
namespace AdelaideFuel.Services
{
public interface IUserNativeReadOnlyService
{
IList<UserBrand> GetUserBrands();
IList<UserFuel> GetUserFuels();
... | 1.768132 | 80971cc62708f20229a9f5329d752591 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840625 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "wattsjmichael/Factory",
"max_stars_repo_path": "Factory/Models/EngineerExpertise.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159845"
} | starcoder | <filename>Factory/Models/EngineerExpertise.cs
namespace Factory.Models
{
public class EngineerExpertise
{
public int EngineerExpertiseId {get; set;}
public int ExpertiseId {get; set;}
public int EngineerId {get; set;}
public Expertise Expertise {get; set;}
public Engineer Engineer {get; set;}
... | 1.843865 | eb67bbf4b8a6200fed15a9bf4e54e6d3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840626 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JuegosSerios-UCM-Grupo2-20-21/MuseosUCM",
"max_stars_repo_path": "MuseosUCM/Assets/uAdventureGeo/Scripts/Runner/MapSceneMBFactory.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159846"
} | starcoder | <reponame>JuegosSerios-UCM-Grupo2-20-21/MuseosUCM
using UnityEngine;
using uAdventure.Runner;
using uAdventure.Core;
namespace uAdventure.Geo
{
[ChapterTargetFactory(typeof(MapScene))]
public class MapSceneMBFactory : MonoBehaviour, IChapterTargetFactory
{
public GameObject mapScenePrefab;
... | 1.800195 | 9ff1955e88dfe9d7867c12745346a1d3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840627 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Moleculars/Reminder",
"max_stars_repo_path": "Src/Black.Beard.Reminder.Contracts/IReminderRequest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159847"
} | starcoder | <filename>Src/Black.Beard.Reminder.Contracts/IReminderRequest.cs
using System;
namespace Bb.Reminder
{
/// <summary>
/// Interface that describe reminder base
/// </summary>
/// <seealso cref="System.IDisposable" />
public interface IReminderRequest : IDisposable
{
/// <summary>
... | 2.497312 | 7379a611e3e60b3b9999be9f6c39f488 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840628 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "betsovIT/TheBedstand",
"max_stars_repo_path": "Web/TheBedstand.Web/Views/Genres/Create.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:159848"
} | starcoder | @model TheBedstand.Web.InputModels.Genres.CreateGenreInputModel
@{
ViewData["Title"] = "Create";
}
<form asp-controller="Genres" asp-action="Create" class="px-2 py-2 bg-gray mx-auto" method="post" enctype="multipart/form-data">
<div class="form-group">
<label for="Name" class="text-dark">Genre Name</l... | 2.490611 | ef60ee2496657bf3ef8fe4dd22c29f12 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840629 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SonicTheCat/BooksAPI",
"max_stars_repo_path": "my-books/Controllers/BooksController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159849"
} | starcoder | <reponame>SonicTheCat/BooksAPI<filename>my-books/Controllers/BooksController.cs<gh_stars>0
namespace my_books.Controllers
{
using Microsoft.AspNetCore.Mvc;
using my_books.Data.Services;
using my_books.Data.ViewModels;
[Route("api/[controller]")]
[ApiController]
public class BooksController : C... | 2.48326 | 1cbb290602211ac57829178610efd17b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840630 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "parstat/structural-metadata",
"max_stars_repo_path": "Parstat.StructuralMetadata/Presentation/Presentation.WebApi/Controllers/Correspondence/OpenCorrespondenceController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159850"
} | starcoder | using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Presentation.Application.Correspondences.Queries.GetCorrespondence;
using Presentation.Application.Correspondences.Queries.GetCorrespondences;
namespace Presentation.WebApi.Controllers
{
public class OpenCorrespond... | 1.917922 | 0af8fa944306a38936530a3e814a4ff1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840631 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "OSDKDev/Panner.AspNetCore",
"max_stars_repo_path": "tests/Panner.AspNetCore.Tests/ParticlesModelBinderWorks.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159851"
} | starcoder | <filename>tests/Panner.AspNetCore.Tests/ParticlesModelBinderWorks.cs<gh_stars>1-10
namespace Panner.AspNetCore.Tests
{
using Microsoft.AspNetCore.Mvc.ModelBinding;
using NSubstitute;
using System;
using System.Collections;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
p... | 2.472873 | f2951db261538f0d79f770e22da9a38c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840632 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ecssiah/Building-Moon-Mist-Hollow",
"max_stars_repo_path": "Assets/Scripts/MMH/Data/Room.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159852"
} | starcoder | using System;
using System.Collections.Generic;
using UnityEngine;
namespace MMH.Data
{
[Serializable]
public struct Room
{
public RectInt Bounds;
public bool Fill;
public Type.Ground GroundType;
public Type.Structure StructureType;
public Type.Overlay OverlayType... | 1.664358 | d2f647228d88e295e72d53d95071929a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840633 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "srepollock/COMP4932-Assignment3",
"max_stars_repo_path": "COMP4932-Assignment3/COMP4932-Assignment3/EigenFace/EigenObject.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159853"
} | starcoder | <gh_stars>1-10
namespace EigenFace
{
using System.Linq;
using ILNumerics;
/// <summary>
/// Contains the vectors and values of an image.
/// </summary>
public class EigenObject
{
/// <summary>
/// Complex value array for the Eigen face.
/// </summary>
public... | 3.334822 | c1566c94934a82f79f66ae6034a12f19 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840634 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "brycekbargar/nilgri",
"max_stars_repo_path": "Nilgiri.Tests/Common/StubTypes.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159854"
} | starcoder | <reponame>brycekbargar/nilgri<gh_stars>0
namespace Nilgiri.Tests.Common
{
public class StubClass { }
public class StubSubClass : StubClass { }
public class StubClassContainer { public StubClass StubClass { get { return new StubSubClass(); } } }
public class NotStubClass { }
}
| 1.411101 | 63f38795b89c6f6ed7f375ec49ddd7c6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840635 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "NeikoGrozev/CSharpAdvanced",
"max_stars_repo_path": "OOP/Exercises/08. Interfaces and Abstraction - Exercise/08.MilitaryElite/Contracts/IMission.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159855"
} | starcoder | namespace MilitaryElite.Contracts
{
using MilitaryElite.Enums;
public interface IMission
{
public string CodeName { get; }
public State State { get; }
public void CompleteMission();
}
}
| 2.078746 | 8ae9c0de958bfa8b0c43730cac2d099e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840636 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "PavelRunchev/Programming-Fundamentals-2017",
"max_stars_repo_path": "Programming Fundamentals - Sep-2017/21.ObjectsClassesFilesAndException - More Exercises/08.PersonalException/PersonalException.cs",
"provenance": "train-00027-of-000... | starcoder | <gh_stars>0
using System;
namespace PersonalException
{
class DemoException : Exception
{
public DemoException() : base("My first exception is awesome!!!")
{
}
}
class PersonException
{
static void Main()
{
try
{
... | 3.179307 | 7be9be3ba096343c0969210d14dc939d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840637 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "peter0301kim/TimeTable_WebAPIs",
"max_stars_repo_path": "TimeTableWebAPI/DataConnectionSettings.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159857"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace TimeTableWebAPI
{
public class DataConnectionSettings
{
public DataConnectionMode DataConnectionMode { get; set; }
public string ConnectionString { get; set; }
}
publ... | 1.359742 | 6c401dfdc0553776584e855622af7572 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840638 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MorganOBN/KoA-Story",
"max_stars_repo_path": "src/Microsoft.DocAsCode.Build.ManagedReference/BuildOutputs/ApiBuildOutputUtility.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159858"
} | starcoder | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.DocAsCode.Build.ManagedReference.BuildOutputs
{
using System.Collections.Generic;
using System.Web;
public static class ApiBuildOutputU... | 2.141278 | 55a36bb83729577ffbd2930db9bcd0cb |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840639 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "jasoncable/medicalreference",
"max_stars_repo_path": "JasonsMedRef.Importer/Importers/StateDrugUtilizationImporter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159859"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using CsvHelper;
using JasonsMedRef.Importer.Maps;
using JasonsMedRef.Models;
using Nest;
namespace JasonsMedRef.Importer.Importers
{
public static class StateDrugUtilizationImporter
{
pub... | 2.359442 | 551b8ba70acfa2e43e751e8f8664e581 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840640 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ansel86castro/cybtans-cli",
"max_stars_repo_path": "src/Cybtans.Proto/Options/ProtobufOption.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159860"
} | starcoder | <reponame>ansel86castro/cybtans-cli
#nullable enable
using Cybtans.Proto.AST;
using System;
using System.Collections.Generic;
using System.Reflection;
namespace Cybtans.Proto.Options
{
public class FieldAttribute : Attribute
{
public FieldAttribute(string name)
{
Name = name;
... | 2.617089 | 9f37d5f8b688b30b8df55601a6356290 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840641 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "sblom/monotouch-bindings",
"max_stars_repo_path": "GoogleAnalytics/sample/AppDelegate.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159861"
} | starcoder | <gh_stars>1-10
//
// This shows the various capabilities of the
// AtmHud library
//
using System;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
using System.Drawing;
using MonoTouch.Dialog;
namespace sample
{
[Register ("AppDelegate")]
public partial class AppDelegate : UIApplicationDelegate
{
UIWindow wind... | 2.131279 | a9ecb139472f54ce89da2d40874d7999 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840642 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "QuantumBranch/NetworkLibrary-CSharp",
"max_stars_repo_path": "UDP/IUdpSocket.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159862"
} | starcoder | <reponame>QuantumBranch/NetworkLibrary-CSharp
using InjectorGames.SharedLibrary.Logs;
using System.Net;
namespace InjectorGames.NetworkLibrary.UDP
{
/// <summary>
/// UDP socket interface
/// </summary>
public interface IUdpSocket
{
/// <summary>
/// Is UDP socket threads still run... | 2.28539 | ef4f47f28c31f67e9632b90304e50006 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840643 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "niklaslundberg/milou.deployer",
"max_stars_repo_path": "src/Milou.Deployer.Core/Deployment/Ftp/FtpPublishSettings.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159863"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Xml.Linq;
using JetBrains.Annotations;
namespace Milou.Deployer.Core.Deployment.Ftp
{
public sealed class FtpPublishSettings
{
private const string UsernameAttribute = "userName";
private const str... | 2.583028 | ece7eaf41e338566d3b232961833e97e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840644 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "firespacexyz/fullcontrols",
"max_stars_repo_path": "FullControls/Common/ToggleType.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159864"
} | starcoder | <filename>FullControls/Common/ToggleType.cs<gh_stars>0
using FullControls.Controls;
namespace FullControls.Common
{
/// <summary>
/// Specifies the allowed toggle behaviours in a <see cref="ToggleButtonPlus"/>.
/// </summary>
public enum ToggleType
{
/// <summary>
/// Can activate ... | 2.272727 | 7083a73e7416c8c738160466c80dd0fb |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840645 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "FriedrichWilhelmNietzsche/LucaHome-WPFApplication",
"max_stars_repo_path": "Common/Converter/JsonDataToScheduleConverter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159865"
} | starcoder | <reponame>FriedrichWilhelmNietzsche/LucaHome-WPFApplication
using Common.Dto;
using Common.Tools;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using static Common.Dto.ScheduleDto;
namespace Common.Converter
{
public class JsonDataToScheduleConverter
{
private const strin... | 2.540181 | a390d4d383c35277305351b540fce329 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840646 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "LeaFrock/EasyBlazor.DataCenter.Templates",
"max_stars_repo_path": "EasyBlazor.DataCenter.Templates/templates/Solution/AppName.DataCenter/Client/Models/PasswordUpdateData.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159866"
} | starcoder | <gh_stars>1-10
using System.ComponentModel.DataAnnotations;
namespace AppName.DataCenter.Client.Models
{
public class PasswordUpdateData
{
[Required]
[StringLength(20, MinimumLength = 2)]
public string Old { get; set; }
[Required]
[StringLength(16, MinimumLength = 6)]
... | 2.774359 | eb3b005cc479f6066fd293c8cd753f61 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840647 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "Rhyheart/dodo-open-net",
"max_stars_repo_path": "src/DoDo.Open.Sdk/Models/Messages/MessageBodyBase.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159867"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DoDo.Open.Sdk.Models.Messages
{
public class MessageBodyBase
{
}
}
| 0.868407 | 8daa407f5c2e1d55b18d5d04def02757 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840648 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Micheal-Deng/Xablu.WebApiClient",
"max_stars_repo_path": "src/Xablu.WebApiClient/HttpExtensions/RestApiResultExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159868"
} | starcoder | <filename>src/Xablu.WebApiClient/HttpExtensions/RestApiResultExtensions.cs
using System.Net;
using Xablu.WebApiClient;
namespace Xablu.WebApiClient.HttpExtensions
{
public delegate void OnSuccessAction<TResult>(TResult result);
public delegate void OnFailureAction(HttpStatusCode httpStatusCode, string reasonP... | 2.679018 | b68a106e16e0705af7f06155fe24c42f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840649 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "RobGustavsson/Vesta",
"max_stars_repo_path": "src/Vesta.Server/Schema/CustomerType.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159869"
} | starcoder | using HotChocolate.Types;
using Vesta.Server.Domain;
namespace Vesta.Server.Schema
{
public class CustomerType : ObjectType<Customer>
{
protected override void Configure(IObjectTypeDescriptor<Customer> descriptor)
{
base.Configure(descriptor);
descriptor
... | 2.322642 | 761c2d8881f31b24d912f88c3fb4590c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840650 | {
"extension": "c-sharp",
"max_stars_count": "49.0",
"max_stars_repo_name": "bluecadet/OpenAi-Api-Unity",
"max_stars_repo_path": "Tests/Runtime/Scripts/Utility/TestManager.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159870"
} | starcoder | using OpenAi.Unity;
using OpenAi.Unity.V1;
using OpenAi.Api.V1;
using UnityEngine;
namespace OpenAi.Api.Test
{
public class TestManager : AMonoSingleton<TestManager>
{
private OpenAiApiGatewayV1 _apiGateway = null;
public OpenAiApiV1 CleanAndProvideApi()
{
if(_apiGateway ... | 2.159102 | ebb465cede5e1826536378b298b9219f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840651 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Ricecamera/Tuay-chaam-the-legendary-recipe",
"max_stars_repo_path": "Assets/Scripts/settingScene/settingButton.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159871"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class settingButton : MonoBehaviour
{
public Canvas settingCanvas;
public void OnEnable()
{
settingCanvas.enabled = false;
}
public void openSetting()
{
if(!settingCanvas.enabled){
... | 1.930761 | faf0953d4206f950082c2d16e0b3d37f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840652 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "corefan/Cowboy",
"max_stars_repo_path": "Cowboy/Cowboy.Logging.NLogIntegration/Properties/AssemblyInfo.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159872"
} | starcoder | using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Cowboy.Logging.NLogIntegration")]
[assembly: Guid("ba2acd55-d462-45df-9afc-6a2b3aae4b05")]
| 1.103289 | 7eb75b0dc88c351f678c83e94ddd9d82 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840653 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "sdcb/Sdcb.FFmpegAPIWrapper",
"max_stars_repo_path": "Sdcb.FFmpegAPIWrapper/MediaFormats/GeneratedTypes/InputFormat.stub.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159873"
} | starcoder | <gh_stars>1-10
using System;
using Sdcb.FFmpegAPIWrapper.Common;
using FFmpeg.AutoGen;
using static FFmpeg.AutoGen.ffmpeg;
using System.Collections.Generic;
using System.Linq;
namespace Sdcb.FFmpegAPIWrapper.MediaFormats
{
public unsafe partial struct InputFormat
{
/// <summary>
/// <see cref="... | 2.04664 | bdb8d5c1656306d59da50afb2f9e6ed9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840654 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mcb5637/BTMechDumper",
"max_stars_repo_path": "BTMechDumper/BTMechDumper.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159874"
} | starcoder | <filename>BTMechDumper/BTMechDumper.cs
using BattleTech;
using Harmony;
using Org.BouncyCastle.Crypto.Digests;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Reflection.Emit;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
... | 2.509918 | e240d5f4017d0122d6d7a95f53070a7c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840655 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ecarpouzis/ChillOut",
"max_stars_repo_path": "Assets/Script/MouseLook.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159875"
} | starcoder | <filename>Assets/Script/MouseLook.cs
using UnityEngine;
using System;
using System.Collections;
public class MouseLook : MonoBehaviour
{
public float horizontalSensitivity = 150f;
public float verticalSensitivity = 150f;
public float sensitivityMultiplier = 1f;
public Transform Camera;
public bool... | 2.728782 | 2454022f55f1986ac75b1988a0f2bb7e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840656 | {
"extension": "c-sharp",
"max_stars_count": "778.0",
"max_stars_repo_name": "jeroen-mostert/CodeContracts",
"max_stars_repo_path": "Microsoft.Research/RegressionTest/ClousotTests/Sources/HeapCrash.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159876"
} | starcoder | <reponame>jeroen-mostert/CodeContracts<gh_stars>100-1000
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Configuration;
using System.Diagnostics.Contracts;
using Microsoft.Research.ClousotRegression;
in... | 1.936741 | ed15643a8e577b677c313a5a23ae24cf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840657 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "llgiant/csharp",
"max_stars_repo_path": "palochki/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159877"
} | starcoder | <reponame>llgiant/csharp
using System;
class Program
{
static Random rnd = new Random();
static void Main()
{
Console.InputEncoding = System.Text.Encoding.UTF8;
Console.OutputEncoding = System.Text.Encoding.UTF8;
Console.WriteLine("========================================================================");
... | 2.776943 | 8c2fa5205d3b9a224cae14b02739756a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840658 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "isukces/isukces.UnitedValues",
"max_stars_repo_path": "app/iSukces.UnitedValues/_attributes/RelatedUnitSourceAttribute.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159878"
} | starcoder | <gh_stars>0
using System;
namespace iSukces.UnitedValues
{
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Method)]
public class RelatedUnitSourceAttribute : Attribute
{
public RelatedUnitSourceAttribute(RelatedUnitSourceUsage usage = RelatedUnitSourceUsage.Default,
int sor... | 2.182569 | 27cd3a2e938c1a548674a0d691864d89 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840659 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "AsenPlesnev/NetBook-C-",
"max_stars_repo_path": "Services/NetBook.Services.Data/ServiceModels/SchoolServiceModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159879"
} | starcoder | namespace NetBook.Services.Data.ServiceModels
{
using NetBook.Data.Models;
using NetBook.Services.Mapping;
public class SchoolServiceModel : IMapFrom<School>, IMapTo<School>
{
public string Name { get; set; }
public string Town { get; set; }
public string Municipality { get; ... | 1.881332 | 057515dba04ecb749ce4183a3a795c4f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840660 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "WelliSolutions/SMART.Net",
"max_stars_repo_path": "Smart.Net/SmartAttributeCollection.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159880"
} | starcoder | using System.Collections.Generic;
namespace Simplified.IO
{
public class SmartAttributeCollection : List<SmartAttribute>
{
public SmartAttribute GetAttribute(int registerID)
{
foreach (var item in this)
{
if (item.Register == registerID)
... | 2.494624 | f1f1ebcd78221482dd308e6ccfc84ee5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840661 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "Damon-Salvatore/CSharp-Learning",
"max_stars_repo_path": "Reflect/myApp/School/President.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159881"
} | starcoder | <filename>Reflect/myApp/School/President.cs
using System;
namespace myApp.School
{
/// <summary>
/// 校长类:一个学校只有一个校长【单利模式】
/// /// </summary>
public class President
{
private static President instance = null;
private President ()
{
Console.WriteLine ("单利模式中,Presid... | 3.097734 | b811a0c639a1433a5e139c65efe6e4b9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840662 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "srdjan-bozovic/kursnalista",
"max_stars_repo_path": "universal/src/KursnaLista/KursnaLista.Shared/Class.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159882"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Resources;
using System.Text;
using Windows.UI.Xaml;
namespace KursnaLista
{
}
| 0.628574 | f597ae36edffca970d53b50c16213c54 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840663 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "margaritovamariya/FlightsManager",
"max_stars_repo_path": "FlightManager.Services/ReservationService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159883"
} | starcoder | <reponame>margaritovamariya/FlightsManager
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using FlightManager.Common;
using FlightManager.Data;
using FlightManager.Models;
using FlightManager.Services.Models.OutputModels;
namespace FlightManager.Services
{
/// <su... | 2.619948 | 7ead0d280e19ba7809eaa8447aad199d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840664 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Semper00/Atlas",
"max_stars_repo_path": "Atlas/Entities/Items/Base/BaseUsableItem.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159884"
} | starcoder | using InventorySystem.Items.Usables;
namespace Atlas.Entities.Items.Base
{
/// <summary>
/// A base for usable items.
/// </summary>
public class BaseUsableItem : BaseItem
{
internal UsableItem item;
public BaseUsableItem(UsableItem item, bool addToApi = false) : base(item, addToA... | 3.030737 | 21a923e09a9e7d0c16f23616363d3a26 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840665 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "bob-bins/pulumi-newrelic",
"max_stars_repo_path": "sdk/dotnet/Plugins/Workload.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159885"
} | starcoder | <reponame>bob-bins/pulumi-newrelic
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;... | 1.733579 | b6e7d4f8a63b30e982a0284e2aa76154 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840666 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "qkmaxware/CsUnits",
"max_stars_repo_path": "Units/src/Qkmaxware/Units/Pressure/NanoPascal.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159886"
} | starcoder | <filename>Units/src/Qkmaxware/Units/Pressure/NanoPascal.cs
namespace Qkmaxware.Units.Pressure {
/// <summary>
/// Unit of measurement for NanoPascal (nPa)
/// </summary>
public struct NanoPascal : IPressure {
public static string Name => "NanoPascal";
public static string Symbol => "nPa";
}
/... | 2.928338 | 1917dc1cc73b0afb420b26446a1e3fd8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840667 | {
"extension": "c-sharp",
"max_stars_count": "21.0",
"max_stars_repo_name": "MilenaPetkanova/fun-not-fun-app",
"max_stars_repo_path": "src/Web/FunApp.Web/Areas/Administration/Models/Categories/CreateCategoryInputModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159887"
} | starcoder | using FunApp.Data.Models;
using FunApp.Services.Mapping;
namespace FunApp.Web.Areas.Administration.Models.Categories
{
public class CreateCategoryInputModel : IMapTo<Category>
{
public string Name { get; set; }
}
}
| 1.503107 | e6080c307ef4b53387f42941ff955dfd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840668 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ikebig/GTPay-nopCommerce",
"max_stars_repo_path": "Nop.Plugin.Payments.GTPay/Models/ReturnPaymentInfoModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159888"
} | starcoder | namespace Nop.Plugin.Payments.GTPay.Models
{
public class ReturnPaymentInfoModel
{
public string DescriptionText { get; set; }
public string StatusCode { get; set; }
public string StatusMessage { get; set; }
public int OrderId { get; set; }
}
}
| 1.386697 | 5c1dd843aafa11ee56be538a9fa8a328 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840669 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "christothes/irsdkSharp",
"max_stars_repo_path": "src/irsdkSharp.Serialization/Models/Session/WeekendInfo/WeekendOptionsModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159889"
} | starcoder | namespace irsdkSharp.Serialization.Models.Session.WeekendInfo
{
public class WeekendOptionsModel
{
public int NumStarters { get; set; }
public string StartingGrid { get; set; }
public string QualifyScoring { get; set; }
public string CourseCautions { get; set; }
public i... | 1.411735 | 17c01045ffd140f5410803bc3ffa6702 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840670 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "koichi210/CS_Form",
"max_stars_repo_path": "ToyingData/ToyingData/Form1.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159890"
} | 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 StandardTemplate;
using System.Text.RegularExpressions;
using Microsoft.VisualBasic;
namespace ToyingData
{
pu... | 2.55342 | 345ea74dd77ac7a683f08714ac47f2a7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840671 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "LeopardToolKit/LeopardToolKit.Email",
"max_stars_repo_path": "LeopardToolKit.Email/IEmailSender.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159891"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace LeopardToolKit.Email
{
public interface IEmailSender
{
void Send(EmailModel emailModel);
Task SendAsync(EmailModel emailModel);
}
}
| 1.733159 | 61712b68159815e1e7807224c30005cd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840672 | {
"extension": "c-sharp",
"max_stars_count": "357.0",
"max_stars_repo_name": "JansonC/knight",
"max_stars_repo_path": "knight-client/Assets/Game.Hotfix/Core/Network/HotfixMessageHandlerAttribute.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159892"
} | starcoder | <filename>knight-client/Assets/Game.Hotfix/Core/Network/HotfixMessageHandlerAttribute.cs<gh_stars>100-1000
using System;
using System.Collections.Generic;
namespace Knight.Hotfix.Core
{
[AttributeUsage(AttributeTargets.Method)]
public class HotfixMessageHandlerAttribute : Attribute
{
public ushort... | 2.113334 | e98caf2e89c61e69bf2832feb1ab081d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840673 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ElbyFross/datum-point",
"max_stars_repo_path": "Frameworks/WpfHandler/UI/Controls/SelectableGrid.xaml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159893"
} | starcoder | <reponame>ElbyFross/datum-point
//Copyright 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/licenses/LICENSE-2.0
//
//Unless required by applicabl... | 2.414416 | e0d35a1771dfae93d2022ee2ba65662b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840674 | {
"extension": "c-sharp",
"max_stars_count": "211.0",
"max_stars_repo_name": "mbendtsen/couchbase-net-client",
"max_stars_repo_path": "src/Couchbase.Extensions.DependencyInjection/IBucketProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159894"
} | starcoder | <reponame>mbendtsen/couchbase-net-client
using System;
using System.Threading.Tasks;
namespace Couchbase.Extensions.DependencyInjection
{
/// <summary>
/// Provides access to buckets for a Couchbase cluster. Should maintain
/// singleton instances of each bucket. Consumers should not dispose the
/// ... | 2.200155 | 20068196ef56e5827c4a52622f665276 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840675 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sugadotnet/taskup",
"max_stars_repo_path": "APPBASE/Views/Shared/Layouts/_PartialScript1.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:159895"
} | starcoder | <filename>APPBASE/Views/Shared/Layouts/_PartialScript1.cshtml
<!-- JSLayout -->
<!--*****Checked -->
<script src="@Url.Content("~/")Scripts/jquery-2.1.1.min.js"></script>
<script src="@Url.Content("~/")Scripts/AdminLTE/jquery-ui-1.10.3.min.js"></script>
<!--*****Checked -->
<script src="@Url.Content("~/")Scripts/boo... | 0.952656 | b11e2c00417e4426940f21fb023479a3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840676 | {
"extension": "c-sharp",
"max_stars_count": "288.0",
"max_stars_repo_name": "syberside/CMS",
"max_stars_repo_path": "Kooboo.CMS/Kooboo.CMS.Sites/Extension/UI/GlobalSidebarMenu/ModuleGlobalSidebarMenuItemProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159896"
} | starcoder | #region License
//
// Copyright (c) 2013, Kooboo team
//
// Licensed under the BSD License
// See the file LICENSE.txt for details.
//
#endregion
using Kooboo.CMS.Sites.Services;
using Kooboo.Web.Mvc.Menu;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.Mvc;
n... | 1.857185 | 793a24cbffa73a9969ea30da5bb023cc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840677 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Infosys/Intelligent-Bot-Management-",
"max_stars_repo_path": "Data Integration Framework/DataLoader/DataLoader/LoaderException.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159897"
} | starcoder | <gh_stars>0
/******************************************************************************
* This file is a part of the Legacy Integration Framework.
* This file contains the LoaderException definition.
* Copyright (c) 2003 - 2005 Infosys Technologies Ltd. All Rights Reserved.
*************************************... | 2.343042 | 61d271f171a0b2359087383a2504e680 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840678 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "digitalinteraction/OpenMovement-AxLE-Comms",
"max_stars_repo_path": "OpenMovement.AxLE.Comms/Commands/V1/DisplayIcon.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159898"
} | starcoder | using System;
using System.Threading.Tasks;
namespace OpenMovement.AxLE.Comms.Commands.V1
{
public class DisplayIcon : AxLECommandNoResponse
{
private readonly int _offset; // Byte offset of image data, 0xffff = disable icon
private readonly int _start; // Row on screen to sta... | 2.682456 | 009479ccf6538ebdf30ed75b245d9671 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840679 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "sroganov/Simplement",
"max_stars_repo_path": "Simplement.Utils/ReflectionUtils.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159899"
} | starcoder | using System;
namespace Simplement.Utils
{
public static class ReflectionUtils
{
/// <summary>
/// Returns value by given property path (ex.: SomeObject.SomeProperty.OtherProperty) if any, otherwise returns null.
/// </summary>
public static object GetValue(object obj, string p... | 3.241104 | d7bba6d41e3acdb03e60a722fe52efba |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840680 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "ga-explorer/GeometricAlgebraLib",
"max_stars_repo_path": "GeometricAlgebraFulcrumLib/GeometricAlgebraFulcrumLib/Algebra/PolynomialAlgebra/Basis/IPolynomialBasisSet.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159900"
} | starcoder | <reponame>ga-explorer/GeometricAlgebraLib
using System.Collections.Generic;
using GeometricAlgebraFulcrumLib.Processors.ScalarAlgebra;
namespace GeometricAlgebraFulcrumLib.Algebra.PolynomialAlgebra.Basis
{
public interface IPolynomialBasisSet<T>
{
IScalarAlgebraProcessor<T> ScalarProcessor { get; }
... | 2.034829 | 95ae0730f183c9afdd475739f0c6b68f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840681 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "macekkrystof/personal-website",
"max_stars_repo_path": "Shared/Models/Biography/Language.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159901"
} | starcoder | namespace PersonalWebsite.Shared.Models
{
public class Language
{
public string Name { get; set; }
public string Level { get; set; }
}
} | 1.805763 | 2becdddd2f3a1e26f2dfc13cd3e8d997 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840682 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "joaoGoncalves81/GrocerySales",
"max_stars_repo_path": "src/Web/SalesWeb/ViewModels/MainBannerViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159902"
} | starcoder | <gh_stars>0
using System.Collections.Generic;
namespace SalesWeb.ViewModels
{
public class MainBannerViewModel
{
public string PictureUri { get; set; }
public string HeadingText { get; set; }
public string ContentText { get; set; }
public string LinkButtonUri { get; set; }
... | 1.691868 | fa1cb1432d678abdded7d9fb2669d920 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840683 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "HackITPro/WRONGHOLE",
"max_stars_repo_path": "Wronghole/Wronghole/ServerTCPTLS.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159903"
} | starcoder | using System;
using System.Net;
using System.Net.Sockets;
using System.Net.Security;
using System.Security.Authentication;
using System.Text;
using System.Security.Cryptography.X509Certificates;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Wronghole
{
public sealed class SslTcpServer... | 2.61937 | 8e48ec9b873e727c1239bd2ec6540309 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840684 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SnowSnakz/PixlSpriter",
"max_stars_repo_path": "LineTool.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159904"
} | starcoder | using PixlSpriter.Undo;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using System.Windows.Media;
namespace PixlSpriter
{
public class LineTool : ToolBase
{
public static LineTool In... | 2.272922 | 55fe7f08413d65d1cda11af84de5e4b8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840685 | {
"extension": "c-sharp",
"max_stars_count": "26.0",
"max_stars_repo_name": "cucmberium/TootNet",
"max_stars_repo_path": "TootNet/Exception/MastodonException.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159905"
} | starcoder | using TootNet.Objects;
namespace TootNet.Exception
{
public class MastodonException : System.Exception
{
public MastodonException(Error error)
: base(error.Description)
{
Error = error;
}
public Error Error { get; set; }
}
}
| 2.250453 | 5139089c9600edf56e4b2f7a0731dd12 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840686 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "patrickCode/AutofacOnFunctions",
"max_stars_repo_path": "archive/AutofacOnFunctions/AutofacOnFunctions/Services/Ioc/Provider/Config/InjectAttributeExtensionConfigProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159906"
} | starcoder | <filename>archive/AutofacOnFunctions/AutofacOnFunctions/Services/Ioc/Provider/Config/InjectAttributeExtensionConfigProvider.cs
using AutofacOnFunctions.Services.Ioc.Provider.Binding;
using Microsoft.Azure.WebJobs.Host.Config;
namespace AutofacOnFunctions.Services.Ioc.Provider.Config
{
public class InjectAttribute... | 1.986591 | 26536f374031e46c48a44b3c3a86adbd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840687 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "VirtoCommerce/mobile-agent-xamarin",
"max_stars_repo_path": "VirtoCommerce.Mobile.SyncModule.Data/Repositories/SyncMobileRepository.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159907"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Data.Entity;
using VirtoCommerce.Mobile.SyncModule.Data.Models;
using VirtoCommerce.Platform.Data.Infrastructure;
using VirtoCommerce.Platform.Data.Infrastructure.Interceptors... | 2.231189 | 25bdea85ed8ec3d3b8a4bcd28073f450 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840688 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "adibradfield/MongoDelta",
"max_stars_repo_path": "MongoDelta/MongoDelta.Benchmarking/Benchmarks/InsertBenchmarks.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159908"
} | starcoder | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using BenchmarkDotNet.Attributes;
using MongoDB.Driver;
using MongoDelta.Benchmarking.Models;
namespace MongoDelta.Benchmarking.Benchmarks
{
public class InsertBenchmarks
{
[Params(1, 50, 500)]
public int NumberOfRec... | 2.578142 | f5cab28be1f3a2a6ad2dcb03a2a946dc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840689 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jhilgeman/BasicCalendar",
"max_stars_repo_path": "BasicCalendar/CalendarDay.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159909"
} | starcoder | namespace BasicCalendar
{
partial class CalendarDay
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/... | 2.177611 | 0272655038afe91b35e0b5003d08e3e7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840690 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Gartenschlaeger/Atomic",
"max_stars_repo_path": "Atomic/AppContents.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159910"
} | starcoder | using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Content;
using PureFreak.TileMore.Graphics;
using System;
namespace Atomic
{
public class AppContents
{
private BitmapFont _defaultFont;
private TextureAtlasRegion[] _atomRegions;
private TextureAtlasRegion _hConnection;
... | 2.508948 | 256129d9afc109f86ec0eb11d38dc31c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840691 | {
"extension": "c-sharp",
"max_stars_count": "55.0",
"max_stars_repo_name": "Kolomona/REvernus",
"max_stars_repo_path": "REvernus/Utilities/StatusHandle.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159911"
} | starcoder | <filename>REvernus/Utilities/StatusHandle.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace REvernus.Utilities
{
public class StatusHandle : Status, IDisposable
{
public new string StatusText { get; set; } = "";
public int NumActivities { get; set; } = 0;
... | 2.418363 | 87bc8dcefb1ddd68759fae4039080baa |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840692 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "vgromfeld/Graph-Controls",
"max_stars_repo_path": "Microsoft.Toolkit.Graph.Controls/Providers/CommonProviderBehaviorBase.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159912"
} | starcoder | <reponame>vgromfeld/Graph-Controls
// 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.
#if DOTNET
using System.Windows;
using Microsoft.Toolkit.Wpf.UI.Behaviors;
#else... | 1.365384 | b3287b75425777fb5f1e1037005de004 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840693 | {
"extension": "c-sharp",
"max_stars_count": "30.0",
"max_stars_repo_name": "stratisproject/BlockchainExplorer",
"max_stars_repo_path": "AzureIndexer/Stratis.Features.AzureIndexer/IndexTasks/IndexTableEntitiesTaskBase.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159913"
} | starcoder | namespace Stratis.Features.AzureIndexer.IndexTasks
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Exte... | 2.156119 | f2bab5113ea9cbbbc22f5a2d556e3228 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840694 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nelson1987/COTI",
"max_stars_repo_path": "Projeto.Application/ViewModels/Produtos/ProdutoEdicaoViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159914"
} | starcoder | using System.ComponentModel.DataAnnotations;
namespace Projeto.Application.ViewModels.Produtos
{
public class ProdutoEdicaoViewModel
{
[Required(ErrorMessage = "Informe o Id do Produto.")]
public int IdProduto { get; set; }
[MinLength(3, ErrorMessage = "Informe no mínimo {1} caractere... | 2.333342 | 0c1944143bd84e4b01a308b29132289e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840695 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "SinsofSloth/RF5-global-metadata",
"max_stars_repo_path": "BehaviorDesigner/Runtime/SharedVector3.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159915"
} | starcoder | [Serializable]
public class SharedVector3 : SharedVariable<Vector3> // TypeDefIndex: 10897
{
// Methods
// RVA: 0x20DBC10 Offset: 0x20DBD11 VA: 0x20DBC10
public static SharedVector3 op_Implicit(Vector3 value) { }
// RVA: 0x20DBCD0 Offset: 0x20DBDD1 VA: 0x20DBCD0
public void .ctor() { }
}
| 1.391304 | 25e2dbf746f7ad7ea3cc80bfe13418e4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840696 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "xQwexx/Aurora",
"max_stars_repo_path": "Project-Aurora/Project-Aurora/Profiles/Minecraft/MinecraftKeyBinding.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159916"
} | starcoder | using Aurora.Devices;
using Aurora.Settings;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Aurora.Profiles.Minecraft {
public class MinecraftKeyBinding {
public int keyCode;
public string modifier;
public string context;
/// <summary>
... | 2.822015 | 0a7c8b331f18fa10fdc4caa31a0d9833 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840697 | {
"extension": "c-sharp",
"max_stars_count": "21.0",
"max_stars_repo_name": "ThatGamerBlue/HexSolver",
"max_stars_repo_path": "HexSolver/Solver/HexNeighborHint.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159917"
} | starcoder | <gh_stars>10-100
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
namespace HexSolver.Solver
{
enum HexNeighborHintType
{
NORMAL,
CONSECUTIVE,
NONCONSECUTIVE
}
class HexNeighborHint : HexHint
{
public readonly HexagonCell Source;
public HexNeighb... | 2.840353 | 841a8ac8eb4c684552e2e8b69f3e1801 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840698 | {
"extension": "c-sharp",
"max_stars_count": "17923.0",
"max_stars_repo_name": "ffMathy/roslyn",
"max_stars_repo_path": "src/Compilers/Test/Core/Platform/CoreClr/CoreCLRRuntimeEnvironmentFactory.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159918"
} | 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.
#nullable disable
#if NETCOREAPP
using System;
using System.Collections.Generic;
using Roslyn.Test.Utilities;
na... | 1.204874 | 0a67cdc02568271d5d15faeb0566dc8f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840699 | {
"extension": "c-sharp",
"max_stars_count": "29.0",
"max_stars_repo_name": "yiqju/rtable",
"max_stars_repo_path": "library/ReplicatedTableQuorumWriteResult.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159919"
} | starcoder | <gh_stars>10-100
// azure-rtable ver. 0.9
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// MIT License
//
// 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 ... | 2.04611 | 861b5642c6c937ff5f4b580632f06ffe |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840700 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "IvanGIvanov/ASP.NET-Core-PoolDays",
"max_stars_repo_path": "PoolDays/Services/Pools/Models/PoolCategoryServiceModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159920"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace PoolDays.Models.Pools
{
public class PoolCategoryServiceModel
{
public int Id { get; init; }
public string Name { get; init; }
public int Type { get; set; }
}
}
| 1.620911 | be6741d13052cf1b534201cb7f8bfdf2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840701 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mmitti/dotnet-wavparser",
"max_stars_repo_path": "WAVParser/LibFLAC.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159921"
} | starcoder | using System;
using System.Runtime.InteropServices;
namespace LibFLACSharp
{
/// <summary>
/// C# (.NET) Wrapper for the libFlac library (Written in C++)
/// </summary>
/// <remarks>
/// Based a .NET/C# Interop wrapper by <NAME> -
/// http://stoyanoff.info/blog/2010/07/26/decod... | 2.355353 | c0cc214bbfebe0e6b516856600634783 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840702 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "PacktPublishing/Serverless-Architecture-with-Azure",
"max_stars_repo_path": "Session Code Samples/Serverless-Functions/TelemetryData.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159922"
} | starcoder | <reponame>PacktPublishing/Serverless-Architecture-with-Azure
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ServerlessFunctions
{
public class TelemetryData
{
public string devicename { get; set; }
publ... | 1.978553 | 52dbaf1f40ad8b82a4d93b8740603d82 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840703 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "aochmann/SImpl.SearchModule",
"max_stars_repo_path": "src/SImpl.SearchModule.ElasticSearch/Application/CommandHandlers/IndexCommandHandler.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159923"
} | starcoder | <reponame>aochmann/SImpl.SearchModule
using System;
using System.Linq;
using System.Threading.Tasks;
using Nest;
using SImpl.CQRS.Commands;
using SImpl.SearchModule.Abstraction.Commands;
using SImpl.SearchModule.Abstraction.Models;
using SImpl.SearchModule.ElasticSearch.Application.Services;
using SImpl.SearchModule.E... | 2.004643 | 966191ae6fd52eed4950aa29555b52b6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840704 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "DamiaoCastro/TransparentApiClient.Google",
"max_stars_repo_path": "TransparentApiClient.Google.Gmail.V1/Schema/ListSmimeInfoResponse.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159924"
} | starcoder | <gh_stars>1-10
using System.Collections.Generic;
using Newtonsoft.Json;
namespace TransparentApiClient.Google.Gmail.V1.Schema {
public class ListSmimeInfoResponse {
/// <summary>
/// List of SmimeInfo.
/// </summary>
public IEnumerable<SmimeInfo> smimeInfo { get; set; }
}
} | 1.583295 | 2151aa00ae89f610fe87343c810f13e2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840705 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "urahnung/webplatform",
"max_stars_repo_path": "src/Core/Logging/Logging.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159925"
} | starcoder | <filename>src/Core/Logging/Logging.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WebPlatform.Core.Composition;
using WebPlatform.Core.Validation;
namespace WebPlatform.Core.Logging
{
/// <summary>
/// Provides logging extensions.
... | 2.602702 | 25c4a74294311e99b6a2ad731875c75c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840706 | {
"extension": "c-sharp",
"max_stars_count": "461.0",
"max_stars_repo_name": "RichLogan/unity-atoms",
"max_stars_repo_path": "Packages/BaseAtoms/Runtime/EventReferenceListeners/StringPairEventReferenceListener.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159926"
} | starcoder | <gh_stars>100-1000
using UnityEngine;
namespace UnityAtoms.BaseAtoms
{
/// <summary>
/// Event Reference Listener of type `StringPair`. Inherits from `AtomEventReferenceListener<StringPair, StringPairEvent, StringPairEventReference, StringPairUnityEvent>`.
/// </summary>
[EditorIcon("atom-icon-or... | 1.732564 | 3b7effad6c61bd168d885bfd5614c00c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840707 | {
"extension": "c-sharp",
"max_stars_count": "19.0",
"max_stars_repo_name": "atauenis/fcmd",
"max_stars_repo_path": "InputBox.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159927"
} | starcoder | /* The File Commander - InputBox
* The dialog box for asking the user (like VBA InputBox)
* (C) The File Commander Team - https://github.com/atauenis/fcmd
* (C) 2013-14, <NAME> (<EMAIL>)
* Contributors should place own signs here.
*/
namespace fcmd{
/// <summary>The dialog box for asking the user</summary>
publ... | 2.678046 | dd0666d8be38227397385488d0c78452 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840708 | {
"extension": "c-sharp",
"max_stars_count": "324.0",
"max_stars_repo_name": "dsychin/RiotSharp",
"max_stars_repo_path": "RiotSharp/Endpoints/StaticDataEndpoint/ReforgedRune/Cache/ReforgedRuneListStaticWrapper.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159928"
} | starcoder | <gh_stars>100-1000
using RiotSharp.Misc;
using System.Collections.Generic;
using Newtonsoft.Json;
namespace RiotSharp.Endpoints.StaticDataEndpoint.ReforgedRune.Cache
{
internal class ReforgedRuneListStaticWrapper
{
public Language Language { get; }
public string Version { get; }
[Json... | 2.144379 | b5e3612672930cbe2cc1cb08cc41abb0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840709 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "MunkiWinchester/WpfUtility",
"max_stars_repo_path": "Sample/UserControls/LogViewerViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159929"
} | starcoder | using System;
using System.Collections.ObjectModel;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Input;
using NLog;
using WpfUtility.Services;
namespace Sample.UserControls
{
public class LogViewerViewModel : ObservableObject
{
private bool _backgroundSending;
pri... | 2.595862 | 5a8578b029083d2ee5c06a7673eb3ee7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840710 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "PawelGerr/Thinktecture.Runtime.Extensions",
"max_stars_repo_path": "test/Thinktecture.Runtime.Extensions.Tests.Shared/TestEnums/EnumWithDerivedType.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159930"
} | starcoder | namespace Thinktecture.Runtime.Tests.TestEnums
{
public partial class EnumWithDerivedType : IValidatableEnum<int>
{
public static readonly EnumWithDerivedType Item1 = new(1);
public static readonly EnumWithDerivedType ItemOfDerivedType = new DerivedEnum(2);
public static readonly EnumWithD... | 2.529827 | 34db5f7eb76a4a4905e7bbcc5369ed02 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8840711 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "uvbs/FullSource",
"max_stars_repo_path": "Source/Source/Tools/GameDesignerEditor/Controls/luaEditor/fireball_src/Fireball.Windows.Forms/Windows/Forms/FormatLabelWord.cs",
"provenance": "train-00027-of-00045.jsonl.gz:159931"
} | starcoder | #region Fireball License
// Copyright (C) 2005 <NAME> sebastian{at}dotnetfireball{dot}net
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of th... | 2.248123 | 2ff6152d8f79467f0ab1228a965b00cc |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.