added string | created string | id string | metadata dict | source string | text string | code-score float64 | md5 string |
|---|---|---|---|---|---|---|---|
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66233 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "ryanoshag/data-stores",
"max_stars_repo_path": "FileStores/Compression/Lzma/Implementation/LzmaCompressor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66234"
} | starcoder | using SevenZip.Compression.LZMA;
using System;
using System.IO;
using System.Threading.Tasks;
namespace Halforbit.DataStores.FileStores.Compression.GZip.Implementation
{
public class LzmaCompressor : ICompressor
{
public Task<byte[]> Compress(byte[] value)
{
using (var sourceStream... | 2.755688 | 9d600523015de8084dc526ef7bf3d315 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66234 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "TheFallender/Game_AI_Thesis",
"max_stars_repo_path": "Assets/Scripts/AI/Methods/Flee.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66235"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Flee : MonoBehaviour {
//Transform to test with
[SerializeField] Transform fleeDestination;
//Max distance allowed from the agent
[SerializeField] float sizeWanted;
//Wait between flees
public int time... | 2.701631 | 5a3672fcafd17ac10c6da6efc4dbfe56 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66235 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jfjcn/EntityFramework-Reverse-POCO-Code-First-Generator",
"max_stars_repo_path": "Generator/Templates/TemplateEf6.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66236"
} | starcoder | <gh_stars>0
using System.Collections.Generic;
using System.Linq;
using Efrpg.Filtering;
using Efrpg.TemplateModels;
namespace Efrpg.Templates
{
/// <summary>
/// {{Mustache}} template documentation available at https://github.com/jehugaleahsa/mustache-sharp
/// </summary>
public class TemplateEf6 : Te... | 1.896091 | 408bbf6bd36c9d7994909738bd2e32f3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66236 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "dotnetbots/Slackbot.Net",
"max_stars_repo_path": "source/src/Slackbot.Net.Endpoints/Middlewares/Challenge.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66237"
} | starcoder | using System.Text.Json;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
namespace Slackbot.Net.Endpoints.Middlewares;
public class Challenge
{
private readonly ILogger<Challenge> _logger;
public Challenge(RequestDelegate next, ILogger<Challenge> logger)
{
_logger = logger;
... | 2.609462 | 0c8aa054d61d0aecfbd1ff32dece579d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66237 | {
"extension": "c-sharp",
"max_stars_count": "18.0",
"max_stars_repo_name": "syncfusion/winui-demos",
"max_stars_repo_path": "treegrid/Model/Employee.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66238"
} | starcoder | #region Copyright Syncfusion Inc. 2001-2021.
// Copyright Syncfusion Inc. 2001-2021. All rights reserved.
// Use of this code is subject to the terms of our license.
// A copy of the current license can be obtained at any time by e-mailing
// <EMAIL>. Any infringement will be prosecuted under
// applicable laws.
#endr... | 2.290894 | 280387d050fdcf16099791f9dcad04c2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66238 | {
"extension": "c-sharp",
"max_stars_count": "28.0",
"max_stars_repo_name": "podobaas/DigitalOceanTelegramBot",
"max_stars_repo_path": "DigitalOceanBot/Core/CallbackQueries/IBotCallbackQuery.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66239"
} | starcoder | using System.Threading.Tasks;
namespace DigitalOceanBot.Core.CallbackQueries
{
public interface IBotCallbackQuery
{
Task ExecuteCallbackQueryAsync(long chatId, int messageId, string callbackQueryId, string payload);
}
} | 1.500732 | 7795d2a2729b33ade503f87a383c7c5e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66239 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "andy840119/OsuParsers",
"max_stars_repo_path": "OsuParsers/Enums/Grade.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66240"
} | starcoder | <filename>OsuParsers/Enums/Grade.cs
namespace OsuParsers.Enums
{
public enum Grade
{
XH, //Silver SS
SH, //Silver S
X, //SS
S,
A,
B,
C,
D,
F, //Fail
N //None
}
}
| 1.805573 | 3e83e27b224cc499a47a7ba8d8e61cbc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66240 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "RevStackCore/AuthorizeDotNet",
"max_stars_repo_path": "RevStackCore.AuthorizeDotNet/Models/ANetBillTo.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66241"
} | starcoder | <reponame>RevStackCore/AuthorizeDotNet
using System;
namespace RevStackCore.AuthorizeDotNet
{
public class ANetBillTo
{
public string FirstName { get; set; }
public string LastName { get; set; }
public string Company { get; set; }
public string Address { get; set; }
pub... | 1.785543 | e624870b5108bc747f21ab60c5afb7bd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66241 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "2ia/frapid",
"max_stars_repo_path": "src/Frapid.Web/Areas/Frapid.Config/WebApi/AppController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66242"
} | starcoder | // ReSharper disable All
using System.Collections.Generic;
using System.Dynamic;
using System.Net;
using System.Net.Http;
using System.Web.Http;
using Frapid.ApplicationState.Cache;
using Frapid.ApplicationState.Models;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Frapid.Config.DataAccess;
using Frapid.Data... | 2.045578 | 6da3b374ad975e9d527f56e72b83e3e0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66242 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "pixeltris/ModTMNF",
"max_stars_repo_path": "ModTMNF/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66243"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Runtime.InteropServices;
using System.IO;
using System.Diagnostics;
using ModTMNF.Game;
namespace ModTMNF
{
public class Program
{
public const string BaseDir = "ModTMNF";
[STAThread]
un... | 2.234681 | 099c203c7ff613e6f46e9ab4ec7b671f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66243 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gayankanishka/budgetly-serverless",
"max_stars_repo_path": "src/Application/BudgetHistory/Commands/ArchivePreviousMonthBudgets/ArchivePreviousMonthBudgetsCommand.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66244"
} | starcoder | <filename>src/Application/BudgetHistory/Commands/ArchivePreviousMonthBudgets/ArchivePreviousMonthBudgetsCommand.cs
using MediatR;
namespace Budgetly.Application.BudgetHistory.Commands.ArchivePreviousMonthBudgets;
public class ArchivePreviousMonthBudgetsCommand : IRequest
{
} | 1.26564 | 2b46af1eaf95faeb967e799efb8e28a3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66244 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "SERAP-KEREM/fastql-unit-of-work-in-repository-pattern",
"max_stars_repo_path": "src/FastqlSample/FastqlSample.Infrastructure/Core/Repository/Base/RepositoryBase.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66245"
} | starcoder | <gh_stars>1-10
using System.Data;
namespace FastqlSample.Infrastructure.Core.Repository
{
public abstract class RepositoryBase
{
protected IDbTransaction Transaction { get; private set; }
protected IDbConnection Connection { get { return Transaction.Connection; } }
public RepositoryBa... | 1.963547 | 4ef56d475a07f45a818850791fdf122b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66245 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "Roog/ember-plus-sharp",
"max_stars_repo_path": "Lawo.EmberPlusSharp/Model/StreamedParameterCollection.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66246"
} | starcoder | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// <copyright>Copyright 2012-2017 Lawo AG (http://www.lawo.com).</copyright>
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at http:/... | 2.24341 | 346bffde231c61bb4721b1f39a2aa572 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66246 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "aman22275/LambdaForum",
"max_stars_repo_path": "aspnet-core/src/LambdaForum.Web.Mvc/Views/Task/Index.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:66247"
} | starcoder | @model LambdaForum.Web.Models.Tasks.GetAllTaskViewModel
@section scripts
{
<environment names="Development">
<script src="~/js/Tasks/Create.js"></script>
<script src="~/js/Tasks/index.js"></script>
<script src="~/js/Tasks/_TaskEditModal.js"></script>
<script src="~/js/Tasks/_TaskCreateModal.js"></... | 2.33125 | dd6f7162065f4dab56bb934cd46a69a0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66247 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "KSemenenko/chroma.cs-",
"max_stars_repo_path": "UnitTests/ChromaTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66248"
} | starcoder | <gh_stars>0
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ChromaCs;
using FluentAssertions;
namespace UnitTests
{
[TestFixture]
public class ChromaTests
{
//http://gka.github.io/chroma.js/#chroma-lab... | 2.679071 | 4cadb9fb4c330f90573240b954cfa0ae |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66248 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "oblaser/Custom-.NET-Library",
"max_stars_repo_path": "Controls/CharacterDisplay/Demo/Form1.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66249"
} | starcoder | namespace Demo
{
partial class Form1
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name... | 2.042018 | 18ead720696aebe806fe6caa3c3f570c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66249 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "legistek/AspNetCore",
"max_stars_repo_path": "src/Servers/Kestrel/Transport.Sockets/ref/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.netcoreapp3.0.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66250"
} | starcoder | // 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.
namespace Microsoft.AspNetCore.Hosting
{
public static partial class WebHostBuilderSocketExtensions
{
public static Microsoft.AspNetCore... | 1.624613 | 8cc60973cce947fe461a9069e1998ba5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66250 | {
"extension": "c-sharp",
"max_stars_count": "198.0",
"max_stars_repo_name": "tfly0072/Calamari",
"max_stars_repo_path": "source/Calamari.Common/Plumbing/FileSystem/FreeSpaceChecker.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66251"
} | starcoder | <reponame>tfly0072/Calamari
using System;
using Calamari.Common.Commands;
using Calamari.Common.Plumbing.Extensions;
using Calamari.Common.Plumbing.Logging;
using Calamari.Common.Plumbing.Variables;
namespace Calamari.Common.Plumbing.FileSystem
{
public class FreeSpaceChecker : IFreeSpaceChecker
{
read... | 2.440501 | de49698dfd0e0e4571709df3f8fd3168 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66251 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "distance-teaching-and-mobile-learning/DTML.EduBot",
"max_stars_repo_path": "DTML.EduBot/Dialogs/QnaLuisDialog.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66252"
} | starcoder | <reponame>distance-teaching-and-mobile-learning/DTML.EduBot
namespace DTML.EduBot.Dialogs
{
using System;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;
using DTML.EduBot.Qna;
using Microsoft.Bot.Builder.Dialogs;
using Microsoft.Bot.Connector;
using Microsoft.Bo... | 2.187282 | 45bf01f84da2a273b028c3ed2ddc9c1b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66252 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "3-Delta/Unity-UI",
"max_stars_repo_path": "Hotfix/HotReload/UIEntry.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66253"
} | starcoder | <filename>Hotfix/HotReload/UIEntry.cs
using System;
using System.Collections.Generic;
using Logic.Hotfix.HotReload;
namespace Logic.Hotfix
{
[Serializable]
public class UIEntry : FUIEntry
{
public FUIEntry Reset(EUIType uiType, string prefabPath, Type ui, EUIOption option = EUIOption.None, EUILay... | 1.996763 | 9c7f58c6f9bb46aa2079af3e9c623aa5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66253 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "chen1993nian/CPMPlatform",
"max_stars_repo_path": "PM/Online.aspx.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66254"
} | starcoder | using EIS.AppBase;
using EIS.AppBase.Config;
using System;
using System.Web.UI.HtmlControls;
namespace EIS.Web
{
public partial class Online : PageBase
{
protected HtmlForm form1;
public string refreshInterval = "120";
protected void Page_Load(object sender, EventArgs e)
{
... | 2.048039 | ee5e01310d200ee801c05afbe8004377 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66254 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BigToni968/Donut3D",
"max_stars_repo_path": "Assets/Scripts/Game/Data/DataItem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66255"
} | starcoder | <reponame>BigToni968/Donut3D
[System.Serializable]
public class DataItem
{
private string _id = "";
private double _price = 100;
private double _income = 10;
private int _countBuilds = 1;
private int _levelUpdate = 0;
private int _maxLevelUpdate = 0;
private float _precent = 1f;
public ... | 2.274544 | 1793483f33bd354191e593f2f0f3a007 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66255 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "masastack/MASA.Scheduler",
"max_stars_repo_path": "src/Contracts/Masa.Scheduler.Contracts.Server/Dtos/SchedulerJobDto.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66256"
} | starcoder | // Copyright (c) MASA Stack All rights reserved.
// Licensed under the Apache License. See LICENSE.txt in the project root for license information.
namespace Masa.Scheduler.Contracts.Server.Dtos;
public class SchedulerJobDto
{
public Guid Id { get; set; }
public string Name { get; set; } = string.Empty;
... | 1.219718 | 9df0fb6789bdb0891b5b29a86568416d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66256 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "veliamsli/CasinosClient",
"max_stars_repo_path": "_Backup/BehaviorTree/Decorators/DecoratorRandom.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66257"
} | starcoder | <filename>_Backup/BehaviorTree/Decorators/DecoratorRandom.cs
// Copyright (c) Cragon. All rights reserved.
namespace GameCloud.Unity.Common
{
using System;
using System.Collections.Generic;
using System.Text;
// 装饰节点,随机次数限制,每次满足随机结果后才开始执行一次行为节点
public class DecoratorRandom : BehaviorComponent
... | 2.613878 | 6817f128f2215951063832226d4192e9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66257 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FraMari495/TouhouDCG",
"max_stars_repo_path": "Assets/Scripts/GameScene/CardState/NullState.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66258"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.EventSystems;
public class NullState : CardState
{
public NullState(IPlayable playable) : base(playable)
{
}
public override bool Showing => true;
public override PosEnum Pos => PosEnum.N... | 2.065125 | a42d65395aadd0b20e5bb3d9a802a404 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66258 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gabitza-sas/LearnOnPlatform",
"max_stars_repo_path": "App/LearnOn/Views/Home/Index.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:66259"
} | starcoder | @{
ViewBag.Title = "Home Page";
}
<script>
System.import('../Scripts/main').catch(function (err)
{
console.error(err);
});
</script>
<div class="row">
<my-app>Loading...</my-app>
</div>
@section scripts {
<script src="signalr/hubs"></script>
} | 1.621592 | 98d21d85d1964602e92f467dd7c7aae6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66259 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MelonTherapy/WinTile",
"max_stars_repo_path": "App/src/Model/Managers/Strategies/LayoutStrategy.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66260"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using ElasticSea.Wintile.Model.Entities;
using ElasticSea.Wintile.Model.Managers.Window;
using ElasticSea.Wintile.Utils;
namespace ElasticSea.Wintile.Model.Managers.Strategies
{
public class LayoutStrategy
{
protected readonly IList<Re... | 2.699614 | e0817470d9e2ef201b444825b8898249 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66260 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "GowenGit/typical-meepo",
"max_stars_repo_path": "TypicalMeepo.Tests.Integration/IntegrationTestHelpers.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66261"
} | starcoder | <gh_stars>0
using System.Net;
using Meepo.Core.Configs;
using Meepo.Core.Logging;
using TypicalMeepo.Core.Events;
namespace TypicalMeepo.Tests.Integration
{
internal static class IntegrationTestHelpers
{
public const int WaitTime = 1000;
public static TypicalMeepoNode StartServer<T>(int port,... | 1.880343 | d46602c6ade7dbe802472630548b0e8e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66261 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "DevBetrayal/eClinic",
"max_stars_repo_path": "AyurvedOnCall/Controllers/HomeController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66262"
} | starcoder | <reponame>DevBetrayal/eClinic
using AyurvedOnCall.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using AyurvedOnCall.Models.ViewModels;
using System.Web.Mvc;
namespace AyurvedOnCall.Controllers
{
public class HomeController : Controller
{
private readonly DBEntities _dbEnti... | 2.078408 | e6ce57739060656fb49965aca11889e4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66262 | {
"extension": "c-sharp",
"max_stars_count": "5937.0",
"max_stars_repo_name": "txlos/wpf",
"max_stars_repo_path": "src/Microsoft.DotNet.Wpf/src/ReachFramework/Serialization/manager/XpsTokenContext.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66263"
} | starcoder | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections;
using System.Collections.Specialized;
using System.ComponentModel;
using Sy... | 1.648745 | 4db58b4f8599e4bccd7610a5fb4119b9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66263 | {
"extension": "c-sharp",
"max_stars_count": "75.0",
"max_stars_repo_name": "AngusChiang/PowerToys",
"max_stars_repo_path": "src/modules/launcher/Plugins/Microsoft.Plugin.Program.UnitTests/Programs/UWPTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66264"
} | starcoder | <filename>src/modules/launcher/Plugins/Microsoft.Plugin.Program.UnitTests/Programs/UWPTests.cs
// Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
u... | 1.822715 | 055068d99d1e1e0034faaa7ef164d1a1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66264 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "corderoski/payme-dude",
"max_stars_repo_path": "PayMe.Framework/Services/IDateTimeManagerService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66265"
} | starcoder | <reponame>corderoski/payme-dude
using System;
namespace PayMe.Framework.Services
{
public interface IDateTimeManagerService
{
DateTimeOffset GetUniversalDateTime();
}
}
| 1.529961 | d6e12903c11934f1a5e0c8cdcd5ff14b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66265 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "myblindy/roslyn",
"max_stars_repo_path": "src/Analyzers/Core/CodeFixes/UseExplicitTupleName/UseExplicitTupleNameCodeFixProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66266"
} | starcoder | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Immutable;
using System.Composition;
using System.Diagnostics.CodeAnalysis;
... | 1.543571 | ff346da90c7194d75e2c40969214b356 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66266 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "autocore-ai/Roslin",
"max_stars_repo_path": "Msg/GenMsgs/automotive_navigation_msgs/PointOfInterestResponse.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66267"
} | starcoder | <gh_stars>0
namespace Roslin.Msg.automotive_navigation_msgs
{
[MsgInfo("automotive_navigation_msgs/PointOfInterestResponse", "358e8fda302368ac6d7d1b651933b309", @"# Point of Interest Response Message
# Contains status information about the points within the threshold
std_msgs/Header header
string name ... | 2.17938 | cd0f0ebe0d3d9cae0d0bfb0d41bf8d20 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66267 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jinyumao/NewLife.Cube",
"max_stars_repo_path": "NewLife.Cube/Views/Shared/_Ace2_Layout.generated.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66268"
} | starcoder | #pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//--------------------------------------------------------------... | 1.371762 | 15cfcc320182a56c7007239f40486ae6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66268 | {
"extension": "c-sharp",
"max_stars_count": "522.0",
"max_stars_repo_name": "essensoft/paymen",
"max_stars_repo_path": "src/Essensoft.Paylink.WeChatPay/V2/Response/WeChatPayQueryWorkWxRedPackResponse.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66269"
} | starcoder | using System.Xml.Serialization;
namespace Essensoft.Paylink.WeChatPay.V2.Response
{
[XmlRoot("xml")]
internal class WeChatPayQueryWorkWxRedPackResponse : WeChatPayResponse
{
/// <summary>
/// 返回状态码
/// </summary>
[XmlElement("return_code")]
public string ReturnCode ... | 1.37047 | afd13bf0de4aded5b9f3d20a8b032f4d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66269 | {
"extension": "c-sharp",
"max_stars_count": "51.0",
"max_stars_repo_name": "kaorun55/HoloLens-Samles",
"max_stars_repo_path": "Unity/TransparentObject/Assets/HoloToolkit/Sharing/Scripts/Audio/SpeakerController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66270"
} | starcoder | <gh_stars>10-100
//
// Copyright (C) Microsoft. All rights reserved.
//
using HoloToolkit.Sharing;
using HoloToolkit.Sharing.Utilities;
using System;
using System.Diagnostics;
using UnityEngine;
#if !(UNITY_STANDALONE_WIN || (UNITY_EDITOR && UNITY_STANDALONE_WIN) || (UNITY_EDITOR && UNITY_METRO))
using Windows.Media... | 1.726614 | af514bd84ee39979230343a914729e0d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66270 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "chi-rei-den/Silverfish",
"max_stars_repo_path": "cards/BATTLEGROUNDS/TB/Sim_TB_BaconUps_085.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66271"
} | starcoder |
/* _BEGIN_TEMPLATE_
{
"id": "TB_BaconUps_085",
"name": [
"巨狼戈德林",
"<NAME>"
],
"text": [
"<b>亡语:</b>使你的野兽获得+8/+8。",
"<b>Deathrattle:</b> Give your Beasts +8/+8."
],
"CardClass": "NEUTRAL",
"type": "MINION",
"cost": 8,
"rarity": "LEGENDARY",
"set": "BATTLEGROUNDS",
"collectible": nu... | 1.500608 | c896a3e3a8619478f68f72314be8b830 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66271 | {
"extension": "c-sharp",
"max_stars_count": "23.0",
"max_stars_repo_name": "PC-Axis/PxStat",
"max_stars_repo_path": "server/PxStat/Entities/Security/Login/BSO/Login_BSO_InitiateUpdate1FA_Current.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66272"
} | starcoder | using API;
using PxStat.System.Notification;
using PxStat.Template;
using System;
using System.Collections.Generic;
namespace PxStat.Security
{
internal class Login_BSO_InitiateUpdate1FA_Current : BaseTemplate_Update<Login_DTO_Update1FA_Session, Login_VLD_Update1FA_Session>
{
/// <summary>
//... | 1.824311 | dbac32c4cd96f82cf9c6c9f0582a0a1e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66272 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "RealOrko/sql-d",
"max_stars_repo_path": "src/sql-d.ui/Views/Shared/Components/RegistryList/Default.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:66273"
} | starcoder | <filename>src/sql-d.ui/Views/Shared/Components/RegistryList/Default.cshtml
@model SqlD.UI.Models.Registry.RegistryViewModel
<div id="registryList" class="panel panel-default">
<div class="panel-heading text-left">
<span style="float: right; top: -5px; position:relative">
<a href="/service/launch" class="btn btn... | 2.131357 | b63b78012c8fb5dc0afd57fce37fa309 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66273 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "Rogn/broadworks-connector-net",
"max_stars_repo_path": "BroadworksConnector/Ocip/Models/SystemCommunicationBarringGetResponse.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66274"
} | starcoder | <gh_stars>1-10
using System;
using System.Xml.Serialization;
using System.ComponentModel.DataAnnotations;
using BroadWorksConnector.Ocip.Validation;
using System.Collections.Generic;
namespace BroadWorksConnector.Ocip.Models
{
/// <summary>
/// Response to SystemCommunicationBarringGetRequest.
///
///... | 1.388917 | b393fcc202a8c75fee85fd7016d68ba2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66274 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FreneticCSharp/Frenetic",
"max_stars_repo_path": "FreneticScript/CommandSystem/CommonCmds/ConfigToggleCommand.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66275"
} | starcoder | //
// This file is part of FreneticScript, created by Frenetic LLC.
// This code is Copyright (C) Frenetic LLC under the terms of the MIT license.
// See README.md or LICENSE.txt in the FreneticScript source root for the contents of the license.
//
using System;
using System.Collections.Generic;
using System.Linq;
usi... | 2.719337 | 0e84471c40dbd42544544551b21f8c5f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66275 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jlaundry/WDAC-Toolkit",
"max_stars_repo_path": "WDAC-Policy-Wizard/app/src/SettingsPage.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66276"
} | starcoder | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// jogeurte 11/19
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Syste... | 2.221244 | c551ba1dc36f39a080135a60eb6dff28 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66276 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sylvaingir/Olymp",
"max_stars_repo_path": "Olymp.Exceptions/UnknownArgumentException.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66277"
} | starcoder | <gh_stars>0
using System;
namespace Olymp.Exceptions
{
public class UnknownArgumentException : Exception
{
public UnknownArgumentException(string argument) : base($"Unknown argument: {argument}!")
{
}
}
} | 1.975364 | 2be13788b4fcf479463fcd4f4e60bb58 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66277 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "ahives/Machete",
"max_stars_repo_path": "src/Machete.X12Schema/V5010/Layouts/Maps/LoopLQ_811Map.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66278"
} | starcoder | <reponame>ahives/Machete
namespace Machete.X12Schema.V5010.Maps
{
using X12;
using X12.Configuration;
public class LoopLQ_811Map :
X12LayoutMap<LoopLQ_811, X12Entity>
{
public LoopLQ_811Map()
{
Id = "Loop LQ 811";
Name = "Loop LQ";
Segment(x... | 1.548871 | aafa6b824d386a22df49ed3b90c11a9d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66278 | {
"extension": "c-sharp",
"max_stars_count": "26.0",
"max_stars_repo_name": "chuxuantinh/InformationPortal-ct",
"max_stars_repo_path": "Portal.Web/App_Start/Startup.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66279"
} | starcoder | using Abp.Owin;
using Portal.Web;
using Microsoft.AspNet.Identity;
using Microsoft.Owin;
using Microsoft.Owin.Security.Cookies;
using Owin;
//using Portal.WebApi.Api.Controllers;
[assembly: OwinStartup(typeof(Startup))]
namespace Portal.Web
{
public class Startup
{
public void Configuration(IAppBuild... | 1.366481 | 11bc8f2b419d9b608d822f72759c14d5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66279 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DenicaAtanasova/SoftUni",
"max_stars_repo_path": "II_C#_Fundamentals/01.C#_Advanced/L05_Functional_Programming/L04_Add_VAT/StartUp.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66280"
} | starcoder | using System;
using System.Linq;
namespace L04_Add_VAT
{
class StartUp
{
static void Main(string[] args)
{
Func<double, double> addVAT = x => x * 1.2;
var prices = Console.ReadLine()
.Split(", ", StringSplitOptions.RemoveEmptyEntries)
.S... | 3.359492 | 66494c50b0e0b6ef4d1bb5f1344696ac |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66280 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "jeenlee/Aoite",
"max_stars_repo_path": "src/core/Aoite/System/Disposable/IObjectDisposable.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66281"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace System
{
/// <summary>
/// 定义一种对象释放分配的资源的方法。
/// </summary>
public interface IObjectDisposable : IDisposable
{
/// <summary>
/// 指示当前对象是否已被释放。
/// </summary>
bool IsDispo... | 2.631193 | b64dde78580c84532aa3ec7af78dac52 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66281 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "0xCM/z0",
"max_stars_repo_path": "src/bits.test/units/t_vblock_sub.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66282"
} | starcoder | <reponame>0xCM/z0<filename>src/bits.test/units/t_vblock_sub.cs
//-----------------------------------------------------------------------------
// Copyright : (c) <NAME>, 2020
// License : MIT
//-----------------------------------------------------------------------------
namespace Z0
{
using System;
usi... | 1.648537 | c6c939e64f9854f33823d7b4022cc011 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66282 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jnysteen/Maybe",
"max_stars_repo_path": "Maybe.Benchmark/ByteSerialization/ComplexObjectByteSerializationBenchmarker.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66283"
} | starcoder | <filename>Maybe.Benchmark/ByteSerialization/ComplexObjectByteSerializationBenchmarker.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Exporters.Csv;
using BenchmarkDotNet.Order;
using Maybe.BloomFilter;
usi... | 2.72377 | 4f859dbc1c65a8657f1f7183fabf47f1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66283 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "RedImp1470/Fusee_Fork",
"max_stars_repo_path": "src/Uniplug/Cinema4D/C4d/C4dApi/RLAFLAGS.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66284"
} | starcoder | //------------------------------------------------------------------------------
// <auto-generated />
//
// This file was automatically generated by SWIG (http://www.swig.org).
// Version 3.0.10
//
// Do not make changes to this file unless you know what you are doing--modify
// the SWIG interface file instead.
//----... | 1.14629 | a1a5c0d3a324db73146a163ef2261665 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66284 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "frankfont/RAPTOR_FORK",
"max_stars_repo_path": "OtherComponents/MDWSvistalayer/MDWS Source/mdo/mdo/src/mdo/domain/DictionaryHashList.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66285"
} | starcoder | using System;
using System.Collections;
using System.Collections.Specialized;
using System.Data;
namespace gov.va.medora.mdo
{
public class DictionaryHashList : NameObjectCollectionBase
{
private DictionaryEntry _de = new DictionaryEntry();
public DictionaryHashList() {}
public Dictio... | 2.749932 | 02c966247d4307267be658c761c8841e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66285 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Pkirugu/xamarin-recipes",
"max_stars_repo_path": "cross-platform/xamarin-forms/Maps/MapOverlay/Circle/Droid/CustomMapRenderer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66286"
} | starcoder | using Android.Gms.Maps;
using Android.Gms.Maps.Model;
using MapOverlay;
using MapOverlay.Droid;
using Xamarin.Forms;
using Xamarin.Forms.Maps.Android;
[assembly:ExportRenderer (typeof(CustomMap), typeof(CustomMapRenderer))]
namespace MapOverlay.Droid
{
public class CustomMapRenderer : MapRenderer, IOnMapReadyCallbac... | 2.079693 | 0eb445c178882b2525f60f297ca13a75 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66286 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "zyborg/Zyborg.AspNetCore.Authentication.NegotiatedToken",
"max_stars_repo_path": "Zyborg.NegotiatedToken.Client/NegotiatedTokenHandler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66287"
} | starcoder | <filename>Zyborg.NegotiatedToken.Client/NegotiatedTokenHandler.cs
using System;
using System.IdentityModel.Tokens.Jwt;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading;
using System.Threading.Tasks;
namespace Zyborg.NegotiatedToken.Client
{
public class NegotiatedTokenHandler : Delegat... | 2.59574 | 26e8ff0dd8cc61177416502b281ceb7e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66287 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Flutterish/tau",
"max_stars_repo_path": "osu.Game.Rulesets.Tau.Tests/TestSceneResumeOverlay.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66288"
} | starcoder | <reponame>Flutterish/tau
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor;
using osu.Game.Rulesets.Tau.UI;
using osu.Game.Screens.Play;
using osu.Game.Tests.Visual;
namespace osu.Game.Rulesets.Tau.Tests
{
public class TestSceneResumeOverlay : OsuM... | 1.819199 | 36cbe3eb16eaff98967d407db8dfd024 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66288 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "appconfi/appconfi-web",
"max_stars_repo_path": "src/App.Service/Applications/Policies/IHasValidAccessKeyPolicy.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66289"
} | starcoder | <reponame>appconfi/appconfi-web
using System;
using System.Threading.Tasks;
namespace App.Service.Applications.Policies
{
public interface IHasValidAccessKeyPolicy
{
Task<bool> ToRead(Guid applicationId, string key);
}
} | 1.337741 | becd12daf72eb10491a0aeaeb6ad628b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66289 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Mr-Shifty/trizbort",
"max_stars_repo_path": "RegionSettings.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66290"
} | starcoder | namespace Trizbort
{
partial class RegionSettings
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <... | 2.008014 | e4cdc9b346dbddb9662931a6f375ecd2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66290 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "akobr/textum.ui",
"max_stars_repo_path": "Commands/Commands.CodeBaseSearch/Model/Category.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66291"
} | starcoder | <gh_stars>1-10
using Commands.CodeBaseSearch.Model.Subjects;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
namespace Commands.CodeBaseSearch.Model
{
public class Category : Searchable, ICategory
{
private readonly object writeLock = new object();
private I... | 2.770241 | 85a5d4e897b502a251205bd018890e19 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66291 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "simplynaveen20/azure-cosmos-dotnet-v3",
"max_stars_repo_path": "Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/DocumentClientUnitTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66292"
} | starcoder | <reponame>simplynaveen20/azure-cosmos-dotnet-v3
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------
namespace Microsoft.Azure.Cosmos.SDK.EmulatorTests
{
using System;
using S... | 1.965907 | 6db3f38288c973d59ddebaed2fe7af09 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66292 | {
"extension": "c-sharp",
"max_stars_count": "78.0",
"max_stars_repo_name": "J00niper/TerrariaOverhaul",
"max_stars_repo_path": "Core/Systems/SimpleEntities/SimpleEntity.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66293"
} | starcoder | using Microsoft.Xna.Framework.Graphics;
using System;
using Terraria.ModLoader;
namespace TerrariaOverhaul.Core.Systems.SimpleEntities
{
//Because screw dusts and bloated vanilla classes.
public class SimpleEntity : ILoadable
{
public bool Destroyed { get; private set; }
public void Destroy(bool allowEffects ... | 2.293012 | 4b8e0d0dfe3a4d35e01bb1e08d2586b6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66293 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Seemba-Gaming/unity-sdk",
"max_stars_repo_path": "Seemba/Scripts/ViewPresenter/ScrollSnapRect.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66294"
} | starcoder | <reponame>Seemba-Gaming/unity-sdk
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
namespace SeembaSDK
{
[RequireComponent(typeof(Image))]
[RequireComponent(typeof(Mask))]
[... | 1.659483 | c62ce20a56fc8e4c8a3df32613b91e6e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66294 | {
"extension": "c-sharp",
"max_stars_count": "34.0",
"max_stars_repo_name": "biohazard999/Xenial.Framework",
"max_stars_repo_path": "src/Xenial.Framework.Badges.Blazor/Module.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66295"
} | starcoder | <reponame>biohazard999/Xenial.Framework
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Xenial.Framework.Badges.Blazor
{
/// <summary>
/// Class XenialBadgesBlazorModule. This class cannot be inherited.
/// Implements the <see cref="Xenial.Framework.XenialMo... | 1.650975 | 032cdd7606a0fe82b9aa33eb0f69c507 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66295 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "niyama-scribe/SchemaTypist",
"max_stars_repo_path": "samples/SchemaTypist.Samples.NetStandard20/Postgres/Sakila/Generated/Persistence/Public/NicerButSlowerFilmListDao.g.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66296"
} | starcoder | <gh_stars>1-10
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--------------------------... | 2.068936 | 314063f1cf3f198b5d2a415b51d0b987 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66296 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DanyChx/ECE-2022-Ing4-Finance-IA1-Gr04",
"max_stars_repo_path": "Sudoku.PSOSolvers/Sudoku.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66297"
} | starcoder | using System;
using System.Text;
namespace Sudoku.PSOSolvers
{
public class Sudoku //Création d'une classe Sudoku similaire à Sudoku.Shared.Grid
{
private Sudoku(int[,] cellValues) //Fonction chargée de récupérer les valeurs des cellules de la grille
{
CellValues = cellValues;
... | 3.305213 | a26c699de0575950ea4f6f039dec0133 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66297 | {
"extension": "c-sharp",
"max_stars_count": "2504.0",
"max_stars_repo_name": "nefeithu/behaviac",
"max_stars_repo_path": "tools/designer/BehaviacDesignerBase/Data/FrameState.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66298"
} | starcoder | /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Tencent is pleased to support the open source community by making behaviac available.
//
// Copyright (C) 2015-2017 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD ... | 1.934526 | 0e4d8fd583fa5f174c448cbf72c43587 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66298 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "kirichenec/ReceptionNetCore",
"max_stars_repo_path": "src/Reception.Server.File/Extensions/FileDataExtension.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66299"
} | starcoder | <reponame>kirichenec/ReceptionNetCore
using Reception.Extension;
using Reception.Server.File.Entities;
using Reception.Server.File.Model.Dto;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Reception.Server.File.Extensions
{
public static class FileDataExtension
{
... | 2.155143 | 0c81b567b286e7a0768c2ef8353ef8eb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66299 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "cwickham3/azure-sdk-for-net",
"max_stars_repo_path": "src/ServiceManagement/StorSimple/StorSimple/Generated/IDeviceJobOperations.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66300"
} | starcoder | <filename>src/ServiceManagement/StorSimple/StorSimple/Generated/IDeviceJobOperations.cs
//
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a co... | 1.763104 | c0e0d3138eaf549f27a06c27aca51764 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66300 | {
"extension": "c-sharp",
"max_stars_count": "12.0",
"max_stars_repo_name": "Meowv/meowv.core",
"max_stars_repo_path": "Plus.Core/Plus/Autofac/PlusAutofacModule.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66301"
} | starcoder | <reponame>Meowv/meowv.core
using Plus.Castle;
using Plus.Modularity;
namespace Plus.Autofac
{
[DependsOn(typeof(PlusCastleCoreModule))]
public class PlusAutofacModule : PlusModule
{
}
} | 1.13879 | 14990fe44e5591e0e467ec7f75726c4d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66301 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "cuteant/SpanJson",
"max_stars_repo_path": "src/SpanJson.Extensions/Converters/DynamicUtf16NumberConverter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66302"
} | starcoder | <filename>src/SpanJson.Extensions/Converters/DynamicUtf16NumberConverter.cs
using System;
using SpanJson.Dynamic;
namespace SpanJson.Converters
{
public class DynamicUtf16NumberConverter : Newtonsoft.Json.JsonConverter
{
public override void WriteJson(Newtonsoft.Json.JsonWriter writer, object value, N... | 2.623774 | b658b4e5e48d3c46ca70706272e5dffd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66302 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bigabdoul/ModelToView",
"max_stars_repo_path": "src/Carfamsoft.ModelToView.ViewAnnotations/FormDisplayAttribute.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66303"
} | starcoder | using Carfamsoft.ModelToView.Shared;
using Carfamsoft.ModelToView.Shared.Extensions;
using System;
using System.Reflection;
using System.Resources;
namespace Carfamsoft.ModelToView.ViewAnnotations
{
/// <summary>
/// Represents a custom attribute that specifies layout for a form input.
/// </summary>
... | 2.810329 | e2348ee613275f8fcaa93a8c63920f25 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66303 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Trencadis-Labs/Trencadis.Core.CommandLineArgs",
"max_stars_repo_path": "Trencadis.Core.CommandLineArgs.Tests2/CommandLineArgs-DetectConvention-SlashOptionEqualValueTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66304"
} | starcoder | <reponame>Trencadis-Labs/Trencadis.Core.CommandLineArgs
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Trencadis.Core.CommandLineArgs.Tests2
{
[TestClass]
public class CommandLineArgs_DetectConvention_SlashOptionEqualValueTests
{
#region Happy Path
[TestMethod]
public void Test_that_... | 2.201233 | 56ade09258ca190f8054824716c6ba62 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66304 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "li5414/RPGCore",
"max_stars_repo_path": "RPGCore/Assets/RPGCore/Scripts/UI/Context Menu/UIContextMenu.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66305"
} | starcoder | <reponame>li5414/RPGCore
using RPGCore.Inventories;
using RPGCore.Utility;
using UnityEngine;
namespace RPGCore.UI
{
public class UIContextMenu : MonoBehaviour
{
public static UIContextMenu Instance;
public CanvasGroup Background;
public FadeBool BackgroundFade = new FadeBool ();
public CanvasMouse Mouse;... | 1.897576 | de2f329f6fcb225e62ec9973d194f9d3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66305 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nexus-link/nexus-code-examples",
"max_stars_repo_path": "NetCoreAdapter/Crm.NexusAdapter.Service/Capabilities/OnBoarding/Logic/TypeMappingExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66306"
} | starcoder | using BusinessApi.Contracts.Capabilities.OnBoarding.Model;
using Crm.System.Contract.Model;
namespace Crm.NexusAdapter.Service.Capabilities.OnBoarding.Logic
{
/// <summary>
/// Extensions for mapping between types
/// </summary>
internal static class TypeMappingExtensions
{
/// <summary>
... | 2.452221 | ef00d8946dac0f8f22399902dbc74194 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66306 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "hwtnb/VirtualDesktop",
"max_stars_repo_path": "source/VirtualDesktop/Interop/NativeMethods.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66307"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading.Tasks;
namespace WindowsDesktop.Interop
{
internal static class NativeMethods
{
[DllImport("user32.dll")]
public static extern int GetWindowThreadProcessId(IntPtr hWnd, out int lpdwPro... | 2.226157 | 8e6f4d4722c647d2a3baafed5934469f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66307 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "vmas/dotasm",
"max_stars_repo_path": "Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66308"
} | starcoder | using System;
using System.Diagnostics;
using System.IO;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
using System.Linq;
using System.Threading;
namespace DotAsm
{
class Program
{
static int Main(string[] args)
{
string runtime = null;
string corclrPath, nativ... | 2.530571 | d76f55f622922279a1c3e9fc8fb43e93 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66308 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yuyuki/TeamSpeakBackupPlugin",
"max_stars_repo_path": "BackupSetting/BackupSetting/Bl/ImportIdentitiesBl.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66309"
} | starcoder | <gh_stars>0
using System.IO;
using System.Windows.Automation;
using BackupSetting.Interface;
using BackupSetting.Properties;
namespace BackupSetting.Bl
{
internal class ImportIdentitiesBl : DialogIdentitiesBl
{
#region Constructor
/// <summary>
/// Initializes a new in... | 1.61087 | 9b29faeb45b76929db424cd82deac9ac |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66309 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "IanBadcoe/UnityGraph",
"max_stars_repo_path": "Assets/Generation/Templates/ForceRecord.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66310"
} | starcoder | namespace Assets.Generation.Templates
{
public class ForceRecord
{
// gets the two node radii added to it, so acts as a separation
public readonly float TargetDist;
public readonly NodeRecord Node1;
public readonly NodeRecord Node2;
// if we need to add some extras that ... | 2.567393 | 58c1bbc16bc3d7dfc44102caf1bf187c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66310 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dampee/Merchello",
"max_stars_repo_path": "test/Merchello.Tests.IntegrationTests/Services/Product/ProductTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66311"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Merchello.Core.Models;
using Merchello.Core.Services;
using Merchello.Tests.Base.DataMakers;
using Merchello.Tests.IntegrationTests.TestHelpers;
using NUnit.Framework;
namespace Merchello.Tests.IntegrationTest... | 2.302421 | 9bd96b3f8cf66b2eeee6843e2332be13 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66311 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "immmdreza/ModernTLSharp",
"max_stars_repo_path": "ModernTlSharp/TLSharp.Tl/TL/TLAbsPhoto.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66312"
} | starcoder | <reponame>immmdreza/ModernTLSharp
namespace ModernTlSharp.TLSharp.Tl.TL
{
public abstract class TLAbsPhoto : TLObject
{
}
}
| 0.934644 | 6b0d8bfcb55e2a796faf75ad47f60019 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66312 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Not-Storm/Evelin.NET",
"max_stars_repo_path": "Evelin/Modules/General.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66313"
} | starcoder | namespace Evelin.Modules
{
using System.Net.Http;
using System.Threading.Tasks;
using Discord;
using Discord.Commands;
using Evelin.Embeds;
using Infrastructure;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json.Linq;
/// <summary>
/// General module containing ba... | 2.772254 | 0167ca49f86d3069b73684a7317916ad |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66313 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "mehrandvd/Tralus",
"max_stars_repo_path": "Samples/Infrastructure/Source/Mahan.Tralus.Infrastructure.BusinessModel/Entities/Flight/FlightLeg.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66314"
} | starcoder | using System;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Tralus.Framework.BusinessModel.Entities;
using Tralus.Framework.BusinessModel.Utility;
namespace Mahan.Infrastructure.BusinessModel
{
[Table("FlightLeg", Schema = "Infra... | 2.085883 | 486f01b9a65a44404240f530d65de539 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66314 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "seljmov/Semantic-IDE",
"max_stars_repo_path": "Semantic/Solution/Core/IHaveType.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66315"
} | starcoder | <filename>Semantic/Solution/Core/IHaveType.cs
namespace Semantic.Solution
{
public interface IHaveType
{
SemanticItem TypeWord { get; set; }
}
} | 1.830782 | 49008c5c2039067a6ce15400eea945a1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66315 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "T-rvw/LevelEditor",
"max_stars_repo_path": "ATF/Framework/Atf.Gui/Applications/Listers/IListView.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66316"
} | starcoder | //Copyright ?2014 Sony Computer Entertainment America LLC. See License.txt.
using System.Collections.Generic;
namespace Sce.Atf.Applications
{
/// <summary>
/// Abstracts an enumeration of objects that can be used as tags, one per row, in a
/// list control along with corresponding user-readable c... | 2.57845 | cfeaa59136d0bb9c6d9f090dbf6df961 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66316 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "stark-lang/stark-roslyn",
"max_stars_repo_path": "src/Features/Stark/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66317"
} | starcoder | <filename>src/Features/Stark/Portable/CodeFixes/RemoveUnnecessaryCast/RemoveUnnecessaryCastCodeFixProvider.cs
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Immutabl... | 2.021788 | fba50ebc55cafec1925b8de1aebe2dd8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66317 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Cactus-Blade/Cactus.Blade.Collection",
"max_stars_repo_path": "Collection/System.Collections.Specialized.NameValueCollection/NameValueCollection.ToDictionary.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66318"
} | starcoder | <filename>Collection/System.Collections.Specialized.NameValueCollection/NameValueCollection.ToDictionary.cs
using System.Collections.Generic;
using System.Collections.Specialized;
public static partial class Extension
{
/// <summary>
/// A NameValueCollection extension method that converts the @this to a ... | 3.237761 | cc782d3aab555555c25fea7b80467095 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66318 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "defichaininfo/Jellyfish.NET",
"max_stars_repo_path": "Jellyfish.NET/API/SPV/ListHtlcsOutputsResult.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66319"
} | starcoder | <gh_stars>1-10
using NBitcoin;
using NBitcoin.JsonConverters;
using Newtonsoft.Json;
namespace Jellyfish.API.SPV;
public class ListHtlcsOutputsResult
{
/// <summary>
/// The transaction id
/// </summary>
[JsonConverter(typeof(UInt256JsonConverter))]
[JsonProperty("txid")]
public uint256 Trans... | 1.875031 | 1003dc68efd2acbdbf8465c879b3035b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66319 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tiagodenoronha/Mobile.BuildTools",
"max_stars_repo_path": "src/Mobile.BuildTools/Models/Secrets/SecretsConfig.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66320"
} | starcoder | using System.Collections.Generic;
using System.Linq;
using Newtonsoft.Json;
namespace Mobile.BuildTools.Models.Secrets
{
public class SecretsConfig
{
[JsonProperty("disable")]
public bool Disable { get; set; }
[JsonProperty("delimiter")]
public string Delimiter { g... | 2.385621 | 97aaab1c4e8c5d80d8dc8f6b27c75854 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66320 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "misiek-it/MassTransit",
"max_stars_repo_path": "src/MassTransit.AmazonSqsTransport/Contexts/SqsSendTransportContext.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66321"
} | starcoder | namespace MassTransit.AmazonSqsTransport.Contexts
{
using Amazon.SQS.Model;
using Context;
using GreenPipes;
using Transport;
using Transports;
public interface SqsSendTransportContext :
SendTransportContext
{
IPipe<ClientContext> ConfigureTopologyPipe { get; }
str... | 1.197481 | 3c054262c51a8cff5b160f6f9f5c7044 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66321 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "hiroki-o/AssetBundleManager",
"max_stars_repo_path": "Runtime/AssetMap.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66322"
} | starcoder | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
namespace AssetBundles.Manager
{
[Serializable]
public class AssetMap {
[Serializable]
public class AssetMapEntry
{
public string pat... | 2.588903 | 5a2196b2025541ea683f48e488fc2ec7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66322 | {
"extension": "c-sharp",
"max_stars_count": "24.0",
"max_stars_repo_name": "RulezzTeam/RageMP.Net",
"max_stars_repo_path": "src/AlternateLife.RageMP.Net/Elements/Entities/Player.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66323"
} | starcoder | <filename>src/AlternateLife.RageMP.Net/Elements/Entities/Player.cs
using System;
using System.Collections.Generic;
using System.Numerics;
using System.Threading.Tasks;
using AlternateLife.RageMP.Net.Data;
using AlternateLife.RageMP.Net.Enums;
using AlternateLife.RageMP.Net.Helpers;
using AlternateLife.RageMP.Net.Interf... | 2.324903 | c4f6b6d99b8f9ee902f6dde05fa26c6e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66323 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Narinyir/References",
"max_stars_repo_path": "src/OpenCvSharp/Src/Core/Cv_A.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66324"
} | starcoder | using System;
namespace OpenCvSharp
{
public static partial class Cv
{
#region AbsDiff
#if LANG_JP
/// <summary>
/// 二つの配列の要素ごとの差の絶対値を計算する.
/// dst(I) = abs(src1(I) - src2(I)).
/// </summary>
/// <param name="src1">1番目の入力画像</param>
/// <param name="src2"... | 3.037009 | 0027361bc4b3f2dfafa1063d3183f925 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66324 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "isaacandy/ispyconnect",
"max_stars_repo_path": "iSpyServer/Feedback.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66325"
} | starcoder | <reponame>isaacandy/ispyconnect
using System;
using System.Windows.Forms;
using iSpyServer.iSpyWS;
namespace iSpyServer
{
public partial class Feedback : Form
{
public Feedback()
{
InitializeComponent();
RenderResources();
}
priva... | 2.086333 | 4aa0c9f562670d127cb62b60b40abc0e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66325 | {
"extension": "c-sharp",
"max_stars_count": "294.0",
"max_stars_repo_name": "devlead/Statiq.Framework",
"max_stars_repo_path": "src/core/Statiq.Common/Util/TaskExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66326"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Statiq.Common;
namespace Statiq.Common
{
public static class TaskExtensions
{
// See https://stackoverflow.com/a/15530170
public static Task<TBase> FromDerivedAsync<TBase, TDerived>(this Task... | 2.534102 | c87852675a432b87ff9b2a62320618a5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66326 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "zastrowm/NUnit.ApplicationDomain",
"max_stars_repo_path": "test/NUnit.ApplicationDomain.Tests/TeardownAlwaysCalled.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66327"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
namespace NUnit.ApplicationDomain.Tests
{
/// <summary>
/// At one point, there was a bug where teardown was not being called when a test failed. This
/// class verifies that this no longer occurs.
/// </summary>
[T... | 2.684089 | 08b6515bddbb19c9d7441f4c0a2187d2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66327 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ProfBird/ASP.NET-Core-Demos",
"max_stars_repo_path": "MathQuiz/MathQuiz4/Pages/Index.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:66328"
} | starcoder | @page
@model MathQuizModel
@{
Layout = "_Layout";
ViewData["Title"] = "Math Quiz";
}
<!-- MathQuiz 4 -->
<h1>Math Quiz</h1>
<p>Problem: <br /> @Model.Quiz.Number1 + @Model.Quiz.Number2</p>
<form method="post">
<div asp-validation-summary="All"></div>
<p>
Enter your answer:
... | 2.65445 | 45867e4443e360876d4abc0cac59dd6a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66328 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mikamikem/XLIFF2-Object-Model",
"max_stars_repo_path": "Xliff.OM/Serialization/XliffWriter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66329"
} | starcoder | namespace Localization.Xliff.OM.Serialization
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Xml;
using Localization.Xliff.OM.Core;
using Localization.Xliff.OM.Core.XmlNames;
using Localiz... | 2.646499 | 320f8fd8ec0d6e2eeb38813510a695b2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66329 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "zerratar/RavenNest",
"max_stars_repo_path": "src/RavenNest.BusinessLogic/Game/Managers/IMarketplaceManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66330"
} | starcoder | <filename>src/RavenNest.BusinessLogic/Game/Managers/IMarketplaceManager.cs<gh_stars>1-10
using System;
using System.Threading.Tasks;
using RavenNest.Models;
namespace RavenNest.BusinessLogic.Game
{
public interface IMarketplaceManager
{
ItemSellResult SellItem(SessionToken token, string userId, Guid i... | 2.337451 | 7b09cb6db81175d644aa3c6a66d01ffd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66330 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "aluanhaddad/RefactoringEssentials",
"max_stars_repo_path": "RefactoringEssentials/Xml/IncrementalParserState.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66331"
} | starcoder | <reponame>aluanhaddad/RefactoringEssentials
// Copyright (c) 2009-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, i... | 2.03153 | cb54e03094f80c40458662d83dee22ff |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66331 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "Opdex/opdex-v1-api",
"max_stars_repo_path": "src/Opdex.Platform.Infrastructure.Abstractions/Data/Queries/Vaults/Certificates/VaultCertificatesCursor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66332"
} | starcoder | using Opdex.Platform.Common.Enums;
using Opdex.Platform.Common.Extensions;
using Opdex.Platform.Common.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Opdex.Platform.Infrastructure.Abstractions.Data.Queries.Vaults.Certificates;
public class VaultCertificatesCurs... | 2.481901 | 4008e8d103afa7711d658858d74c07bb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66332 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ryanakann/college-jam-2021",
"max_stars_repo_path": "College Jam/Assets/Scripts/Graphs/GraphGenerator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66333"
} | starcoder | <filename>College Jam/Assets/Scripts/Graphs/GraphGenerator.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Graphs.Edges;
using Graphs.Nodes;
namespace Graphs {
public class GraphGenerator : MonoBehaviour {
public Graph graph;
public GameObject nodePrefab;
... | 2.566961 | f1859d9228276e87fcd87a4f63f279b0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.