added string | created string | id string | metadata dict | source string | text string | code-score float64 | md5 string |
|---|---|---|---|---|---|---|---|
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67105 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "xiaojuntang/XinGePush-SDK",
"max_stars_repo_path": "NSTool.XGPush/NSTool.XGPush/Core/XGPushQueryAppTagsParam.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67106"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
/// author:jasnature from http://www.cnblogs.com/NatureSex/
namespace NSTool.XGPush.Core
{
/// <summary>
/// 查询应用的Tags的参数
/// </summary>
[Serializable]
public class XGPushQueryAppTagsParam : XG... | 2.241796 | 7f3f28f89b9f26254ded329a35e46b89 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67106 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "George221b/SoftUni-Taks",
"max_stars_repo_path": "Algorithms/10.ProblemSolving-Lab/01. Blocks/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67107"
} | starcoder | <gh_stars>0
namespace _01.Blocks
{
using System;
using System.Collections.Generic;
class Program
{
static List<string> results;
static char[] chars;
static char[] variations;
static bool[] used;
static HashSet<string> rotations;
static void Main(string[... | 3.013535 | d2b648fdfa99d4a0edc1a1031549ff87 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67107 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lorena112233/forexExchange",
"max_stars_repo_path": "mySecondForexApp/Services/IDataService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67108"
} | starcoder | <reponame>lorena112233/forexExchange
using mySecondForexApp.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace mySecondForexApp.Services
{
public interface IDataService
{
Task<List<TransactionData>> GetTransactionsAsync();
}
}
| 0.99264 | 104b8d746cd47a942a0a360c05caa542 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67108 | {
"extension": "c-sharp",
"max_stars_count": "625.0",
"max_stars_repo_name": "mrcece/loxodon-framework",
"max_stars_repo_path": "Loxodon.Framework.ILRuntime/Assets/LoxodonFramework/ILRuntime/ILScripts/Framework/Binding/Builder/ILRuntimeBindingSet.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67109"
} | starcoder | //using Loxodon.Framework.Binding.Contexts;
//namespace Loxodon.Framework.Binding.Builder
//{
// public class ILRuntimeBindingSet : BindingSetBase
// {
// private object target;
// public ILRuntimeBindingSet(IBindingContext context, object target) : base(context)
// {
// this.tar... | 2.24858 | a653dd62153090931f55de6674449610 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67109 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "osu-cass/usda-plant-breeding",
"max_stars_repo_path": "Usda.PlantBreeding.Core/Translations/MapViewModelTranslator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67110"
} | starcoder | using AutoMapper;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Usda.PlantBreeding.Core.Models;
using Usda.PlantBreeding.Data.Models;
using BSGUtils;
namespace Usda.PlantBreeding.Core.Translations
{
public static class MapViewModelTranslat... | 2.354526 | a9ef1590db5fcce744bb628300dddf6c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67110 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "shemseddine/azure-libraries-for-net",
"max_stars_repo_path": "src/ResourceManagement/Network/Domain/ConnectionMonitor/Definition/IDefinition.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67111"
} | starcoder | <filename>src/ResourceManagement/Network/Domain/ConnectionMonitor/Definition/IDefinition.cs
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
namespace Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.... | 1.691185 | 7cd86bbec14bbf9f3289e9d78c75a921 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67111 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "vScottLouvau/codeformatter",
"max_stars_repo_path": "src/Microsoft.DotNet.CodeFormatting.Tests/Rules/CopyrightHeaderRuleTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67112"
} | starcoder | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.CodeAnalysis;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text;
using System.Th... | 2.215907 | de889a54d56d4b28641278fd37aff321 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67112 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mikestokes/aspnet-webapi-boilderplate",
"max_stars_repo_path": "WebApi.Boilderplate/Controllers/BOMController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67113"
} | starcoder | using Newtonsoft.Json;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Configuration;
using System.Web;
using System.Web.Http;
using WebApi.Boilderplate.Helpers;
namespace WebApi.Boilderplate.Controllers
{
[RoutePrefix("api/v1/bom")]
public class BOMController :... | 2.67501 | 47005e3f9687e8432c446ebeb1050485 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67113 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mniak/BpArcadeRobot",
"max_stars_repo_path": "BpArcadeRobot/IHands.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67114"
} | starcoder | <filename>BpArcadeRobot/IHands.cs
using System.Threading.Tasks;
namespace BpArcadeRobot
{
public interface IHands
{
Task StartMovingLeft();
Task StartMovingRight();
Task StopMoving();
Task PressEnter();
Task InitializeGame();
}
}
| 1.701637 | 0c04f1dd0168240b3cc4b51575f1e9ff |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67114 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "tarunbatta/leetcodeScraper",
"max_stars_repo_path": "problems/cs/962.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67115"
} | starcoder | <filename>problems/cs/962.cs
// Url:https://leetcode.com/problems/maximum-width-ramp
/*
962. Maximum Width Ramp
Medium
Given an array A of integers, a ramp is a tuple (i, j) for which i < j and A[i] <= A[j].  The width of such a ramp is j - i.
Find the maximum width of a ramp in A.
... | 3.596045 | 4a12468efbf98b3f50aea68a7e9d7924 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67115 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "Specialelektronik/Sennheiser",
"max_stars_repo_path": "SIMPL SHARP/Specialelektronik.Products.Sennheiser.Devices/Sldw Handlers/SldwRxEventArgs.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67116"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace Specialelektronik.Products.Sennheiser
{
/// <summary>
/// Event args for the base RxHandler class
/// </summary>
public class SldwRxEventArgs : EventArgs
{
/// <summar... | 2.868467 | 06555ae1022595b8a97e3e49ae396d1c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67116 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Svengali/elasticsearch-net",
"max_stars_repo_path": "src/Nest/Cluster/NodesHotThreads/ElasticClient-NodesHotThreads.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67117"
} | starcoder | <reponame>Svengali/elasticsearch-net
using System;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
using Elasticsearch.Net;
namespace Nest
{
using NodesHotThreadConverter = Func<IApiCallDetails, Stream, NodesHotThreads... | 2.347956 | b1717c16e31e56201925550bd6c8460c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67117 | {
"extension": "c-sharp",
"max_stars_count": "12.0",
"max_stars_repo_name": "mastermel/MRobot.Windows",
"max_stars_repo_path": "src/MRobot.Windows/Toasts/WindowsApiToastMaker.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67118"
} | starcoder | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.Data.Xml.Dom;
using Windows.UI.Notifications;
using log4net;
using Microsoft.WindowsAPICodePack.Shell.PropertySystem;
using MS.WindowsAPICodePack.... | 2.333566 | 2024a7d38e5e50ed3e8035dc4d244031 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67118 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "automation-solutions-set/ReportPortalNUnitLog4netClient",
"max_stars_repo_path": "Models/Api/Statistics.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67119"
} | starcoder | <filename>Models/Api/Statistics.cs<gh_stars>1-10
using Newtonsoft.Json;
namespace ReportPortalNUnitLog4netClient.Models.Api
{
public class Statistics
{
[JsonProperty("executions")]
public Executions Executions { get; set; }
[JsonProperty("defects")]
public Defects Defects { get... | 1.836577 | 19c082951f77b6671e826f6e02c8e640 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67119 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Caskia/Jane",
"max_stars_repo_path": "src/Jane/BackgroundJobs/IBackgroundJobNameProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67120"
} | starcoder | namespace Jane.BackgroundJobs
{
public interface IBackgroundJobNameProvider
{
string Name { get; }
}
} | 1.61287 | 2729bdb6318deb1be75e686cefac3ce4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67120 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "clarkstuth/SpaceEngineersScriptCompiler2.0",
"max_stars_repo_path": "SpaceEngineersScriptCompiler2.Tests/CodeExamples/SingleScriptProgram/SingleScriptProgram.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67121"
} | starcoder | <gh_stars>0
namespace SpaceEngineersScriptCompiler2.Tests.CodeExamples.SingleScriptProgram
{
class SingleScriptProgram
{
public SingleScriptProgram()
{
}
public void Main(string argument)
{
}
}
}
| 1.204492 | 29df2bcfac3cf27a60f45650220507b2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67121 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "dudelis/k2-ado.net-to-value_displayname",
"max_stars_repo_path": "K2Field.AdoNetHelper/K2Field.AdoNetHelper.ServiceBroker/ServiceBroker.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67122"
} | starcoder | <filename>K2Field.AdoNetHelper/K2Field.AdoNetHelper.ServiceBroker/ServiceBroker.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using K2Field.AdoNetHelper.ServiceBroker.Constants;
using K2Field.AdoNetHelper.ServiceBroker.ServiceObjects;
using Sourc... | 1.906812 | 41d551424144dea02a7918a077b0864f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67122 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ourstudio-se/email-service",
"max_stars_repo_path": "EmailService/Service/IHtmlGeneratorService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67123"
} | starcoder | <filename>EmailService/Service/IHtmlGeneratorService.cs
using System.Threading.Tasks;
using EmailService.ViewModels;
namespace EmailService.Service
{
public interface IHtmlGeneratorService
{
Task<string> GetRawHtmlAsync(string view, EmailViewModel viewModel);
}
} | 1.72065 | aa8bd184d92cd5713491ab75b9557491 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67123 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "someguy20336/TypeRight",
"max_stars_repo_path": "src/TypeRight.Core/TypeProcessing/TypeDescriptors/ExtractedTypeDescriptor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67124"
} | starcoder | <gh_stars>1-10
using TypeRight.CodeModel;
namespace TypeRight.TypeProcessing
{
/// <summary>
/// A descriptor for a type that is extracted
/// </summary>
public abstract class ExtractedTypeDescriptor : TypeDescriptor
{
/// <summary>
/// Gets the named type
/// </summary>
public INamedType NamedType { get... | 2.713216 | 659dafc4f06bc0a85b306811f8b1d6f1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67124 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nedim-m/eProdaja",
"max_stars_repo_path": "eProdaja.Services/KorisniciService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67125"
} | starcoder | <gh_stars>0
using AutoMapper;
using eProdaja.Model;
using eProdaja.Model.Requests;
using eProdaja.Model.SearchObjects;
using eProdaja.Services.Database;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using S... | 2.063121 | ec20ef55f0bed2d026147560c23e2ce2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67125 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "puiyan69/SCCAssign3",
"max_stars_repo_path": "Src/MoneyFox.Service/QueryExtensions/PaymentQueryExtension.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67126"
} | starcoder | <reponame>puiyan69/SCCAssign3<gh_stars>0
using System;
using System.Linq;
using MoneyFox.DataAccess.Entities;
using MoneyFox.Foundation;
using MoneyFox.Service.Pocos;
namespace MoneyFox.Service.QueryExtensions
{
/// <summary>
/// Provides Extensions for payments queries.
/// </summary>
public stat... | 2.640097 | c69c17940014991050e010ec4d1b9f09 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67126 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "gbin-org/USFMToolsSharp",
"max_stars_repo_path": "USFMToolsSharp/Models/Markers/TOCA2Marker.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67127"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
namespace USFMToolsSharp.Models.Markers
{
/// <summary>
/// Tag for the Alternative language short table of contents
/// </summary>
public class TOCA2Marker : Marker
{
public string AltShortTableOfContentsText;
... | 2.423681 | 109df122f21337a2a2692a0cd439db98 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67127 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "vchirikov/BuildVision",
"max_stars_repo_path": "src/BuildVision.UI/Models/Indicators/Core/ValueIndicator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67128"
} | starcoder | using System;
using BuildVision.Common;
using BuildVision.UI;
using BuildVision.UI.Contracts;
using BuildVision.UI.Common.Logging;
namespace BuildVision.UI.Models.Indicators.Core
{
public abstract class ValueIndicator : BindableBase
{
private int? _value;
private bool _isEnabled;
privat... | 2.141451 | a9e36b29c5ed095380ae636b6b8c1108 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67128 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ThabangSirrve/Qaelo",
"max_stars_repo_path": "Qaelo/Qaelo/Web/Users/Admin/unConfirmAccount.aspx.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67129"
} | starcoder | using Qaelo.Data.ShopData;
using Qaelo.Models.Utility;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Qaelo.Web.Users.Admin
{
public partial class unConfirmAccount : System.Web.UI.Page
{
... | 2.069703 | 3e09253292fc901c9611b282add10587 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67129 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "PooyaAlamirpour/SmartCattle",
"max_stars_repo_path": "SmartCattleCoreProcessor/SmartCattleCoreProcessor/Domain/FreeStallTbl.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67130"
} | starcoder | <filename>SmartCattleCoreProcessor/SmartCattleCoreProcessor/Domain/FreeStallTbl.cs
using FluentNHibernate.Mapping;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SmartCattleCoreProcessor.Domain
{
public class FreeStallTbl
{
... | 2.267413 | 0bd69db98ac99874315d24a162664c62 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67130 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "bdchris/elasticsearch-net",
"max_stars_repo_path": "tests/Examples/Indices/GetDataStreamPage.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67131"
} | starcoder | using Elastic.Elasticsearch.Xunit.XunitPlumbing;
using System.ComponentModel;
using Nest;
namespace Examples.Indices
{
public class GetDataStreamPage : ExampleBase
{
[U(Skip = "Example not implemented")]
[Description("indices/get-data-stream.asciidoc:66")]
public void Line66()
{
// tag::3337c817ebd4382545... | 1.723183 | d7192883757b0fbe9805cf225e59f51f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67131 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "klee-contrib/kinetix",
"max_stars_repo_path": "Kinetix.Services/DependencyInjection/Interceptors/TransactionInterceptor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67132"
} | starcoder | using Castle.DynamicProxy;
namespace Kinetix.Services.DependencyInjection.Interceptors;
/// <summary>
/// Intercepteur posant un contexte transactionnel.
/// </summary>
public class TransactionInterceptor : IInterceptor
{
private readonly TransactionScopeManager _transactionScopeManager;
public T... | 2.35217 | 8460cc58e05866829267a5fa1948484f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67132 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Fairday/Dissertation",
"max_stars_repo_path": "src/Dissertation.Modeling/Algorithms/CircularMotionAlgorithm.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67133"
} | starcoder | using Dissertation.Modeling.Model.Basics;
using System;
namespace Dissertation.Modeling.Algorithms
{
public class CircularMotionAlgorithm
{
public Vector Calculate(double r, double w, double t)
{
var x = r * Math.Cos(w * t);
var y = r * Math.Sin(w * t);
ret... | 2.810542 | 1dff23e20a9ddcbe49e6768eb5cc5e1a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67133 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "iNeverSleeeeep/NPOI-For-Unity",
"max_stars_repo_path": "NPOI.HSSF.UserModel/HSSFChartType.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67134"
} | starcoder | namespace NPOI.HSSF.UserModel
{
public enum HSSFChartType
{
Area = 4122,
Bar = 4119,
Line = 4120,
Pie = 4121,
Scatter = 4123,
Unknown = 0
}
}
| 1.361968 | 65cb26678c8bf50cd28a89c4452cb1f5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67134 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Fr4nc3/csharp_webapi_read_documents",
"max_stars_repo_path": "DocumentSearchSolution/DocumentSearch/Models/PageItem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67135"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace DocumentSearch.Models
{
/// <summary>
/// PageItem for pagination
/// </summary>
public class PageItem
{
public int number { get; set; }
public string url { get; ... | 2.061155 | 11d9afa2e7035eccfa0613f6caa6205f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67135 | {
"extension": "c-sharp",
"max_stars_count": "161.0",
"max_stars_repo_name": "EastBenchTech/agg-sharp",
"max_stars_repo_path": "agg/Font/TextWrapping.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67136"
} | starcoder | using MatterHackers.Agg.Platform;
using System;
using System.Collections.Generic;
using System.Text;
namespace MatterHackers.Agg.Font
{
abstract public class TextWrapping
{
protected StyledTypeFace styledTypeFace;
// you can't
public TextWrapping(StyledTypeFace styledTypeFace)
{
this.styledTypeFace = st... | 2.965362 | 635485ccb0f4f1b9c6355779c5cdaf26 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67136 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "alex1600/kiwi-dev",
"max_stars_repo_path": "UNITY/FPSDisplay/Script/FPSDisplay.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67137"
} | starcoder | using System.Collections;
using UnityEditor;
using UnityEngine;
#if UNITY_EDITOR
[InitializeOnLoad]
#endif
public class FPSDisplay : MonoBehaviour {
[SerializeField] private Rect startRect = new Rect(10, 10, 145, 40);
[SerializeField] private float fps;
[SerializeField] private int MaxFPS = 0;
[Serial... | 2.195801 | 5237acf269793632bd1573f0510071c7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67137 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mfagerlund/ILGPU",
"max_stars_repo_path": "Src/ILGPU/IR/Construction/Threads.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67138"
} | starcoder | <filename>Src/ILGPU/IR/Construction/Threads.cs
// ---------------------------------------------------------------------------------------
// ILGPU
// Copyright (c) 2016-2020 <NAME>
// www.ilgpu.net
//
// File: Threads.cs
/... | 2.424546 | 75eb622f738f11813d24e59f8a777e15 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67138 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "paulluscastro/cs-formatPhoneNumberDataGridView",
"max_stars_repo_path": "FormatPhoneNumberDataGridView/Classes/Person.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67139"
} | starcoder | <filename>FormatPhoneNumberDataGridView/Classes/Person.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace FormatPhoneNumberDataGridView.Classes
{
public class Person
{
public Guid Id { get; set; }
public string Name ... | 2.248917 | b764062ab62c4ac09ebb6658ddbd8801 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67139 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "joaoGoncalves81/GrocerySales",
"max_stars_repo_path": "src/Shared/ApplicationCore/Entities/OrderAggregate/CustomizeItemOrdered.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67140"
} | starcoder | <reponame>joaoGoncalves81/GrocerySales<gh_stars>0
namespace ApplicationCore.Entities.OrderAggregate
{
public class CustomizeItemOrdered
{
public CustomizeItemOrdered(int catalogTypeId, string description, string name, string colors, string productName, string pictureUri)
{
CatalogTy... | 1.930151 | ee826e751538cbc5fdf14fcb525dd857 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67140 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "yangli1128/itextsharp.NetCore",
"max_stars_repo_path": "src/core/srcbc/util/BigIntegers.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67141"
} | starcoder | <gh_stars>1-10
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2019 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundati... | 2.320632 | f683ba510751eabcb8879d209d00e565 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67269 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Steven-ErHU/LearnProgramming",
"max_stars_repo_path": "03-Pluralsight/CSharp/Dependency_Injection/src/DI/TightCoupling/People.WebService/Models/PeopleContext.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67270"
} | starcoder | <gh_stars>0
using Microsoft.EntityFrameworkCore;
namespace PeopleApi.Models
{
public class PeopleContext : DbContext
{
public PeopleContext(DbContextOptions<PeopleContext> options)
: base(options)
{
}
public DbSet<PeopleService> PeopleItems { get; set; }
}
} | 1.629842 | b50a282d504b08a27acf22543a232fdf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67270 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "SuperArjunaButt/SBA",
"max_stars_repo_path": "Scripts/Controllers/GameEvent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67271"
} | starcoder | public static class GameEvent {
public const string TURN_ADVANCED = "TURN_ADVANCED";
}
| 1.240271 | f2266bde41975aa5a609cfacbe83f89b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67271 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "TheWover/nopowershell",
"max_stars_repo_path": "Source/NoPowerShell/Commands/LocalAccounts/GetLocalUserCommand.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67272"
} | starcoder | using NoPowerShell.Arguments;
using NoPowerShell.HelperClasses;
/*
Author: @bitsadmin
Website: https://github.com/bitsadmin
License: BSD 3-Clause
*/
namespace NoPowerShell.Commands
{
public class GetLocalUserCommand : PSCommand
{
public GetLocalUserCommand(string[] userArguments) : base(userArguments... | 2.725944 | 7cda43c13a4178c4acb31350e3f2beee |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67272 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BluffinMuffin/BluffinMuffin.Logger",
"max_stars_repo_path": "C#/BluffinMuffin.Logger.DBAccess/ClientEntity.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67273"
} | starcoder | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... | 2.013727 | 5d79ee330d4433646d2ea1331fb36c4d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67273 | {
"extension": "c-sharp",
"max_stars_count": "23.0",
"max_stars_repo_name": "luckymouse0/Redux-Conquer-Online-Server",
"max_stars_repo_path": "Redux/Packets/Game/[1014] SpawnEntity.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67274"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Redux.Enum;
using Redux.Game_Server;
namespace Redux.Packets.Game
{
public unsafe struct SpawnEntityPacket
{
public uint UID;
public uint Lookface;
public ClientEffect StatusEffects;
pub... | 2.027287 | f0a158b94c532cfb8e5228c56c71882f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67274 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "eeroom/Azeroth.ORM",
"max_stars_repo_path": "Azeroth.Nalu/ParseSqlContext.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67275"
} | starcoder | <filename>Azeroth.Nalu/ParseSqlContext.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Azeroth.Nalu
{
public class ParseSqlContext
{
public ParseSqlContext(string prefix,Func<System.Data.Common.DbParameter> createParameter)
{
... | 2.506567 | 30ad653b3e8fdc916e0e0a6afd4633d6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67275 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "vrenken/EtAlii.Ubigia",
"max_stars_repo_path": "Source/Api/EtAlii.Ubigia.Diagnostics/Profiling/ILatestProfileResultFinder.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67276"
} | starcoder | <gh_stars>1-10
// Copyright (c) <NAME>. All rights reserved. See the license on https://github.com/vrenken/EtAlii.Ubigia
namespace EtAlii.Ubigia.Diagnostics.Profiling
{
using System.Collections.Generic;
public interface ILatestProfileResultFinder
{
ProfilingResult Find(IEnumerable<ProfilingResult>... | 1.232643 | 4b9856e99a13892fc705020b74c39b27 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67276 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "PGVSNH20/the-train-track-depresso",
"max_stars_repo_path": "Source/TrainConsole/TrainRunner.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67277"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using TrainEngine;
namespace TrainConsole
{
public class TrainRunner: ITrainRunner
{
private Thread simulatorThread;
private Train trainToSimulate;
... | 3.377933 | 1a58bdf211ec727af1ab54d524986487 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67277 | {
"extension": "c-sharp",
"max_stars_count": "1338.0",
"max_stars_repo_name": "ilexp/duality",
"max_stars_repo_path": "Source/Plugins/EditorBase/Forms/PixmapSlicer/PixmapSlicerForm.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67278"
} | starcoder | namespace Duality.Editor.Plugins.Base.Forms
{
partial class PixmapSlicerForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true... | 1.72534 | 563341c2cdb8f82086c5a60eca4f82f7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67278 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yeyopepe/Many.Validators",
"max_stars_repo_path": "Many.Validators.Tests/TestCaseSources/NumericPositiveTestCaseSources.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67279"
} | starcoder | using System;
namespace Many.Validators.Tests.TestCaseSources
{
internal class NumericPositiveTestCaseSources
{
public static readonly Int16[] Int16 =
{
1,
short.MaxValue,
};
public static readonly Int32[] Int32 =
{
1,
int... | 2.227207 | 166ecced0ffd4e74c84e65e4cd8e2704 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67279 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Cyral/Alloy",
"max_stars_repo_path": "src/Injector/Injectors/UniverseInjector.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67280"
} | starcoder | <gh_stars>1-10
using Alloy.Loader;
using Mono.Cecil;
using Mono.Cecil.Cil;
namespace Alloy.Injector.Injectors
{
internal class UniverseInjector : Injector
{
public UniverseInjector(AssemblyDefinition assembly) : base(assembly)
{
}
public override void Inject()
{
... | 2.053349 | 7a0284026f4c034d457c79f9a3c4c1a2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67280 | {
"extension": "c-sharp",
"max_stars_count": "22.0",
"max_stars_repo_name": "StarEliteCore/Nebula.Admin",
"max_stars_repo_path": "test/Destiny.Core.AspNetMvc.Test/Startups/EntityFrameworkCoreModule_Tests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67281"
} | starcoder | <reponame>StarEliteCore/Nebula.Admin
using DestinyCore.EntityFrameworkCore;
using DestinyCore.Extensions;
using DestinyCore.Options;
using EntityFrameworkCore.DbContexts;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threadin... | 1.326473 | 2f3f69234d54794eee9c607aecc628fc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67281 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "basicdays/Guidelines",
"max_stars_repo_path": "src/WebUI/LocalizationProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67282"
} | starcoder | using System;
using System.Threading;
using Guidelines.Core;
using Guidelines.WebUI.Session;
namespace Guidelines.WebUI
{
public class LocalizationProvider : ILocalizationProvider
{
[ThreadStatic]
private static TimeZoneInfo _timeZone;
public TimeZoneInfo GetCurrentTimeZone()
{
... | 1.957627 | 0621fc0c92e46e75a98d12a1bef99ae4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67282 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jdruin/Wolfpack-Redux",
"max_stars_repo_path": "Wolfpack.Core/ArtifactManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67283"
} | starcoder | <reponame>jdruin/Wolfpack-Redux
using System;
using System.IO;
using Wolfpack.Core.Interfaces;
using Wolfpack.Core.Interfaces.Entities;
namespace Wolfpack.Core
{
public static class ArtifactManager
{
public class KnownContentTypes
{
public const string TabSeparated = "text/csv";
... | 1.947786 | dd739e575658074f3a9c163168ffd9e3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67283 | {
"extension": "c-sharp",
"max_stars_count": "49.0",
"max_stars_repo_name": "zhk0603/abp-vue",
"max_stars_repo_path": "src/aspnet-core/modules/Abp.VueTemplate.MenuManagement/host/Abp.VueTemplate.MenuManagement.HttpApi.Host/Migrations/20200421083717_AddSoftDelete.cs",
"provenance": "train-00000-of-00045.jsonl.... | starcoder | <filename>src/aspnet-core/modules/Abp.VueTemplate.MenuManagement/host/Abp.VueTemplate.MenuManagement.HttpApi.Host/Migrations/20200421083717_AddSoftDelete.cs
using System;
using Microsoft.EntityFrameworkCore.Migrations;
namespace Abp.VueTemplate.MenuManagement.Migrations
{
public partial class AddSoftDelete : Migr... | 1.792508 | 6f550a656240d0bcc9d19229c26fef96 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67284 | {
"extension": "c-sharp",
"max_stars_count": "76.0",
"max_stars_repo_name": "osstotalsoft/nbb",
"max_stars_repo_path": "src/Core/NBB.Core.Effects/Effect.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67285"
} | starcoder | <gh_stars>10-100
// Copyright (c) TotalSoft.
// This source code is licensed under the MIT license.
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
namespace NBB.Core.Effects
{
public abstract class Effect<T>
{
public abstract Effect<TResult>... | 2.54078 | 184dc7a783c8a020b695619e992d8b65 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67285 | {
"extension": "c-sharp",
"max_stars_count": "132.0",
"max_stars_repo_name": "sekmenhuseyin/Mastering-ABP-Framework",
"max_stars_repo_path": "Samples/Chapter-13/BlazorDemo/test/DemoApp.Application.Tests/DemoAppApplicationTestModule.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67286"
} | starcoder | using Volo.Abp.Modularity;
namespace DemoApp
{
[DependsOn(
typeof(DemoAppApplicationModule),
typeof(DemoAppDomainTestModule)
)]
public class DemoAppApplicationTestModule : AbpModule
{
}
} | 1.246164 | 8b407dfbed8e1e6484ee8728433182fe |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67286 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "GrayJunZi/Fated",
"max_stars_repo_path": "src/Domain/Fated.Domain/Models/Role.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67287"
} | starcoder | <gh_stars>0
using Microsoft.AspNetCore.Identity;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Fated.Domain.Models
{
public class Role : IdentityRole<long>
{
}
}
| 1.171963 | 31c0419136492f0c54f0203eca42a362 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67287 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Manifesto-Digital/lbh-housing-api",
"max_stars_repo_path": "HousingRegisterApi/V1/Functions/RedroomRecalculatorFunction.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67288"
} | starcoder | using Amazon.Lambda.Core;
using HousingRegisterApi.V1.Gateways;
using HousingRegisterApi.V1.Infrastructure;
using HousingRegisterApi.V1.Services;
using HousingRegisterApi.V1.UseCase;
using HousingRegisterApi.V1.UseCase.Interfaces;
using Microsoft.Extensions.DependencyInjection;
namespace HousingRegisterApi.V1.Function... | 2.289403 | dc80da9ca971490cae25527af1d8caa1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67288 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "biBERK/AuthorizeNet-dotnetcore",
"max_stars_repo_path": "AuthorizeNetCore/Models/Setting.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67289"
} | starcoder | using Newtonsoft.Json;
namespace AuthorizeNetCore.Models
{
public class Setting
{
[JsonProperty(PropertyName = "settingName")]
public string SettingName { get; set; }
[JsonProperty(PropertyName = "settingValue")]
public string SettingValue { get; set; }
}
} | 1.9087 | 03fdd5e42868c82862d2c2461c03cada |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67289 | {
"extension": "c-sharp",
"max_stars_count": "389.0",
"max_stars_repo_name": "geffzhang/abp-next-admin",
"max_stars_repo_path": "aspnet-core/modules/settings/LINGYUN.Abp.SettingManagement.Application.Contracts/LINGYUN/Abp/SettingManagement/IReadonlySettingAppService.cs",
"provenance": "train-00000-of-00045.js... | starcoder | using System.Threading.Tasks;
using Volo.Abp.Application.Services;
namespace LINGYUN.Abp.SettingManagement
{
public interface IReadonlySettingAppService : IApplicationService
{
Task<SettingGroupResult> GetAllForGlobalAsync();
Task<SettingGroupResult> GetAllForCurrentTenantAsync();
... | 1.408739 | f0f2646c8511b6efb92f5e3103f9ec1b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67290 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dmequus/gizmofort.connector.erpnext",
"max_stars_repo_path": "Libs/GizmoFort.Connector.ERPNext/ERPTypes/Employee_incentive/Employee_incentiveService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67291"
} | starcoder | using GizmoFort.Connector.ERPNext.PublicInterfaces;
using GizmoFort.Connector.ERPNext.PublicInterfaces.SubServices;
using GizmoFort.Connector.ERPNext.PublicTypes;
namespace GizmoFort.Connector.ERPNext.ERPTypes.Employee_incentive
{
public class Employee_incentiveService : SubServiceBase<ERPEmployee_incentive>
{... | 1.644345 | d4eb5f496bf602727f08ecb3332fe163 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67291 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "nmoschkin/Kucoin.NET",
"max_stars_repo_path": "KuCoin.NET/Websockets/Distribution/Contracts/IFeedDiagnostics.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67292"
} | starcoder | <filename>KuCoin.NET/Websockets/Distribution/Contracts/IFeedDiagnostics.cs<gh_stars>1-10
namespace KuCoin.NET.Websockets.Distribution
{
/// <summary>
/// Diagnostic data provider.
/// </summary>
public interface IFeedDiagnostics
{
/// <summary>
/// Gets the current queue length.
... | 2.368884 | 0535903a0dd4aed6aad1f1bfc806fe4c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67292 | {
"extension": "c-sharp",
"max_stars_count": "75.0",
"max_stars_repo_name": "yuyixg/dotnetcoreMicroservicesExample",
"max_stars_repo_path": "src/Web/Duber.WebSite/Infrastructure/Persistence/ReportingContext.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67293"
} | starcoder | using Duber.WebSite.Models;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Design;
namespace Duber.WebSite.Infrastructure.Persistence
{
public class ReportingContext : DbContext
{
// ReSharper disable once InconsistentNaming
private const string DEFAULT_SCHEMA = "Repo... | 2.340825 | 030aaf95fb912239e085e254b2c3a301 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67293 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "chaitradangat/ShoppingCore",
"max_stars_repo_path": "Application/ShoppingCore.Application/Interfaces/IRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67294"
} | starcoder | <reponame>chaitradangat/ShoppingCore
using System.Linq;
using ShoppingCore.Domain.Interfaces;
namespace ShoppingCore.Application.Interfaces
{
/// <summary>
/// This interface defines the repository which needs to be implemented
/// </summary>
/// <typeparam name="T"></typeparam>
public interface I... | 1.985787 | ec9152977099462419a782e881972bf2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67294 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "giaiphapictcom/mamoo.vn",
"max_stars_repo_path": "V308CMS.Sale/Views/Partner/index.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:67295"
} | starcoder | <gh_stars>0
@helper DashBoardReport(string title, int value = 0, string uri = "")
{
uri = uri.Trim();
if (uri.Length < 1)
{
uri = "javascript:void(0)";
}
string number = value.ToString();
if (number.Length > 3) {
number = String.Format("{0: 0,0}", float.Parse(number));
}
<div class="col-md-3">
<di... | 1.955744 | e20a16b630f52a659b5b783855a519dc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67295 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "keke1210/SkeMapper",
"max_stars_repo_path": "test/SkeMapper.Test/TestModels/PersonDtoCaseInsensitive.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67296"
} | starcoder | <reponame>keke1210/SkeMapper
namespace SkeMapper.Test.TestModels
{
public class PersonDtoCaseInsensitive
{
public string firstnAme { get; set; }
public string lasTname { get; set; }
}
}
| 1.481681 | 1eef28c24c833705d92d0dbc4605c9d5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67296 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Adconsulting/BaseSolution",
"max_stars_repo_path": "BaselineSolution.WebApp.Components/Datatables/Remote/Sorting/DatatablePropertySorter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67297"
} | starcoder | using System;
using System.Linq.Expressions;
using BaselineSolution.Framework.Infrastructure.Contracts;
using BaselineSolution.Framework.Infrastructure.Sorting;
namespace BaselineSolution.WebApp.Components.Datatables.Remote.Sorting
{
public class DatatablePropertySorter<TEntity, TProperty>: IDatatablePropertySort... | 2.808509 | b95f30cd57a711bd10315b7d2d34c32e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67297 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "dbosoft/SAPHub",
"max_stars_repo_path": "src/SAPHub.StateDb/Model/OperationModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67298"
} | starcoder | <filename>src/SAPHub.StateDb/Model/OperationModel.cs
using System;
using System.ComponentModel.DataAnnotations;
using JetBrains.Annotations;
namespace SAPHub.StateDb.Model
{
public class OperationModel
{
public Guid Id { get; set; }
public OperationStatus Status { get; set; }
public ... | 1.903551 | cfc9430baeeb138892b546a271e55422 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67298 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bastie/sleep-vampire",
"max_stars_repo_path": "csharp/src/sleep/interfaces/Operator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67299"
} | starcoder | /*
* Copyright 2002-2020 <NAME>
* Copyright 2020 <NAME>
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this list of
* conditions ... | 2.685883 | 083fa70deb3199a456ff5a443c01c792 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67299 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "SevadaSahakyan/ShashlikGo",
"max_stars_repo_path": "Assets/Scripts/Controllers/SettingsUIController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67300"
} | starcoder | <reponame>SevadaSahakyan/ShashlikGo
using UnityEngine;
using UnityEngine.UI;
public class SettingsUIController : MonoBehaviour
{
[SerializeField]
private Button m_ButtonVibration;
[SerializeField]
private Sprite m_SpriteVibrationOn, m_SpriteVibrationOff = null;
[SerializeField]
private Butto... | 1.728405 | 5c078edc0825ce11f7018c405609b447 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67300 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mtabassum/FPP-PreTestPractice",
"max_stars_repo_path": "isDivisible/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67301"
} | starcoder | <gh_stars>0
using System;
namespace isDivisible
{
class Program
{
public static void main(String[] args)
{
int result = isDivisible(new int[] { 3, 3, 6, 36 }, 3);
Console.WriteLine(result);
result = isDivisible(new int[] { 4 }, 2);
Console.WriteLine(re... | 3.354434 | e4f8a28bd22d772ffd4e825d70ce8fdb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67301 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "linluxiang/orleans",
"max_stars_repo_path": "src/Orleans.Serialization/ISerializableSerializer/SerializationEntryCodec.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67302"
} | starcoder | using Orleans.Serialization.Buffers;
using Orleans.Serialization.Codecs;
using Orleans.Serialization.WireProtocol;
using System;
using System.Buffers;
using System.Security;
namespace Orleans.Serialization.ISerializableSupport
{
internal sealed class SerializationEntryCodec : IFieldCodec<SerializationEntrySurrogat... | 2.252207 | aacfed15191dec489c79f4ab3ed7540d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67302 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Bennu1/orientados",
"max_stars_repo_path": "Assets/Scrip/UserData.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67303"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class UserData : MonoBehaviour
{
private string getUrlEscribir = "http://tadeolabhack.com:8081/test/Datos/Orienta/EscribirUsuarios.php";
public int id = 1;
private string nombre = "";
pub... | 2.461339 | d971746afc9d82375186673407091ecd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67303 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "brcpar/unleash-client-dotnet",
"max_stars_repo_path": "src/Unleash/Variants/VariantUtils.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67304"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using Unleash.Internal;
using Unleash.Strategies;
namespace Unleash.Variants
{
internal class VariantUtils
{
public static Variant SelectVariant(FeatureToggle featureToggle, UnleashContext context, Variant defaultVariant)
{
... | 2.550203 | e664ccf815a800a9604efd8f9d7c5df1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67304 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Hansin1997/Cindy",
"max_stars_repo_path": "src/Cindy/Cindy.Core/Control/Controller.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67305"
} | starcoder | using System;
namespace Cindy.Control
{
/// <summary>
/// 通用控制器
/// </summary>
public abstract class Controller : AbstractController
{
protected override Type GetTargetType()
{
return typeof(ControllerStack);
}
}
} | 2.076784 | c0a77e87b10fa001ac4a8b97f190ffbb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67305 | {
"extension": "c-sharp",
"max_stars_count": "429.0",
"max_stars_repo_name": "skeptycal/RTVS",
"max_stars_repo_path": "src/Windows/Wpf/Impl/Controls/ExpandCollapseAutomationPeer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67306"
} | starcoder | <reponame>skeptycal/RTVS
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Windows.Automation;
using System.Windows.Automation.Peers;
using System.Windows.Automation.Provider;
namespace Microsoft.Common... | 1.954766 | a8f7ca2462551530e54b584a6a8b3f24 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67306 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "Project-MONAI/monai-deploy-informatics-gateway",
"max_stars_repo_path": "src/CLI/Test/ProgramTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67307"
} | starcoder | // SPDX-FileCopyrightText: © 2022 MONAI Consortium
// SPDX-License-Identifier: Apache License 2.0
using xRetry;
using Xunit;
namespace Monai.Deploy.InformaticsGateway.CLI.Test
{
public class ProgramTest
{
[RetryFact(DisplayName = "Program - runs properly")]
public void Startup_RunsProperly()
... | 1.264469 | b332e309f4cbe44d585f627c450d013a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67307 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "drasticactions/EchoNest.Net",
"max_stars_repo_path": "EchoNest.Net.UAP/Locator/ViewModels.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67308"
} | starcoder | <reponame>drasticactions/EchoNest.Net
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.ApplicationModel;
using Autofac;
using EchoNest.Net.UAP.Common;
using EchoNest.Net.UAP.ViewModels;
namespace EchoNest.Net.UAP.Locator
{
public cla... | 1.491594 | 13d5af20855d298e0c4d665b68518ae5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67308 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "eventmodeling/eventdriventhinking",
"max_stars_repo_path": "EventDrivenThinking.Example/Ui/StructX.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67309"
} | starcoder | <filename>EventDrivenThinking.Example/Ui/StructX.cs
namespace EventDrivenThinking.Example.Ui
{
public struct StructX
{
public string Name { get; set; }
public StructX(string name)
{
Name = name;
}
}
} | 2.179101 | 6b07058535ef46b23b7124305cfb150b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67309 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "CUAHSI/Azure-Hydroservertools",
"max_stars_repo_path": "HydroServerTools/Utilities/ValidationContext.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67310"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Threading;
using HydroServerTools.Validators;
namespace HydroServerTools.Utilities
{
//A simple generic class for the association of file validator instances with an access semaphore...
public class ValidationC... | 2.647691 | dc38b74815ee4ee855f724a0aa6c579e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67310 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mssfang/azure-sdk-tools",
"max_stars_repo_path": "src/dotnet/APIView/APIViewWeb/Pages/Assemblies/Index.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:67311"
} | starcoder | <reponame>mssfang/azure-sdk-tools
@page
@model APIViewWeb.Pages.Assemblies.IndexPageModel
@using APIViewWeb
@{
ViewData["Title"] = "Home page";
}
<div class="float-left mb-2">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#uploadModel">Create review</button>
</div>
<div class... | 1.951044 | 72d9e2ecc6d67e47296228537012df24 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67311 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "OkraFramework/Okra-Samples",
"max_stars_repo_path": "OkraShellSample/Pages/ShellPageViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67312"
} | starcoder | using OkraShellSample.Common;
using Okra.Navigation;
using System;
using System.Collections.Generic;
using System.Composition;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI... | 2.014049 | 1e9d72f888684bc150f5e0f97979cb4c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67312 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "CXuesong/Cedarsong",
"max_stars_repo_path": "Snowbush/Snowbush/Routines/PurgePagesRoutine.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67313"
} | starcoder | <filename>Snowbush/Snowbush/Routines/PurgePagesRoutine.cs<gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reactive.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Threading.Tasks.Dataflow;
using Snowbush.CommandLine;
using WikiClientLibrary;
using WikiC... | 2.594173 | 30960f5e6518813f5389570ac5f39a11 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67313 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "wfurt/reverse-proxy",
"max_stars_repo_path": "src/ReverseProxy/Service/HealthProbe/IClusterProberFactory.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67314"
} | starcoder | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using Microsoft.ReverseProxy.RuntimeModel;
using Microsoft.ReverseProxy.Service.Management;
namespace Microsoft.ReverseProxy.Service.HealthProbe
{
/// <summary>
/// Interface for the factory of <see cref="ClusterProber"/>. The factory ... | 1.476574 | 3183bbf6a70b85cd800214ce210aa786 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67314 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "janno-p/XRoadLib",
"max_stars_repo_path": "src/XRoadLib/Schema/ContractViolationException.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67315"
} | starcoder | <gh_stars>1-10
using System.Diagnostics.CodeAnalysis;
using XRoadLib.Soap;
namespace XRoadLib.Schema
{
public class ContractViolationException : XRoadException
{
[SuppressMessage("ReSharper", "MemberCanBeProtected.Global")]
public ContractViolationException(FaultCode faultCode, string message)... | 1.62585 | bf53857267ad8620ce21fa557f7e7fd8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67315 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "c-johnson/space-station-14",
"max_stars_repo_path": "Content.Server/GameObjects/Components/AI/AiFactionPrototype.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67316"
} | starcoder | #nullable enable
using System.Collections.Generic;
using Robust.Shared.Prototypes;
using Robust.Shared.Serialization;
using YamlDotNet.RepresentationModel;
namespace Content.Server.GameObjects.Components.AI
{
[Prototype("aiFaction")]
public class AiFactionPrototype : IPrototype
{
// These are immut... | 2.31247 | d5de2a98bd2a4a8e631953164caba1d6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67316 | {
"extension": "c-sharp",
"max_stars_count": "288.0",
"max_stars_repo_name": "SofiaXu/Docker-PowerShell",
"max_stars_repo_path": "src/Docker.PowerShell/Cmdlets/ImportContainerImage.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67317"
} | starcoder | <reponame>SofiaXu/Docker-PowerShell
using System;
using System.Threading.Tasks;
using System.Management.Automation;
using Docker.DotNet.Models;
using System.IO;
using Newtonsoft.Json;
using System.Text;
using System.Linq;
using Docker.PowerShell.Objects;
namespace Docker.PowerShell.Cmdlets
{
[Cmdlet(VerbsData.Impo... | 2.457994 | 7a8a09dac51ad9953ebc83089085ec27 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67317 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "spacechase0/PortiaMiniModLoader",
"max_stars_repo_path": "ModLoaderInjector/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67318"
} | starcoder | <gh_stars>0
using Mono.Cecil;
using Mono.Cecil.Cil;
using System;
using System.IO;
using System.Linq;
using System.Reflection;
namespace spacechase0.MiniModLoader.Injector
{
class Program
{
public const string TARGET_VERSION = "Final 1.0";
public const string MAIN_ASSEMBLY = "Assembly-CSharp.d... | 2.372892 | 8c2f7b827a525153f9ac81494af67ba7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67318 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "madsbangh/ufo-word-game",
"max_stars_repo_path": "Assets/Scripts/Components/ScenerySpawner.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67319"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using Random = UnityEngine.Random;
namespace Components
{
public class ScenerySpawner : MonoBehaviour
{
[SerializeField]
private Transform _sceneryParent;
[Header("Scenery Prefabs")]
[SerializeField]
private PrefabCatego... | 2.601974 | 9a03327e01011086bf0b45ba2bd7d70b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67319 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "sandrock/SrkToolkit",
"max_stars_repo_path": "Sources/NET4.SrkToolkit.Web/JsonNetResult.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67320"
} | starcoder | <filename>Sources/NET4.SrkToolkit.Web/JsonNetResult.cs<gh_stars>1-10
//
// Copyright 2014 SandRock
//
// 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... | 2.42212 | 9d0bf17539b7048d81f527e6cf7fb786 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67320 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "Thorcik1704/EmbeddedSocial-Service",
"max_stars_repo_path": "code/Server/Common/Messages/FollowingImportMessage.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67321"
} | starcoder | <gh_stars>1-10
// <copyright file="FollowingImportMessage.cs" company="Microsoft">
// Copyright (c) Microsoft. All rights reserved.
// </copyright>
namespace SocialPlus.Server.Messages
{
using SocialPlus.Server.Messaging;
/// <summary>
/// Following import message class
/// </summary>
public clas... | 1.719142 | 7c9ffc6871214495cb31c36e2888c063 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67321 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "someuser77/allure-mstest-adapter",
"max_stars_repo_path": "MSTestAllureAdapter/AllureEvents/TestSuiteStartedWithTimeEvent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67322"
} | starcoder | using System;
using AllureCSharpCommons.Events;
namespace MSTestAllureAdapter
{
public class TestSuiteStartedWithTimeEvent : TestSuiteStartedEvent
{
public TestSuiteStartedWithTimeEvent(string uid, string name, DateTime started)
: base(uid, name)
{
Started = started;
... | 2.239765 | cde0669cccde40843e0dee05b6b44caa |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67322 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SeOcSa/CloudStorage",
"max_stars_repo_path": "VismaACLabs-master/CloudStorage/src/CloudStorage/ViewModels/CompaniesViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67323"
} | starcoder | using Core.Entities;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
namespace CloudStorage.ViewModels
{
public class CompaniesViewModel
{
[Display(Name = "Search")]
public string Query { get; set; }
... | 1.89207 | 6e4eb7a9606a165d046d7040b4ae8f1b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67323 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "abombss/machine",
"max_stars_repo_path": "Source/Container/Machine.Container/Services/Impl/DefaultContainerInfrastructureFactory.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67324"
} | starcoder | <reponame>abombss/machine
using System;
using System.Collections.Generic;
using Machine.Container.Model;
namespace Machine.Container.Services.Impl
{
public class DefaultContainerInfrastructureFactory : IContainerInfrastructureFactory
{
#region IContainerInfrastructureFactory Members
public virtu... | 1.606109 | b675fd3639a5c7a04f5cf82f1a90692e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67324 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Tiago-OP/HeadsUpDesignPatters",
"max_stars_repo_path": "Weather-O-Rama/WeatherData.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67325"
} | starcoder | <reponame>Tiago-OP/HeadsUpDesignPatters
using System;
using System.Collections.Generic;
namespace Weather_O_Rama
{
public class WeatherData: ISubject
{
private List<IObserver> _observers;
public float Humidity { get; private set; }
public float Pressure { get; private set; }
pu... | 2.918356 | 8d8434fadd9ccc8e0704d888dd2ad8bd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67325 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "jugstalt/gview5",
"max_stars_repo_path": "gView.Geometry/Framework/Geometry/GeometricTransformerProj4Managed.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67326"
} | starcoder | <filename>gView.Geometry/Framework/Geometry/GeometricTransformerProj4Managed.cs
using Proj4Net;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace gView.Framework.Geometry
{
public sealed class GeometricTransformerProj4Managed : gView.Framework.Geometry.IGeometricTrans... | 2.408347 | 093346133bddb5d02f61cd623693e640 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67326 | {
"extension": "c-sharp",
"max_stars_count": "778.0",
"max_stars_repo_name": "jeroen-mostert/CodeContracts",
"max_stars_repo_path": "Foxtrot/Tests/RoslynCompatibility/ExpressionsInRequires.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67327"
} | starcoder | <gh_stars>100-1000
// CodeContracts
//
// 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 restric... | 2.228734 | c4ede73b9528e25ffe3b6412db52118d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67327 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "k-kapp/Box-Man",
"max_stars_repo_path": "BoxMan/MainGame.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67328"
} | starcoder | using System;
using System.Collections.Generic;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using Microsoft.Xna.Framework.Input;
namespace BoxMan
{
public struct KeyState
{
public bool PrevDown;
public ulong StartTime;
public int LastIncr;
}
public ... | 2.11014 | 8544dfd55246993e6f5373bbb0fe970a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67328 | {
"extension": "c-sharp",
"max_stars_count": "17.0",
"max_stars_repo_name": "ValueCreation/RoutePlanner",
"max_stars_repo_path": "Source/ArcLogisticsApp/Controls/GridColorPicker.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67329"
} | starcoder | <filename>Source/ArcLogisticsApp/Controls/GridColorPicker.cs
/*
| Version 10.1.84
| Copyright 2013 Esri
|
| Licensed under the Apache License, Version 2.0 (the "License");
| you may not use this file except in compliance with the License.
| You may obtain a copy of the License at
|
| http://www.apache.org/l... | 2.227994 | 9c2507db5fe5decfb65536dc0b37b84e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67329 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "SkillsFundingAgency/das-apim-endpoints",
"max_stars_repo_path": "src/SFA.DAS.Campaign/Models/ApiMenuPageModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67330"
} | starcoder | <reponame>SkillsFundingAgency/das-apim-endpoints<filename>src/SFA.DAS.Campaign/Models/ApiMenuPageModel.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace SFA.DAS.Campaign.Models
{
public class ApiMenuPageModel
{
public List<UrlDetails> MainContent { get; set; }
}
}
| 1.246225 | 5dcb37745bfe369a8a7477f215dd8330 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67330 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "FrancisChung/try",
"max_stars_repo_path": "Microsoft.DotNet.Interactive.Formatting/PlainTextFormatter{T}.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67331"
} | starcoder | // Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
namespace Microsoft.DotNet.Interacti... | 2.557919 | a3bcc5b0fd074dcc8073e358485b6a0a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67331 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "line/line-api-use-case-smart-retail-azure",
"max_stars_repo_path": "backend/src/LineApiUseCaseSmartRetail/Interfaces/ILinePayService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67332"
} | starcoder | using LineApiUseCaseSmartRetail.Models;
using System.Threading.Tasks;
namespace LineApiUseCaseSmartRetail.Interfaces
{
/// <summary>
/// LINE Payに関するサービスのインターフェース
/// </summary>
public interface ILinePayService
{
/// <summary>
/// Request APIを実行
/// </summary>
... | 2.33868 | c219e69845d33157490365c8e7eba9b7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 67332 | {
"extension": "c-sharp",
"max_stars_count": "20.0",
"max_stars_repo_name": "mswinner/Pluto",
"max_stars_repo_path": "Pluto.API/Auth/UserControl.cs",
"provenance": "train-00000-of-00045.jsonl.gz:67333"
} | starcoder | using Microsoft.AspNetCore.Http;
using Pluto.Domain.Interfaces.Identity;
using System.Linq;
using System.Security.Claims;
namespace Pluto.API.Auth
{
public class UserControl : IUser
{
private readonly IHttpContextAccessor httpContextAccessor;
public UserControl(IHttpContextAccessor httpContex... | 2.394352 | 5cd3403f55ec92a1a2279f6d877a89b7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.