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 | 8838612 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "leogle/DotXxlJob",
"max_stars_repo_path": "src/DotXxlJob.Core/Model/HandleCallbackParam.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157832"
} | starcoder | using System.Runtime.Serialization;
namespace DotXxlJob.Core.Model
{
[DataContract(Name = Constants.HandleCallbackParamJavaFullName)]
public class HandleCallbackParam
{
public HandleCallbackParam()
{
}
public HandleCallbackParam(TriggerParam triggerParam, Return... | 2.000567 | b55a2a7a3ed7772024f698ba7a7410fd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838613 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jorupp/tracker",
"max_stars_repo_path": "RightpointLabs.Tracker.Application/Tracker.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157833"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using log4net;
using RightpointLabs.Tracker.Domain.Models;
using RightpointLabs.Tracker.Domain.Repositories;
using RightpointLabs.Tracker.Domain.Services;... | 2.703743 | bcab8f50407fbffc1b63c7cfe24c85b8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838614 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Aaronontheweb/Akka.Hosting",
"max_stars_repo_path": "src/Examples/Akka.Hosting.SqlSharding/Actors/UserActionsEntity.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157834"
} | starcoder | using Akka.Event;
using Akka.Actor;
using Akka.Hosting.SqlSharding.Messages;
using Akka.Persistence;
namespace Akka.Hosting.SqlSharding;
public class UserActionsEntity : ReceivePersistentActor
{
public static Props Props(string userId)
{
return Actor.Props.Create(() => new UserActionsEntity(userId));... | 2.156381 | 5210d9849be4b49c7ef252cabce65aee |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838615 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DaemonErrors/Lepton",
"max_stars_repo_path": "Lepton/Lepton.Data/Services/MockCharacterService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157835"
} | starcoder | using Lepton.Data.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Lepton.Data.Services
{
public struct CharacterIndex
{
public string Name { get; set; }
public string Id { get; set; }
... | 2.844714 | 35cd3ff8f7389225fbf1630a9b172cd2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838616 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "benjguin/Industrial-IoT",
"max_stars_repo_path": "common/src/Microsoft.Azure.IIoT.Module.Framework/src/IProcessControl.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157836"
} | starcoder | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
namespace Microsoft.Azure.II... | 1.92521 | 2a2f8f5635a02ad94f9fa7ccafdec778 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838617 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "iWorkTech/iworktech-orleans-samples",
"max_stars_repo_path": "iWorkTech.Orleans.Interfaces/IPairingGame.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157837"
} | starcoder | using System;
using System.Threading.Tasks;
using iWorkTech.Orleans.Common;
using Orleans;
namespace iWorkTech.Orleans.Interfaces
{
public interface IPairingGrain : IGrainWithIntegerKey
{
Task AddGame(Guid gameId, string name);
Task RemoveGame(Guid gameId);
Task<PairingSummary[]> GetGa... | 1.785335 | 5accd15765b1c6996c466751caa38ac7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838618 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "dfds/harald",
"max_stars_repo_path": "src/Harald.Infrastructure.Slack/Http/Request/User/GetUserByEmailRequest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157838"
} | starcoder | <reponame>dfds/harald<filename>src/Harald.Infrastructure.Slack/Http/Request/User/GetUserByEmailRequest.cs
using System.Net.Http;
namespace Harald.Infrastructure.Slack.Http.Request.User
{
public class GetUserByEmailRequest : SlackRequest
{
public GetUserByEmailRequest(string email)
{
... | 2.383183 | 171a9bf9370b154ec2e4ea61ec14f172 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838619 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "uk-gov-mirror/defra.prsd-weee",
"max_stars_repo_path": "src/EA.Weee.Web/ViewModels/Returns/ReturnViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157839"
} | starcoder | namespace EA.Weee.Web.ViewModels.Returns
{
using EA.Weee.Core.AatfReturn;
using EA.Weee.Core.Organisations;
using EA.Weee.Core.Scheme;
using Infrastructure;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
public class ... | 1.764832 | 011cd3ac40a405d1b194a1fe2a8df7d7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838620 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "aL3891/avanza",
"max_stars_repo_path": "Avanza/Models/Buy.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157840"
} | starcoder | namespace Avanza
{
public class Buy
{
public float percent { get; set; }
public float price { get; set; }
public int volume { get; set; }
}
} | 1.826487 | 7a6011d4964a475dc7d9142b9ea6a440 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838621 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "maxdm/YAFNET",
"max_stars_repo_path": "yafsrc/ServiceStack.OrmLite/src/ServiceStack.OrmLite.SqlServer/SqlServerOrmLiteDialectProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157841"
} | starcoder | using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.IO;
namespace ServiceStack.OrmLite.SqlServer
{
public class SqlServerOrmLiteDialectProvider : OrmLiteDialectProviderBase<SqlServerOrmLiteDialectProvider>
{
public static SqlServerOrmLiteDialectProvider ... | 2.468516 | 8f7ea8fa17a4dad6710156198016365d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838622 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "siderisltd/Telerik-Academy",
"max_stars_repo_path": "All Courses Homeworks/C#_Part_2/1. Arrays/VariationsOfSet/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157842"
} | starcoder | <reponame>siderisltd/Telerik-Academy
//Problem 20.* Variations of set
// Write a program that reads two numbers N and K and generates all the variations of K elements from the set [1..N].
//Example:
//N K result
//3 2 {1, 1}
// {1, 2}
// {1, 3}
// {2, 1}
// {2, ... | 3.358061 | 377e27b9f072c6bc3bb714a0529b77cf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838623 | {
"extension": "c-sharp",
"max_stars_count": "19.0",
"max_stars_repo_name": "xexuxjy/bullet-xna",
"max_stars_repo_path": "BulletXNA/BulletCollision/CollisionDispatch/SphereBoxCollisionAlgorithm.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157843"
} | starcoder | <gh_stars>10-100
/*
* C# / XNA port of Bullet (c) 2011 <NAME> <<EMAIL>>
*
* Bullet Continuous Collision Detection and Physics Library
* Copyright (c) 2003-2008 <NAME> http://www.bulletphysics.com/
*
* This software is provided 'as-is', without any express or implied warranty.
* In no event will the aut... | 2.066924 | 28f0644728556ac84e595595e49ababd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838624 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "StivanUzunov/MyUniversityWebsite",
"max_stars_repo_path": "Data/UniversityDbContext.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157844"
} | starcoder | namespace MyUniversityWebsite.Data
{
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using MyUniversityWebsite.Data.Models;
public class UniversityDbContext : IdentityDbContext
{
public UniversityDbContext(DbContextOptions<UniversityDbContext> ... | 2.310737 | 5c5702a9e457d4bb547cce81dfb5f610 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838625 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "LYPcord/Admin.Blazor",
"max_stars_repo_path": "src/Web/Admin.Blazor.WebAssembly/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157845"
} | starcoder | <filename>src/Web/Admin.Blazor.WebAssembly/Program.cs
using System;
using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
using Microsoft.Extensions.DependencyInjection;
using Admin.Blazor.Shared.Data;
using Admin.Blazor.Shared.Data.Admin;
using Microsoft.AspN... | 2.123755 | aad6704502390f0efba53de6964c22d6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838626 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Gfi-Innovation/UMI3D-Desktop-Browser",
"max_stars_repo_path": "UMI3D-Browser-Desktop/Assets/UMI3D SDK/Common/Core/Runtime/UMI3DShaderPropertyType.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157846"
} | starcoder | <reponame>Gfi-Innovation/UMI3D-Desktop-Browser
/*
Copyright 2019 - 2021 Inetum
Licensed under the Apache License; Version 2.0 (the );
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable ... | 1.55248 | 43a0593546eed1b5f636e6c055337a10 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838627 | {
"extension": "c-sharp",
"max_stars_count": "269.0",
"max_stars_repo_name": "raver99/SFTreeView_Binding_Issue",
"max_stars_repo_path": "iOS/SampleBrowser/Resources/Samples/Chart/DataPointSelection.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157847"
} | 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.
#endre... | 2.213454 | e890e907a7e3692f5bebfb668875fc48 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838628 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "evorine/AbsoluteGraphicsPlatform",
"max_stars_repo_path": "src/AbsoluteGraphicsPlatform.AGPx.DSS/Generated/DSSParserVisitor.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157848"
} | starcoder | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// ANTLR Version: 4.7.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--------------... | 1.946058 | 58c6bcb58d5d68c3a3e05f5e92ad858a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838629 | {
"extension": "c-sharp",
"max_stars_count": "22.0",
"max_stars_repo_name": "matthiaseinig/SharePoint-Software-Factory",
"max_stars_repo_path": "SPALM.SPSF.Library/Editors/SelectionForm.designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157849"
} | starcoder | <gh_stars>10-100
namespace SPALM.SPSF.Library
{
partial class SelectionForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
///... | 1.906695 | 895ad166f8ca8ae926ad6b1da72af8b7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838630 | {
"extension": "c-sharp",
"max_stars_count": "299.0",
"max_stars_repo_name": "bitchelov/appium-dotnet-driver",
"max_stars_repo_path": "src/Appium.Net/Appium/Android/UiAutomator/AndroidUiSelector.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157850"
} | starcoder | //Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//See the NOTICE file distributed with this work for additional
//information regarding copyright ownership.
//You may obtain a copy of the License at
//
// http://www.apache.org/licen... | 2.603834 | 0381c9aec305f3f8f173b1bd36d5fbd6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838631 | {
"extension": "c-sharp",
"max_stars_count": "26.0",
"max_stars_repo_name": "skyrocket-media/Lombiq.Helpful-Libraries",
"max_stars_repo_path": "Lombiq.HelpfulLibraries/Libraries/Utilities/NumberExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157851"
} | starcoder | using System.Globalization;
namespace System
{
public static class NumberExtensions
{
/// <summary>
/// Returns culture-invariant string created from the specified <see cref="int"/>.
/// </summary>
/// <param name="number">The number to stringify.</param>
publi... | 3.383981 | 4c77fc0543b11b76767c0e6c24942156 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838632 | {
"extension": "c-sharp",
"max_stars_count": "3336.0",
"max_stars_repo_name": "mbentancour/azure-powershell",
"max_stars_repo_path": "src/Automation/Automation/Cmdlet/GetAzureAutomationSourceControl.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157852"
} | starcoder | // ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://w... | 1.977505 | f6895eeac4c1a9c1c176222811bcebfd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838633 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "loonyaddict/ASP.NET-Core-2.2-MVC-Practice",
"max_stars_repo_path": "src/FlowerShop/FlowerShop/Models/FeedbackRepository.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157853"
} | starcoder | using System;
namespace FlowerShop.Models
{
public class FeedbackRepository : IFeedbackRepository
{
private readonly AppDbContext dbContext;
public FeedbackRepository(AppDbContext dbContext)
{
this.dbContext = dbContext;
}
public void AddFeedb... | 2.406639 | 42430216289e0106ffd987ac8a51c8a7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838634 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dimakaminskiy/Jewerly",
"max_stars_repo_path": "Jewerly.Web/Areas/Admin/Controllers/OrdersController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157854"
} | starcoder | using System.Data.Entity;
using System.Linq;
using System.Net;
using System.Web.Mvc;
using Jewerly.Domain;
using Jewerly.Domain.Entities;
using Jewerly.Web.Controllers;
namespace Jewerly.Web.Areas.Admin.Controllers
{
[Authorize(Roles = "Administrator")]
public class OrdersController : BaseController
{
... | 2.193986 | 52ef68f886576cebd7c6ca0e825909d2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838635 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Aspekt1024/HexCraft",
"max_stars_repo_path": "Assets/Editor/Upgrades/Components/Nodes/UpgradeSubNode.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157855"
} | starcoder | using System;
using Aspekt.Hex.Actions;
using Aspekt.Hex.Config;
using UnityEngine;
using UnityEngine.UIElements;
namespace Aspekt.Hex.Upgrades
{
[Serializable]
public class UpgradeSubNode : Node
{
public override int SortOrder { get; } = 90;
private UpgradeGroupNode group;
... | 2.137034 | 589d8704114444f5e41a92c7b8943a87 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838636 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "donegogov/ClassifiedAd",
"max_stars_repo_path": "API/Models/Constants/Category.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157856"
} | starcoder | <gh_stars>0
using System.ComponentModel.DataAnnotations;
namespace FreeAds.API.Models.Constants
{
public class Category
{
public int Id { get; set; }
[Required]
public string CategoryName { get; set; }
[Required]
public string CategoryValue { get; set; }
... | 1.805061 | 7922987b12b282cee0c3201ef57d1106 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838637 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Euphoric/RemoteInstallation",
"max_stars_repo_path": "RemoteInstallation/InstalationTaskStatus.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157857"
} | starcoder | namespace RemoteInstallation
{
public enum InstalationTaskStatus
{
Standby,
Installing,
Success,
Failed,
PartialSuccess,
Stopped
}
} | 1.520951 | 1d55b735a601916ad3072f4dc5dc6b32 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838638 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "NamelessHoodie/FLVERSerializer",
"max_stars_repo_path": "SoulsFormats/Formats/DRB/Control.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157858"
} | starcoder | <reponame>NamelessHoodie/FLVERSerializer
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
namespace SoulsFormats
{
public partial class DRB
{
/// <summary>
/// Indicates the behavior of a UI element.
/// </summary>
public enum ControlType
... | 2.44184 | 9a5228a7ece0df7949919a306215752f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838639 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "Kir-Antipov/Termigram",
"max_stars_repo_path": "Termigram/DefaultValueProviders/IDefaultValueProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157859"
} | starcoder | <filename>Termigram/DefaultValueProviders/IDefaultValueProvider.cs
using System.Reflection;
namespace Termigram.DefaultValueProviders
{
public interface IDefaultValueProvider
{
bool CanProvideDefaultValue(ParameterInfo parameter) => TryProvideDefaultValue(parameter, out _);
bool TryProvideDef... | 1.98516 | 3dc46b80c48879feaa7ad7da9163171c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838640 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "alydemah/clean-architecture-manga-demo",
"max_stars_repo_path": "src/Domain/Customers/Customer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157860"
} | starcoder | // <copyright file="Customer.cs" company="<NAME>">
// Copyright © <NAME>. All rights reserved.
// </copyright>
namespace Domain.Customers
{
using Accounts.ValueObjects;
using ValueObjects;
/// <inheritdoc />
public abstract class Customer : ICustomer
{
/// <summary>
/// Gets or... | 2.558462 | 3ca28a881f105992f76f4187d839e2e2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838641 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kennergf/ComplaintsAndSuggestions",
"max_stars_repo_path": "Data/ComplaintSuggestionDbContext.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157861"
} | starcoder | <gh_stars>0
using ComplaintsAndSuggestions.Entities;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
namespace ComplaintsAndSuggestions.Data
{
public class ComplaintSuggestionDbContext : IdentityDbContext<User>
{
public DbSet<ComplaintSuggestion> Complaints... | 1.75472 | 683f843d8f9d512fb2d753bba1f3f6e0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838642 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "kspearrin/NPress",
"max_stars_repo_path": "src/Core/Domains/User.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157862"
} | starcoder | using System;
using System.Collections.Generic;
namespace NPress.Core.Domains
{
public class User : IDataObject
{
public string Id { get; set; }
public string Username { get; set; }
public string Password { get; set; }
public string Email { get; set; }
public string Dis... | 2.089657 | 6972dcdd3f6c3b04f9b2dead06e81a35 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838643 | {
"extension": "c-sharp",
"max_stars_count": "118.0",
"max_stars_repo_name": "terrajobst/themesof.net",
"max_stars_repo_path": "src/ThemesOfDotNet.Indexing/Ospo/OspoCrawler.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157863"
} | starcoder | <filename>src/ThemesOfDotNet.Indexing/Ospo/OspoCrawler.cs
namespace ThemesOfDotNet.Indexing.Ospo;
public sealed class OspoCrawler
{
private readonly string _token;
private readonly OspoCache _cache;
public OspoCrawler(string token, OspoCache cache)
{
ArgumentNullException.ThrowIfNull(token);
... | 2.8186 | 7d40ea07682f8452fbc7117f107dc217 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838644 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mdhays/xmlconverter",
"max_stars_repo_path": "xmlconverter/xmlconverter/Form1.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157864"
} | starcoder | 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 xmlconverter
{
public partial class Form1 : Form
{
public Form1()
{
... | 2.036253 | 16fc150b6f5ea86331e51125d3701f3f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838645 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "marcinlovescode/CQRS.SingleDatabase",
"max_stars_repo_path": "Application/Orders/Commands/PlaceOrder.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157865"
} | starcoder | <reponame>marcinlovescode/CQRS.SingleDatabase
using System;
using BuildingBlocks.Commands;
namespace Application.Orders.Commands
{
public class PlaceOrder : ICommand
{
public Guid Id { get; set; }
public decimal Value { get; set; }
public string DiscountCode { get; set; }
}
} | 1.256495 | 168384f63ee25350752d2c590f460e81 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838646 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "RayFirefist/P4G_PC_Save_Importer",
"max_stars_repo_path": "P4G_Save_Importer_CLI/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157866"
} | starcoder | <filename>P4G_Save_Importer_CLI/Program.cs<gh_stars>0
using System;
using System.IO;
using Yoshitsune.Struct;
using Yoshitsune.Utils;
namespace P4G_Save_Importer_CLI
{
class Program
{
static void printHelp()
{
Console.WriteLine("Commands list:");
Console.WriteLine(" ... | 2.885444 | e6d5e7056586620b71305fdeb2ce89e7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838647 | {
"extension": "c-sharp",
"max_stars_count": "29.0",
"max_stars_repo_name": "arqueror/eliteK",
"max_stars_repo_path": "src/Forms/eliteKit_Src/Infrastructure/eliteVideo/UriVideoSource.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157867"
} | starcoder | using System;
using Xamarin.Forms;
using UriTypeConverter = System.UriTypeConverter;
namespace eliteKit.Infrastructure.eliteVideo
{
/// <summary>
/// A VideoSource that loads a video from a URI.
/// </summary>
internal sealed class UriVideoSource : VideoSource
{
/// <summary>
/// B... | 2.930725 | 1aec1e7e9ee568250819640e731ad76c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838648 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "bhabesh7/bhabeshgitprojects",
"max_stars_repo_path": "HuffmanEncoding/BhabeshHuffmanEncoding/Interfaces/IGraphTraversal.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157868"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BhabeshHuffmanEncoding.Interfaces
{
public interface IGraphTraversal
{
IDictionary<char, string> GetHuffmannEncodingForCharacters(NodeData nodeData);
}
}
| 1.82957 | 82b37ab0f70ce4f25154cd30c981aa91 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838649 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "IvanS1991/SoftUni-AspNet-Core-Project",
"max_stars_repo_path": "PropertyAds/PropertyAds.WebApp/Services/WatchlistServices/WatchlistPropertySegmentServiceModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157869"
} | starcoder | <filename>PropertyAds/PropertyAds.WebApp/Services/WatchlistServices/WatchlistPropertySegmentServiceModel.cs
namespace PropertyAds.WebApp.Services.WatchlistServices
{
using PropertyAds.WebApp.Services.DistrictServices;
using PropertyAds.WebApp.Services.PropertyServices;
public class WatchlistPropertySegmen... | 1.945865 | 4c9b961626515d3aafe372a97a7ea837 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838650 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "CodingNotes/CodingNotes",
"max_stars_repo_path": "src/MVCBlog.Core/Commands/AddCommand.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157870"
} | starcoder | <reponame>CodingNotes/CodingNotes
namespace MVCBlog.Core.Commands
{
public class AddCommand<T> where T : MVCBlog.Core.Entities.EntityBase
{
public T Entity { get; set; }
}
}
| 1.596729 | e7c723d0902c0e2fb1adc7f6d0916f9e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838651 | {
"extension": "c-sharp",
"max_stars_count": "28.0",
"max_stars_repo_name": "freshlogic/MongoDB.Web",
"max_stars_repo_path": "MongoDB.Web/Providers/WebEvent.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157871"
} | starcoder | <filename>MongoDB.Web/Providers/WebEvent.cs
using System;
using System.Web.Hosting;
using System.Web.Management;
namespace MongoDB.Web.Providers
{
internal class WebEvent
{
public string ApplicationPath { get; set; }
public string ApplicationVirtualPath { get; set; }
public string De... | 2.251265 | 34dcc9b5591d7be3a5a64d0fa445f78e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838652 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Polymaker/sigen",
"max_stars_repo_path": "SiGen/Configuration/Converters/MeasureJsonConverter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157872"
} | starcoder | using Newtonsoft.Json;
using SiGen.Measuring;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
namespace SiGen.Configuration
{
public class MeasureJsonConverter : JsonConverter
... | 2.89289 | 559b1a16cbb49589741911de65ffdbe9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838653 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "pascalberger/nscan",
"max_stars_repo_path": "src/NScan.Adapter.ReadingCSharpSolution/ReadingCSharpSourceCode/NamespaceGatheringVisitor.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157873"
} | starcoder | <gh_stars>0
using System.Collections.Generic;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace NScan.Adapter.ReadingCSharpSolution.ReadingCSharpSourceCode
{
public class NamespaceGatheringVisitor : CSharpSyntaxVisitor
{
private readonly ISet<string> _resultSet = new Ha... | 2.254631 | 3d94a7114747499d29234159ac537b01 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838654 | {
"extension": "c-sharp",
"max_stars_count": "20.0",
"max_stars_repo_name": "TGEnigma/Cethleann",
"max_stars_repo_path": "Cethleann.Structure/Resource/Audio/MSADPCMSoundInfo.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157874"
} | starcoder | <gh_stars>10-100
namespace Cethleann.Structure.Resource.Audio
{
public struct MSADPCMSoundInfo
{
public short SamplesPerFrame { get; set; }
public short FrameSize { get; set; }
}
}
| 1.481471 | a6a703bce2514b5f58b5f2044a72ec0c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838655 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "si-bada/ThiefThrow",
"max_stars_repo_path": "Assets/UnityDashedCurve/Scripts/DashedCurve.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157875"
} | starcoder | <gh_stars>0
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
[ExecuteInEditMode]
[RequireComponent(typeof(MeshRenderer),typeof(MeshFilter))]
public class DashedCurve : MonoBehaviour
{
public enum CurveType
{
Quadratic,
Cubic
}
... | 2.152715 | 2da8f2e9d10d5ac4376951638dedec86 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838656 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MaxHwoy/FBXSharp",
"max_stars_repo_path": "FBXSharp/Connection.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157876"
} | starcoder | <reponame>MaxHwoy/FBXSharp
using FBXSharp.Core;
namespace FBXSharp
{
public class Connection
{
public enum ConnectionType
{
Object,
Property,
}
public ConnectionType Type { get; }
public long Source { get; }
public long Destination { get; }
public IElementAttribute Property { get; }
public C... | 2.375671 | baebf807a86367ce0349f4d9cba7c7b3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838657 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dokuflex/Dokuflex",
"max_stars_repo_path": "Source/DokuFlex.Windows.Common/Services/IDataService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157877"
} | starcoder | <reponame>dokuflex/Dokuflex
using System;
using System.IO;
using System.Collections.Generic;
using System.Threading.Tasks;
using DokuFlex.Windows.Common.Services.Data;
namespace DokuFlex.Windows.Common.Services
{
public interface IDataService
{
string CreateFolder(string ticket, string groupId, string... | 1.611381 | b62118015b55b49a3c2382e5bbb8900a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838658 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "worldbeater/VkLibrary.Core",
"max_stars_repo_path": "VkApi.Wrapper/Objects/Search/SearchHintType.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157878"
} | starcoder | <reponame>worldbeater/VkLibrary.Core
using System.Runtime.Serialization;
namespace VkApi.Wrapper.Objects
{
///<summary>
/// Object type
///</summary>
public enum SearchHintType
{
[EnumMember(Value = "group")]
Group,
[EnumMember(Value = "profile")]
Profile,
[E... | 1.325703 | 2f353ae12744e7ab1f4847b215151d58 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838659 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "italoaguiar/AmbassadorCompanion",
"max_stars_repo_path": "src/Microsoft.Xbox.Ambassadors.API/YouTube/Key.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157879"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Microsoft.Xbox.Ambassadors.API.YouTube
{
public class Key
{
private static string _publicKey;
private static string _secretKey;
private static string _clientId;... | 2.496292 | c05df9328cdec5f585f57414b0e54140 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838660 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Arsslensoft/Neo4j.AspNetCore.Identity",
"max_stars_repo_path": "X.Neo4j.AspNetCore.Identity.Tests/UserStoreTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157880"
} | starcoder | using System;
using System.Linq;
using System.Security.Claims;
using System.Threading;
using Microsoft.AspNetCore.Identity;
using Neo4j.AspNetCore.Identity;
using Neo4jClient;
using Neo4jClient.DataAnnotations;
using Xunit;
namespace X.Neo4j.AspNetCore.Identity.Tests
{
[Collection("Sequential")]
public class ... | 2.082572 | aa6290bb97f685ff1d9c55e506edcff9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838661 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "IvanovAlmeida/BookingDiary",
"max_stars_repo_path": "src/BD.Business/Models/ReserveItem.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157881"
} | starcoder | namespace BD.Business.Models
{
public class ReserveItem : Entity
{
public int IdReserveItem { get; set; }
public int ReserveId { get; set; }
public Reserve Reserve { get; set; }
public int ItemId { get; set; }
public Item Item { get; set; }
public int Quantity... | 2.020967 | f91396e889de18f60a6dc0c41baecb35 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838662 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "EmeraldElements/Two-Factor-Authentication",
"max_stars_repo_path": "Handlers/TwoFactorAuthenticationPartHandler.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157882"
} | starcoder | using EmeraldElements.TwoFactorAuthentication.Models;
using EmeraldElements.TwoFactorAuthentication.Services;
using Orchard.ContentManagement.Handlers;
using Orchard.Data;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace EmeraldElements.TwoFactorAuthentication.Handlers
{
... | 1.869339 | 3c5433fb06b1a6a4a718aff9983350d4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838663 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "horker/Horker.MXNet",
"max_stars_repo_path": "source/Horker.Numerics/Random/XoshiroRandom.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157883"
} | starcoder | <reponame>horker/Horker.MXNet
using Xoshiro.PRNG64;
namespace Horker.Numerics.Random
{
public class XoshiroRandom : IRandom
{
private XoShiRo256starstar _random;
public XoshiroRandom()
{
_random = new XoShiRo256starstar();
}
public XoshiroRandom(long seed)... | 2.408216 | a336849604e9c72bd7dfff940634013b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838664 | {
"extension": "c-sharp",
"max_stars_count": "469.0",
"max_stars_repo_name": "lefb766/mono",
"max_stars_repo_path": "mcs/errors/cs1729-6.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157884"
} | starcoder | // CS1729: The type `System.Runtime.CompilerServices.IndexerNameAttribute' does not contain a constructor that takes `4' arguments
// Line: 5
class MainClass {
[System.Runtime.CompilerServices.IndexerName("A", "", "", "")]
int this [int index] {
get {
return 0;
... | 2.478961 | 5da60a74613f9590a31d5f998d4b1b0c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838665 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "arnaudleclerc/blazor-azure-maps-controls",
"max_stars_repo_path": "tests/AzureMapsControl.Components.Tests/Layers/TileLayerOptions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157885"
} | starcoder | namespace AzureMapsControl.Components.Tests.Layers
{
using AzureMapsControl.Components.Layers;
using AzureMapsControl.Components.Tests.Json;
using Xunit;
public class TileLayerOptionsJsonConverterTests : JsonConverterTests<TileLayerOptions>
{
public TileLayerOptionsJsonConverterTests() :... | 2.423424 | de5797635e125b01a0d6ed314ea75b18 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838666 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "AlexMem/ExampleSolution",
"max_stars_repo_path": "ExampleSolution.MVC/ExampleSolution.MVC/Service References/ExampleService/Reference.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157886"
} | starcoder | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | 2.068042 | 987d92490b214fccf63f94174d65ed8c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838667 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tebyaniyan/EnterExite_Online",
"max_stars_repo_path": "EnterExite_Online/Person/Admin.aspx.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157887"
} | starcoder | <filename>EnterExite_Online/Person/Admin.aspx.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Script.Services;
using System.Web.Services;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace EnterExite_Online.Person
{
public partial class Admin :... | 2.450154 | 5514597cd63cc082ecc42c811f9b5909 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838668 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "michelangelo-s/Zen",
"max_stars_repo_path": "Zen CSGO Hack/Offsets.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157888"
} | starcoder | <gh_stars>1-10
using System;
namespace Zen_CSGO_Hack
{
internal class Offsets
{
//Shared offsets
public const Int32 dwLocalPlayer = 0xC6086C;
public const Int32 m_iTeamNum = 0xF0;
public const Int32 m_iHealth = 0xFC;
public const Int32 dwEntityList = 0x4C3D184;
... | 1.0735 | e9f214e376234ab8f49d30336cab804c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838669 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jwhiteDev/PocketGovTests",
"max_stars_repo_path": "PocketGov.Tests/Tests/UserAccountTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157889"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
using Xamarin.UITest;
namespace PocketGov.Tests
{
public class UserAccountTests : BaseTest
{
public UserAccountTests(Platform platform)
: ... | 1.838137 | 42851fce95d0352345eeb2a16227dfc3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838670 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "lamronby/todotxtconsole",
"max_stars_repo_path": "ClientConsole/Commands/ReloadCommand.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157890"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using ToDoLib;
namespace ClientConsole.Commands
{
public class ReloadCommand : ITodoCommand
{
private IList<string> _keys = new List<string> {"reload", "rel"};
public string Description => "Reload from the todo.txt file... | 3.014858 | a86698058696d695eede60f06b8cdafd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838671 | {
"extension": "c-sharp",
"max_stars_count": "11580.0",
"max_stars_repo_name": "BSoDGamingYT/Ryujinx",
"max_stars_repo_path": "Ryujinx.Tests/Audio/Renderer/Server/VoiceChannelResourceTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157891"
} | starcoder | <filename>Ryujinx.Tests/Audio/Renderer/Server/VoiceChannelResourceTests.cs
using NUnit.Framework;
using Ryujinx.Audio.Renderer.Server.Voice;
using System.Runtime.CompilerServices;
namespace Ryujinx.Tests.Audio.Renderer.Server
{
class VoiceChannelResourceTests
{
[Test]
public void EnsureTypeSiz... | 1.758134 | b53876a80683419133479627536328e0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838672 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dinikolaeva/Advanced-CSharp",
"max_stars_repo_path": "10.FunctionalProgramming-Exe/06.ReverseAndExclude/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157892"
} | starcoder | <filename>10.FunctionalProgramming-Exe/06.ReverseAndExclude/Program.cs<gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
namespace _06.ReverseAndExclude
{
class Program
{
static void Main(string[] args)
{
var numbers = Console.ReadLine()
... | 3.65109 | a9e01230f5918d61ce7994a0ac064844 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838673 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "leandrolustosa/astove",
"max_stars_repo_path": "Astove.BlurAdmin.Web/Views/Account/lockscreen.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:157893"
} | starcoder | @{
Layout = "~/Views/Shared/_LayoutLogin.cshtml";
}
<div class="lock-word animated fadeInDown">
<span class="first-word">LOCKED</span><span>SCREEN</span>
</div>
<div class="middle-box text-center lockscreen animated fadeInDown">
<div>
<div class="m-b-md">
<img alt="image" class="img-circle c... | 2.164424 | de735e37af70dbd6651f1ec950f17adf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838674 | {
"extension": "c-sharp",
"max_stars_count": "150.0",
"max_stars_repo_name": "dj3mu/tik4net",
"max_stars_repo_path": "Tools/tik4net.entitygenerator/ParsedProperty.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157894"
} | starcoder | <gh_stars>100-1000
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace tik4net.entitygenerator
{
public class ParsedProperty
{
public string PropertyName { get; private set; }
public string FieldName { get; private set; ... | 2.408036 | f280439ee4ba3e2bddbc293c06975038 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838675 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MistZhao/WCF",
"max_stars_repo_path": "WcfTest/SayHelloService/CTeacher.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157895"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Common;
using Entity;
using System.Data;
using System.Data.SqlClient;
namespace SayHelloService
{
class CTeacher : ITeacher
{
public CTeacher()
{
DbHelper.InitC... | 2.879924 | 2d2dd15f0141b286901a8e2d2692b1d2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838676 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "rayhogan/PSRule",
"max_stars_repo_path": "src/PSRule/Common/PSObjectExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157896"
} | starcoder | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Newtonsoft.Json;
using PSRule.Data;
using PSRule.Runtime;
using System;
using System.Collections;
using System.Globalization;
using System.Management.Automation;
using System.Threading;
namespace PSRule
{
internal static class PSObj... | 2.512642 | 5388342199e58617d05d8b6ee864e97d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838677 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "memucho/webapp",
"max_stars_repo_path": "src/TrueOrFalse/Infrastructure/Seedworks/Lib.Persistence/Persistence/BaseTypes/DomainEntity.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157897"
} | starcoder | using System;
namespace Seedworks.Lib.Persistence
{
/// <remarks>
/// Based on:
/// https://github.com/Slesa/Playground/blob/master/src/lib/DataAccess/DataAccess/DomainEntity.cs
/// </remarks>>
[Serializable]
public class DomainEntity : Entity, WithDateCreated, WithDateModified
... | 2.009069 | 918b7f0f276bd573ad9cb51ae470de5b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838678 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "cfm-art/DotNetValueObject",
"max_stars_repo_path": "ValueObject/Money.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157898"
} | starcoder | using System;
using System.Linq;
namespace CfmArt.ValueObject
{
/// <summary>税率</summary>
public class TaxRate
: FractionValue<TaxRate>
{
}
/// <summary>金額</summary>
public class Money
{
/// <summary>税抜き</summary>
public class ExcludingTax
: IntegralValu... | 3.256074 | 6f11f030d08892dff20ca7f2f3d76563 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838679 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "xpike/metrics",
"max_stars_repo_path": "src/XPike.Metrics.DataDog/DataDogMetricsProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157899"
} | starcoder | using StatsdClient;
using System;
using System.Collections.Generic;
using System.Linq;
using XPike.Configuration;
namespace XPike.Metrics.DataDog
{
public class DataDogMetricsProvider
: IDataDogMetricsProvider
{
public const string DD_ENTITY_ID_ENV_VAR = "DD_ENTITY_ID";
public const st... | 2.335857 | eee67bdc4e15531abc34f3d4dce53274 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838680 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "trigger-death/ZeldaOracle",
"max_stars_repo_path": "ZeldaOracle/Game/Game/Entities/Players/Tools/PlayerToolShield.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157900"
} | starcoder | <reponame>trigger-death/ZeldaOracle
using ZeldaOracle.Common.Geometry;
using ZeldaOracle.Game.Items.Weapons;
using ZeldaOracle.Game.Entities.Units;
namespace ZeldaOracle.Game.Entities.Players.Tools {
public class PlayerToolShield : UnitTool {
private ItemShield itemShield;
private Rectangle2I[] shieldCollisionB... | 2.110713 | 013b7e1490cd3aed6df38622d83d75bc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838681 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "LogoFX/Samples.AspNetCore",
"max_stars_repo_path": "src/Samples.AspNetCore.Api/PersonsController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157901"
} | starcoder | <reponame>LogoFX/Samples.AspNetCore<filename>src/Samples.AspNetCore.Api/PersonsController.cs
using System.Collections.Generic;
using Microsoft.AspNetCore.Mvc;
using Samples.AspNetCore.Domain.Entities;
using Samples.AspNetCore.Domain.Services;
namespace Samples.AspNetCore.Api
{
[Route("api/[controller]")]
pu... | 2.002908 | 1fedb0dc21bae96c93d23662f2a94025 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838682 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "sienaiwun/Unity_Knit",
"max_stars_repo_path": "Assets/Shader/GrayShader.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157902"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GrayShader : MonoBehaviour
{
public ComputeShader shader;
public int TexResolution = 2048;
public Texture inputTexture;
[HideInInspector]
public float average_gray;
Renderer rend;
[HideInInspector]
... | 2.083961 | 178d5e009b74b8391fe642717bbc7dea |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838683 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "UE4DotNet/Plugin",
"max_stars_repo_path": "DotNet/DotNet/UE4/Generated/AIModule/PawnActionStack.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157903"
} | starcoder | // Copyright 2018 by JCoder58. See License.txt for license
// Auto-generated --- Do not modify.
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using UE4.Core;
using UE4.CoreUObject;
using UE4.CoreUObject.Native;
using UE4.InputCore;
using UE4.Native;
namespace UE4.AIModule{
... | 1.399776 | 711e9c361e3c835cc455226f89f271f9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838684 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ThinkAcademy-BR/ThinkAcademy",
"max_stars_repo_path": "aspnet-core/src/ThinkAM.ThinkAcademy.Web.Core/Controllers/ThinkAcademyControllerBase.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157904"
} | starcoder | using Abp.AspNetCore.Mvc.Controllers;
using Abp.IdentityFramework;
using Microsoft.AspNetCore.Identity;
namespace ThinkAM.ThinkAcademy.Controllers
{
public abstract class ThinkAcademyControllerBase: AbpController
{
protected ThinkAcademyControllerBase()
{
LocalizationSourceName = Th... | 1.491129 | 17921e3a88d493e3c2b293880d820231 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838685 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "indrivo/GEAR",
"max_stars_repo_path": "src/GR.Extensions/GR.DynamicEntityStorage.Extension/GR.DynamicEntityStorage/Services/DataFilter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157905"
} | starcoder | using System;
using System.Collections.Generic;
using Microsoft.EntityFrameworkCore;
using GR.Core.Abstractions;
using GR.DynamicEntityStorage.Abstractions.Extensions;
namespace GR.DynamicEntityStorage.Services
{
public class DataFilter : IDataFilter
{
/// <summary>
/// Filter data from entity... | 2.497591 | 29501f37b4488acfcf3de4736b4dcfbf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838686 | {
"extension": "c-sharp",
"max_stars_count": "448.0",
"max_stars_repo_name": "miniksa/BuildXL",
"max_stars_repo_path": "Public/Src/FrontEnd/Script/Util/PathUtil.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157906"
} | starcoder | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Diagnostics.ContractsLight;
namespace BuildXL.FrontEnd.Script.Util
{
/// <summary>
/// Utilities for paths.
/// </summary>
public static class PathUtil
{
/// <summary>
/// Normalize... | 2.285152 | 358755eb2e193d81dae17c07a7243113 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838687 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Mighstye/LaboJVProject",
"max_stars_repo_path": "Assets/Scripts/BossBehaviourImplementations/YaotomeBehaviour/move1.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157907"
} | starcoder | <gh_stars>0
using System.Collections;
using System.Collections.Generic;
using BossBehaviour;
using Control;
using DG.Tweening;
using UnityEngine;
public class move1 : BossPhaseMovementFragment
{
[SerializeField] private float speed = 3;
private Vector3 moveVector = Vector3.right;
[SerializeField] private i... | 2.016354 | 6f45100c812f55b65fa3fd3971c9fe57 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838688 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "colinmeier1974/roslyn",
"max_stars_repo_path": "src/Compilers/CSharp/Test/Semantic/Semantics/StructConstructorTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157908"
} | starcoder | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;... | 2.127618 | 3ec934149057e15de2b6409d1a484cfc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838689 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lewisbenking/ADB",
"max_stars_repo_path": "Coursework/Coursework/SearchByTitle.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157909"
} | starcoder | <gh_stars>0
using System;
using System.Windows.Forms;
namespace Coursework
{
public partial class SearchByTitle : Form
{
private string movieToSearch;
public SearchByTitle()
{
InitializeComponent();
}
private void Button1_Click(object sender, EventArgs e)
... | 2.731407 | 48e6ea41809f62e9d3ad5dc0baf510c1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838690 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Vindie/Team-Project---Horror-Game",
"max_stars_repo_path": "Assets/Max_Scripts/Key_Item.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157910"
} | starcoder | <gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Key_Item : Interactable {
public float hintPopupTime = 5.0f;
public string popupHint = "Picked up mine key";
protected float hintPopupTimeRemaining = 0.0f;
protected override bool ProcessInteract... | 1.84929 | 7060ffae739f1554a4d02dbcef35adb0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838691 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "NeSh74/Advanced-Csharp-May-2021",
"max_stars_repo_path": "03. Sets and Dictionaries Advanced/03. CSharp-Advanced-Sets-and-Dictionaries-Advanced-Lab/3_1_Product_Shop/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157911"
} | starcoder | <reponame>NeSh74/Advanced-Csharp-May-2021
using System;
using System.Collections.Generic;
namespace _3_1_Product_Shop
{
class Program
{
static void Main(string[] args)
{
string command = null;
SortedDictionary<string, Dictionary<string, double>> shops =
... | 3.372555 | 21ea7fa2b00906546fd33ba27df6b7fd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838692 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MaciejMilanski/SupplyDepot",
"max_stars_repo_path": "SupplyDepot/SupplyDepot.DataAccess/Repositories/ItemsRepository.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157912"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using SupplyDepot.DataAccess.Interfaces;
using SupplyDepot.DataAccess.Models;
namespace SupplyDepot.DataAccess.Repositories
{
public class ItemsRep... | 2.609444 | 3e7da9d3f4e1de71561952fe84d409cc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838693 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "VILLAN3LL3/CsvViewer",
"max_stars_repo_path": "CsvViewer/Model/CommandLineArg.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157913"
} | starcoder | <filename>CsvViewer/Model/CommandLineArg.cs
namespace CsvViewer.Model
{
public record CommandLineArg
{
public CommandLineArg(string path, int pageSize) => (Path, PageSize) = (path, pageSize);
public string Path { get; }
public int PageSize { get; }
}
}
| 2.489043 | 1d63d28b9bb88ec92a888cbc56cdbfbc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838694 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ReddragonLR/dynamodb-geo-dotnetcore",
"max_stars_repo_path": "src/DynamoDB.Geo/DynamoDBManager.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157914"
} | starcoder | using Amazon.DynamoDBv2;
using Amazon.DynamoDBv2.Model;
using DynamoDB.Geo.Contract;
using DynamoDB.Geo.Contract.Enums;
using DynamoDB.Geo.Contract.Helpers;
using DynamoDB.Geo.Contract.Models;
using Google.Common.Geometry;
using Microsoft.Extensions.Options;
using System;
using System.Collections.Generic;
using System... | 2.111767 | 44328cb44112f0405cc9545463cd16ed |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838695 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "shifteverywhere/dime-dotnet-ref",
"max_stars_repo_path": "test/dime-test/CryptoTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157915"
} | starcoder | //
// Crypto.cs
// Di:ME - Digital Identity Message Envelope
// A secure and compact messaging format for assertion and practical use of digital identities
//
// Released under the MIT licence, see LICENSE for more information.
// Copyright © 2022 Shift Everywhere AB. All rights reserved.
//
using Microsoft.Visual... | 2.263565 | 61130eff5a7eee80cfa0c788a954cd2c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838696 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "rb2-bv/aspnetcore-testing-role-handler",
"max_stars_repo_path": "AspNetCore.Testing.Authentication.ClaimInjector/ClaimInjectorHandlerHeaderConfig.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157916"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using Newtonsoft.Json;
namespace AspNetCore.Testing.Authentication.ClaimInjector
{
/// <summary>
/// This is the per call configuration for the Authorization shim. It allows for customization of
/// all of the ... | 3.003291 | 6950225928fdd62f2544fd5597975eff |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838697 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "iWorkTech/xAPIWrapper",
"max_stars_repo_path": "xAPIWrapper.Test.iOS/TestClass.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157917"
} | starcoder | using System.Threading.Tasks;
using NUnit.Framework;
using TinCan.xAPIWrapper;
namespace xAPIWrapper.Tests.iOS
{
[TestFixture]
public class TestClass
{
/// <summary>
/// The LRS
/// </summary>
private APIWrapper _xAPIWrapper;
/// <summary>
/// Initializes th... | 2.355111 | a2e7370285acb53005bf22d74bba9c04 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838698 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lucadecamillis/unity-logger-injection",
"max_stars_repo_path": "tests/LoggerInCtor.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157918"
} | starcoder | <gh_stars>0
using Microsoft.Extensions.Logging;
namespace Unity.Logger.Injection.Tests
{
public class LoggerInCtor
{
private readonly ILogger logger;
public LoggerInCtor(ILogger logger)
{
this.logger = logger;
}
public bool LogInjected()
{
return this.logger != null;
}
}
} | 1.689156 | 1f54ed6c165cbcf51f22d4e9f7de1342 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838699 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "blakepell/ArgusFramework",
"max_stars_repo_path": "src/Argus.Core/Extensions/DbCommandExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157919"
} | starcoder | /*
* @author : <NAME>
* @website : http://www.blakepell.com
* @initial date : 2009-05-14
* @last updated : 2012-01-09
* @copyright : Copyright (c) 2003-2021, All rights reserved.
* @license : MIT
*/
using System;
using System.Data;
using System.Text;
namespace ... | 3.0335 | 0946901d5601fac85092477ea7cb9742 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838700 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "OctoBot-Boole/OctoBot",
"max_stars_repo_path": "OctoBot/Games/OctoGame/GameUsers/GameUserAccounts.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157920"
} | starcoder | using System.Collections.Generic;
using System.Linq;
using Discord;
namespace OctoBot.Games.OctoGame.GameUsers
{
public static class GameUserAccounts
{
private static readonly List<GameAccountSettings> _accounts;
private static readonly string _accountsFile = @"OctoGameDataBase/GameAccounts.... | 2.903738 | 59f7497080013d5000b12e45dd5b02d6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838701 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "nikaidoumari/MofuMofu",
"max_stars_repo_path": "MofuMofu/CountdownControl.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157921"
} | starcoder | 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;
namespace MofuMofu
{
public partial class CountdownControl : UserControl
{
private Syste... | 2.712521 | f18a1dd72ec07d28107ddc8fa4e668c7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838702 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "CoderCow/simple-todo-board",
"max_stars_repo_path": "Server/Controllers/HomeController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157922"
} | starcoder | <filename>Server/Controllers/HomeController.cs<gh_stars>0
using SimpleTodoBoard.Server.Helpers;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.SpaServices.Prerendering;
using Microsoft.AspNetCore.NodeServices;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.AspN... | 1.910471 | 0730c3c5a821351200f651b28e2de48a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838703 | {
"extension": "c-sharp",
"max_stars_count": "234.0",
"max_stars_repo_name": "Drul1337/DigitalRune",
"max_stars_repo_path": "Source/DigitalRune.Geometry/Meshes/Dcel/DcelEdge.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157923"
} | starcoder | <filename>Source/DigitalRune.Geometry/Meshes/Dcel/DcelEdge.cs
// DigitalRune Engine - Copyright (C) DigitalRune GmbH
// This file is subject to the terms and conditions defined in
// file 'LICENSE.TXT', which is part of this source code package.
using System.Diagnostics;
namespace DigitalRune.Geometry.Meshes
{
///... | 2.716333 | 73978b19a7a3283bba2958ef5492126e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838704 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "chessdbai/Hercules",
"max_stars_repo_path": "packages/projects/Hercules.Api.Model/Hercules.Api.Model/Database/NaturalSearchResponse.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157924"
} | starcoder | <gh_stars>0
//-----------------------------------------------------------------------
// <copyright file="NaturalSearchResponse.cs" company="<EMAIL>">
// MIT Licensed.
// </copyright>
//-----------------------------------------------------------------------
namespace Hercules.Api.Model.Database
{
using Amazon.Runt... | 1.822376 | 183394aebd29be8615fa0cd9f03fea6a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838705 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "password520/DroidRat_JE",
"max_stars_repo_path": "C#_DroidRat_GUI_Server/CSharp_droidRat_GUI_Server/Module/webSocket/WebSocketServer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157925"
} | starcoder | <filename>C#_DroidRat_GUI_Server/CSharp_droidRat_GUI_Server/Module/webSocket/WebSocketServer.cs
using System;
using CSharp_droidRat_GUI_Server.Module.webSocket;
using WebSocketSharp.Server;
// ReSharper disable once CheckNamespace
namespace WesocketServer_JE
{
public class WebSocketServerJe
{
private ... | 2.615963 | 22670d07b8d95666ebe8fa55302e14c3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838706 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "307209239/apollo-net",
"max_stars_repo_path": "Apollo/Foundation/Spi/Provider/INetworkProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157926"
} | starcoder | <reponame>307209239/apollo-net
namespace Com.Ctrip.Framework.Foundation.Spi.Provider
{
public interface INetworkProvider : IProvider
{
string HostAddress { get; }
string HostName { get; }
}
}
| 1.013836 | 1dffd400de5a8c5276fb616271427b00 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838707 | {
"extension": "c-sharp",
"max_stars_count": "28.0",
"max_stars_repo_name": "pornin/DDer",
"max_stars_repo_path": "Asn1/MDer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157927"
} | starcoder | using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Text;
using BigInt;
namespace Asn1 {
/*
* This class implements a custom syntax for building and parsing ASN.1
* objects. The syntax describes the object elements and accepts dynamic
* parameters. When building... | 2.739754 | 302494049ba58d304eaf52a47f080ead |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838708 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "niklasstoffers/Hainz",
"max_stars_repo_path": "Installer/Env/EnvVarName.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157928"
} | starcoder | <reponame>niklasstoffers/Hainz<gh_stars>0
using Installer.SysArchitecture;
using System;
using System.Collections.Generic;
using System.Text;
namespace Installer.Env
{
public static class EnvVarName
{
public static string Get(EnvironmentVariable var, OS os)
{
return (var, os) switc... | 1.657762 | c5ed6f192e7fba9cffda0f7e0c33c34b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838709 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "CanerOren/Kodluyoruz-C-101",
"max_stars_repo_path": "kurucu-metotlar/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157929"
} | starcoder | <gh_stars>0
using System;
namespace kurucu_metotlar
{
class Program
{
static void Main(string[] args)
{
/*
Söz Dizimi
class SinifAdi
{
[Erişim Belirleyici] [Veri Tipi] ÖzellikAdi;
[Erişim Belirleyic... | 2.569139 | bf33073ab8283424d11848cf6df63958 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838710 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "jsdelivrbot/Web-Services-and-Cloud",
"max_stars_repo_path": "Exams/2015-Real-Estates/Solution/Tests/Teleimot.Web.Api.Tests/Setups/Repositories.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157930"
} | starcoder | <reponame>jsdelivrbot/Web-Services-and-Cloud<gh_stars>1-10
namespace Teleimot.Web.Api.Tests.Setups
{
using System;
using System.Collections.Generic;
using System.Linq;
using Data.Models;
using Data.Repositories;
using Moq;
public static class Repositories
{
public static IRepos... | 2.181659 | 30dcc8ecc2b356e52d53f32a4739eef8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8838711 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DanielKlier/Karl",
"max_stars_repo_path": "HexTileGame/HexTileGame/HexTileGame.cs",
"provenance": "train-00027-of-00045.jsonl.gz:157931"
} | starcoder | using HexTileGame.States;
using Karl;
using Karl.Content;
using Karl.Game;
using Karl.Graphics;
using Microsoft.Xna.Framework;
namespace HexTileGame
{
/// <summary>
/// This is the main type for your game
/// </summary>
public class HexTileGame : KarlGame
{
public HexTileGame()
{
... | 2.398239 | 03de29b7f244c551e8726c292d999a35 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.