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 | 8845512 | {
"extension": "c-sharp",
"max_stars_count": "25.0",
"max_stars_repo_name": "aishwaryapackt/Xamarin.Forms-Projects",
"max_stars_repo_path": "Chapter04/MeTracker/MeTracker.Android/Services/LocationTrackingService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164732"
} | starcoder | using Android.App;
using Android.App.Job;
using Android.Content;
using MeTracker.Services;
namespace MeTracker.Droid.Services
{
public class LocationTrackingService : ILocationTrackingService
{
public void StartTracking()
{
var javaClass = Java.Lang.Class.FromType(typeof(LocationJo... | 2.028869 | 500132ce0a5adee12acd593ded80338e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845513 | {
"extension": "c-sharp",
"max_stars_count": "37.0",
"max_stars_repo_name": "AramYako/NUnitAndMoqDocumentation",
"max_stars_repo_path": "Module3/Hard/InvoiceWriter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164733"
} | starcoder | <reponame>AramYako/NUnitAndMoqDocumentation
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TestableCodeDemos.Module3.Shared;
namespace TestableCodeDemos.Module3.Hard
{
public class InvoiceWriter
{
private readonly IPrinter _pri... | 2.621685 | 07b48ca41b1954e7b2f8c4d03dceddaf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845514 | {
"extension": "c-sharp",
"max_stars_count": "18.0",
"max_stars_repo_name": "lithander/MinimalChessEngine",
"max_stars_repo_path": "MinimalChess/SearchWindow.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164734"
} | starcoder | using System;
namespace MinimalChess
{
public struct SearchWindow
{
public static SearchWindow Infinite = new(short.MinValue, short.MaxValue);
public int Floor;//Alpha
public int Ceiling;//Beta
public SearchWindow UpperBound => new(Ceiling - 1, Ceiling);
public Search... | 3.350118 | e86045bf4a90b6c95e7e9f05c765ab22 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845515 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "EIDSS/EIDSS-Legacy",
"max_stars_repo_path": "EIDSS v6.1/eidss.webclient/Views/Report/Common/ExportButtons.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:164735"
} | starcoder | @using System.Text
@using Kendo.Mvc.UI
@using eidss.web.common.Utils
@using eidss.webclient.Utils
@model eidss.model.Reports.Common.BaseModel
@{
var sbRename = new StringBuilder();
if (ViewBag.ArrayForRename != null)
{
var list = (ViewBag.ArrayForRename as List<string>);
... | 2.404288 | 27d6e65cdfa832641310490c0b5c8e9c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845516 | {
"extension": "c-sharp",
"max_stars_count": "19.0",
"max_stars_repo_name": "CreatorDev/DeviceServer",
"max_stars_repo_path": "src/Imagination.LWM2M.Bootstrap/BusinessLogic/Clients.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164736"
} | starcoder | /***********************************************************************************************************************
Copyright (c) 2016, Imagination Technologies Limited and/or its affiliated group companies.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, ... | 2.19931 | 3eb3afe3a882e930bd389ee1c45f4350 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845517 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rsvilenov/FluentAssertions.Properties",
"max_stars_repo_path": "src/FluentAssertions.Properties.Tests/InternalTests/ReflectionPropertyInvokerTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164737"
} | starcoder | using FluentAssertions.Properties.Invocation;
using System;
using Xunit;
namespace FluentAssertions.Properties.Tests.InternalTests
{
public class ReflectionPropertyInvokerTests
{
public class PropertyContainer
{
public int ReadWriteProperty { get; set; }
public int Read... | 2.54405 | ed4ba00d5684417a23205185b901ba89 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845518 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nonno/decimal-datetime-app",
"max_stars_repo_path": "src/DecimalTime.Forms/Converters/DecimalDateTimeToShortFormatConverter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164738"
} | starcoder | <gh_stars>0
using System;
using System.Globalization;
using DecimalTime.Forms.Services;
using Xamarin.Forms;
namespace DecimalTime.Forms.Converters
{
public class DecimalDateTimeToShortFormatConverter : IValueConverter
{
private ISettingsProvider _settingsProvider;
public DecimalDateTimeToSho... | 2.127583 | 7549ad9dafd5aa21ac684e33250fb4dd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845519 | {
"extension": "c-sharp",
"max_stars_count": "17.0",
"max_stars_repo_name": "stanb/Comformation",
"max_stars_repo_path": "src/Comformation/Generated/QuickSight/Template/TemplateSourceAnalysis.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164739"
} | starcoder | using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Comformation.IntrinsicFunctions;
namespace Comformation.QuickSight.Template
{
/// <summary>
/// AWS::QuickSight::Template TemplateSourceAnalysis
/// https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qui... | 1.989284 | cf6b02002362882d4dae329b88b22361 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845520 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Andrewst-commits/MyMusicServer",
"max_stars_repo_path": "Server_nw/Server_nw/MusicService/DtoModels/ReturnDto/SongDto.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164740"
} | starcoder | <filename>Server_nw/Server_nw/MusicService/DtoModels/ReturnDto/SongDto.cs
using Server_nw.MusicApplication.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Server_nw.MusicApplication.DtoModels.ReturnDto
{
public class SongDto
{
public... | 2.506467 | ee2c22c6e1b43fd16698962db795400d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845521 | {
"extension": "c-sharp",
"max_stars_count": "154.0",
"max_stars_repo_name": "Iamgoofball/Memoria",
"max_stars_repo_path": "Assembly-CSharp/Global/Language/LanguageCode.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164741"
} | starcoder | using System;
public class LanguageCode
{
public static String ConvertToLanguageName(Int32 languageCode)
{
if (languageCode == 0)
{
return "English(US)";
}
if (languageCode == 1)
{
return "English(UK)";
}
if (languageCode == 2)
{
return "Japanese";
}
if (languageCode == 3)
{
return... | 2.665389 | 92e76fdd720c0a13f6d439a7816719be |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845522 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "songlin81/MSA",
"max_stars_repo_path": "CQRS/CustomerApiEventSource/CustomerApi/CQRSlite/Bus/InProcessBus.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164742"
} | starcoder | <filename>CQRS/CustomerApiEventSource/CustomerApi/CQRSlite/Bus/InProcessBus.cs<gh_stars>0
using System;
using System.Collections.Generic;
using CQRSlite.Commands;
using CQRSlite.Events;
using CQRSlite.Infrastructure;
using CQRSlite.Messages;
namespace CQRSlite.Bus
{
public class InProcessBus : ICommandSender, IEv... | 2.527662 | 0e7d61fba404a5ae60918a9490dabd0b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845523 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "s2quake/Ntreev.Crema",
"max_stars_repo_path": "client/JSSoft.Crema.Presentation.Converters/Dialogs/ViewModels/TableCategoryTreeViewItemViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164743"
} | starcoder | // Released under the MIT License.
//
// Copyright (c) 2018 Ntreev Soft co., Ltd.
// 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, inclu... | 1.8075 | d07b09474d6cb1a97a199777e73dde5e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845524 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "siisltd/Curiosity.Utils",
"max_stars_repo_path": "src/Curiosity.Tools.Web/ModelBinders/Decimal/InvariantDecimalModelBinderProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164744"
} | starcoder | using System;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.Extensions.Logging;
namespace Curiosity.Tools.Web.ModelBinders
{
public class InvariantDecimalModelBinderProvider : IModelBinderProvider
{
private readonly ILoggerFactory _loggerFactory;
public InvariantDecimal... | 2.352125 | 810b61f164471bed787bfbcb287ab34d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845525 | {
"extension": "c-sharp",
"max_stars_count": "55.0",
"max_stars_repo_name": "dnikolovv/cafe",
"max_stars_repo_path": "server/src/server/Cafe.Api/Hateoas/Resources/Menu/MenuItemsContainerResource.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164745"
} | starcoder | namespace Cafe.Api.Hateoas.Resources.Menu
{
public class MenuItemsContainerResource : ResourceContainer<MenuItemResource>
{
}
}
| 0.960608 | 707913346345551b31f0c67b54b92aeb |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845526 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "anth12/glasszebra",
"max_stars_repo_path": "src/Application/Events/GameUpdatedEvent.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164746"
} | starcoder | using System.Threading;
using System.Threading.Tasks;
using AutoMapper;
using GlassZebra.Application.Common.Interfaces;
using GlassZebra.Application.Events.Public;
using GlassZebra.Application.Game.Dtos;
using MediatR;
namespace GlassZebra.Application.Events
{
public class GameUpdatedEvent : INotification
{
publi... | 2.298412 | 3195138bac7966a6b1bdf63476d3e75f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845527 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "pgodwin/PictSharp",
"max_stars_repo_path": "PictSharp.ImageSharpAdaptor/PictEncodingOptions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164747"
} | starcoder | <gh_stars>1-10
using SixLabors.ImageSharp.Processing.Processors.Quantization;
using System;
using System.Collections.Generic;
using System.Text;
namespace PictSharp.ImageSharpAdaptor
{
public class PictEncodingOptions : IPictEncodingOptions
{
// <summary>
/// Initializes a new instance of the ... | 2.152822 | 49abd8f965e2aeb986bd7d78e7538209 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845528 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "gbraad/OpenShift.Vsix",
"max_stars_repo_path": "OpenShift.DotNet.Service/OpenShift API (with Kubernetes)/Models/Iok8sapiadmissionregistrationv1beta1RuleWithOperations.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164748"
} | starcoder | // Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
namespace OpenShift.DotNet.Service.Models
{
using System;
using System.Linq;
using System.Collections.Generic;
using Newtonsoft.Json;
using Mi... | 1.96842 | 468128c9c373e8dff6c2ecb6ee45baff |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845529 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "SkillsFundingAgency/das-assessor-service",
"max_stars_repo_path": "src/SFA.DAS.AssessorService.Api.Types/Models/ExternalApi/Epas/BatchEpaRequest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164749"
} | starcoder | using MediatR;
using SFA.DAS.AssessorService.Domain.JsonData;
namespace SFA.DAS.AssessorService.Api.Types.Models.ExternalApi.Epas
{
public class BatchEpaRequest : IRequest<EpaDetails>
{
public string RequestId { get; set; }
public long Uln { get; set; }
public string FamilyName { get; ... | 1.559093 | 3a605e5f73ebf33e9e1f259fc6cec1b2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845530 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "nicholas-maltbie/FallingParkour",
"max_stars_repo_path": "Assets/Scripts/Character/Avatar/CharacterAvatarManager.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164750"
} | starcoder | <filename>Assets/Scripts/Character/Avatar/CharacterAvatarManager.cs<gh_stars>1-10
using System.Collections;
using System.Linq;
using MLAPI;
using MLAPI.Messaging;
using MLAPI.NetworkVariable;
using UnityEngine;
namespace PropHunt.Character.Avatar
{
/// <summary>
/// Have a character controller push any dynamic... | 2.524248 | 08d83229325400515076eff920819937 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845531 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "al222cv/CQRSlite.NetCore",
"max_stars_repo_path": "Framework/CQRSlite.Tests/Domain/When_saving_stale_data.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164751"
} | starcoder | <reponame>al222cv/CQRSlite.NetCore<filename>Framework/CQRSlite.Tests/Domain/When_saving_stale_data.cs
using System;
using CQRSlite.Domain;
using CQRSlite.Domain.Exception;
using CQRSlite.Tests.Substitutes;
using Xunit;
namespace CQRSlite.Tests.Domain
{
public class When_saving_stale_data
{
private Tes... | 1.912982 | 9f2d6ef772db7fa4455e5fd423b9c5ff |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845532 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "TheProxor/code-samples-from-pg",
"max_stars_repo_path": "Assets/Scripts/GameFlow/Level/Controllers/BonusLevelSettings.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164752"
} | starcoder | using System;
using UnityEngine;
using Drawmasters.Statistics.Data;
namespace Drawmasters.Levels
{
[CreateAssetMenu(fileName = "BonusLevelSettings",
menuName = NamingUtility.MenuItems.IngameSettings + "BonusLevelSettings")]
public class BonusLevelSettings : ScriptableObject
{
#region Nest... | 1.948568 | 589a596cff03c0b370e22845d20e679d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845533 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kawasawa/MyBase",
"max_stars_repo_path": "MyBase/Logging/LogEventArgs.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164753"
} | starcoder | using System;
namespace MyBase.Logging
{
/// <summary>
/// ログイベントの情報を表します。
/// </summary>
public class LogEventArgs : EventArgs
{
/// <summary>
/// ログの種類を取得または設定します。
/// </summary>
public Category Category { get; set; }
/// <summary>
/// ログの優先度を取得また... | 3.215127 | 6259d009c90fcc654971a79ba04659e3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845534 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "chumano/nextone",
"max_stars_repo_path": "src/MapService/Controllers/HomeController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164754"
} | starcoder | using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace MapService.Controllers
{
[ApiController]
[Route("[controller]")]
public class HomeController : ControllerBase
{
privat... | 2.351336 | 9551532579724c332d70164446ad7aaa |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845535 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Ranzeplay/OAHub",
"max_stars_repo_path": "OAHub.Base/Models/StatusModels/PostBase.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164755"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
namespace OAHub.Base.Models.StatusModels
{
public class PostBase
{
public long Id { get; set; }
public string Title { get; set; }
public string Description { get; set; }
public PostColor Color { get; set; }
... | 1.832235 | aa3c1e78d9a50ef0dfcd6cf223cf9e4a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845536 | {
"extension": "c-sharp",
"max_stars_count": "275.0",
"max_stars_repo_name": "sguitardude/powershell",
"max_stars_repo_path": "src/Commands/Site/AddRoleDefinition.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164756"
} | starcoder | using System.Management.Automation;
using Microsoft.SharePoint.Client;
using System.Collections.Generic;
using PnP.PowerShell.Commands.Base.PipeBinds;
using System;
namespace PnP.PowerShell.Commands.Site
{
[Cmdlet(VerbsCommon.Add, "PnPRoleDefinition")]
public class AddRoleDefinition : PnPSharePointCmdlet
... | 2.270352 | 1e1bbfef1b2eee51cf0e92a97b96b197 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845537 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "xamarindevelopervietnam/Xamarin.Plugin.Firebase.RemoteConfig",
"max_stars_repo_path": "Xamarin.Plugin.Firebase.RemoteConfig.Android/Resources/Resource.designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164757"
} | starcoder | <filename>Xamarin.Plugin.Firebase.RemoteConfig.Android/Resources/Resource.designer.cs
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior an... | 1.38851 | 46594e3b99936a76a7375dad66470ed6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845538 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "michaeldtaylor/Destiny.Net",
"max_stars_repo_path": "src/Destiny.Net.Core/Model/GroupSearchContents.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164758"
} | starcoder | <reponame>michaeldtaylor/Destiny.Net<filename>src/Destiny.Net.Core/Model/GroupSearchContents.cs<gh_stars>0
namespace Destiny.Net.Core.Model
{
public class GroupSearchContents
{
public string SearchValue { get; set; }
public int SearchType { get; set; }
}
} | 1.566838 | 1e86df75c5696c67ca05b8465f131b53 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845539 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "akshayshahce/cpaas-dotnet",
"max_stars_repo_path": "ZangAPI/ZangService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164759"
} | starcoder | using System;
using AvayaCPaaS.Configuration;
using AvayaCPaaS.ConnectionManager;
using AvayaCPaaS.Connectors;
namespace AvayaCPaaS
{
/// <summary>
/// CPaaS service
/// </summary>
public class CPaaSService
{
/// <summary>
/// Gets or sets the HTTP manager.
/// </summary>
... | 1.843285 | 7935d9666518a6a3d38c0b65139c2c6a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845540 | {
"extension": "c-sharp",
"max_stars_count": "49.0",
"max_stars_repo_name": "paulchernoch/HilbertTransformation",
"max_stars_repo_path": "HilbertTransformationTests/Data/NetflixReviews/NetFlixData.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164760"
} | starcoder | <filename>HilbertTransformationTests/Data/NetflixReviews/NetFlixData.cs
using Clustering;
using HilbertTransformation;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using static System.Math;
using System.Threading.Tasks;
namespace HilbertTransformationTests.Data.NetflixReviews
{
... | 2.829599 | 7742011cbc215429fd6825c38a70b40b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845541 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "seanlinmt/tradelr",
"max_stars_repo_path": "Facebook/ResponseCollection.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164761"
} | starcoder | <reponame>seanlinmt/tradelr<gh_stars>1-10
using System.Collections.Generic;
namespace clearpixels.Facebook
{
public class ResponseCollection<T>
{
public List<T> data { get; set; }
public Paging paging { get; set; }
public int count { get; set; }
}
}
| 1.584575 | f063e60462768fbbc12a5b3889c5b61c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845542 | {
"extension": "c-sharp",
"max_stars_count": "24.0",
"max_stars_repo_name": "microsoft/spam",
"max_stars_repo_path": "Src/RE2.Managed/FlexMatchValueComparer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164762"
} | starcoder | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Collections.Generic;
namespace Microsoft.RE2.Managed
{
public class FlexMatchValueComparer : IEqualityComparer<FlexMatch>
{
private stati... | 2.438783 | 49b546bf60b25ac58d30de875a38dc65 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845543 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "XihOfFy/XIHFrameWork",
"max_stars_repo_path": "Assets/XIHHotFix/XIHNet/Runtime/ProtoBuf/UserPB/Battle/PBBattle.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164763"
} | starcoder | using ProtoBuf;
using System.Collections.Generic;
namespace XiHNet
{
[ProtoContract]
[MsgTypeCode(30001, false)]
public sealed partial class BattleReadyNtf : IMessage
{
[ProtoMember(1)]
public int PlayerOrderInRoom { get; set; }
[ProtoMember(2)]
public ulong RoomId { ge... | 1.783688 | cbcea2aeef667107c106dd6a6bf51395 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845544 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tyeagle/Hotinst",
"max_stars_repo_path": "Source/HOTINST.COMMON/HOTINST.COMMON.Controls/Converters/Internal/TreeViewItemEx.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164764"
} | starcoder | /**
* ==============================================================================
*
* ClassName: TreeViewItemEx
* Description:
*
* Version: 1.0
* Created: 2017/7/7 15:58:59
* Compiler: Visual Studio 2015
* CLR Version: 4.0.30319.42000
*
* Author: caixs
* Company: hotinst
*
* =========================... | 2.547596 | 0285bf26155da8b225d6a077fe27f163 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845545 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Snooking/Let-s-play-a-game",
"max_stars_repo_path": "Server/LetsPlayAGame/LetsPlayAGame.Data/Models/CharacterQuests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164765"
} | starcoder | using System;
namespace LetsPlayAGame.Data.Models
{
public class CharacterQuests
{
public Guid Id { get; set; }
public Guid CharacterId { get; set; }
public virtual Character Character { get; set; }
public Guid QuestId { get; set; }
public virtual Quest Quest { get; s... | 1.920932 | 6f389f1b00ebcd4fd8640919489fb09a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845546 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "initionsAG/ssis-dataConverter-component",
"max_stars_repo_path": "DataConverterTest/TestFramework/TestResult.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164766"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataConverterTest.TestFramework
{
class TestResult
{
public bool IsSuccessful { get; set; }
public string ErrorMessage { get; set; }
... | 2.749724 | 34aa3d7612f28d171b4397348f322880 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845547 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sankarpraveen02/unittestdll",
"max_stars_repo_path": "Source/TheCodeKing.ObjectAutoBuilder/Core/AutoFiller.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164767"
} | starcoder | /*=============================================================================
*
* (C) Copyright 2011, <NAME> (<EMAIL>)
*
* http://www.TheCodeKing.co.uk
*
* All rights reserved.
* The code and information is provided "as-is" without waranty of any kind,
* either expressed or implied.
*
*================... | 2.418375 | 6c5d92442ae0bf9e95761239061947fc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845548 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Mjollnirs/Old_LantopServer",
"max_stars_repo_path": "LanTopServer/Models/Contact.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164768"
} | starcoder | //------------------------------------------------------------------------------
// <auto-generated>
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
namespace LanTopServer.Models
{
... | 1.668477 | be6d2dc63bdd8241f941d34171543189 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845549 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Misterinecompany/DryIoc.Transactions",
"max_stars_repo_path": "src/DryIoc.Facilities.AutoTx/Extensions/DryIocExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164769"
} | starcoder | <filename>src/DryIoc.Facilities.AutoTx/Extensions/DryIocExtensions.cs<gh_stars>1-10
using System;
using DryIoc.Transactions;
using Microsoft.Extensions.Logging;
namespace DryIoc.Facilities.AutoTx.Extensions
{
public static class DryIocExtensions
{
public static void AddAutoTx(this IContainer container, Ambi... | 1.989967 | e96b39368831a785f7f89b20604fe592 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845550 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SappingEr/SJOne",
"max_stars_repo_path": "SJOne/Models/UserViewModels/PhoneNumberViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164770"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Web;
namespace SJOne.Models.UserViewModels
{
public class PhoneNumberViewModel
{
public long Id { get; set; }
[StringLength(12, ErrorMessage = "Превышено количество доп... | 2.661008 | 7f05942d32435535abddd967f5a39baa |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845551 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jjerion/PrototypeHotGirlSummer",
"max_stars_repo_path": "Hot Girl Summer Prototype 1/Assets/Scripts/Card Game/Specific Cards/Bubbly/Joke.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164771"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Joke : Card
{
public Joke()
{
displayedInfo.cardName = "Joke";
displayedInfo.type = (int) Vibes.Bubbly;
displayedInfo.value = 1;
displayedInfo.isPlayable = true;
displayedInfo.te... | 2.521394 | 462bbefbb1b5a8f81a0aa881f8b4d1a6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845552 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mjyeaney/TextFileClassifier",
"max_stars_repo_path": "WebApp/Views/_ViewImports.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:164772"
} | starcoder | @using TextFileClassifier.Web
@using TextFileClassifier.Web.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
| 1.687153 | 85fd590a71c97c16302d1f21277eeea7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845553 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "FreddieMercurial/WordMastermind",
"max_stars_repo_path": "src/GameEngine.Library/Models/DailyWordGenerator.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164773"
} | starcoder | using System.Text;
using GameEngine.Library.Enumerations;
using GameEngine.Library.Helpers;
namespace GameEngine.Library.Models;
/// <summary>
/// The idea is to seed a PRNG with a known value and then use that to generate a known sequence of words from the
/// dictionary
/// or possibly to otherwise crea... | 3.025714 | 029b0fcc73e63d68dd778c6112e70b20 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845554 | {
"extension": "c-sharp",
"max_stars_count": "36.0",
"max_stars_repo_name": "elisunger/libpalaso",
"max_stars_repo_path": "SIL.WritingSystems/Migration/WritingSystemsLdmlV0To1Migration/LdmlAdaptorV0.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164774"
} | starcoder | <reponame>elisunger/libpalaso
using System;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Xml;
using SIL.Xml;
namespace SIL.WritingSystems.Migration.WritingSystemsLdmlV0To1Migration
{
public class LdmlAdaptorV0
{
private readonly XmlNamespaceManager _nameSpaceManager;
publi... | 2.013505 | d8b2b0201d319aad34289400452a93d5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845555 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "VsIG-official/Study-Projects",
"max_stars_repo_path": "Unity/Introduction_to_C#_Programming_and_Unity/1_week/Exercises week 3/Assets/Scripts/Mover.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164775"
} | starcoder | <gh_stars>1-10
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Mover : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
// get the game object moving
GetComponent<Rigidbody2D>().AddForce(new Vector2(0, 5),Force... | 1.965825 | b9f8eaebcbb26dcd4ee282179712a2e9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845556 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "inputfalken/Lemonad",
"max_stars_repo_path": "src/Lemonad.ErrorHandling/Extensions/Result/SingleOrErrorCase.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164776"
} | starcoder | namespace Lemonad.ErrorHandling.Extensions.Result {
/// <summary>
/// Represents the cases in the SingleOrError extension method for <see cref="System.Linq.Enumerable" />.
/// </summary>
public enum SingleOrErrorCase {
NoElement,
ManyElements
}
} | 2.124358 | 2c7856ffa101fbcd6a3f6c96b90cfe30 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845557 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jtstriker3/Joe.Map.EntityFramework",
"max_stars_repo_path": "Joe.Map.EntityFramework/DbPersistenceSet'.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164777"
} | starcoder | using Joe.MapBack;
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Joe.Map.EntityFramework
{
public class DbPersistenceSet<TEntity> : IPersistenceSet<TEntity>
where TEntity : class
{
... | 2.402276 | 162d5ad10bd020dd3b51ffd0deac5a76 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845558 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "AlejandroRuiz/AHBottomNavigation-Xamarin",
"max_stars_repo_path": "AHBottomNavigation/AHBottomNavigation/AHBottomNavigationBehavior.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164778"
} | starcoder | using System;
using AHBottomNavigation.AHBottomNavigation;
using Android.Animation;
using Android.Content;
using Android.Content.Res;
using Android.OS;
using Android.Support.Design.Widget;
using Android.Support.V4.View;
using Android.Support.V4.View.Animation;
using Android.Util;
using Android.Views;
using Android.Vie... | 1.685304 | 2b2fbe58c0a76891699a0b7afccddea5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845559 | {
"extension": "c-sharp",
"max_stars_count": "23.0",
"max_stars_repo_name": "still-scene/t3",
"max_stars_repo_path": "Operators/Types/CreditText.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164779"
} | starcoder | <gh_stars>10-100
using T3.Core;
using T3.Core.Operator;
using T3.Core.Operator.Attributes;
using T3.Core.Operator.Slots;
namespace T3.Operators.Types.Id_7b1093bb_33ec_4fa4_a102_9a28002b511c
{
public class CreditText : Instance<CreditText>
{
private enum HorizontalAligns
{
Left,
... | 2.018025 | 279273ddf07a9b54beb9bb7fab7ccfaa |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845560 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nlarion/cSharpPractice",
"max_stars_repo_path": "TemperatureCheck.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164780"
} | starcoder | using System;
class TemperatureCheck
{
static void Main()
{
Console.WriteLine("What is the temperature outside?");
string userTemp = Console.ReadLine();
int localTemp = int.Parse(userTemp);
if (localTemp> 50 && localTemp < 60)
{
Console.WriteLine("put on a jacket");
}
else if... | 3.558524 | 71f2a3184925efdf4481618b8e654197 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845561 | {
"extension": "c-sharp",
"max_stars_count": "428.0",
"max_stars_repo_name": "cping/LGame",
"max_stars_repo_path": "C#/WindowsPhone/LGame-XNA-lib/Loon.Action/ScaleTo.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164781"
} | starcoder | <reponame>cping/LGame
using Loon.Utils;
namespace Loon.Action {
public class ScaleTo : ActionEvent {
private float dt;
private float deltaX, deltaY;
private float startX, startY;
private float endX, endY;
public ScaleTo(float s):this(s, s) {
}
public ScaleTo(float sx, float sy) {
this... | 2.504475 | d7f685f4ed1f98cac724b56ddd4b459b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845562 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "carbon/fido2-net-lib",
"max_stars_repo_path": "Src/Fido2/EnumExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164782"
} | starcoder | using System;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
namespace Fido2NetLib
{
public static class EnumExtensions
{
/// <summary>
/// Gets the enum value from EnumMemberAttribute's value.
/// </summary>
/// <typeparam name="TEnum">The type... | 3.161296 | a049620536f9ce0ef2140fe4c53b5640 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845563 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DeppL/Catlike_Project_Basic",
"max_stars_repo_path": "Assets/Hashing/Scripts/Noise.Lattice.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164783"
} | starcoder | using Unity.Mathematics;
using static Unity.Mathematics.math;
public static partial class Noise {
public struct Lattice1D<L, G> : INoise
where L : struct, ILattice where G : struct, IGradient {
public float4 GetNoise4 (float4x3 positions, SmallXXHash4 hash, int frequency) {
LatticeSpan4 x = default(L).GetLatti... | 2.341324 | c982f8d968c551db7fa98de7192c1c43 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845564 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "KamalRathnayake/MeetKamalToday.",
"max_stars_repo_path": "45_RedisTransactions/src/RedisSample/RedisSample/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164784"
} | starcoder | <reponame>KamalRathnayake/MeetKamalToday.
using System;
using ServiceStack.Redis;
namespace RedisSample
{
class Program
{
static string redisConnectionString = "";
static void Main(string[] args)
{
bool transactionResult = false;
using (RedisClient redisClient ... | 2.699651 | d8b9912504d2d098e260e2c7b4e76228 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845565 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jalgamestudios/project-bigfoot",
"max_stars_repo_path": "ProjectBigfoot/ProjectBigfoot/Scenes/Ingame/World/ObjectLayer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164785"
} | starcoder | <filename>ProjectBigfoot/ProjectBigfoot/Scenes/Ingame/World/ObjectLayer.cs<gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProjectBigfoot.Scenes.Ingame.World
{
class ObjectLayer
{
#region Variables
public... | 2.815153 | e35c5a9cedeb678e043f41bca2cda557 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845566 | {
"extension": "c-sharp",
"max_stars_count": "238.0",
"max_stars_repo_name": "prekel/resharper-fsharp",
"max_stars_repo_path": "ReSharper.FSharp/src/FSharp.Psi/src/IFSharpProperty.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164786"
} | starcoder | <reponame>prekel/resharper-fsharp
using System.Collections.Generic;
using JetBrains.Annotations;
using JetBrains.ReSharper.Plugins.FSharp.Psi.Impl.Cache2.Parts;
using JetBrains.ReSharper.Psi;
namespace JetBrains.ReSharper.Plugins.FSharp.Psi
{
public interface IFSharpProperty : IProperty, IRepresentationAccessRights... | 1.427637 | e454e4c05e8ed3daacecbdd3870fe513 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845567 | {
"extension": "c-sharp",
"max_stars_count": "22.0",
"max_stars_repo_name": "isaac-mcgarvey/NetRevisionTask",
"max_stars_repo_path": "NetRevisionTask/WindowsRegistry.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164787"
} | starcoder | <gh_stars>10-100
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Text;
using Microsoft.Win32;
namespace NetRevisionTask
{
internal class WindowsRegistry
{
/// <summary>
/// Reads a Windows registry value. This method does n... | 2.676259 | 6ea5f54c4fb0b69a27f1f6cafd3e362d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845568 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "octogonz/yamster",
"max_stars_repo_path": "Source/YamsterCmd/SyncCommand.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164788"
} | starcoder | #region MIT License
// Yamster!
// Copyright (c) Microsoft Corporation
// All rights reserved.
//
// MIT License
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
// associated documentation files (the ""Software""), to deal in the Software without re... | 2.245214 | 43f98086823519753713dc757e1282e2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845569 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "evrenarifoglu69/bbt.loyalty",
"max_stars_repo_path": "src/Bbt.Campaign.Api/Bbt.Campaign.Api/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164789"
} | starcoder | <reponame>evrenarifoglu69/bbt.loyalty
using Bbt.Campaign.EntityFrameworkCore.Redis;
using Bbt.Campaign.Services;
using Bbt.Campaign.Shared.ServiceDependencies;
using Bbt.Campaign.Shared.Static;
using Microsoft.OpenApi.Models;
using System.Reflection;
var builder = WebApplication.CreateBuilder(args);
// Add services t... | 1.750977 | e2b822b6f9da1ee7fc2dd65f841150a7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845570 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "zgynhqf/trunk",
"max_stars_repo_path": "Rafy/Plugins/Rafy.MultiTenancy/Core/DataInterception/QueryModifier.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164790"
} | starcoder | /*******************************************************
*
* 作者:胡庆访
* 创建日期:20141223
* 运行环境:.NET 4.5
* 版本号:1.0.0
*
* 历史记录:
* 创建文件 胡庆访 20141223 11:11
*
*******************************************************/
using Rafy.Domain.ORM.Query;
namespace Rafy.MultiTenancy.Core.DataInterception
{
/// <summary>... | 2.191895 | ac0689c838e6488a65a215d399181506 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845571 | {
"extension": "c-sharp",
"max_stars_count": "164.0",
"max_stars_repo_name": "legistek/AspNetCore",
"max_stars_repo_path": "src/ProjectTemplates/test/RazorPagesTemplateTest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164791"
} | starcoder | <reponame>legistek/AspNetCore
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNetCore.Testing.xunit;
using Xunit;
using Xunit.Abstractions;
namespace Templates.Test
{
public c... | 1.140609 | e7372c0bd7c3035cf86bb0b5c50bd05c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845572 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "ingen084/DmdataSharp",
"max_stars_repo_path": "src/DmdataSharp/WebSocketMessages/V1/DataWebSocketMessage.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164792"
} | starcoder | <filename>src/DmdataSharp/WebSocketMessages/V1/DataWebSocketMessage.cs
using DmdataSharp.ApiResponses.V1;
using DmdataSharp.Exceptions;
using System;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Text.Json.Serialization;
namespace ... | 2.728032 | 083808c65a66dfbb338d19d8d4f1a7fb |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845573 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "p-selivanov/cronofy-csharp",
"max_stars_repo_path": "src/Cronofy/ElevatedPermissionsResponse.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164793"
} | starcoder | namespace Cronofy
{
/// <summary>
/// Class representing a response to a request for elevated permissions.
/// </summary>
public sealed class ElevatedPermissionsResponse
{
/// <summary>
/// Gets or sets the Url to redirect the user to in order to grant the
/// permissions re... | 2.42929 | 6902de8f9cea0840973335cd102fa4f5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845574 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "gurfinkel/leetCode",
"max_stars_repo_path": "problems/Reverse String/reverseString.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164794"
} | starcoder | public class Solution {
public void ReverseString(char[] s) {
var n = s.Length - 1;
var half = s.Length >> 1;
var idx = 0;
while (half > idx) {
var letter = s[idx];
s[idx] = s[n - idx];
s[n - idx] = letter;
++idx;
}
}
}
| 3.309499 | b994f460e1b9269770c7857284c7514b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845575 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "VenciNanov/RideOnBulgaria",
"max_stars_repo_path": "RideOnBulgaria/Areas/Shop/Models/Order/ConfirmOrderViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164795"
} | starcoder | <filename>RideOnBulgaria/Areas/Shop/Models/Order/ConfirmOrderViewModel.cs
namespace RideOnBulgaria.Web.Areas.Shop.Models.Order
{
public class ConfirmOrderViewModel
{
public decimal TotalPrice { get; set; }
public decimal DeliveryPrice { get; set; }
public string RecipientName { get; s... | 1.750113 | d973b49539c2608526c3eab52c994081 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845576 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Camyul/The-Begining",
"max_stars_repo_path": "06. Loops/04. Print a Deck/04. Print a Deck.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164796"
} | starcoder | <reponame>Camyul/The-Begining
using System;
class Program
{
static void Main()
{
char card = (char)Console.Read();
char[] cards = { '2', '3', '4', '5', '6', '7', '8', '9', 'J', 'Q', 'K','A' };
int i = -1;
do
{
i++;
Console.WriteLine("{0} of spades... | 3.698702 | cddf8a54ce71ff9f93de9cbdb3a5fb4c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845577 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "dave-br/CSClassroom",
"max_stars_repo_path": "Services/src/CSClassroom/CSClassroom.WebApp/Views/Assignment/Admin.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:164797"
} | starcoder | @using CSC.Common.Infrastructure.Utilities;
@model IEnumerable<Assignment>
@{
ViewData["Title"] = "Assignments";
}
<h2>Class Assignments</h2>
<p>
<a asp-action="Index" asp-controller="Question">Question Library</a><br />
<a asp-action="Create">Create Assignment</a><br />
<a asp-action="SectionReport"... | 2.432178 | ba09dcd99a38ef7e72806f2982f0dc79 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845578 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Abooow/RestIdentity",
"max_stars_repo_path": "src/Server/Models/DataProtectionKeys.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164798"
} | starcoder | namespace RestIdentity.Server.Models;
public sealed class DataProtectionKeys
{
public string ApplicationUserKey { get; set; }
}
| 1.192148 | de0a4d19af3672121740a0005538630a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845579 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Jadugarr/PetTheKitties",
"max_stars_repo_path": "Assets/Scripts/GrapplingHook/Systems/FreeUpUseGrapplingHookInputSystem.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164799"
} | starcoder | using System.Collections.Generic;
using Entitas;
public class FreeUpUseGrapplingHookInputSystem : GameReactiveSystem, IInitializeSystem
{
private IGroup<GameEntity> _inputGroup;
public FreeUpUseGrapplingHookInputSystem(GameContext context) : base(context)
{
_inputGroup = context.GetGroup(GameM... | 2.196553 | 0cccb2655bd4314a95d85e5ef32d3e00 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845580 | {
"extension": "c-sharp",
"max_stars_count": "71.0",
"max_stars_repo_name": "ScriptBox99/msgraph-beta-sdk-dotnet",
"max_stars_repo_path": "src/Microsoft.Graph/Generated/requests/IBusinessFlowRequest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164800"
} | starcoder | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | 1.868202 | 570c734c578500447faf548cdf45def2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845581 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DeusIntra/NovelProject",
"max_stars_repo_path": "Novel/Assets/Scripts/Scriptable Objects/RPG/Spell.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164801"
} | starcoder | #pragma warning disable 0649
using UnityEngine;
namespace Novella.RPG
{
[CreateAssetMenu(fileName = "New Spell", menuName = "Scriptable Object/RPG/Spell", order = 52)]
public abstract class Spell : ScriptableObject
{
[SerializeField] private string _spellName;
[SerializeField] private str... | 2.056824 | 8f4c52db651e4ca689617ef9a31c7250 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845582 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "cuongtm93/bridge.windowsform",
"max_stars_repo_path": "ClassicForms/Windows/Forms/MessageBox.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164802"
} | starcoder | <reponame>cuongtm93/bridge.windowsform<gh_stars>1-10
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Retyped;
using static Retyped.dom;
namespace System.Windows.Forms
{
public class Messa... | 2.442689 | 5694f32bd292b6dfca36effdf751d7f0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845583 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Crasso91/DhlDeWebService",
"max_stars_repo_path": "Source/DHLDeWebService/Entities/Misc/ExportDocument.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164803"
} | starcoder | <filename>Source/DHLDeWebService/Entities/Misc/ExportDocument.cs
using DHLDeWebService.Attributes;
using System;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
namespace DHLDeWebService.Entities.Misc
{
[Serializable]
public class ExportDocument
{
/// <summary>... | 2.379633 | 6d9fde0014ede198581d84a4569e372d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845584 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FelixDamrau/BierFroh",
"max_stars_repo_path": "src/Modules/KickTipp/Model/PlayerSeasonResult.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164804"
} | starcoder | <reponame>FelixDamrau/BierFroh<gh_stars>0
using System.Text.Json.Serialization;
using Develix.Essentials.Core;
namespace BierFroh.Modules.KickTipp.Model;
[JsonConverter(typeof(PlayerSeasonResultJsonConverter))]
public class PlayerSeasonResult
{
private readonly IReadOnlyList<int?> matchDayPoints;
internal Pl... | 2.461495 | 3f624166511a30a2f1a6a483f9a6c9c7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845585 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nhatphuongb1/MsCoreOne",
"max_stars_repo_path": "src/MsCoreOne.Application/Categories/Commands/DeleteCategory/DeleteCategoryDto.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164805"
} | starcoder | using MediatR;
using MsCoreOne.Application.Common.Exceptions;
using MsCoreOne.Application.Common.Interfaces;
using MsCoreOne.Domain.Entities;
using System.Threading;
using System.Threading.Tasks;
namespace MsCoreOne.Application.Categories.Commands.DeleteCategory
{
public class DeleteCategoryDto : IRequest
{
... | 2.55163 | 709d8bd87b9c54a49f4317d5db5f4111 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845586 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "syncfusion/aspnet-mvc-ej1-demos",
"max_stars_repo_path": "Controllers/PivotGrid/PivotGridController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164806"
} | starcoder | <filename>Controllers/PivotGrid/PivotGridController.cs<gh_stars>1-10
#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>.... | 1.374024 | cab301247f2d5dc5504c4423ceef4ef4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845587 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "DanielAHill/ApiActions",
"max_stars_repo_path": "src/ApiActions.WebSockets/Protocol/Tunelling/WebSocketTunnelHttpResponse.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164807"
} | starcoder | // Copyright (c) 2018 <NAME>. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... | 1.930528 | bc7539f7b887a23fb1aa47468e71b16c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845588 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "emipa606/ColdDesertNights",
"max_stars_repo_path": "Source/ColdDesertNights/Patches/SeasonalShiftAmplitudeAtPatch.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164808"
} | starcoder | using System;
using HarmonyLib;
using Verse;
namespace ColdDesertNights.Patches
{
[HarmonyPatch(typeof(GenTemperature), nameof(GenTemperature.SeasonalShiftAmplitudeAt))]
// ReSharper disable once UnusedMember.Global
public static class SeasonalShiftAmplitudeAtPatch
{
public static bool Prefix(... | 2.481139 | 965fda39398dbf6a2d2d6084132e2f90 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845589 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lloydsmithjr03/meraki.dashboard.api",
"max_stars_repo_path": "src/Meraki.Dashboard.Api/Meraki.Dashboard.Api/Models/PaginatedQueryModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164809"
} | starcoder | <filename>src/Meraki.Dashboard.Api/Meraki.Dashboard.Api/Models/PaginatedQueryModel.cs
using System.Text.Json.Serialization;
namespace Meraki.Dashboard.Api.Models
{
public class PaginatedQueryModel: TimespanQueryModel
{
[JsonPropertyName("perPage")]
public int? PerPage { get; set; }
[Js... | 1.933402 | 3cb9c3764a1b632c80232109d629e6c3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845590 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "buybackoff/Aeron.NET",
"max_stars_repo_path": "src/Adaptive.Aeron.Driver.Native/MediaDriverConfig.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164810"
} | starcoder | <filename>src/Adaptive.Aeron.Driver.Native/MediaDriverConfig.cs
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
namespace Adaptive.Aeron.Driver.Native
{
[SuppressMessage("ReSharper", "AutoPropertyCanBeMadeGetOnly.Global")]
[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
p... | 2.38206 | 55dc2d66f124eac7c3c1ab53f30f1a68 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845591 | {
"extension": "c-sharp",
"max_stars_count": "71.0",
"max_stars_repo_name": "ScriptBox99/msgraph-beta-sdk-dotnet",
"max_stars_repo_path": "src/Microsoft.Graph/Generated/model/ExactMatchDataStore.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164811"
} | starcoder | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | 1.604167 | b3d7aa335c18ab6be65788f9e76fcf2b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845592 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dianrahmaji/bagitugas",
"max_stars_repo_path": "Data/BagiTugasContext.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164812"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.EntityFrameworkCore;
using BagiTugas.Models;
namespace BagiTugas.Data
{
public class BagiTugasContext : DbContext
{
public BagiTugasContext (DbContextOptions<BagiTugasContext> options)
... | 1.866278 | 5336315a688a02910aa46e6b5e087c48 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845593 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rafalink1996/Conejo",
"max_stars_repo_path": "Runner Rabbit/Assets/Scripts/Services/PlayFabData.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164813"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using PlayFab;
using PlayFab.ClientModels;
using System.Text.RegularExpressions;
public class PlayFabData : MonoBehaviour
{
public static PlayFabData PFD;
[Space(10)]
[Header ("initialization Scripts")]
[SerializeFi... | 1.94764 | b608d0c6d221c798dd0408246b7b4f41 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845594 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "maalik0786/brightwire",
"max_stars_repo_path": "BrightWire.Tests/TreeBasedTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164814"
} | starcoder | using BrightWire.TrainingData.Helper;
using NUnit.Framework;
namespace BrightWire.Tests
{
public class TreeBasedTests
{
[Test]
public void TestDecisionTree()
{
var stringTableBuilder = new StringTableBuilder();
var data = NaiveBayesTests.GetSimpleChineseSet(stringTableBuilder).
ConvertToWeightedInde... | 2.488601 | 82ed96f0926b8f53a2672711a2105033 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845595 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "fanshiqing/tensorflow",
"max_stars_repo_path": "tensorflow/contrib/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts/HelloTFLite.cs",
"provenance": "train-00027-of-00045.jsonl.gz:... | starcoder | /* Copyright 2018 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ag... | 2.439093 | e03848af3529b1f146b682e93e2c098f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845596 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Jericho/Cake.CsvHelper",
"max_stars_repo_path": "src/Cake.CsvHelper/CsvHelperAliases.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164816"
} | starcoder | <reponame>Jericho/Cake.CsvHelper<gh_stars>1-10
using System;
using System.Collections.Generic;
using Cake.Core;
using Cake.Core.Annotations;
using Cake.Core.IO;
using CsvHelper.Configuration;
namespace Cake.CsvHelper
{
/// <summary>
/// Contians functionality related to reading and writing CSV files.
/// ... | 2.728956 | 8047a308dcf39c8998ebc1652e46369c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845597 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "NaskoVasilev/ASP.NET-Core-MVC-June-2019",
"max_stars_repo_path": "Web Api/MessagesWebApi/MessagesWebApi/Hubs/ChatHub.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164817"
} | starcoder | using Ganss.XSS;
using MessagesWebApi.Models.InputModels.Message;
using MessagesWebApi.Services;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.SignalR;
using System.Threading.Tasks;
namespace MessagesWebApi.Hubs
{
[Authorize]
public class ChatHub : Hub
{
private readonly IMe... | 2.36033 | e2276e4e07cbeef954ad84961e491ae6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845598 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Artsdatabanken/ogapi",
"max_stars_repo_path": "NinMemApi.DataPreprocessing/DataLoaders/GeographicDataLoader.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164818"
} | starcoder | <filename>NinMemApi.DataPreprocessing/DataLoaders/GeographicDataLoader.cs
using Dapper;
using NinMemApi.Data.Models;
using NinMemApi.DataPreprocessing.DataLoaders.Dtos;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Npgsql;
namespace NinMemApi.DataPreprocessing.... | 2.816884 | c29bb9accb8e2a9c7db2a9f5fbc40bbc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845599 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dancingafro/com.desmond.corescript",
"max_stars_repo_path": "Runtime/Save Load/Surrogates.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164819"
} | starcoder | <gh_stars>0
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using UnityEngine;
namespace CoreScript.SaveLoad
{
public class Vector3SerializationSurrogates : ISerializationSurrogate
{
public void GetObjectData(object obj, SerializationInfo info, Streaming... | 2.0211 | d547afb7be08d453b5deafbc5dd2d759 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845600 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "David-Rushton/AdventOfCode-Solutions",
"max_stars_repo_path": "2020/Day04/Passport.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164820"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using AoC.PassportRules;
namespace AoC
{
public class Passport
{
readonly Dictionary<string, IPassportRule> _passportRules = new Dictionary<string, IPassportRule>();
public Passport() => Fields = new Dictionary<s... | 2.865033 | fdc2b67c4b296867fd635ebbca8872bf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845601 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "bitfox-git/FreshworksApi",
"max_stars_repo_path": "src/Models/SingleRecordResponse.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164821"
} | starcoder | <filename>src/Models/SingleRecordResponse.cs
using Bitfox.Freshworks.Attributes;
namespace Bitfox.Freshworks.Models
{
class SingleRecordResponse<T>
{
[JsonPropertyNameBasedOnSingularNameOfT()]
public T item { get; set; }
public Error errors { get; set; }
}
}
| 1.967193 | 7fdd1a748f041eec8b1b23220dab20ff |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845602 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "EPS-Leap4Surgeons/LeapUnity",
"max_stars_repo_path": "Assets/src/Interface/ButtonRotate.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164822"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class ButtonRotate : MonoBehaviour
{
public Button button;
string x,y,z;
LiverFunctions script;
public void Start()
{
getLiver();
}
private void getLiver()
{
va... | 2.215152 | 8b26034b03895e9f82156000e168ff89 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845603 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "westonpace/Sublinq",
"max_stars_repo_path": "ArrowIr/FieldRef.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164823"
} | starcoder | // <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace SubLinq.ArrowIr
{
using global::System;
using global::System.Collections.Generic;
using global::FlatBuffers;
/// Access the data of a field
public struct FieldRef : IFlatbufferObject
{
private ... | 1.992106 | 6477c706e4021de471e3b1b6a15f177f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845604 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "EL-BID/nexso",
"max_stars_repo_path": "VS2013_PROJECT/NexsoProDAL/ExpandedClasses.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164824"
} | starcoder | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data.Objects.DataClasses;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Resources;
using System.Text;
namespace NexsoProDAL
{
//public partial class List : EntityObject
//{
// ... | 2.194205 | 3afa081ba32d775e1155a1fa925f9ac8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845605 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "blendiahmetaj1/eSupremacy",
"max_stars_repo_path": "Sociatis/Models/Trades/TradeViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164825"
} | starcoder | using Entities;
using Entities.enums;
using Entities.Extensions;
using Sociatis.Helpers;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using WebServices;
namespace Sociatis.Models.Trades
{
public class TradeViewModel
{
public long ID { get; set; }
public ... | 2.228474 | b4b36fc6e2c39f1b9ae98c12ef5552c1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845606 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Didgeridooblastblock/PlayerController",
"max_stars_repo_path": "PlayerController_Demo/Assets/Holman-PlayerController/Player/Scripts/Abilities/PlJump.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164826"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace HolmanPlayerController
{
public class PlJump : MonoBehaviour
{
private PlayerController _playerController;
[SerializeField] private float _jumpForce = 4;
public float JumpForce => _jumpForce;
... | 2.312079 | 884a8de4fd297124341aa1fc427bcabd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845607 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "maceinno/CommunityPlugin",
"max_stars_repo_path": "CommunityPlugin/Standard Plugins/Example.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164827"
} | starcoder | <reponame>maceinno/CommunityPlugin
using CommunityPlugin.Objects;
using CommunityPlugin.Objects.Interface;
using EllieMae.EMLite.DataEngine;
using EllieMae.Encompass.BusinessObjects;
namespace CommunityPlugin.Standard_Plugins
{
public class Example
{
}
}
| 0.692807 | a95597d1b124f2f80879005091d05bca |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845608 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Kistelekig98/ios-samples",
"max_stars_repo_path": "WorkingWithTables/Part 2 - Populating a table with data/3 - BasicTableHeaderFooter/Application.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164828"
} | starcoder | using BasicTable;
using UIKit;
namespace Example_EditableTable
{
public class Application
{
public static void Main (string[] args)
{
UIApplication.Main (args, null, nameof(AppDelegate));
}
}
}
| 1.372986 | 836cf160db601a1dd7db3af19c6e6b07 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845609 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "stcmz/mccsx",
"max_stars_repo_path": "Options/CollateOptions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164829"
} | starcoder | using System.IO;
namespace mccsx
{
internal class CollateOptions
{
public DirectoryInfo? Library { get; set; }
public DirectoryInfo? Out { get; set; }
public Measure Measure { get; set; }
public Measure IV_Measure { get; set; }
public Measure SMRow_Measure { get; set; }... | 1.757857 | 336d68e9c1681287647dbda63c7d95e7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845610 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "GabrieleGoncalves/SistemaDeAvaliacaoMutua",
"max_stars_repo_path": "App_Code/Classes/Bkp_Backup.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164830"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
/// <summary>
/// Summary description for Bkp_Backup
/// </summary>
public class Bkp_Backup
{
private int _bkp_codigo;
private string _bkp_nome;
private string _bkp_diretorio;
private DateTime _bkp_data;
... | 2.20632 | fb5e30b7b5251b6577f574ef42351b17 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8845611 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "KitsKlip/veryfay-csharp",
"max_stars_repo_path": "Veryfay/PermissionVerifier.cs",
"provenance": "train-00027-of-00045.jsonl.gz:164831"
} | starcoder | <reponame>KitsKlip/veryfay-csharp
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Veryfay
{
internal static class PermissionVerifier
{
//internal static IsAllowingResult Verify<TPrincipal, TExtraInfo>(PermissionSet[] activityPermissions, TPrincipal principal, TExtraIn... | 2.598393 | b22a7edbf5cfd99821dd7553f5e08535 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.