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 | 8845184 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "adrbarros/SocketAppServer",
"max_stars_repo_path": "SocketAppServer.Standard/LoadBalancingServices/SubServer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164404"
} | starcoder | <gh_stars>1-10
/*
MIT License
Copyright (c) 2020 <NAME>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, p... | 2.145584 | 62420e35e33940a497432fccdb7955af |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845185 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Damakshn/AlphaTest",
"max_stars_repo_path": "src/AlphaTest.WebApi/AccessControl/Schedule/CanEditScheduleRequirement.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164405"
} | starcoder | using AlphaTest.WebApi.AccessControl.SharedRequirements.IsAdmin;
using AlphaTest.WebApi.AccessControl.SharedRequirements.IsExaminer;
namespace AlphaTest.WebApi.AccessControl.Schedule
{
public class CanEditScheduleRequirement : IAdminRequirement, IExaminerRequirement
{
}
}
| 1.004362 | 637b6c83a867c1b178f826d99f1239c9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845186 | {
"extension": "c-sharp",
"max_stars_count": "56.0",
"max_stars_repo_name": "long1752062104/GameDesigner",
"max_stars_repo_path": "GameDesigner/Network/core/Share/INetConvert.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164406"
} | starcoder | namespace Net.Share
{
using global::System;
/// <summary>
/// 序列化处理程序
/// </summary>
public delegate bool SerializeHandle(Type type, object value, out byte[] buffer);
/// <summary>
/// 反序列化处理程序
/// </summary>
/// <param name="buffer">数据缓冲区</param>
/// <param name="index">当前解析数... | 2.455759 | 55b4f9346fe86d3dbc112dc90fe51403 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845187 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "uncleshvya/TemperatureGauge",
"max_stars_repo_path": "Source/TempGauge/AlertState.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164407"
} | starcoder | using System;
namespace TempGauge
{
// Token: 0x02000002 RID: 2
public enum AlertState
{
// Token: 0x04000002 RID: 2
Off,
// Token: 0x04000003 RID: 3
Normal,
// Token: 0x04000004 RID: 4
Critical
}
}
| 1.489427 | d21b0276108f93af9b624a1e5062a0a8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845188 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "VerkhovtsovPavel/BSUIR_Labs",
"max_stars_repo_path": "Course projects/Course_project_taskManager/source/Model/Command/UpdateTaskCommand.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164408"
} | starcoder | <reponame>VerkhovtsovPavel/BSUIR_Labs<gh_stars>1-10
namespace Course_project.Model.Command
{
using System;
using Course_project.Entity;
using Course_project.TaskDao;
using Course_project.Utils;
public class UpdateTaskCommand : ICommand
{
public object Execute(RequestParameters parameters)
{
Task task = p... | 2.217984 | ab0cf773ced5b759d5af0c30bbd892ef |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845189 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "DevSnicket/Eunice",
"max_stars_repo_path": "csharp/Tests/TestCases/MembersLevel/Valid/Interface/Method/ParameterAndReturnOfClass/ReturnClass.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164409"
} | starcoder | <reponame>DevSnicket/Eunice<filename>csharp/Tests/TestCases/MembersLevel/Valid/Interface/Method/ParameterAndReturnOfClass/ReturnClass.cs
namespace ReturnNamespace {
class ReturnClass { }
} | 1.392656 | 242172df33b8847586a6384cdbcff618 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845190 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Morasiu/RockPaperScissorsMoblie",
"max_stars_repo_path": "src/RockPaperScissorsMobile/RockPaperScissorsMobile/MainPage.xaml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164410"
} | starcoder | using System;
using System.Collections.Generic;
using System.Reflection;
using System.Threading.Tasks;
using RPS;
using Xamarin.Forms;
namespace RockPaperScissorsMobile {
public partial class MainPage : ContentPage {
private RPSGame _game;
private Dictionary<Pick, ImageSource> _pickImages;
public MainPage() {... | 2.420019 | a20fc7d96e8403f782c2b42efcb4dd01 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845191 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "SNBnani/Xian",
"max_stars_repo_path": "Ris/Client/View/WinForms/OrderEditorComponentControl.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164411"
} | starcoder | <reponame>SNBnani/Xian
#region License
// Copyright (c) 2006-2007, ClearCanvas Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
//
// * Redistributions of source code must ret... | 1.466583 | 7b2bc70bc1113dc6f061f89227264a6e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845192 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ilinatsoneva3/SoftUni-Official",
"max_stars_repo_path": "CSharpAdvancedExamPrevious/SummerCocktails/StartUp.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164412"
} | starcoder | namespace SummerCoctail
{
using System;
using System.Collections.Generic;
using System.Linq;
class StartUp
{
static void Main(string[] args)
{
var cocktailsMade = new Dictionary<int, string>
{
{ 150, "Mimosa" },
{250, "Daiquir... | 3.498076 | 8c706adf0adfc292b14575d358dc8989 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845193 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "RorroRojas3/fitness-app",
"max_stars_repo_path": "Rodrigo.Tech.Fitness.Web.API/Rodrigo.Tech.Repository/Migrations/FitnessDatabaseModelSnapshot.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164413"
} | starcoder | <gh_stars>1-10
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Rodrigo.Tech.Respository.Context;
namespace Rodrigo.Tech.Reposito... | 1.927545 | 17bccc709b69ab50de29b349b20f4941 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845194 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "achapweske/silvernote",
"max_stars_repo_path": "SilverNote.Editor/Drawing/RoutedLine.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164414"
} | starcoder | /*
* Copyright (c) <NAME>
*
* Licensed under MIT (https://github.com/achapweske/silvernote/blob/master/LICENSE)
*/
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Media;
using System.Xml;
using SilverNote.C... | 2.486408 | 4d8c81a0a9710100f3f3a31d7d425d0e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845195 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "maxstralin/chargebee-dotnet",
"max_stars_repo_path": "ChargeBee/Models/Enums/ReportByEnum.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164415"
} | starcoder | <filename>ChargeBee/Models/Enums/ReportByEnum.cs<gh_stars>0
using System.ComponentModel;
namespace ChargeBee.Models.Enums
{
public enum ReportByEnum
{
[Description("Unknown Enum")]
UnKnown, /*Indicates unexpected value for this enum. You can get this when there is a
dotnet-clie... | 2.451031 | 9ef37f00c232a0f6722fb85ef2052141 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845196 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nature-track/wenCollege-CSharp",
"max_stars_repo_path": "Model/dafen_jieguo.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164416"
} | starcoder | /** 版本信息模板在安装目录下,可自行修改。
* dafen_jieguo.cs
*
* 功 能: N/A
* 类 名: dafen_jieguo
*
* Ver 变更日期 负责人 变更内容
* ───────────────────────────────────
* V0.01 2017-2-3 16:32:26 N/A 初版
*
* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
*┌──────────────────────────────────┐
*│ 此技术信息为本公司机密信息,未经本公司书... | 2.238699 | 00d6b79dcd48c73736418930948a03e4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845197 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Natsirtt/office-rituals",
"max_stars_repo_path": "Assets/Scripts/BossTalk.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164417"
} | starcoder | using UnityEngine;
using System.Collections;
public class BossTalk : MonoBehaviour {
public string[] linesTowardsMeeting;
public string[] linesAtMeeting;
public string[] linesTowardsOffice;
public AudioClip[] sounds;
// Use this for initialization
void Start () {
}
public string getNextLineWalkToMeeting... | 2.336046 | 897226a086f4cd1e21d8099583f47d17 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845198 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mrlunchbox777/StandardDot",
"max_stars_repo_path": "src/CoreExtensions/ListExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164418"
} | starcoder | <reponame>mrlunchbox777/StandardDot<filename>src/CoreExtensions/ListExtensions.cs
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.Serialization.Json;
namespace StandardDot.CoreExtensions
{
/// <summary>
/// Extensions for List.
/// </summary>
public static c... | 3.118459 | be54c67974089ea6d98832c545713af9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845199 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "alexnoddings/TowerUnitePlayer",
"max_stars_repo_path": "Metis.Application/Views/DesignatedAreaWindow.xaml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164419"
} | starcoder | <filename>Metis.Application/Views/DesignatedAreaWindow.xaml.cs<gh_stars>0
using System;
using System.Windows;
using System.Windows.Input;
namespace Metis.Application.Views
{
internal partial class DesignatedAreaWindow
{
private bool _isTracking;
private Point _downPoint = new Point(0, 0);
... | 2.632126 | a7951fd8791e0b0227cfdd99bcef5ed4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845200 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Seeker1437/SqaureConnect.NET",
"max_stars_repo_path": "SquareConnect/Objects/V1/PhoneNumber.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164420"
} | starcoder | using Newtonsoft.Json;
namespace SquareConnect.Objects.V1
{
/// <summary>
/// Represents a phone number.
/// </summary>
public struct PhoneNumber
{
/// <summary>
/// The phone number's international calling code. For US phone numbers, this value is +1.
/// </summary>
... | 2.54927 | 3bb0c18622a27b568ce20a501b86ffc0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845201 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "erri120/pathutils",
"max_stars_repo_path": "PathUtils/Verbs/Clean.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164421"
} | starcoder | <reponame>erri120/pathutils
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Security;
using System.Threading.Tasks;
using CommandLine;
namespace PathUtils.Verbs
{
[Verb("clean", HelpText = "Clean the PATH variable of non-existing and duplicate paths.")]
public ... | 3.126371 | e6947a2f636764d6f0de8de6ec2e2475 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845202 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "TacoDevs/AbpZero-SmartAdmin",
"max_stars_repo_path": "Cinotam.ModuleZero.AppModule/Users/Dto/RoleSelectorInput.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164422"
} | starcoder | <filename>Cinotam.ModuleZero.AppModule/Users/Dto/RoleSelectorInput.cs
namespace Cinotam.ModuleZero.AppModule.Users.Dto
{
public class RoleSelectorInput
{
public string[] Roles { get; set; }
public long UserId { get; set; }
}
}
| 1.636937 | 4f43f2db9d92e049c786c5765fe861c6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845203 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "YauGoh/My.Maui.Responsive",
"max_stars_repo_path": "src/Samples/My.Maui.Responsive.Samples/App.xaml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164423"
} | starcoder | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Maui.Controls;
using My.Maui.Responsive.Samples.Pages;
using My.Maui.Responsive.Samples.ViewModels;
using Application = Microsoft.Maui.Controls.Application;
namespace My.Maui.Responsive.Samples
{
public partial class App : Application
{
s... | 1.727724 | 601fde6ff7608f1664fabf2a88b989e0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845204 | {
"extension": "c-sharp",
"max_stars_count": "27.0",
"max_stars_repo_name": "natiiix/famebot",
"max_stars_repo_path": "FameBot/UserInterface/KeyPressGUI.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164424"
} | starcoder | <reponame>natiiix/famebot
namespace FameBot.UserInterface
{
partial class KeyPressGUI
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
... | 1.981646 | 3333e53830a4fbfb08ce4363d3bd855c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845205 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "TravisTX/leetcode",
"max_stars_repo_path": "LeetCode/GoatLatin.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164425"
} | starcoder | using FluentAssertions;
using LeetCode.Helpers;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace Lee... | 3.118496 | f29caf22edabcc863f2c7b19559d62ce |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845206 | {
"extension": "c-sharp",
"max_stars_count": "379.0",
"max_stars_repo_name": "didalqb/MsSystem-BPM-ServiceAndWebApps",
"max_stars_repo_path": "src/Services/OA/MsSystem.OA.API/Infrastructure/ISignalRMessageProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164426"
} | starcoder | <filename>src/Services/OA/MsSystem.OA.API/Infrastructure/ISignalRMessageProvider.cs
using System.Collections.Generic;
namespace MsSystem.OA.API.Infrastructure
{
public interface ISignalRMessageProvider
{
string ConnectionId { get; set; }
long UserId { get; set; }
string GroupName { get... | 2.390441 | c74f4ace249308d70ae0d1a89cbeceab |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845207 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "1811-nov27-net/JohnPot_Project_2",
"max_stars_repo_path": "OrdersREST/DataAccess/Models/Order.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164427"
} | starcoder | <filename>OrdersREST/DataAccess/Models/Order.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace DataAccess.Models
{
public class Order
{
public enum OrderStatus
{
Pending,
Successful,
Failed
};
public int Id { ge... | 2.37662 | 4174ffd4032ae6511c1330bfab53a720 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845208 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "DotNetExample/silky.hero",
"max_stars_repo_path": "services/Silky.Organization/src/Silky.Organization.Application.Contracts/Organization/Dtos/OrganizationDtoBase.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164428"
} | starcoder | <reponame>DotNetExample/silky.hero
using System.ComponentModel.DataAnnotations;
using Silky.Hero.Common.Enums;
namespace Silky.Organization.Application.Contracts.Organization.Dtos;
public abstract class OrganizationDtoBase
{
/// <summary>
/// 父机构Id
/// </summary>
public long? ParentId { get; set; }
... | 2.049085 | 378f5ec32f48172c60fea24e86ebe7cd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845209 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mgefvert/DesktopCompanion",
"max_stars_repo_path": "DesktopCompanion/MainForm.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164429"
} | starcoder | <gh_stars>0
namespace DesktopCompanion
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary... | 1.735539 | 1b1e3ce0203b044ec7a8786280c60dac |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845210 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ericklaynus/TaxonomiaWeb",
"max_stars_repo_path": "TaxonomiaWeb/Service References/ServiceBmvXbrl/Reference.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164430"
} | starcoder | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.17929
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generate... | 1.366808 | 2400d5806facd9dc64b077fd150272ff |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845211 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Kredahan/SpaceBattleAssignment",
"max_stars_repo_path": "Assets/Scripts/TetsuoLookUp.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164431"
} | starcoder | <gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TetsuoLookUp : MonoBehaviour
{
Animator anim;
public bool CityPanComplete;
// Start is called before the first frame update
void Start()
{
anim = GetComponent<Animator>();
}
//... | 1.323981 | 2559be308edede7200618a973e131115 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845212 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JonnyOrman/MicroApi",
"max_stars_repo_path": "MicroApi/InvalidParameter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164432"
} | starcoder | namespace MicroApi;
public class InvalidParameter
{
public InvalidParameter(
string parameterName,
IEnumerable<string> messages
)
{
ParameterName = parameterName;
Messages = messages;
}
public string ParameterName { get; }
public IEnumerable<string> Messag... | 2.401847 | 42ecee1c8352009a05388017b64346b4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845213 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "devinleighsmith/PSP",
"max_stars_repo_path": "backend/entities/IBaseAppEntity.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164433"
} | starcoder | using System;
namespace Pims.Dal.Entities
{
public interface IBaseAppEntity : IBaseEntity
{
#region Properties
public DateTime AppCreateTimestamp { get; set; }
public string AppCreateUserid { get; set; }
public Guid? AppCreateUserGuid { get; set; }
public string AppCreat... | 1.51385 | b2690dd08668440c1158ab7089b5c840 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845214 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tcd1nc/UltimateAM",
"max_stars_repo_path": "Models/StatusModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164434"
} | starcoder | <reponame>tcd1nc/UltimateAM
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AssetManager.Models
{
public class StatusModel : ViewModelBase, IDataErrorInfo
{
public int ID
{
... | 2.450361 | 0137a9d1d2cf58e0563a22a001eff6fc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845215 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "serverdata-net/elevate-dotnet-sdk",
"max_stars_repo_path": "ConnectSDK.Voice/Models/V2/VoiceMails/VoiceMailContent.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164435"
} | starcoder | namespace ConnectSDK.Voice.Models.V2.VoiceMails
{
using System.Text.Json.Serialization;
public class VoiceMailContent
{
[JsonPropertyName("byte")]
public byte Byte { get; set; }
}
}
| 1.484135 | bca4faa8b4463373bf82e6537f8b9564 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845216 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "RobertWeinmeister/TheGameSimulation",
"max_stars_repo_path": "TheGameApp.Tests/TestHelper.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164436"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
namespace TheGameApp.Tests
{
internal static class TestHelper
{
internal static Player PlayerThatCanNeverPlay =>
Player.NewPlayer("CannotPlay").AddMoveRule((_, _) => new Pla... | 2.624134 | 2c813015b0bb1a71d13855acbb68ee0e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845217 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "soeren-m/pixelpart-plugin-unity",
"max_stars_repo_path": "pixelpart-plugin/Assets/pixelpart/Scripts/PixelpartEffect.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164437"
} | starcoder | <reponame>soeren-m/pixelpart-plugin-unity<gh_stars>1-10
using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Rendering;
namespace pixelpart {
[AddComponentMenu("Pixelpart/Pixelpart Effect")]
public class PixelpartEffect : MonoBehaviour {
public const uint NullId = 0xFFFFFFFF;
[Header... | 1.574697 | c4db39595ada4404202ff942fd59d44d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845218 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "milleniumbug/LibJpConjSharp",
"max_stars_repo_path": "LibJpConjSharp/JpConj.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164438"
} | starcoder | <reponame>milleniumbug/LibJpConjSharp
using System;
using System.Collections.Generic;
using LibJpConjSharp.Deconjugation;
namespace LibJpConjSharp
{
public class JpConj
{
public static string Conjugate(string verb, EdictType type, CForm form, Politeness polite = Politeness.Plain, Polarity affirmative ... | 2.141954 | 8c8391fa346c788568d406319a3ee7ff |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845219 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "garvanb/EasyDb",
"max_stars_repo_path": "Source/EasyDb/MainWindow.xaml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164439"
} | starcoder | <reponame>garvanb/EasyDb<filename>Source/EasyDb/MainWindow.xaml.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Wi... | 1.823409 | 162cbc611027fead703d0ad72408f50c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845220 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Panthr75/DiscordJS-CSharp",
"max_stars_repo_path": "DiscordJS v12.2.0/Structures/Presence.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164440"
} | starcoder | <gh_stars>1-10
using DiscordJS.Data;
using JavaScript;
using System;
namespace DiscordJS
{
/// <summary>
/// Represents a user's presence.
/// </summary>
public class Presence : IEquatable<Presence>, IHasID
{
/// <summary>
/// The activities of this presence
/// </summary>
... | 2.796619 | a9a9ce6295110a4e2b1a84577445e1c1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845221 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "LetsManu/LVS_Lagerverwaltungssystem",
"max_stars_repo_path": "LVS_WebInterface/default.aspx.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164441"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace LVS_WebInterface
{
// NOTE: The ASP.Net-Version has been deprecated. Use the PHP-Version found in LVS/LVS_Websinterface_New
public partial class ... | 1.473165 | 48a3293b87aa8da3e4669a879ea7d8a9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845222 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BrickStreetSoftware/brickstapi-dotnetclient",
"max_stars_repo_path": "BrickStAPI/Connect/CustomerObjects.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164442"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace BrickStreetAPI.Connect
{
public class CustomerAttribute
{
public const string TYPE_ATTRIBUTE = "attribute";
public const string TYPE_PREFERENCE =... | 2.451569 | 4d22df0a73f282eddeabf3a277d7fd35 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845223 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "FominVlad/MobileDevApp",
"max_stars_repo_path": "MobileDevApp/Chat.DAL/Models/ChatUser.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164443"
} | starcoder | <filename>MobileDevApp/Chat.DAL/Models/ChatUser.cs
using System.ComponentModel.DataAnnotations;
namespace Chat.DAL.Models
{
public class ChatUser
{
public int ChatUserID { get; set; }
[Required]
public int ChatID { get; set; }
public ChatEntity Chat { get; set; }
[R... | 1.995275 | 371a78ff26a844501162389b64b5f0d7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845224 | {
"extension": "c-sharp",
"max_stars_count": "104.0",
"max_stars_repo_name": "davyxu/cellorigin",
"max_stars_repo_path": "client/Assets/Script/Constant/Constant.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164444"
} | starcoder |
class Constant
{
public const string ClientVersion = "0.1.0";
public const string DevAddress = "127.0.0.1:8101";
public const string PublicAddress = "www.test.com:8101";
}
| 1.208624 | 84f3eaf1d694e614a9ee8463476f64d9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845225 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "clarkis117/GenericMvc",
"max_stars_repo_path": "src/GenericMvc/Views/Shared/BasicMvc/SearchForm.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:164445"
} | starcoder | <filename>src/GenericMvc/Views/Shared/BasicMvc/SearchForm.cshtml<gh_stars>1-10
@model GenericMvc.ViewModels.Basic.SearchViewModel
<form title="Search Form" asp-action="Search" method="get" role="form" class="form-inline" novalidate>
<div class="input-group">
<span class="input-group-addon"></span>
<select asp... | 2.425643 | d6a7bc7b012b0d0cfe92b0682263c7a5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845226 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bizintekdev/mOway_SW_mOwayWorld",
"max_stars_repo_path": "mOway_SW_mOwayWorld/MowayProject/GraphicProject/GraphLayout/Operations/OperationEventArgs.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164446"
} | starcoder | using System;
namespace Moway.Project.GraphicProject.GraphLayout.Operations
{
public delegate void OperationEventHandler(object sender, OperationEventArgs e);
public enum OperationState {Started, Finished, Canceled}
public class OperationEventArgs : EventArgs
{
#region Atributos
pri... | 2.528073 | 48e1a4e81b3fd211632cf81fb4c67610 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845227 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "leost3/HiTechCompany",
"max_stars_repo_path": "HiTech/Gui/Accountant.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164447"
} | starcoder | using HiTech.Business;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace HiTech
{
public partial class Accountant : Form
{
publi... | 2.674816 | a763af7a742d58257ccab39cbffa2823 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845228 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "fei090620/ZY.CommanLib",
"max_stars_repo_path": "Test/ZY.Common.Test/Datas/FeatureObjectTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164448"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ZY.Common.Datas;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Data;
namespace ZY.Common.Datas.Tests
{
[TestClass()]
public class FeatureObjectTests
{
... | 2.804482 | 2d2ef4f55a74806e155252abb9d17d73 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845229 | {
"extension": "c-sharp",
"max_stars_count": "19.0",
"max_stars_repo_name": "machine/machine.specifications.runner.resharper",
"max_stars_repo_path": "src/Machine.Specifications.Runner.ReSharper/MspecTestMetadataExplorer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164449"
} | starcoder | <gh_stars>10-100
using System.Linq;
using System.Threading;
using JetBrains.Metadata.Reader.API;
using JetBrains.Metadata.Reader.Impl;
using JetBrains.ReSharper.UnitTestFramework.Exploration;
using Machine.Specifications.Runner.ReSharper.Elements;
using Machine.Specifications.Runner.ReSharper.Reflection;
namespace Ma... | 2.173248 | 8d05758fdfadf3f104456575d0aaa605 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845230 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "vafrus/kursach_l",
"max_stars_repo_path": "kursach_l/Form_research.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164450"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Diagnostics;
namespace kursach_l
{
public partial class Form_research : For... | 2.253755 | c13ef43b43281f75eff5f9b60cfa0dd8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845231 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "idonthaveafifaaddiction/dovetail-bootstrap",
"max_stars_repo_path": "source/Dovetail.SDK.ModelMap/Serialization/AddFilter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164451"
} | starcoder | using System.Collections.Generic;
using System.Linq;
using System.Xml.Linq;
using FubuCore;
namespace Dovetail.SDK.ModelMap.Serialization
{
public class AddFilter : IElementVisitor
{
public bool Matches(XElement element, ModelMap map, ParsingContext context)
{
var regist... | 2.179148 | 74503e7fd9c29a4eda8598816c9612d4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845232 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sunithakaushik/Microservices",
"max_stars_repo_path": "EventOnContainers/EventCatalogApi/Domain/EventName.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164452"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace EventCatalogApi.Domain
{
public class EventName
{
public int Id { get; set; }
public string Title { get; set; }
public string Ticket { get; set; }
public decimal Price { g... | 1.942423 | f706733f80ab6093a4d3d36ffe154c78 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845233 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "thy2134/AbandonClien-Park",
"max_stars_repo_path": "AbandonClien/DestroyEverything.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164453"
} | starcoder | using System;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using xgoogleSharp;
using System.Web;
namespace AbandonClien
{
class DestroyEverything
{
protected Clien Clien;
protected stati... | 2.480211 | 91686074fed03533982d5013f883a68a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845234 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "IMaeland/IronSmalltalk",
"max_stars_repo_path": "IronSmalltalk.ExpressionCompiler/Visiting/TO-DO/EncoderVisitor.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164454"
} | starcoder | /*
* **************************************************************************
*
* Copyright (c) The IronSmalltalk Project.
*
* This source code is subject to terms and conditions of the
* license agreement found in the solution directory.
* See: $(SolutionDir)\License.htm ... in the root of this dist... | 2.098538 | 3fd54f65c3673763e13217aaf12f75e7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845235 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "soleil-taruto/Elsa2",
"max_stars_repo_path": "e20201225_Udongedon/Elsa20200001/Elsa20200001/GameCommons/DDSound.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164455"
} | starcoder | <reponame>soleil-taruto/Elsa2
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using DxLibDLL;
using Charlotte.Commons;
namespace Charlotte.GameCommons
{
public class DDSound
{
private Func<byte[]> Func_GetFileData;
private int[] Handles = null; // null == U... | 2.318844 | dd306930399212efa369a76bcbbed6ab |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845236 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jonashouben/ScsLib",
"max_stars_repo_path": "ScsLib/Hashing/CityHash.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164456"
} | starcoder | <reponame>jonashouben/ScsLib
using System;
using System.Text;
namespace ScsLib.Hashing
{
public static class CityHash
{
private const ulong K0 = 0xc3a5c85c97cb3127UL;
private const ulong K1 = 0xb492b66fbe98f273UL;
private const ulong K2 = 0x9ae16a3b2f90404fUL;
private const ulong K3 = 0xc949d7c7509e6557UL;
... | 2.826146 | 4a52c7dbd53d13c1f382947988a08c8d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845237 | {
"extension": "c-sharp",
"max_stars_count": "18.0",
"max_stars_repo_name": "JetBrains/ReSharperPowerToys",
"max_stars_repo_path": "Src/PsiPlugin/src/Psi/Psi/Tree/IPsiIdentifier.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164457"
} | starcoder | <filename>Src/PsiPlugin/src/Psi/Psi/Tree/IPsiIdentifier.cs
using JetBrains.ReSharper.Psi.Tree;
namespace JetBrains.ReSharper.PsiPlugin.Psi.Psi.Tree
{
public interface IPsiIdentifier : IIdentifier, ITokenNode, IPsiTreeNode
{
}
}
| 1.278263 | 7b2c95f43463e99879792907bfdc0824 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845238 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "inoto/td",
"max_stars_repo_path": "Assets/Scripts/UI/UILevelControl.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164458"
} | starcoder | using System;
using UnityEngine;
namespace TowerDefense
{
public class UILevelControl : MonoBehaviour
{
public event Action<UILevelControl> ShownEvent;
public event Action<UILevelControl> HiddenEvent;
public GameObject Owner { get; protected set; }
public virtual void Show()
{
gameObject.SetActive(tr... | 2.219355 | 3f0735d527faa6993ba3fcbd4b49a9cd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845239 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kuvondik/aspnet-docker-boilerplate",
"max_stars_repo_path": "src/AspNetDockerBoilerplate/Models/DomainModels/BasicObject.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164459"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace AspNetDockerBoilerplate.Models.DomainModels
{
public delegate void ValueChangedEvent();
public class BasicObject
{
#region Private Events
private event ValueChangedEvent Val... | 2.646563 | ac080d05b27acb318ce112a8b697b8a9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845240 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "pancholopez/EnterpriseWpf",
"max_stars_repo_path": "FriendOrganizer/FriendOrganizer.DataAccess/Migrations/20180604154629_addedMeetings.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164460"
} | starcoder | <reponame>pancholopez/EnterpriseWpf
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Migrations;
using System;
using System.Collections.Generic;
namespace FriendOrganizer.DataAccess.Migrations
{
public partial class addedMeetings : Migration
{
protected override void U... | 1.830322 | 39ebc780c5c732f7d51b7868cab14190 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845241 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AsafEtzion/the_scribble",
"max_stars_repo_path": "Assets/STB/ADAOPS/Source/Base/SceneElements/Objects/MeatDistributor.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164461"
} | starcoder | <gh_stars>0
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace STB.ADAOPS
{
///////////////////////////////////////////////////////////////////////////////////////////////////////
/// <summary>
/// Class: BloodyObject
/// # Manager to handle a meat distributor (it expends mea... | 1.951506 | a297aa0b8ec5c9b3874400ac92d21501 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845242 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "WEBCON-BPS/public-forms",
"max_stars_repo_path": "WEBCON.FormsGenerator.Test/BusinessLogic/BpsQueryServiceTest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164462"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Moq;
using NUnit.Framework;
using WEBCON.FormsGenerator.BusinessLogic.Application.DTO;
using WEBCON.FormsGenerator.BusinessLogic.Application.Interface;
using WEBCON.FormsGenerator.BusinessLogic.Application.Service;
u... | 2.021467 | c6cbe3f64715cf978c77795f8bd2790e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845243 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "georgekosmidis/ITProDev",
"max_stars_repo_path": "ITProDev.Tests/UnitTest1.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164463"
} | starcoder | using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace itprodev.tests
{
[TestClass]
public class HelloWorldTests
{
[TestMethod]
public void SayHelloTest()
{
var result = HelloWorld.SayHello();
Assert.AreEqual("Hello Worlds!", result);
}
}
}... | 2.125894 | 2581cb8f87f0a7a196e8c64b9bd31d89 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845244 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "watson-yu/RTSPSource",
"max_stars_repo_path": "RTSP Source Filter/Samples/SampleGrabber/InputBox.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164464"
} | starcoder | <filename>RTSP Source Filter/Samples/SampleGrabber/InputBox.cs
using System;
using System.IO;
using System.Linq;
using System.Windows.Forms;
namespace SampleGrabber
{
/// <summary>
/// A dialog box to select the RTSPsource url. The combo
/// box uses and auto complete source and saves all entries
//... | 3.164607 | 0eb8325e6ae5951c46bb0a1fcf275b2a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845245 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "simontime/XPR2",
"max_stars_repo_path": "Structs.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164465"
} | starcoder | <reponame>simontime/XPR2<gh_stars>1-10
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Explicit, Size = 0x10)]
struct Header
{
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = 5), FieldOffset(0)]
public string magic;
[FieldOffset(4)]
public uint totalSize;
[FieldOffset(8)]
... | 1.811456 | 655922e9c6a38b2975ef41900b040d87 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845246 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ErisApps/SongDataCoreSourceOverrider",
"max_stars_repo_path": "SongDataCoreSourceOverrider/Plugin.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164466"
} | starcoder | <reponame>ErisApps/SongDataCoreSourceOverrider
using System.Collections;
using System.Linq;
using HarmonyLib;
using IPA;
using IPA.Config;
using IPA.Config.Stores;
using IPA.Logging;
using SongDataCore.BeatStar;
using SongDataCoreSourceOverrider.HarmonyPatches;
namespace SongDataCoreSourceOverrider
{
[Plugin(Runtime... | 2.021011 | 90dbb3a2113156f50e60f42629939ecd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845247 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ArtemBorodinEvgenyevich/Pacman",
"max_stars_repo_path": "Thief-Game/ScorePoint.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164467"
} | starcoder | <filename>Thief-Game/ScorePoint.cs
using System.Drawing;
using System.IO;
namespace Thief_Game
{
//Lev
/// <summary>
/// Score point class init
/// </summary>
public class ScorePoint
{
private int X;
private int Y;
public int CurrentPositionX
... | 3.064037 | e81137ea50b3eb72822c355f048b7d41 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845248 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "developerslearnit/Paystack.Net.SDK",
"max_stars_repo_path": "Paystack.Net.SDK/Interfaces/ISubscriptions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164468"
} | starcoder | <filename>Paystack.Net.SDK/Interfaces/ISubscriptions.cs
using Paystack.Net.SDK.Models.Subscription;
using System.Threading.Tasks;
namespace Paystack.Net.SDK
{
public interface ISubscriptions
{
Task<SubscriptionModel> CreateSubscription(string customerEmail, string planCode, string authorization,string... | 1.617025 | 38162536addad4a865adee5091720c24 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845249 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "JaydenMaalouf/FNAPI",
"max_stars_repo_path": "FortniteAPI/Endpoints/Store/Interfaces/IFNBRItemProperties.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164469"
} | starcoder | using System.Drawing;
using FortniteAPI.Enums;
namespace FortniteAPI.Endpoints.Store.Items
{
public interface IFNBRItemProperties
{
FNBRItemType ItemType { get; }
FNBRItemRarity Rarity { get; }
Color GetRarityColor();
}
}
| 1.713892 | 91946c1d49420b6e36aeea6bbee5d69b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845378 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "MangoInstantMessenger/MangoMessengerAPI",
"max_stars_repo_path": "MangoAPI.BusinessLogic/ApiQueries/DiffieHellmanKeyExchanges/DownloadPartnerPublicKeyQueryHandler.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164598"
} | starcoder | <filename>MangoAPI.BusinessLogic/ApiQueries/DiffieHellmanKeyExchanges/DownloadPartnerPublicKeyQueryHandler.cs
using System.Threading;
using System.Threading.Tasks;
using MangoAPI.BusinessLogic.Responses;
using MangoAPI.Domain.Constants;
using MangoAPI.Infrastructure.Database;
using MediatR;
using Microsoft.EntityFrame... | 2.229841 | 8dd1a71db19f84e10151b7f5fec23c28 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845379 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "luizfbicalho/Camunda.NET",
"max_stars_repo_path": "camunda-bpm-platform-net/engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/BatchHelper.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164599"
} | starcoder | using System;
using System.Collections.Generic;
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file ... | 1.601508 | 41b07667b1e20af633fb333b30ecaebd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845380 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "MikeHawkeCF/Rust-Plugin-Basics",
"max_stars_repo_path": "TheBasics/TheBasicsWONotes.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164600"
} | starcoder |
namespace Oxide.Plugins
{
[Info("TheBasicsWOnotes", "MikeHawke", "0.0.1")]
class TheBasicsWOnotes : RustPlugin
{
void Init()
{
Puts("We made our first plugin!");
}
}
} | 1.720786 | 15c556be88a0b4e043d35d3a20dc6787 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845381 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Neengash/Unity-CardboardVR-Power-Tools",
"max_stars_repo_path": "Assets/UnityCardboardVRPowerTools/Scripts/Demos/AudioPlayer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164601"
} | starcoder | <filename>Assets/UnityCardboardVRPowerTools/Scripts/Demos/AudioPlayer.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AudioPlayer : MonoBehaviour
{
AudioSource audioSource;
void Start() {
audioSource = GetComponent<AudioSource>();
}
p... | 2.047855 | b32063958cbedcd6ad9ba151c0455662 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845382 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "undancer/oni-data",
"max_stars_repo_path": "Managed/firstpass/Epic/OnlineServices/Connect/AuthExpirationCallbackInfo.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164602"
} | starcoder | <reponame>undancer/oni-data
namespace Epic.OnlineServices.Connect
{
public class AuthExpirationCallbackInfo
{
public object ClientData { get; set; }
public ProductUserId LocalUserId { get; set; }
}
}
| 1.1226 | 0c94510c75ce7b675ac94d0704aa83cc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845383 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "prjm/paspaspas",
"max_stars_repo_path": "PasPasPas.Parsing/src/SyntaxTree/Abstract/TypeAlias.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164603"
} | starcoder | #nullable disable
using PasPasPas.Globals.Parsing;
using PasPasPas.Infrastructure.Utils;
using PasPasPas.Parsing.SyntaxTree.Utils;
namespace PasPasPas.Parsing.SyntaxTree.Abstract {
/// <summary>
/// type alias
/// </summary>
public class TypeAlias : TypeSpecificationBase, IExpressionTar... | 2.365114 | 49efe0d2ef9fdefbcd668b1ebf860c66 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845384 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "biohazard999/Tasty",
"max_stars_repo_path": "test/integration/Xenial.Tasty.ReturnValueTests/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164604"
} | starcoder | using System;
using System.Threading.Tasks;
using Shouldly;
using Xenial.Delicious.Plugins;
using static Xenial.Tasty;
TastyDefaultScope
.UseNamedPipesTransport()
.UseRemoteReporter();
Describe("Return values", () =>
{
It("can be void", () =>
{
var add = 1 + 1;
Console.WriteLine($"... | 2.148346 | ba7ce9ed02c1f1356c71b735071e0578 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845385 | {
"extension": "c-sharp",
"max_stars_count": "48.0",
"max_stars_repo_name": "synthetic-borealis/Andromeda-Saving-System",
"max_stars_repo_path": "Assets/Plugins/Dahomey.Cbor/Cbor.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164605"
} | starcoder | <filename>Assets/Plugins/Dahomey.Cbor/Cbor.cs<gh_stars>10-100
using Dahomey.Cbor.ObjectModel;
using Dahomey.Cbor.Serialization;
using Dahomey.Cbor.Serialization.Converters;
using Dahomey.Cbor.Util;
using System;
using System.Buffers;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.IO.Pipelines;
us... | 2.50278 | bc1d70d12c4b1d8e0718cbde7f5bcd10 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845386 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jmacs/ngx",
"max_stars_repo_path": "src/Prototype/User/QuestLog.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164606"
} | starcoder | <filename>src/Prototype/User/QuestLog.cs
namespace Prototype.User
{
public class QuestLog
{
public int LastWorld { get; set; }
public int LastStage { get; set; }
}
}
| 1.856495 | 50ab62735030c8f16f65b41a438bee2b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845387 | {
"extension": "c-sharp",
"max_stars_count": "70.0",
"max_stars_repo_name": "vivekanand87/Framework",
"max_stars_repo_path": "ProtoTest.Golem/Tests/PageObjects/MSPaint/MSPaint_6.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164607"
} | starcoder | <gh_stars>10-100
using System.Windows.Forms;
using Golem.Purple;
using Golem.Purple.PurpleElements;
namespace Golem.Tests.PageObjects.MSPaint
{
public class MSPaint_6 : BaseScreenObject
{
private readonly PurplePanel PaintArea = new PurplePanel("PaintArea", "Untitled - Paint/!BLANK!/!BLANK!");
... | 1.970469 | e88a524a025db6b6cdba6d01fae17035 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845388 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SVDwebtech/HangMan0021",
"max_stars_repo_path": "HangMan0021/PlayBanner.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164608"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HangMan0021
{
internal class PlayBanner
{
public static void DisplayPlayBanner()
{
Console.Clear();
StringBuilder stringBuilder = new StringBui... | 2.893559 | d17af08f5184097bc4a2978d799464b4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845389 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "Rayin42/RooSim",
"max_stars_repo_path": "RooStatsSim/DB/Table/StatsPointTable.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164609"
} | starcoder | <filename>RooStatsSim/DB/Table/StatsPointTable.cs
using RooStatsSim.User;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RooStatsSim.DB.Table
{
class StatsPointTable
{
public static int LevelUpStatusPoint(int nextLevel)
... | 2.732972 | dc5f736216c502086ca729af64eb7529 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845390 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Nikolayski/Paradise",
"max_stars_repo_path": "src/Models/Enums/CommentType.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164610"
} | starcoder | namespace Models.Enums
{
public enum CommentType
{
UNKNOWN = 0,
Recipe = 1,
Post = 2,
}
}
| 1.523561 | c33310e47d48d361f6ff73459f97e5c4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845391 | {
"extension": "c-sharp",
"max_stars_count": "19.0",
"max_stars_repo_name": "T-Manson/Dragon",
"max_stars_repo_path": "Framework/Dragon.Framework.Infrastructure/Pinyin/Resources/AssemblyResource.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164611"
} | starcoder | //------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace D... | 2.162287 | 0c7548db317eacc87d226ac7048da2d4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845392 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "ikemtz/NRSRx",
"max_stars_repo_path": "src/IkeMtz.NRSRx.Core.OData/ODataCommonOperationFilter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164612"
} | starcoder | <reponame>ikemtz/NRSRx
using System;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Microsoft.OpenApi.Models;
using Swashbuckle.AspNetCore.SwaggerGen;
namespace IkeMtz.NRSRx.Core.OData
{
public class ODataCommonOperationFilter : IOperationFilter
{
public void Apply(OpenApiOperation operation, ... | 2.467747 | 85809175dcb42760f3e4e336038fd2dd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845393 | {
"extension": "c-sharp",
"max_stars_count": "231.0",
"max_stars_repo_name": "brandhuf/ArchUnitNET",
"max_stars_repo_path": "ArchUnitNETTests/Domain/AttributeTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164613"
} | starcoder | <filename>ArchUnitNETTests/Domain/AttributeTests.cs<gh_stars>100-1000
// Copyright 2019 <NAME> <<EMAIL>>
// Copyright 2019 <NAME> <<EMAIL>>
// Copyright 2019 <NAME> <<EMAIL>>
//
// SPDX-License-Identifier: Apache-2.0
using System.Linq;
using ArchUnitNET.Domain;
using ArchUnitNET.Domain.Dependencies;
using ArchUni... | 2.05374 | f4661b7a8d9230b2f29f01b2384cd8d8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845394 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "HristoSpasov/C-Sharp-Advanced",
"max_stars_repo_path": "12. Exercise Unit Testing/07. Hack.Tests/MathFloorTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164614"
} | starcoder | using System;
using Moq;
using NUnit.Framework;
namespace _07.Hack.Tests
{
[TestFixture]
public class MathFloorTests
{
private Mock<IMath> mathClassMock;
[SetUp]
public void Initialize()
{
this.mathClassMock = new Mock<IMath>();
}
[Test]
... | 3.249687 | a27ebb1717da9d2c01a3d3d3d8b5de67 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845395 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "JetLightStudio/SerilogLogging",
"max_stars_repo_path": "Views/_ViewImports.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:164615"
} | starcoder | <filename>Views/_ViewImports.cshtml
@using SerilogLogging
@using SerilogLogging.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
| 1.553385 | 59f84868b44df6352a42dba1d365effd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845396 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "james-wasson/SudokuSolver",
"max_stars_repo_path": "SudokuSolver/Navigators/Row.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164616"
} | starcoder | using SudokuSolver.BoardData;
using System;
using System.Collections.Generic;
using System.Text;
using static SudokuSolver.BoardData.Board;
namespace SudokuSolver.Navigators
{
public class Row : RowColumn<Row>
{
public readonly int RowNo;
protected override object[] GetEquateableObjects() => n... | 2.952106 | 952d63117730ac65f59138a5759ea20a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845397 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gamedevserj/Doors-And-Buttons",
"max_stars_repo_path": "Assets/Scripts/Doors-And-Buttons/DoorButtonTrigger.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164617"
} | starcoder | <gh_stars>0
using UnityEngine;
namespace DoorsAndButtons
{
public class DoorButtonTrigger : MonoBehaviour
{
public bool interactOnExit;
public DoorButtonBase doorButton;
void OnTriggerEnter(Collider other)
{
if (doorButton.WhoPressesButton == null)
{
... | 2.157398 | d8cbbc7e9f14804e56ef958b472e4907 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845398 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "keito940/core",
"max_stars_repo_path": "test/Omnius.Core.Tests/Extensions/BitArrayExtensionTest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164618"
} | starcoder | using System;
using System.Collections;
using Xunit;
namespace Omnius.Core.Extensions
{
public class BitArrayExtensionTest
{
[Fact]
public void GetCardinalityTest()
{
var random = new Random(0);
const int maxLength = 1024 * 8;
var bitArray = new Bit... | 2.677386 | 796752e3900ebb1121f7b260ee70c6f5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845399 | {
"extension": "c-sharp",
"max_stars_count": "12.0",
"max_stars_repo_name": "XiaoXin1900/Sudoku",
"max_stars_repo_path": "src/Sudoku.Solving.Old/Generating/HardPatternPuzzleGenerator.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164619"
} | starcoder | <filename>src/Sudoku.Solving.Old/Generating/HardPatternPuzzleGenerator.cs<gh_stars>10-100
using static Sudoku.Generating.IPuzzleGenerator;
namespace Sudoku.Generating;
/// <summary>
/// Provides an extended puzzle generator.
/// </summary>
public class HardPatternPuzzleGenerator : DiggingPuzzleGenerator
{
/// <summ... | 2.779622 | 4139d82c61127f5c9d39999e055c600f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845400 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "drasticactions/AwfulRedux",
"max_stars_repo_path": "AwfulWebTemplate/AwfulWebTemplate/PrivateMessageTemplate.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:164620"
} | starcoder | <filename>AwfulWebTemplate/AwfulWebTemplate/PrivateMessageTemplate.cshtml
@model PrivateMessageTemplateModel
<!DOCTYPE html>
<html>
<head>
<meta name="twitter:dnt" content="on">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="ms-appx-web:///Assets/We... | 1.814494 | a2d5bc321c1af96c38a08ffc89d02f26 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845401 | {
"extension": "c-sharp",
"max_stars_count": "12.0",
"max_stars_repo_name": "ekzyis/CrypTool-2",
"max_stars_repo_path": "CrypPlugins/NetworkSender/Model/PresentationPackage.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164621"
} | starcoder | <gh_stars>10-100
using System;
namespace CrypTool.Plugins.NetworkSender
{
public class PresentationPackage
{
public PresentationPackage()
{
TimeOfReceiving = DateTime.Now.ToString("HH:mm:ss:fff");
}
public string TimeOfReceiving { get; set; }
public string ... | 1.867722 | bb5b5248fbdbe27cbe6191866ca7b527 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845402 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ateliex/Ateliex.DataDrivenDesign",
"max_stars_repo_path": "src/Ateliex.Web/Api/Cadastro/ModeloController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164622"
} | starcoder | using Ateliex.Areas.Cadastro.Models;
using Ateliex.Data;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
namespace Ateliex.Api.Cadastro
{
[Route("api/[controller]")]
[ApiController]
public class ModeloController : ControllerBase
{
private readonly AteliexDbContext _db;
... | 2.702099 | 91f415087a0ca5b12d0ef74795a835a2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845403 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sala91/voat",
"max_stars_repo_path": "src/Voat.UI/Views/About/About.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:164623"
} | starcoder | <reponame>sala91/voat<filename>src/Voat.UI/Views/About/About.cshtml
@*
Copyright(c) Voat, Inc.
This file is part of Voat.
This source file is subject to version 3 of the GPL license,
that is bundled with this package in the file LICENSE, and is
available online at http://www.gnu.org/licenses/... | 3.01448 | 2170bcda057faed6eb38752a3909f7ec |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845404 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bozhiqian/ASP.NET-Core-Auth",
"max_stars_repo_path": "TodoWithIdentityServer/IdentityServerWithAspNetIdentity/Extensions/DbContextExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164624"
} | starcoder | <reponame>bozhiqian/ASP.NET-Core-Auth
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
namespace IdentityServerWithAspNetIdentity.Extensions
{
public static class DbContextExtensions
{
public static void Delete<T>(thi... | 2.225227 | a1c6fec132041fa5a21aa1bc88737289 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845405 | {
"extension": "c-sharp",
"max_stars_count": "42.0",
"max_stars_repo_name": "bbqchickenrobot/IL2JS",
"max_stars_repo_path": "Partners/SharedObjects/Core.Javascript/AtomicOperators.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164625"
} | starcoder | // <copyright file="AtomicOperators.cs" company="Microsoft">
// Copyright © 2009 Microsoft Corporation. All rights reserved.
// </copyright>
namespace Microsoft.Csa.SharedObjects
{
using System.Runtime.Serialization;
public enum AtomicOperators : byte
{
Add,
CompareExchange,
... | 1.457057 | 2b40f3cd7f172e52214871c503c65d74 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845406 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "IgorMich2/Boulder-Dash-GUI",
"max_stars_repo_path": "Boulder Dach GUI/Boulder Dach GUI/Output.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164626"
} | starcoder | <filename>Boulder Dach GUI/Boulder Dach GUI/Output.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Drawing;
using Microsoft.VisualBasic;
using System.ComponentModel;
using System.Data;
using System.Threading... | 2.752172 | 0c04f99a013682a9709201e766629ad5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845407 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mccabesp/ModernSlavery-Beta",
"max_stars_repo_path": "ModernSlavery.WebUI.Viewing/Areas/Viewing/Views/Viewing/Parts/StatementSummary/_AreasCovered.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:164627"
} | starcoder | @model ModernSlavery.WebUI.Shared.Models.StatementSummaryViewModel
<div class="statement-section-full" id="areas-covered">
<div class="govuk-grid-column-two-thirds">
<h2 class="govuk-heading-m">
Recommended areas covered by the statement
</h2>
<p class="govuk-body">
... | 2.964993 | 517f8a2d451f0ba95f08c181d9fd12a8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845408 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "BOONRewardsInc/rewards",
"max_stars_repo_path": "TemplateService/OffersEmail/Resources/Confirm.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164628"
} | starcoder | <gh_stars>10-100
//
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18408
//
// Changes to this f... | 1.817268 | 3cf9846ca938f2c81f90208e64510b21 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845409 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Mahmoud02/GroupSpace-API",
"max_stars_repo_path": "GroupSpace.DAL/Entities/PostComment.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164629"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GroupSpace.DAL.Entities
{
public class PostComment
{
public int PostCommentId {... | 1.971057 | c66298b63f2104a97c7b3565b00b9975 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845410 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mindaugasdirg/Ogmis",
"max_stars_repo_path": "src/Ogmas/Authorization/Requirements/HostRequirement.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164630"
} | starcoder | <reponame>mindaugasdirg/Ogmis
using Microsoft.AspNetCore.Authorization;
namespace Ogmas.Authorization.Requirements
{
public class HostRequirement : IAuthorizationRequirement
{
}
} | 0.840125 | f7b495f63f2b29f894ccc9079b5e47cd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845411 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "hdefucom/HDF",
"max_stars_repo_path": "Example/WinForm/Editor/DCWriter/DCSoft.Writer.Cleaned/DCSoftDotfuscate/GDelegate10.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164631"
} | starcoder | <gh_stars>1-10
using System.Runtime.InteropServices;
namespace DCSoftDotfuscate
{
[ComVisible(false)]
public delegate void GDelegate10(object sender, GEventArgs6 e);
}
| 1.237128 | 1d37b9f5ceb413f7691841263fbbc946 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.