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 | 8839112 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "markcowl/azure-activedirectory-library-for-dotnet",
"max_stars_repo_path": "tests/Test.ADAL.Common/SerializationHelper.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158332"
} | starcoder | //----------------------------------------------------------------------
// Copyright (c) Microsoft Open Technologies, Inc.
// All Rights Reserved
// Apache License 2.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 o... | 2.199724 | 9e2fb82305b29fbb0a68665f8ede9b4e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839113 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "RIDICS/ITJakub",
"max_stars_repo_path": "UJCSystem/Vokabular.OaiPmhImportManager/AutoMapperProfiles/OaiPmhRepositoryInfoProfile.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158333"
} | starcoder | using AutoMapper;
using Vokabular.MainService.DataContracts.Contracts.OaiPmh;
using Vokabular.OaiPmhImportManager.Model;
namespace Vokabular.OaiPmhImportManager.AutoMapperProfiles
{
public class OaiPmhRepositoryInfoProfile : Profile
{
public OaiPmhRepositoryInfoProfile()
{
CreateMa... | 1.705681 | 7491f3833de7a8bc2db21ba9dd1a5349 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839114 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "T1ti/WoWDatabaseEditor",
"max_stars_repo_path": "WDE.SmartScriptEditor/Services/SmartScriptBaseFindAnywhereSource.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158334"
} | starcoder | <gh_stars>0
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using WDE.Common;
using WDE.Common.Database;
using WDE.Common.Services.FindAnywhere;
using WDE.Common.Solution;
using WDE.Common.Utils;
using WDE.SmartScriptEditor.Data;
using WDE.SmartScriptEditor.Editor;
namespace WDE... | 1.931815 | c5215151ffb39b0d7b187fb7538168da |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839115 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BlauhausTechnology/Realtime",
"max_stars_repo_path": "src/Blauhaus.Realtime.Client.SignalR/HubProxy/IHubConnectionProxy.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158335"
} | starcoder | using System;
using System.Threading;
using System.Threading.Tasks;
using Blauhaus.Realtime.Abstractions.Server;
using CSharpFunctionalExtensions;
using Microsoft.AspNetCore.SignalR.Client;
namespace Blauhaus.Realtime.Client.SignalR.HubProxy
{
public interface IHubConnectionProxy
{
void Initialize(Hub... | 1.899747 | 6ded03ad28efd5079c1e6ada9cb7551e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839116 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lapd87/SoftUniProgrammingBasicsCSharp",
"max_stars_repo_path": "ProgrammingBasicsCSharp/2017.03.19.2/02Styrofoam/Styrofoam.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158336"
} | starcoder | using System;
class Styrofoam
{
static void Main()
{
double budget = double.Parse(Console.ReadLine());
double houseArea = double.Parse(Console.ReadLine());
int windowsCount = int.Parse(Console.ReadLine());
double styrofoamPackArea = double.Parse(Console.ReadLine());
dou... | 3.623989 | 44ae214af29975f89d10a6d6f726e8f3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839117 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "ylatuya/oxyplot",
"max_stars_repo_path": "Source/Examples/ExampleLibrary/Examples/LogarithmicAxisExamples.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158337"
} | starcoder | <reponame>ylatuya/oxyplot
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="LogarithmicAxisExamples.cs" company="OxyPlot">
// The MIT License (MIT)
//
// Copyright (c) 2012 <NAME>
//
// Permission is hereby granted, f... | 1.977419 | 84fcd2dfd81cedb0be85291400dcd672 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839118 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rubilnik4/VeraBoutique",
"max_stars_repo_path": "BoutiqueDTO/Models/Implementations/Clothes/GenderTransfers/GenderCategoryTransfer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158338"
} | starcoder | using System.Collections.Generic;
using BoutiqueCommon.Models.Common.Implementations.Clothes.Genders;
using BoutiqueCommon.Models.Common.Interfaces.Clothes.Genders;
using BoutiqueCommon.Models.Enums.Clothes;
using BoutiqueDTO.Models.Implementations.Clothes.CategoryTransfers;
using BoutiqueDTO.Models.Implementations.Cl... | 2.385744 | b5de995b535168f8566b2fbfd22f2a90 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839119 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "tjanczuk/kudu",
"max_stars_repo_path": "Kudu.Contracts/Tracing/TraceExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158339"
} | starcoder | using System;
using System.Collections.Generic;
namespace Kudu.Contracts.Tracing
{
public static class TraceExtensions
{
private static readonly Dictionary<string, string> _empty = new Dictionary<string, string>();
public static IDisposable Step(this ITracer tracer, string message)
{
... | 2.568719 | 790701a76fda70e64b536554ba228353 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839120 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "uk-gov-mirror/SkillsFundingAgency.das-forecasting-tool",
"max_stars_repo_path": "src/SFA.DAS.Forecasting.Web/Views/Shared/_validationErrors.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:158340"
} | starcoder |
@if (!ViewContext.ViewData.ModelState.IsValid)
{
<div class="error-summary validation-summary-details error-summary-with-sticky-header" role="alert" aria-labelledby="error-summary-heading" tabindex="-1">
<h2 class="heading-medium error-summary-heading" id="error-summary-heading">
Errors to fix... | 2.621979 | 5f07dd6d16f4ebfc517799322f5118f3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839121 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "jensandresen/clee",
"max_stars_repo_path": "src/Clee.Core/SystemCommands/CommandInformation.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158341"
} | starcoder | <reponame>jensandresen/clee<filename>src/Clee.Core/SystemCommands/CommandInformation.cs
namespace Clee.SystemCommands
{
internal class CommandInformation
{
public string Name { get; set; }
public string Description { get; set; }
}
} | 1.513772 | 7df47d391c65324590f3bea920cac8a9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839122 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JoonghyunCho/TestBed",
"max_stars_repo_path": "src/Core/src/Handlers/ProgressBar/ProgressBarHandler.Tizen.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158342"
} | starcoder | using Tizen.UIExtensions.ElmSharp;
using EColor = ElmSharp.Color;
using EProgressBar = ElmSharp.ProgressBar;
namespace Microsoft.Maui.Handlers
{
public partial class ProgressBarHandler : ViewHandler<IProgress, EProgressBar>
{
protected virtual EColor DefaultColor => ThemeConstants.ProgressBar.ColorClass.Default;
... | 2.093456 | d4fed6b56b5768aecbed97b864eecb9e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839123 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Kenttleton/TMI",
"max_stars_repo_path": "Timer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158343"
} | starcoder | <reponame>Kenttleton/TMI<filename>Timer.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace TMI
{
class Timer
{
}
}
| 1.029928 | 2292602a3ed3d131160e5de0e9fadf3d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839124 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "fossabot/FreeSql.Natasha.Extension",
"max_stars_repo_path": "FreeSql.Natasha.Extension/Template/PropTemplate.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158344"
} | starcoder | using System.Collections.Immutable;
using System.Linq;
namespace FreeSql.Natasha.Extension
{
public class PropTemplate<TEntity> : BaseTemplate<TEntity> where TEntity : class
{
public PropTemplate(IFreeSql freeSql) : base(freeSql)
{
}
private static readonly ImmutableHashSet<s... | 2.707896 | 137436efb28fa68c359bf0a1dfce5389 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839125 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FlorianAllmer/WkstPlaner",
"max_stars_repo_path": "Model/context/ISetingsStorage.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158345"
} | starcoder | namespace HtlWeiz.WkstPlaner.Model.context
{
public interface ISetingsStorage<T>
{
void WriteSettings( T settings);
void ReadSettingsTo(ref T settings);
}
} | 1.815342 | 7c2a38cd579a9d097480485023e79d03 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839126 | {
"extension": "c-sharp",
"max_stars_count": "25.0",
"max_stars_repo_name": "LEM-13/Ika",
"max_stars_repo_path": "Programs/IkariamBots/Ikariambots/Search.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158346"
} | starcoder | namespace IkariamBots
{
partial class Search
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param... | 1.960516 | 4977d86cdca272474a8884f2d910cd6a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839127 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "HelpMyStreet/front-end",
"max_stars_repo_path": "HelpMyStreetFE/HelpMyStreetFE/Services/Groups/IGroupService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158347"
} | starcoder | using HelpMyStreet.Contracts.GroupService.Response;
using HelpMyStreet.Utils.Enums;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using HelpMyStreet.Utils.Models;
using HelpMyStreetFE.Models.RequestHelp;
using HelpMyStreet.Contracts;
namespace HelpMyStreetFE.Services.Groups
{... | 1.734624 | c4e51e88f29d97a63b77d8a10ebb0f77 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839128 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "OniqLoshiq/OfficeManagerMini",
"max_stars_repo_path": "OfficeManagerMini/01_Data/OMM.Data/Seeding/DepartmentSeeder.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158348"
} | starcoder | using OMM.Domain;
using System.Linq;
namespace OMM.Data.Seeding
{
public class DepartmentSeeder : ISeeder
{
private readonly OmmDbContext context;
public DepartmentSeeder(OmmDbContext context)
{
this.context = context;
}
public void Seed()
{
... | 2.894269 | eecc136bd3a0be6f857974cf20950cf5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839129 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Jacob-Mc-kenzie/Console-Graphics.V2",
"max_stars_repo_path": "CompactGraphics/PixelGrid.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158349"
} | starcoder | <reponame>Jacob-Mc-kenzie/Console-Graphics.V2<filename>CompactGraphics/PixelGrid.cs
using System;
using System.Collections.Generic;
using ComapactGraphicsV2;
namespace ComapactGraphicsV2
{
public class PixelGrid : Widget
{
static char pLower = '▄';
static char tempT = ';';
static char ... | 2.994782 | eb85803f02c9f879db9963b4ab703d26 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839130 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "Dolfik1/Mappy",
"max_stars_repo_path": "Mappy/Converters/BaseConverter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158350"
} | starcoder | <gh_stars>1-10
namespace Mappy.Converters
{
public struct BaseConverter : ITypeConverter
{
public T Convert<T>(object value)
{
if (value == null) return default(T);
var type = typeof(T);
if (value.GetType() != type)
{
return (T)Sy... | 2.913619 | 88c9b79d57a95304fee73f97ba216436 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839131 | {
"extension": "c-sharp",
"max_stars_count": "650.0",
"max_stars_repo_name": "dariabokareva/vk",
"max_stars_repo_path": "VkNet.Tests/Categories/Ads/GetMusiciansByIdsTest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158351"
} | starcoder | <filename>VkNet.Tests/Categories/Ads/GetMusiciansByIdsTest.cs
using NUnit.Framework;
using VkNet.Tests.Infrastructure;
namespace VkNet.Tests.Categories.Ads
{
[TestFixture]
public class GetMusiciansByIdsTest : CategoryBaseTest
{
protected override string Folder => "Ads";
[Test]
public void GetMusiciansByIds(... | 2.568421 | eeb2219362f2ea64206c2bd857feb9c1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839132 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Pankaj-chhatani/stumps",
"max_stars_repo_path": "src/test/unit/Stumps.Base.Tests/MockHandler.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158352"
} | starcoder | <gh_stars>1-10
namespace Stumps
{
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Stumps.Http;
internal class MockHandler : IHttpHandler
{
private readonly List<Tuple<string, string>> _headers;
private byte[] _body;
... | 2.553853 | 4e80fc97aad5c7d8a27db968ce6ff4c1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839133 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "miroiu/NodeBasedEditor",
"max_stars_repo_path": "VEdit.Editor/Breakpoint.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158353"
} | starcoder | <reponame>miroiu/NodeBasedEditor
using System.Collections.ObjectModel;
using VEdit.Common;
namespace VEdit.Editor
{
public class Breakpoint : NamedAction
{
public Node Node { get; }
public Breakpoint(Node node, ICommand command) : base($"{node.FullName} -> Project: {node.Graph.ProjectId}", co... | 2.287888 | 20077f1e9fddbc9049477524c5ab019c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839134 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "cosoria/WebApiReferenceImpl",
"max_stars_repo_path": "src/Core/Logging/ILoggerFactory.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158354"
} | starcoder | using System;
namespace WebApiReferenceImpl.Core.Logging
{
public interface ILoggerFactory
{
ILogger Create();
ILogger Create(object instance);
ILogger Create(Type instanceType);
}
} | 1.681523 | bc0ee6408ff37a1d31925c84b2615a7b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839135 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "fsmb/ua-api",
"max_stars_repo_path": "samples/csharp/UaApiSample/Generated/Models/School.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158355"
} | starcoder | <reponame>fsmb/ua-api
// Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
namespace Fsmb.Apis.Ua.Clients.Models
{
using System;
using System.Linq;
using System.Collections.Generic;
using Ne... | 2.189579 | 2765915ee41c144d18b693c46b81d14a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839136 | {
"extension": "c-sharp",
"max_stars_count": "43.0",
"max_stars_repo_name": "atkins126/I18N",
"max_stars_repo_path": "Samples/ASP.NET/Core/MachineTranslationLibrary/MicrosoftTranslator.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158356"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Http;
using System.Text;
using System.Web;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace Soluling.MachineTranslation
{
public class LanguageItem
{
public string Id { get; set; }
public string Name { get; set; ... | 2.518686 | 031fddea1031a01dcc752f66e3446dc6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839137 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "csarp-wpf-mvvm/calculator_task",
"max_stars_repo_path": "Calculator/Model/CalculatorEventArgs.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158357"
} | starcoder | using System;
namespace MVVM.Calculator.Model
{
/// <summary>
/// Számológép eseményargumentum típusa.
/// </summary>
public class CalculatorEventArgs : EventArgs
{
private Double result;
private String calculationString;
/// <summary>
/// Eredmény lekérdezése.
... | 3.041328 | bb3ccbb4fb396987e00e39783290b175 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839138 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "vienitdev/APack.Training_SearchList",
"max_stars_repo_path": "Archpack.Training/ArchUnits/RoleBaseAuth/V1/Data/RolePermissions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158358"
} | starcoder | <reponame>vienitdev/APack.Training_SearchList
namespace Archpack.Training.ArchUnits.RoleBaseAuth.V1.Data
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Data.Entity.Spatial;
public pa... | 1.559618 | b1bd1fb55e9f7d95961ec01b7c12d79c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839139 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "draekien/Draekien.CleanVerticalSlice.Common",
"max_stars_repo_path": "Src/Draekien.CleanVerticalSlice.Common.Application/Mappings/IMapFrom.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158359"
} | starcoder | <filename>Src/Draekien.CleanVerticalSlice.Common.Application/Mappings/IMapFrom.cs
using AutoMapper;
namespace Draekien.CleanVerticalSlice.Common.Application.Mappings
{
public interface IMapFrom<T>
{
/// <summary>
/// Creates a default mapping profile from the source type T to the destin... | 2.637179 | 5cd1904e2e2217db354d1327b7198528 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839140 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "modi00012/GameFramework",
"max_stars_repo_path": "GameFramework/Base/Log/GameFrameworkLogLevel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158360"
} | starcoder | <gh_stars>1-10
//------------------------------------------------------------
// Game Framework
// Copyright © 2013-2020 <NAME>. All rights reserved.
// Homepage: https://GameFramework.cn/
// Feedback: mailto:<EMAIL>
//------------------------------------------------------------
namespace GX
{
/// <summa... | 2.236594 | 964b1331fec0fa75e2142c81f2506119 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839141 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Vladimir-Zakharenkov/Jon-Skit-CS-In-Depth-3edition",
"max_stars_repo_path": "Code/OtherChapters/Chapter09/MultipleArgumentInference.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158361"
} | starcoder | using System;
using System.ComponentModel;
namespace Chapter09
{
[Description("Listing 9.14")]
class MultipleArgumentInference
{
static void PrintType<T>(T first, T second)
{
Console.WriteLine(typeof(T));
}
static void Main()
{
PrintType(1, ... | 2.618305 | 374586a7f45e391c1ff118f4c8bc9857 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839142 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MCRen88/Model-CEMMA--Multilevel-Selection",
"max_stars_repo_path": "SOSIEL_CEMMA/Output/OutputStats.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158362"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
namespace SOSIEL_CEMMA.Output
{
class OutputStats
{
public int Iteration { get; set; }
public double PropOfContribInPop { get; set; }
public double PropOfContripInAvePool { get; set; }
public double D... | 1.605084 | a16fef9c1b1a456afbc02621426f707d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839143 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "fntc/Plato.Core",
"max_stars_repo_path": "src/Plato.Messaging.RMQ/Settings/RMQConsumerSettings.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158363"
} | starcoder | // Plato.Core
// Copyright (c) 2020 ReflectSoftware Inc.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
namespace Plato.Messaging.RMQ.Settings
{
/// <summary>
///
/// </summary>
public c... | 2.236168 | 547c2b568decf1990179c4306d9b53fc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839144 | {
"extension": "c-sharp",
"max_stars_count": "12.0",
"max_stars_repo_name": "jaybz/TouchPortalAPI",
"max_stars_repo_path": "TouchPortalApi/Models/Initialization/PairRequest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158364"
} | starcoder | namespace TouchPortalApi.Models.Initialization {
internal class PairRequest {
public string Type => "pair";
public string Id { get; set; }
}
}
| 1.317605 | 1ac517cc845e6c3eb676f15f1061da95 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839145 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Vakuzar/Multithreaded-Blood-Sim",
"max_stars_repo_path": "Blood/Library/PackageCache/com.unity.collab-proxy@1.3.7/Tests/Editor/Models/StartModelTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158365"
} | starcoder | version https://git-lfs.github.com/spec/v1
oid sha256:c5cce4c20b278bc3e5549521d9c6afed3c594fb76df94abd068688d4704740c1
size 6910
| 1.041087 | 3fa3ea9d7f148efa9076a46166244e55 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839146 | {
"extension": "c-sharp",
"max_stars_count": "568.0",
"max_stars_repo_name": "NicolaAtorino/NBench",
"max_stars_repo_path": "src/NBench/Sdk/DefaultBenchmarkAssertionRunner.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158366"
} | starcoder | // Copyright (c) Petabridge <https://petabridge.com/>. All rights reserved.
// Licensed under the Apache 2.0 license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using NBench.Reporting;
namespace NBench.Sd... | 2.37933 | 508dbdb141b863e536a7b3c2a86336b2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839147 | {
"extension": "c-sharp",
"max_stars_count": "269.0",
"max_stars_repo_name": "gaelgael5/edi",
"max_stars_repo_path": "src/MiniUML.Plugins.UmlClassDiagram/ToolBox/ViewModel/ToolBoxControlViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158367"
} | starcoder | <gh_stars>100-1000
namespace MiniUML.Plugins.UmlClassDiagram.ToolBox.ViewModel
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using MiniUML.Framework.helpers;
using MiniUML.Plugins.UmlClassDiagram.Controls.ViewModel.UmlElements;
/// <summary>
/// A viewmodel cl... | 2.504928 | 0a765167bcc43da9dc1aa52c14c65ce2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839148 | {
"extension": "c-sharp",
"max_stars_count": "22.0",
"max_stars_repo_name": "circlelee1981/INC.Runtime.Queue",
"max_stars_repo_path": "INC.Runtime.Queue.Test/QueueManagerTestClass.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158368"
} | starcoder | <reponame>circlelee1981/INC.Runtime.Queue
using INC.Runtime.Queue;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Threading.Tasks;
namespace INC.Queue.Test
{
[TestClass]
public class QueueManagerTestClass
{
public static int count = 0;
[TestMethod]
pu... | 2.597523 | 079ab07f542200c21b931c73fe08288d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839149 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "MrMYX/StartingUnity2D",
"max_stars_repo_path": "Introducing/Library/PackageCache/com.unity.visualscripting@1.5.2/Editor/VisualScripting.Flow/Ports/InvalidInputWidget.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158369"
} | starcoder | <filename>Introducing/Library/PackageCache/com.unity.visualscripting@1.5.2/Editor/VisualScripting.Flow/Ports/InvalidInputWidget.cs
using UnityEngine;
namespace Unity.VisualScripting
{
[Widget(typeof(InvalidInput))]
public class InvalidInputWidget : UnitInputPortWidget<InvalidInput>
{
public Invalid... | 1.593957 | bddb76f958c5c86d46b585671b21b12f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839150 | {
"extension": "c-sharp",
"max_stars_count": "352.0",
"max_stars_repo_name": "LZhenHong/HTFramework",
"max_stars_repo_path": "RunTime/Event/Events/EventTaskPointStart.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158370"
} | starcoder | <filename>RunTime/Event/Events/EventTaskPointStart.cs
namespace HT.Framework
{
/// <summary>
/// 任务点开始事件(三型事件)
/// </summary>
public sealed class EventTaskPointStart : EventHandlerBase
{
/// <summary>
/// 任务点对象
/// </summary>
public TaskPointBase TaskPoint { get; pri... | 2.687798 | b5d997309f1b499cba9beaba736e6db0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839151 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "twoutlook/BlazorServerDbContextExample",
"max_stars_repo_path": "BlazorServerEFCoreSample/T0001/HandleLog.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158371"
} | starcoder | // <auto-generated> This file has been auto generated by EF Core Power Tools. </auto-generated>
using System;
using System.Collections.Generic;
#nullable disable
namespace T0001
{
public partial class HandleLog
{
public string Id { get; set; }
public string Userno { get; set; }
... | 1.191975 | 3293564c677c1a82638f852fa3cefc5e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839152 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "findechris/vue-expenses",
"max_stars_repo_path": "vue-expenses-api/Migrations/20210810205710_ExpensesNewFields.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158372"
} | starcoder | using Microsoft.EntityFrameworkCore.Migrations;
namespace vue_expenses_api.Migrations
{
public partial class ExpensesNewFields : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.AddColumn<int>(
name: "ExpenseId",
... | 1.759247 | 1c221c75327f13a8e3783e0d741e4770 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839153 | {
"extension": "c-sharp",
"max_stars_count": "46.0",
"max_stars_repo_name": "max-ieremenko/ServiceModel.Grpc",
"max_stars_repo_path": "Sources/ServiceModel.Grpc/Internal/ContractDescription.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158373"
} | starcoder | <filename>Sources/ServiceModel.Grpc/Internal/ContractDescription.cs
// <copyright>
// Copyright 2020 <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/l... | 2.224793 | 8c010e4c68aa7930d77b308d8fa9fe74 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839154 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MiruFx/Miru.Userfy.Invitable",
"max_stars_repo_path": "samples/AltBank/src/AltBank/Features/CurrentAttributes.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158374"
} | starcoder | using Miru.Scopables;
using Miru.Userfy;
namespace AltBank.Features;
public class CurrentAttributes : ICurrentAttributes
{
private bool _initialized;
private readonly Current _current;
private readonly AppDbContext _db;
private readonly ICurrentUser _currentUser;
public CurrentAttributes(
... | 2.189256 | e1daacd1dbada529e0dc0f6ca0734fe3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839155 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SC-Poc/CommonDotNetLibraries",
"max_stars_repo_path": "src/Lykke.Common/Log/Obsolete/LogToConsole.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158375"
} | starcoder | <filename>src/Lykke.Common/Log/Obsolete/LogToConsole.cs
using System;
using System.Threading.Tasks;
using AsyncFriendlyStackTrace;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.PlatformAbstractions;
namespace Common.Log
{
[Obsolete("Use new logging system and call logging.AddLykkeConsole() in sta... | 2.659491 | 6fc697349dd1d0d6ead5ed25b812fd48 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839156 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "concept-practice/n-base",
"max_stars_repo_path": "FromCoderToEngineer.Builder/FromCoderToEngineer.Builder/Entity.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158376"
} | starcoder | <reponame>concept-practice/n-base<gh_stars>0
namespace FromCoderToEngineer.Builder
{
using System;
public abstract class Entity
{
protected Entity(Guid id)
: this()
{
Id = id;
}
protected Entity()
{
}
public Guid Id { get; p... | 2.309093 | f6937539a43f08aba42f24b36ad4d40e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839157 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "abjerner/Skybrud.Social.GitHub",
"max_stars_repo_path": "src/Skybrud.Social.GitHub/Models/Issues/Comments/GitHubComment.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158377"
} | starcoder | <reponame>abjerner/Skybrud.Social.GitHub<filename>src/Skybrud.Social.GitHub/Models/Issues/Comments/GitHubComment.cs
using Newtonsoft.Json.Linq;
using Skybrud.Essentials.Json.Extensions;
using Skybrud.Essentials.Time;
using Skybrud.Social.GitHub.Extensions;
using Skybrud.Social.GitHub.Models.Users;
namespace Skybrud.S... | 2.639092 | 47826a757dc4084d35ec9281c923837a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839158 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "dmanning23/RenderBuddy",
"max_stars_repo_path": "RenderBuddy/RenderBuddy.SharedProject/DirectionLight.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158378"
} | starcoder | using GameTimer;
using Microsoft.Xna.Framework;
namespace RenderBuddy
{
public class DirectionLight : ILight
{
#region Properties
public virtual bool IsDead
{
get
{
return false;
}
}
public Vector3 Direction { get; set; }
public Color Color { get; set; }
#endregio... | 2.529277 | 775dceda545fb380858d87ec3d596aa4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839159 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "kave-cc/csharp-data-processing",
"max_stars_repo_path": "KaVE.FeedbackProcessor/StatisticsUltimate/InteractionStatisticsLogger.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158379"
} | starcoder | /*
* Copyright 2014 Technische Universität Darmstadt
*
* 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 appl... | 2.571909 | 180299f9167c0377de400a7eae4609bf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839160 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "wowsomeco/unity_wowcore",
"max_stars_repo_path": "Runtime/serialization/scripts/CJson.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158380"
} | starcoder | <reponame>wowsomeco/unity_wowcore
using System;
using System.IO;
using System.Text;
using System.Collections.Generic;
namespace Wowsome {
namespace Serialization {
/// <summary>
/// CJson
/// </summary>
/// <description>
/// uses for deserializing a json string to dictionary of string key(s) and... | 3.364751 | cd0f2cc18aeb69eca58d318895b4eb69 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839161 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "MiruFx/Miru",
"max_stars_repo_path": "tests/Miru.PageTesting.Tests/WithinTest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158381"
} | starcoder | <gh_stars>10-100
using Miru.PageTesting;
using NUnit.Framework;
using OpenQA.Selenium;
using Shouldly;
namespace Miru.PageTesting.Tests
{
public class WithinTest
{
private readonly DriverFixture _ = DriverFixture.Get.Value.ForFirefox();
[Test]
public void Can_make_expectations_... | 2.508707 | 9099933e6796577a31f3f141e8bfa2a2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839162 | {
"extension": "c-sharp",
"max_stars_count": "20.0",
"max_stars_repo_name": "ScottColson/Microsoft.Xrm.DevOps.Data",
"max_stars_repo_path": "Microsoft.Xrm.DevOps.Data.PowerShell/Classes/CrmDataPackage.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158382"
} | starcoder | using System;
using System.Collections.Generic;
namespace Microsoft.Xrm.DevOps.Data.PowerShell
{
public class CrmDataPackage
{
public System.Xml.XmlDocument ContentTypes { get; set; }
public System.Xml.XmlDocument Data { get; set; }
public System.Xml.XmlDocument Schema { get; set; }
... | 1.446066 | 42c549e131911e849ef67cf8d5f25e86 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839163 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "HarunAkdogan/OkeyOnline",
"max_stars_repo_path": "Assets/Scripts/Model/SetParant.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158383"
} | starcoder | using UnityEngine;
namespace Model
{
public class SetParant : MonoBehaviour
{
}
} | 1.040101 | 72803077f9dbf5dead7d080a9fcb7391 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839164 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "EdutechSRL/Adevico",
"max_stars_repo_path": "3-Business/3-Modules/lm.Comol.Modules.CallForPapers/Domain/Base/Evaluation/WizardEvaluationStep.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158384"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace lm.Comol.Modules.CallForPapers.Domain.Evaluation
{
[Serializable]
public enum WizardEvaluationStep
{
none = -1,
GeneralSettings = 0,
//GeneralInfo = 1,
FullManageE... | 1.193187 | 4c904eab77747fe223b7e755234d2a26 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839165 | {
"extension": "c-sharp",
"max_stars_count": "110.0",
"max_stars_repo_name": "vchelaru/FlatRedBall",
"max_stars_repo_path": "FRBDK/Glue/Glue/Plugins/ExportedImplementations/GlueState.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158385"
} | starcoder | using System.Collections.Generic;
using FlatRedBall.Glue.Elements;
using FlatRedBall.Glue.SaveClasses;
using FlatRedBall.Glue.Plugins.ExportedInterfaces;
using System.Windows.Forms;
using FlatRedBall.Glue.VSHelpers.Projects;
using FlatRedBall.Glue.Events;
using FlatRedBall.Glue.Data;
using FlatRedBall.Glue.Managers;
u... | 1.792832 | 87eaadd4f53d10e79be3801897ee0bba |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839166 | {
"extension": "c-sharp",
"max_stars_count": "130.0",
"max_stars_repo_name": "URIS-2021-2022/tim-5---fanray-tim-5-fanray",
"max_stars_repo_path": "test/Fan.Blog.Tests/Services/CategoryServiceTest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158386"
} | starcoder | <filename>test/Fan.Blog.Tests/Services/CategoryServiceTest.cs
using Fan.Blog.Data;
using Fan.Blog.Helpers;
using Fan.Blog.Models;
using Fan.Blog.Services;
using Fan.Blog.Services.Interfaces;
using Fan.Exceptions;
using Fan.Settings;
using MediatR;
using Microsoft.Extensions.Caching.Distributed;
using Microsoft.Extensi... | 2.413038 | 145382dd30b7dc24d8097fa72a482e7e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839167 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "sigswtool/mvvm-dialogs",
"max_stars_repo_path": "src/net/Extensions/System/Windows/FrameworkElementExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158387"
} | starcoder | <reponame>sigswtool/mvvm-dialogs
// ReSharper disable once CheckNamespace
namespace System.Windows
{
/// <summary>
/// Extension methods for <see cref="FrameworkElement"/>.
/// </summary>
internal static class FrameworkElementExtensions
{
/// <summary>
/// Gets the owning <see cref=... | 2.433125 | 057a0ed5ae36793b378c08251c87e725 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839168 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kademolaji/MediaProAPI",
"max_stars_repo_path": "SpotzerMediaPro.WebAPI/ServiceCollectionExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158388"
} | starcoder | using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using SpotzerMediaPro.Common.Helpers;
using SpotzerMediaPro.Common.Interfaces;
using SpotzerMediaPro.Contracts.ServiceContracts;
using SpotzerMediaPro.Domain.Helpers;
using SpotzerMediaPro.Services;
using SpotzerMediaPro.Services.Shared;
... | 1.686277 | 6128c7c53f93dae7c33e2e570ed124e3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839169 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "retos/Advent-of-Code",
"max_stars_repo_path": "AdventOfCode2021/Day12/Day12.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158389"
} | starcoder | <gh_stars>0
namespace AdventOfCode2021.Day12;
internal class Day12 : DayBase
{
public override string Title => "--- Day 12: Passage Pathing ---";
public override bool Ignore => true;
public override string Part1(List<string> input, bool isTestRun)
{
List<Cave> caves = ReadInput(input);
... | 2.619233 | 5bf53ad81cd3c20d6900779015703f4a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839170 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "aejmelaeus/SequencedAggregate.Example",
"max_stars_repo_path": "src/Payroll.Domain/PayrollCustomerUser.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158390"
} | starcoder | using System;
using System.Collections.Generic;
namespace Payroll.Domain
{
public class PayrollCustomerUser
{
private readonly HashSet<string> _roles = new HashSet<string>();
public PayrollCustomerUser(Guid id)
{
Id = id;
}
public PayrollCustomerUser(Guid ... | 2.936637 | 56bc7e832ce6680d601f26119ad37423 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839171 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "afumfer/KntScript",
"max_stars_repo_path": "KntScript/KntSEngine.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158391"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using System.Threading;
namespace KntScript
{
public class KntSEngine
{
#region Private members
private bool _visibleInOutDevice;
private Library _functionLibrary;
#endregi... | 2.919338 | 076440cb91e155e9624a31e6429bc062 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839172 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "volodin002/RC-DBA",
"max_stars_repo_path": "Metamodel/IEntityAttribute.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158392"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Reflection;
using System.Text;
namespace RC.DBA.Metamodel
{
public interface IEntityAttribute
{
string Name { get; }
MemberInfo Member { get; }
... | 1.729069 | f6768ba238a076c2be9c21dcb72dd0f0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839173 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gentielezaj/AspNetFileNicluder",
"max_stars_repo_path": "AspNetFileNicluder/Logic/Includers/FileListResultModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158393"
} | starcoder | using EnvDTE;
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AspNetFileNicluder.Logic.Includers
{
public class FileListResultModel
{
public FileListResultModel() { }
... | 2.495998 | d2b5e213f948ebb7cb7f1e3644858f01 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839174 | {
"extension": "c-sharp",
"max_stars_count": "2228.0",
"max_stars_repo_name": "wdolek/StyleCopAnalyzers",
"max_stars_repo_path": "StyleCop.Analyzers/StyleCop.Analyzers/Lightup/.generated/StyleCop.Analyzers.CodeGeneration/StyleCop.Analyzers.CodeGeneration.OperationLightupGenerator/IRangeCaseClauseOperationWrappe... | starcoder | // Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace StyleCop.Analyzers.Lightup
{
using System;
using System.Collections.Immutable;
using Microsoft.CodeAnalysis;
internal readonly s... | 2.19124 | f1892e5570e6d9010707e7e605c5e062 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839175 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "bonesoul/homer",
"max_stars_repo_path": "contrib/uuid.net/Static Classes/UUID Factory/UUID Factory - Create UUID.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158395"
} | starcoder | /*ISC License
Copyright (c) 2019, <NAME>, <EMAIL>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIM... | 2.375829 | 859e9419b6f99e2785bc9921fffc7d34 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839176 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "leloulight/WebSockets",
"max_stars_repo_path": "src/Microsoft.AspNet.WebSockets.Server/WebSocketOptions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158396"
} | starcoder | <filename>src/Microsoft.AspNet.WebSockets.Server/WebSocketOptions.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;
namespace Microsoft.AspNet.WebSockets.Server
{
/// <summary>
... | 2.204233 | e1037f9b299341460060f4bd5c6595ca |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839177 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "LykkeCity/HistoryWithCache",
"max_stars_repo_path": "src/Lykke.Job.OperationsCache.AzureRepositories/CashOperations/LimitTradeEventsRepository.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158397"
} | starcoder | <reponame>LykkeCity/HistoryWithCache
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using AzureStorage;
using Core.CashOperations;
using Core.Offchain;
namespace AzureRepositories.CashOperations
{
public class LimitTradeEventEntity : BaseEntity, ILimitTradeEvent
... | 1.901032 | 5595ed75c65fb803cbe157934863ee63 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839178 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "edu-fr/LLC-game",
"max_stars_repo_path": "Assets/Resources/Scripts/MainMenuController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158398"
} | starcoder | <reponame>edu-fr/LLC-game
using System;
using UnityEngine;
namespace Resources.Scripts
{
public class MainMenuController: MonoBehaviour
{
public GameObject introductionPanel;
private GameManager _gameManager;
private void Awake()
{
Screen.SetResolution(1280, 720, fa... | 2.254425 | 4d4ced53b90461bcfd09bb9d9a54b6fe |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839179 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SalatielBairros/dapper-fluent-repository",
"max_stars_repo_path": "Dapper.Fluent/Dapper.Fluent.ORM/Mapping/Resolvers/KeyPropertyResolver.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158399"
} | starcoder | using System;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using Dapper.Fluent.ORM.Mapping;
using Dapper.FluentMap.Mapping;
using Dommel;
namespace Dapper.Fluent.Mapping.Resolvers
{
public class KeyPropertyResolver : IKeyPropertyResolver
{
private static readonly IKeyProperty... | 2.309966 | 0e66a5ea7882cc6d64c000da4872333d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839180 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Haxerus/RustInPeace",
"max_stars_repo_path": "Assets/Scripts/Inventory/Stat.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158400"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[System.Serializable]
public class Stat
{
public string name;
public int value;
}
| 1.707544 | 92b3d6d121051d539d480f3fb0355dd6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839181 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "youstinus/fish-aquarium",
"max_stars_repo_path": "src/server-core/FishAquariumWebApp/Enums/UserTypes.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158401"
} | starcoder | using System.ComponentModel.DataAnnotations;
namespace FishAquariumWebApp.Enums
{
public enum UserTypes
{
[Display(Name = "Admin")]
Admin,
[Display(Name = "User")]
User,
[Display(Name = "Guest")]
Guest
}
}
| 1.936674 | e66e7274cade03813f3dcab379d0fb9f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839182 | {
"extension": "c-sharp",
"max_stars_count": "20.0",
"max_stars_repo_name": "mehalick/Xaki",
"max_stars_repo_path": "samples/Xaki.Sample/Views/Shared/_Layout.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:158402"
} | starcoder | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>@ViewData["Title"] - Xaki.Sample</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstr... | 1.767613 | b5409850537ebac5a801f8a200261f75 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839183 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "primordial-software-llc/bank-data-access",
"max_stars_repo_path": "FinanceApi.Tests/RecurringInvoicesTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158403"
} | starcoder | using System;
using PropertyRentalManagement.BusinessLogic;
using Xunit;
namespace FinanceApi.Tests
{
public class RecurringInvoicesTests
{
[Fact]
public void TestStartOfWeek()
{
Assert.Equal("2020-07-13", RecurringInvoices.StartOfWeek(new DateTime(2020, 7, 13), DayOfWeek.M... | 2.189797 | c4c4aaf79e32773fccc9c83554b52ccd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839184 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "conradcreel/onlysats",
"max_stars_repo_path": "src/onlysatsdomain/Services/UserEngagementService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158404"
} | starcoder |
using onlysats.domain.Services.Repositories;
namespace onlysats.domain.Services
{
/// <summary>
/// Handles all user engagement operations such as Notifications
/// within OnlySats and Marketing functions from Creators to
/// to Patrons in an effort to increase (Patron) engagement
/// </summary... | 2.177514 | f71aa083ff0e38eeebb306c0d539e236 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839185 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "steviek/Prototype",
"max_stars_repo_path": "C7/UIElements/UpperLeftNav/MenuButton.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158405"
} | starcoder | using Godot;
using ConvertCiv3Media;
public class MenuButton : TextureButton
{
// Called when the node enters the scene tree for the first time.
public override void _Ready()
{
Pcx buttonPcx = new Pcx(Util.Civ3MediaPath("Art/interface/menuButtons.pcx"));
Pcx buttonPcxAlpha = new Pcx(Util.Civ3MediaPath("Art/inte... | 1.941254 | 421ee02bf9edda826b241065d28ebd57 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839186 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "MorozovDamian/WPF.Dev.Cookbook",
"max_stars_repo_path": "Chapter11/CH11.WpfUserControlLibrary/UserControl1.xaml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158406"
} | starcoder | <gh_stars>1-10
using System.Windows;
using System.Windows.Controls;
namespace CH11.WpfUserControlLibrary
{
public partial class UserControl1 : UserControl
{
public UserControl1()
{
InitializeComponent();
}
private void OnSearchButtonClicked(object sender, RoutedEve... | 2.077623 | 3cf4a1d6f3c26b396ba8671213112fe3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839187 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "nissbran/identity-server-workshop",
"max_stars_repo_path": "src/Bank.Cards.Domain/Statistics/StatisticsAllCardsStreamId.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158407"
} | starcoder | <reponame>nissbran/identity-server-workshop<filename>src/Bank.Cards.Domain/Statistics/StatisticsAllCardsStreamId.cs
namespace Bank.Cards.Domain.Statistics
{
using Infrastructure.EventStore;
public class StatisticsAllCardsStreamId : StreamId
{
public override bool ResolveLinks { get; } = true;
... | 1.751806 | 99a8a86f8e3f344adbc97a9276e1a455 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839188 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "hugohernani/eugenio",
"max_stars_repo_path": "Assets/Resources/EndGame Resources/Scripts/closeHelpDialog.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158408"
} | starcoder | <reponame>hugohernani/eugenio
using UnityEngine;
using System.Collections;
using UnityEngine.Events;
using UnityEngine.UI;
public class closeHelpDialog : MonoBehaviour {
UnityAction clickAction;
void Awake(){
clickAction = () => {closeHelpMessage();};
}
// Use this for initialization
void Start () {
gameO... | 1.473822 | 51a856898d1c19456b2047f2327dc981 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839189 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "isukhetskyi/DevelopersSurvey",
"max_stars_repo_path": "DevelopersSurvey.Contracts/Services/IFrameworksService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158409"
} | starcoder | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="IFrameworksService.cs" company="Peaceful Dev">
// Copyrights by Peaceful Dev 2017
// </copyright>
// <summary>
// Defines the IFrameworksRepository type.
// </summary>
// ----... | 2.052866 | 108c2dda3fd2f075bede6db952321a23 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839190 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "codingbat/Computer-Repair-System-2015",
"max_stars_repo_path": "CompSys/frmMain.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158410"
} | starcoder | <gh_stars>1-10
namespace CompSys
{
partial class frmMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | 1.774366 | 0ab8592a57e241d980af8863598e1b11 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839191 | {
"extension": "c-sharp",
"max_stars_count": "26.0",
"max_stars_repo_name": "Henry00IS/ShapeEditor",
"max_stars_repo_path": "Scripts/ShapeEditor/Legacy/ProjectV1Extensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158411"
} | starcoder | #if UNITY_EDITOR
using Unity.Mathematics;
namespace AeternumGames.ShapeEditor
{
/// <summary>Converts a legacy SabreCSG 2D Shape Editor V1 project into a V2 project.</summary>
public static class ProjectV1Extensions
{
/// <summary>Converts the V1 project to V2.</summary>
public static Pro... | 2.675681 | 414c8ecf32dc6f4b1b2e445ff2d63803 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839192 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "DHSERVICE56/T3000_Building_Automation_System",
"max_stars_repo_path": "Psychrometric Tool/Psychro Tool/WFA_psychometric_chart/WFA_psychometric_chart/form_export_data.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158412"
} | starcoder | <reponame>DHSERVICE56/T3000_Building_Automation_System
namespace WFA_psychometric_chart
{
partial class form_export_data
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// ... | 1.9721 | 93b323d3a95e69e8daf85afb111797b3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839193 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nellypeneva/SoftUniProjects",
"max_stars_repo_path": "01_ProgrFundamentalsMay/16_Arrays-Exercises/08_MostFrequentNumber/MostFrequentNumber.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158413"
} | starcoder | <filename>01_ProgrFundamentalsMay/16_Arrays-Exercises/08_MostFrequentNumber/MostFrequentNumber.cs
using System;
using System.Linq;
namespace _08_MostFrequentNumber
{
public class MostFrequentNumber
{
public static void Main()
{
int[] input = Console.ReadLine().Split(' ').Select(int... | 3.668767 | 0108f5897f211032bb8345e80a3b871b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839194 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Eraclys/InfiniteAxisUtilitySystem",
"max_stars_repo_path": "InfiniteAxisUtilitySystem/InfiniteAxisUtilitySystem/Consideration.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158414"
} | starcoder | <gh_stars>0
using System;
namespace InfiniteAxisUtilitySystem
{
[Serializable]
public class Consideration
{
public Consideration(
Guid id,
string name,
Input input,
IResponseCurve responseCurve)
{
Id = id;
Name = name;... | 1.720998 | 5f015354c32bbc8739d5853c0d297551 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839195 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "amkherad/AMKs-Gear.net",
"max_stars_repo_path": "00-Core/Core.Data/Validation/Validators/DefaultDataValidator.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158415"
} | starcoder | <filename>00-Core/Core.Data/Validation/Validators/DefaultDataValidator.cs
using AMKsGear.Core.Localization;
namespace AMKsGear.Core.Data.Validation.Validators
{
public class DefaultDataValidator : DataValidator
{
public override bool Validate(object value, out ITranslateResult result) => Validate(this... | 2.464614 | 8e5ecd7d1a447e72d6e34ea90646d0e4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839196 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "colinjacobsorckestra/BetterRetail",
"max_stars_repo_path": "src/Orckestra.Composer.Website/App_Data/Razor/Composer/Product/Description.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:158416"
} | starcoder | <filename>src/Orckestra.Composer.Website/App_Data/Razor/Composer/Product/Description.cshtml
@using Orckestra.Composer.CompositeC1.Context
@using Orckestra.Composer.Product.ViewModels
@inherits RazorFunction
@functions {
public IProductContext ProductContext { get; set; }
public new ProductViewModel Model { get { ret... | 2.403519 | 1663ea2e1a8f761c229bec461839b299 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839197 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "aknagar/learn-aspnetcore",
"max_stars_repo_path": "src/Route.Api/Controllers/HeartbeatController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158417"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
namespace Route.Api.Controllers
{
[Produces("application/json")]
[Route("api/v1/heartbeat")]
... | 1.506776 | 7a51cf7b8dff15ba22dda64c366d40df |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839198 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Fudalii/MVC_Net_Core",
"max_stars_repo_path": "MVC_Net_Core/BookList/Views/Books/Index.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:158418"
} | starcoder | @model IEnumerable<BookList.Models.Book>
@{
ViewData["Title"] = "Index";
}
<br />
<h3>Book List</h3>
<hr />
<p>
<a asp-action="Create" class="btn btn-sm btn-primary">Create New</a>
</p>
<br />
<div class="form-border">
<table class="table">
<tr>
<th>
@Html.D... | 2.684375 | ce385ef9276947f16ffe11f00752d3f2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839199 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "notpatrick/MyQuizMobile",
"max_stars_repo_path": "MyQuizMobile/MyQuizMobile/MyQuizMobile/Converters/AnswerResultConverter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158419"
} | starcoder | using System;
using System.Globalization;
using Xamarin.Forms;
namespace MyQuizMobile.Converters {
internal class AnswerResultConverter : IValueConverter {
public object Convert(object value, Type targetType, object parameter, CultureInfo culture) { return (string)value == Constants.CorrectAnswerOptionTex... | 2.420551 | f01c48b0ae5fdbc09a44eac083327e94 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839200 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "matteo-mosca-easydom/EntityFramework",
"max_stars_repo_path": "src/EntityFramework.AzureTableStorage/AtsMetadataExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158420"
} | starcoder | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using JetBrains.Annotations;
using Microsoft.Data.Entity.AzureTableStorage.Metadata;
using Microsoft.Data.Entity.AzureTableStorage.Uti... | 1.820207 | e38abb1998e4d1e725f396b4a70da73d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839201 | {
"extension": "c-sharp",
"max_stars_count": "131.0",
"max_stars_repo_name": "SRM256/gsf",
"max_stars_repo_path": "Source/Libraries/Adapters/GrafanaAdapters/GrafanaAlarm.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158421"
} | starcoder | <filename>Source/Libraries/Adapters/GrafanaAdapters/GrafanaAlarm.cs
//******************************************************************************************************
// GrafanaAlarm.cs - Gbtc
//
// Copyright © 2020, Grid Protection Alliance. All Rights Reserved.
//
// Licensed to the Grid Protection Allianc... | 1.646366 | e2b36aa56a0e879d5d03967237445a23 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839202 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "easymorph/server-sdk",
"max_stars_repo_path": "src/Model/SpacesLookupRequestResponse.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158422"
} | starcoder | using System.Collections.Generic;
namespace Morph.Server.Sdk.Model
{
public sealed class SpacesLookupRequest
{
public List<string> SpaceNames { get; set; } = new List<string>();
}
public sealed class SpacesLookupResponse
{
public List<SpacesLookupResult> Values { get; set... | 2.001814 | b5b37f204c3c36f67f9cf1f2d3d3ec8b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839203 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "SinyavtsevIlya/Gemscapes",
"max_stars_repo_path": "Assets/_Client/Features/Match3/Source/Simulation/Components/Events/MatchEvent.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158423"
} | starcoder | <reponame>SinyavtsevIlya/Gemscapes<gh_stars>1-10
using Nanory.Lex;
using System.Collections.Generic;
namespace Client.Match3
{
/// <summary>
/// Event of matching a sequence of piece entities.
/// Added to an empty entity.
/// </summary>
[OneFrame]
public struct MatchEvent
{
public... | 1.461031 | be7917f9cc6ed36b6b6b8f228759282c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839204 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "davidbetz/nalarium",
"max_stars_repo_path": "Nalarium/StateMode.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158424"
} | starcoder | <filename>Nalarium/StateMode.cs
#region Copyright
//+ Copyright © <NAME> 2007-2017
#endregion
namespace Nalarium
{
public enum StateMode
{
None,
Persist
}
} | 1.513221 | 02f6ca210de3875d1cc0260ca99e8fad |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839205 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Daniel-W-2001/2Dproject",
"max_stars_repo_path": "Assets/Scripts/Witch/WitchBoss.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158425"
} | starcoder | using System.Collections;
using UnityEngine;
public class WitchBoss : MonoBehaviour
{
public Transform player;
public bool isFlipped = false;
public bool bossDead = false;
public Animator animator;
float stage2AttackRate = 0.3f;
public float attackRate = 0.8f;
float nextAttac... | 2.040095 | 995d732a3c7cf4978f19f7d9a8a267c1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839206 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "RoyalVeterinaryCollege/EventSaucing",
"max_stars_repo_path": "Reactors/Messages/ArticlePublished.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158426"
} | starcoder | using Akka.Routing;
namespace EventSaucing.Reactors.Messages {
/// <summary>
/// Message sent when a reactor should notified that an article it subscribes to has been published.
/// </summary>
public class ArticlePublished : IConsistentHashable {
public ArticlePublished(string reactorBucket, s... | 2.396905 | 69b3b3e3dca5feb0a037d76b4ca58366 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839207 | {
"extension": "c-sharp",
"max_stars_count": "43.0",
"max_stars_repo_name": "paulbatum/Dominion",
"max_stars_repo_path": "Dominion.Specs/Bindings/GameStateBindings.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158427"
} | starcoder | using System;
using System.Collections;
using System.Linq;
using System.Collections.Generic;
using Dominion.Cards;
using Dominion.Cards.Treasure;
using Dominion.Cards.Victory;
using Dominion.GameHost;
using Dominion.Rules;
using Dominion.Rules.Activities;
using Dominion.Rules.CardTypes;
using NUnit.Framework... | 2.658528 | d1d224da089af64b70ba243534ebfa52 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839208 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "renanlricci/WakeOnLanApi",
"max_stars_repo_path": "src/WakeOnLan.CrossCutting.Configuration/AppSettingsModels/PingConfig.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158428"
} | starcoder | <filename>src/WakeOnLan.CrossCutting.Configuration/AppSettingsModels/PingConfig.cs<gh_stars>1-10
namespace WakeOnLan.CrossCutting.Configuration.AppSettingsModels
{
public sealed class PingConfig
{
public ushort Count { get; set; }
public string MainIp { get; set; }
}
}
| 2.024255 | cb3fd5d7a5baaa4522ec7d373b398797 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839209 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Tomas-Juri/LunchAgent",
"max_stars_repo_path": "LunchAgent_Lib/Helpers/JsonParser.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158429"
} | starcoder | <reponame>Tomas-Juri/LunchAgent<filename>LunchAgent_Lib/Helpers/JsonParser.cs
using System.Collections.Generic;
using System.IO;
using LunchAgent.Entities;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace LunchAgent.Helpers
{
public static class JsonParser
{
public static List<RestaurantSe... | 2.301226 | 1166f47f2fc914e3f1f3cb7aac9f9bf9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839210 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jenkinsons/dts",
"max_stars_repo_path": "FlatFileColumnGenerator.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158430"
} | starcoder | using System.Xml;
namespace OnPoint
{
partial class Dts
{
async void FlatFileColumnGenerator(dynamic p, Dts f, dynamic s)
{
#region
int i = 0;
foreach (var x in p.ge.GetL(""))
{
XmlNode cln = p.cn.Clone();
((XmlElem... | 1.818566 | f0953fdff810688883b66279bd8ff385 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8839211 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "intensifier/NeoAxisEngine",
"max_stars_repo_path": "Sources/Engine/NeoAxis.Core/Libraries/BulletSharp/Collision/ConvexConcaveCollisionAlgorithm.cs",
"provenance": "train-00027-of-00045.jsonl.gz:158431"
} | starcoder | <reponame>intensifier/NeoAxisEngine
using System;
using static BulletSharp.UnsafeNativeMethods;
namespace BulletSharp
{/*
public class ConvexTriangleCallback : TriangleCallback
{
internal ConvexTriangleCallback(IntPtr native)
: base(native)
{
}
public ConvexTriangleCallback(Dispatcher dispatcher, Collisi... | 1.911525 | e5c11635792568786972246fe5dbf913 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.