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 | 2437 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Dimitvp/PetsLostAndFoundSystem-DDD",
"max_stars_repo_path": "PetsLostAndFoundSystem/Domain/Common/BaseDomainException.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2438"
} | starcoder | <gh_stars>1-10
namespace PetsLostAndFoundSystem.Domain.Common
{
using System;
public abstract class BaseDomainException : Exception
{
private string? error;
public string Error
{
get => this.error ?? base.Message;
set => this.error = value;
}
}
... | 2.341823 | a4ea421d638e9966f8c70adf03fc6267 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2438 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "IvanIvTodorov/SoftUniEducation",
"max_stars_repo_path": "C#OOP/InterfacesAndAbstraction/InterfacesAndAbstraction-Exercise/MilitaryElite/IEngineer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2439"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
namespace MilitaryElite
{
public interface IEngineer
{
public List<Repair> Repairs { get; set; }
}
}
| 1.580078 | 5cbe194a003cbf7029af72486fd058e9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2439 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "xyfy/dotnet-core-Example",
"max_stars_repo_path": "cap/src/DotNetCore.CAP/Processor/IProcessingServer.Cap.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2440"
} | starcoder | <reponame>xyfy/dotnet-core-Example<filename>cap/src/DotNetCore.CAP/Processor/IProcessingServer.Cap.cs
// Copyright (c) .NET Core Community. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.... | 2.094101 | b412cec4c19f44dc0007f10295af8208 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2440 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MendelMonteiro/csharp-driver",
"max_stars_repo_path": "src/Cassandra.Tests/Mapping/Linq/LinqToCqlInsertUnitTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2441"
} | starcoder | <filename>src/Cassandra.Tests/Mapping/Linq/LinqToCqlInsertUnitTests.cs
//
// Copyright (C) DataStax Inc.
//
// 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.... | 1.847749 | 9bbc3da92fd059061152099ae5f56cec |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2441 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "astrohart/xyLOGIX.Interop.GitRepos",
"max_stars_repo_path": "xyLOGIX.Interop.GitRepos.Actions.Exceptions/GitRepositoryNotConfiguredException.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2442"
} | starcoder | using System;
namespace xyLOGIX.Interop.GitRepos.Actions.Exceptions
{
/// <summary>
/// Exception type used to inform the developer that the Git repository was
/// not configured properly before a repository action, such as Commit,
/// Stage, Pull, or Push, was tried on it.
/// </summary>
publi... | 2.852674 | 0c85b9473f60ecf3bda826465e3f8817 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2442 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "robocode-dev/tank-royale",
"max_stars_repo_path": "bot-api/dotnet/Robocode.TankRoyale.BotApi/src/Color.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2443"
} | starcoder | <gh_stars>1-10
using System;
using System.Text.RegularExpressions;
namespace Robocode.TankRoyale.BotApi;
/// <summary>
/// Color represented in RGB format.
/// </summary>
/// <see href="https://www.w3schools.com/colors/colors_rgb.asp">Colors RGB</see>
public class Color
{
private const string NumericRgb = "^#[0-... | 3.333036 | 62d4ec4c21f7a6680b6b89c395cb8737 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2443 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "khiem2/quanlyhocsinh",
"max_stars_repo_path": "cms_form/Web_CMS/CMS/CMS/Client/Admin/EditCateNewsRoles.ascx.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2444"
} | starcoder | <reponame>khiem2/quanlyhocsinh
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using ETO;
using BSO;
using DAO;
using Telerik.Web.UI;
using System.Data;
namespace CMS.Client.Admin
{
public partial class EditCateNewsRoles : ... | 1.88863 | 019f1484567bf650b422d337f5c929db |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2444 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "gam0022/UnityBible2-TimelineTutorial",
"max_stars_repo_path": "TimelineTutorial/Assets/TextMeshPro/TextMeshProTrack.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2445"
} | starcoder | using UnityEngine;
using UnityEngine.Playables;
using UnityEngine.Timeline;
using System.Collections.Generic;
using TMPro;
[TrackColor(0.855f, 0.8623f, 0.87f)]
[TrackClipType(typeof(TextMeshProClip))]
[TrackBindingType(typeof(TextMeshPro))]
public class TextMeshProTrack : TrackAsset
{
public override Playable Crea... | 2.233514 | 66e5cfc8aeffe1293927117ae1e08feb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2445 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mvacha/Nett",
"max_stars_repo_path": "Test/Nett.Tests.Performance/V1/ReadAndMapTomlFileV1.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2446"
} | starcoder | <filename>Test/Nett.Tests.Performance/V1/ReadAndMapTomlFileV1.cs
using NBench;
namespace Nett.PerfTests
{
public class ReadAndMapTomlFileV1
{
private Counter counter;
[PerfSetup]
public void Setup(BenchmarkContext context)
{
counter = context.GetCounter("TestCounte... | 2.42145 | eaebf6a830371c3766414e3892cb4b3e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2446 | {
"extension": "c-sharp",
"max_stars_count": "171.0",
"max_stars_repo_name": "Orcomp/Orc.Controls",
"max_stars_repo_path": "src/Orc.Controls/Controls/TextInputWindow/Models/TextInputDialogResult.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2447"
} | starcoder | <filename>src/Orc.Controls/Controls/TextInputWindow/Models/TextInputDialogResult.cs
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="TextInputDialogResult.cs" company="WildGums">
// Copyright (c) 2008 - 2020 WildGums. All righ... | 1.817665 | a2bed023b232f991bfd4a7fb8a196e99 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2447 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Quebe/Mercury-Care-Management",
"max_stars_repo_path": "Mercury.Clients/Mercury.Clients.Web/Mercury.Web/Application/Controls/EntitySendCorrespondence.ascx.designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2448"
} | starcoder | <filename>Mercury.Clients/Mercury.Clients.Web/Mercury.Web/Application/Controls/EntitySendCorrespondence.ascx.designer.cs
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect beha... | 1.115954 | 8e0a2929a312efab4daa9fbae5998e48 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2448 | {
"extension": "c-sharp",
"max_stars_count": "6073.0",
"max_stars_repo_name": "madmonkey/Ocelot",
"max_stars_repo_path": "test/Ocelot.UnitTests/Headers/AddHeadersToRequestClaimToThingTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2449"
} | starcoder | using Moq;
using Ocelot.Configuration;
using Ocelot.Errors;
using Ocelot.Headers;
using Ocelot.Infrastructure.Claims.Parser;
using Ocelot.Request.Middleware;
using Ocelot.Responses;
using Shouldly;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Security.Claims;
using TestStack... | 1.884381 | 737988620fda604e73ce88f5afa618ae |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2449 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nigel-sampson/octokit.net",
"max_stars_repo_path": "Octokit.Tests/Clients/CommitStatusClientTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2450"
} | starcoder | using System;
using System.Security.Policy;
using System.Threading.Tasks;
using NSubstitute;
using Octokit.Tests.Helpers;
using Xunit;
namespace Octokit.Tests.Clients
{
public class CommitStatusClientTests
{
public class TheGetMethod
{
[Fact]
public void RequestsCorrect... | 2.619411 | 4e823fc85ea29592c207223625b3111b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2450 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "codebutler/savagesvg",
"max_stars_repo_path": "src/SharpVectorObjectModel/SharpVectors/Dom/Svg/Basic types/SvgStringList.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2451"
} | starcoder | using System;
using System.Collections;
using System.Text;
using System.Text.RegularExpressions;
using SharpVectors.Dom;
namespace SharpVectors.Dom.Svg
{
/// <summary>
/// This interface defines a list of String objects
/// </summary>
/// <developer><EMAIL></developer>
/// <developer><EMAIL></developer>
/// <co... | 2.791956 | 90b2f3f57367e93f8237a0e3b5eb7da0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2451 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "unchase/NSwag",
"max_stars_repo_path": "src/NSwag.Commands/Commands/OutputCommandExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2452"
} | starcoder | <reponame>unchase/NSwag<filename>src/NSwag.Commands/Commands/OutputCommandExtensions.cs
//-----------------------------------------------------------------------
// <copyright file="OutputCommandBase.cs" company="NSwag">
// Copyright (c) <NAME>. All rights reserved.
// </copyright>
// <license>https://github.com/R... | 2.414897 | 710e3fd4437a649ed93e1a2912452be0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2452 | {
"extension": "c-sharp",
"max_stars_count": "30.0",
"max_stars_repo_name": "JackyChiou/smpp.net",
"max_stars_repo_path": "Smpp.NET/Elements/address_collection.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2453"
} | starcoder | <reponame>JackyChiou/smpp.net
using System;
using System.Text;
using System.Collections;
using JulMar.Smpp.Utility;
namespace JulMar.Smpp.Elements
{
/// <summary>
/// The address_collection element holds addresses in a counted array. A concrete example of this
/// parameter is the "number_of_dests" eleme... | 2.980857 | 3ae1845a2c410cb9a7f21977b54aa133 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2453 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Noxalus/Bomberman-AI",
"max_stars_repo_path": "Bomberman/Assets/Scripts/Maps/MapData.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2454"
} | starcoder | using UnityEngine;
using UnityEngine.SceneManagement;
[CreateAssetMenu(fileName = "MapData.asset", menuName = "Bomberman/Map/MapData")]
public class MapData : ScriptableObject
{
[SerializeField] private string _id;
[SerializeField] private Scene _scene;
}
| 1.374455 | 79e49db2cdf34517e10894d955bac7a9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2454 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "rito15/Unity-RPG-Inventory",
"max_stars_repo_path": "Demo Scripts/InventoryTester.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2455"
} | starcoder | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using Rito.InventorySystem;
// 날짜 : 2021-03-19 PM 11:01:36
// 작성자 : Rito
public class InventoryTester : MonoBehaviour
{
public Inventory _inventory;
public ItemData[] _itemDataArray;
[S... | 2.30131 | b4043b33dc962f0f72cfea34049d8b39 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2455 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "DotNetRevolution/DotNetRevolution-Framework",
"max_stars_repo_path": "tests/DotNetRevolution.Test.EventStoreDomain/Account/DomainEvent/AccountClosed.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2456"
} | starcoder | using System;
using DotNetRevolution.Core.Domain;
using DotNetRevolution.Core.GuidGeneration;
namespace DotNetRevolution.Test.EventStoreDomain.Account.DomainEvent
{
public class AccountClosed : IDomainEvent
{
public Guid AccountId { get; }
public Guid DomainEventId { get; }
public Ac... | 1.858821 | 12808c782cbcc91d0b84c895332324a7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2456 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "brianavid/Avid4G.Net",
"max_stars_repo_path": "Avid4.Net/Controllers/VideoController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2457"
} | starcoder | <filename>Avid4.Net/Controllers/VideoController.cs
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Web;
using System.Web.Mvc;
using System.Runtime.InteropServices;
namespace Avid4.Net.Controllers
{
public class VideoController : Controller
{
... | 2.393096 | 1de96b71406408e5e09ec47260c44a3c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2457 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SY1990/RhinoPCCD",
"max_stars_repo_path": "ConsoliDesign/ConsoliDesign/Commands/ConsoliDesignCommand.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2458"
} | starcoder | using System;
using System.Collections.Generic;
using Rhino;
using Rhino.Commands;
using Rhino.Geometry;
using Rhino.Input;
using Rhino.Input.Custom;
using System.Windows.Forms;
using ConsoliDesign.Forms;
namespace ConsoliDesign
{
[System.Runtime.InteropServices.Guid("0df1021c-5630-476f-b540-82ff69f5c218")]
p... | 2.296768 | 8865f6bd4350aebad65ed49157735077 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2458 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mwpowellhtx/Ellumination.Protobuf",
"max_stars_repo_path": "src/Test.Ellumination.Protobuf.Antlr/Cases/MessageBodyWithNormalFieldWithWhiteSpaceTestCases.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2459"
} | starcoder | using System.Collections.Generic;
using System.Linq;
// ReSharper disable once IdentifierTypo
namespace Ellumination.Protobuf
{
using static CollectionHelpers;
using static Domain;
using static Identification;
using static LabelKind;
internal class MessageBodyWithNormalFieldWithWhiteSpaceTestCase... | 1.791446 | 25e9aa70e4c6742a2daac8de6a8a76a6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2459 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ViktorAleksandrov/SoftUni--CSharp-DB-Fundamentals",
"max_stars_repo_path": "Databases Advanced - Entity Framework/08. Auto Mapping Objects/Employees.App/Core/Contracts/ICommandInterpreter.cs",
"provenance": "train-00000-of-00045.jsonl... | starcoder | namespace Employees.App.Core.Contracts
{
public interface ICommandInterpreter
{
string Read(string[] input);
}
}
| 1.639595 | 39b83dbaca5dd8314d5c76dcc416c5e1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2460 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mzakrzewski/Steeltoe",
"max_stars_repo_path": "src/Security/src/DataProtection.CredHubBase/CredHubClient.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2461"
} | starcoder | <gh_stars>0
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information.
using Microsoft.Extensions.Logging;
using Steeltoe.Common.Http;
using System;
using System.Colle... | 2.053364 | 0d1a21b2f44633f9d715c34f47b9b108 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2461 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DavidKarlas/MonoDevelop.MSBuildEditor",
"max_stars_repo_path": "MonoDevelop.MSBuild/Language/Expressions/ExpressionText.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2462"
} | 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.Diagnostics;
namespace MonoDevelop.MSBuild.Language.Expressions
{
[DebuggerDisplay ("{Value} (IsPure: {IsPure})")]
class ExpressionText : ExpressionNode... | 2.531131 | d18b4285ddce9bc387007e38de82f331 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2462 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Isuroku/HLD",
"max_stars_repo_path": "ReflectionSerializer/CachedReflector.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2463"
} | starcoder | using CascadeParser;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
namespace CascadeSerializer
{
public class CachedReflector : BaseReflector
{
readonly Dictionary<PointerPair, Attribute> attributeCache = new Dictionary<PointerPair, Attribute>();
r... | 2.606605 | 2ab6183762231c15f0b90246dcc61f3d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2463 | {
"extension": "c-sharp",
"max_stars_count": "61.0",
"max_stars_repo_name": "thygesteffensen/XrmMockup",
"max_stars_repo_path": "src/XrmMockupShared/Requests/DeleteRequestHandler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2464"
} | starcoder | using Microsoft.Xrm.Sdk;
using Microsoft.Xrm.Sdk.Messages;
using System.Linq;
using Microsoft.Crm.Sdk.Messages;
using System.ServiceModel;
using Microsoft.Xrm.Sdk.Metadata;
using DG.Tools.XrmMockup.Database;
namespace DG.Tools.XrmMockup {
internal class DeleteRequestHandler : RequestHandler {
internal Del... | 2.068321 | 299f99da10a8c39cb0ef7093085ca125 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2464 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DSTech/MPM_CS",
"max_stars_repo_path": "MPM/Net/Protocols/Minecraft/MinecraftArchInstaller.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2465"
} | starcoder | using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using MPM.Core.Instances.Cache;
using MPM.Core.Instances.Installation;
using MPM.Core.Protocols;
using MPM.Net.Protocols.Minecraft.ProtocolTypes;
using MPM... | 2.181503 | c1aa69b1f5dd1fdf2bc4548a34c226e8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2465 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "primo-ppcg/BF-Crunch",
"max_stars_repo_path": "src/MyOptions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2466"
} | starcoder | using System;
using System.ComponentModel;
using ppcg.argparse;
namespace ppcg {
[Description("Crunches BF programs to produce a given text.")]
public class MyOptions {
[Argument(
Name = "text",
Required = true,
HelpText = "The text to produce."
... | 2.873231 | f52580e960f33582c2717b565cf74582 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2466 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "silvath/siscobras",
"max_stars_repo_path": "mdlComponentesColecoes/mdlComponentesColecoes/clsComparerListViewItem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2467"
} | starcoder | using System;
namespace mdlComponentesColecoes
{
/// <summary>
/// Summary description for clsComparerListViewItem.
/// </summary>
public class clsComparerListViewItem : System.Collections.IComparer
{
#region Atributes
private int m_nColumn = 0;
private bool m_bCrescent = true;
#endregion
#region Prop... | 2.91727 | a86b11758904dc8488afcdd81a628e8d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2467 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "NickBurrell/core",
"max_stars_repo_path": "Runtime/Styling/LayoutProperty.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2468"
} | starcoder | <filename>Runtime/Styling/LayoutProperty.cs
using Facebook.Yoga;
using ReactUnity.Styling.Parsers;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
namespace ReactUnity.Styling
{
public interface ILayoutProperty : IStyleProperty
{
... | 2.736844 | d0f67ed360c52e59e0c271fbd1baf879 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2468 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "southportsolutions/AvaTax-REST-V2-DotNet-SDK",
"max_stars_repo_path": "src/models/PointOfSaleDataRequestModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2469"
} | starcoder | <reponame>southportsolutions/AvaTax-REST-V2-DotNet-SDK<gh_stars>0
using System;
using System.Collections.Generic;
using Newtonsoft.Json;
/*
* AvaTax API Client Library
*
* (c) 2004-2019 Avalara, Inc.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed... | 2.082558 | 32617ca43b7193fbf795d06b5ef4253f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2469 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jjvuori/aino-io-agent-net",
"max_stars_repo_path": "AinoAgent/IdType.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2470"
} | starcoder | <reponame>jjvuori/aino-io-agent-net
using System.Collections.Generic;
using System.Runtime.Serialization;
namespace Aino
{
[DataContract]
public class IdType
{
[DataMember(Name = "idType")]
public string IdTypeName { get; set; }
[DataMember(Name = "values")]
public List<s... | 1.684237 | 2f7c82dad8023ffc622afde10c04ebf5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2470 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "uk-gov-mirror/SkillsFundingAgency.das-reservations",
"max_stars_repo_path": "src/SFA.DAS.Reservations.Application/Providers/Queries/GetTrustedEmployers/GetTrustedEmployersResponse.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2471... | starcoder | using System.Collections.Generic;
using SFA.DAS.Reservations.Domain.Employers;
namespace SFA.DAS.Reservations.Application.Providers.Queries.GetTrustedEmployers
{
public class GetTrustedEmployersResponse
{
public IEnumerable<AccountLegalEntity> Employers { get; set; }
}
}
| 1.130048 | e89c665140a9125725369023d91877dd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2471 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MidCry/UnityPersianSupport",
"max_stars_repo_path": "Assets/UnityPersianSupport/PersianText.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2472"
} | starcoder | <filename>Assets/UnityPersianSupport/PersianText.cs
using UnityEngine;
using UnityEngine.UI;
using System.Collections;
using System.Collections.Generic;
using UnityPersianSupport;
namespace UnityEngine.UI
{
[AddComponentMenu("UI/PersianText", 11)]
[ExecuteInEditMode]
public class PersianText : Text
{
... | 2.475694 | cd9a43a26af35a13e96a3604febb6410 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2472 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "radiatoryang/buildingworlds_spring2013",
"max_stars_repo_path": "buildingworlds_week10/Assets/scripts/Controller4Jump.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2473"
} | starcoder | using UnityEngine;
using System.Collections;
public class Controller4Jump : MonoBehaviour {
public float moveSpeed = 5f; // what's a good moveSpeed?
public float turnRate = 15f; // what's a good turnRate?
public float jumpPower = 5f;
bool grounded = false;
// Use this for initialization
void ... | 2.405613 | a440565049134962635541c40b9bdefb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2473 | {
"extension": "c-sharp",
"max_stars_count": "51.0",
"max_stars_repo_name": "fossabot/RTCV",
"max_stars_repo_path": "Source/Frontend/UI/Components/Settings/RTC_SettingsGeneral_Form.designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2474"
} | starcoder | <gh_stars>10-100
namespace RTCV.UI
{
partial class RTC_SettingsGeneral_Form
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
//... | 1.959783 | 799dcb1764d90adfe2fc959e90ba8a6a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2474 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "wataru-ito/DefineSymbolEditor",
"max_stars_repo_path": "Assets/Plugins/Editor/DefineSymbolEditor/Data/DefineSymbolContext.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2475"
} | starcoder | using System;
using System.Collections.Generic;
using UnityEngine;
namespace DefineSymbolEditor
{
[Serializable]
public class SymbolContext
{
public string name;
public string description;
public bool individual; // プラットフォーム別の設定か
//-----------------------------------------... | 2.783275 | d021a0589578b707c35e973e0a34d8f6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2475 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "peymanr34/tv-maze",
"max_stars_repo_path": "Source/MovieCollection.TVMaze/Models/Episode.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2476"
} | starcoder | using System;
using Newtonsoft.Json;
namespace MovieCollection.TVMaze.Models
{
public class Episode
{
[JsonProperty("id")]
public long Id { get; set; }
[JsonProperty("url")]
public Uri Url { get; set; }
[JsonProperty("name")]
public string Name { get; set; }
... | 1.898797 | d806826b3095a6a21d96a0ac1671a0a7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2476 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "CS498VR-GodsFury/GodsFury",
"max_stars_repo_path": "Assets/Tornado/LaunchScript.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2477"
} | starcoder | <gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LaunchScript : MonoBehaviour {
public void OnTriggerEnter(Collider other)
{
if (other.gameObject.tag != "Terrain")
{
GameObject pulledObj = other.gameObject;
Rigidb... | 1.890956 | 246547c374a2d3e6b4d067dbb67f0560 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2477 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "woshisunzewei/qMISPlat",
"max_stars_repo_path": "CPSite/Plat/Flow/FlowController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2478"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using CPFrameWork.Global;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using CPFrameWork.Flow;
using CPFrameWork.Flow.Domain;
namespace CPFrameWork.Plat.Flow
{
p... | 1.748653 | ec715e787dfe447bee81408ad45545af |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2478 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Tchami/elasticsearch-net",
"max_stars_repo_path": "src/Tests/Document/Single/Get/GetUrlTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2479"
} | starcoder | using System;
using System.Threading.Tasks;
using Elastic.Xunit.XunitPlumbing;
using Elasticsearch.Net;
using Nest;
using Tests.Framework;
using Tests.Framework.MockData;
using static Tests.Framework.UrlTester;
using static Nest.Infer;
namespace Tests.Document.Single.Get
{
public class GetUrlTests
{
[U]
public ... | 1.819648 | 7c5bc79bb5ef78707dba018f6b3145e1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2479 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "shiftkun/DodgeBall",
"max_stars_repo_path": "DodgeBall/Assets/Scripts/Game/GameOverManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2480"
} | starcoder | <filename>DodgeBall/Assets/Scripts/Game/GameOverManager.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public class GameOverManager : MonoBehaviour {
public GameObject gameoverUI;
private Text winnerText;
public... | 2.497241 | f0599271dc36e669bbbe836a97c8dce9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2480 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "zoka-cz/IInjectable.Core",
"max_stars_repo_path": "_src/IInjectable.Core/InjectAsAttribute.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2481"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Text;
namespace Zoka.IInjectable
{
/// <summary>When applied to the IInjectable it allows to change how the implementation class will be registered as service</summary>
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public cla... | 2.346645 | f73530dc135c84ff3702921f6ec86452 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2481 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Bitsgap/Bitstap-API-websockets-c-",
"max_stars_repo_path": "API/WebSocket/Model/Blocks/Values/ValuePriceByTime.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2482"
} | starcoder | <gh_stars>1-10
using Newtonsoft.Json;
namespace API.WebSocket.Model.Blocks.Values
{
class ValuePriceByTime : ValueBase
{
/// <summary>
/// Price
/// </summary>
[JsonProperty("price")]
public string Price { get; set; }
}
}
| 1.670574 | 18319e14ecf33257c36a75ee92276e52 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2482 | {
"extension": "c-sharp",
"max_stars_count": "36.0",
"max_stars_repo_name": "wheatdog/CDM",
"max_stars_repo_path": "objectModel/CSharp/Microsoft.CommonDataModel.ObjectModel/Persistence/CdmFolder/Types/AttributeGroupReferenceDefinition.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2483"
} | starcoder | <reponame>wheatdog/CDM<gh_stars>10-100
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
namespace Microsoft.CommonDataModel.ObjectModel.Persistence.CdmFolder.Types
{
using Newtonsoft.Json.Linq;
public c... | 1.12902 | 7ccab09fc3f2a580f98631a86ecb54e1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2483 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "aarn94/AAS.Architecture",
"max_stars_repo_path": "AAS.Architecture/Decorators/OutboxCommandHandlerDecorator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2484"
} | starcoder | using System;
using System.Threading.Tasks;
using Convey.CQRS.Commands;
using Convey.MessageBrokers;
using Convey.MessageBrokers.Outbox;
namespace AAS.Architecture.Decorators
{
internal sealed class OutboxCommandHandlerDecorator<TCommand> : ICommandHandler<TCommand>
where TCommand : class, ICommand
{
... | 2.247957 | a6142a5d2371093629ac394e3c6da1be |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2484 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SymplecticGames/Runok",
"max_stars_repo_path": "Assets/Scripts/Scene/InteractableObjects/LockMovementTrigger.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2485"
} | starcoder | <filename>Assets/Scripts/Scene/InteractableObjects/LockMovementTrigger.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LockMovementTrigger : MonoBehaviour
{
[SerializeField]
private float delay = 1.0f;
private float firstTriggerTime;
private float isInTr... | 2.465564 | 29b4dd91d5cceee0826ef33e78d4120e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2485 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "hyjwpk/Sudoku",
"max_stars_repo_path": "Assets/Scripts/SaveBoard.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2486"
} | starcoder | <reponame>hyjwpk/Sudoku
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class SaveBoard : MonoBehaviour
{
public static int inputnumber;
void Start()//存档界面初始化
{
inputnumber = 0;
transform.Find("Save1/Text").GetCompone... | 2.337405 | 8eddc80d827c3896990139ee9005b8a9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2486 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lilasquared/DataPumps.NET",
"max_stars_repo_path": "DataPumps.Test/PumpTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2487"
} | starcoder | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace DataPumps.Test
{
[TestClass]
public class PumpTests
{
[TestMethod]
public async Task Start_Should_Pump_Content_From_Source_To_Output_Buffer()
... | 2.767308 | c1f7d2a3bb03a8eecab204df1d88fbea |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2487 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ChrisChenMS/SmallTool_MSIPC",
"max_stars_repo_path": "Handler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2488"
} | starcoder | using System;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using System.Collections.Generic;
using System.Text.Json;
using SmallTool_MSIPC.Models;
using System.Linq;
using System.Data.SQLite;
using System.Data;
namespace SmallTool_MSIPC
{
class Handler
{
private readonly ... | 2.577312 | 53fc6df8e79a14d19b6540e937a74500 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2488 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kstanoev/dotNext",
"max_stars_repo_path": "src/examples/RaftNode/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2489"
} | starcoder | <reponame>kstanoev/dotNext
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
namespace RaftNode
{
public static class Program
{
private static void StartNode(int port, string messageFile = n... | 2.235192 | e71c7d910fd6fb421cc402ce94c008bd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2489 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ErnSur/QuickEye-Utility",
"max_stars_repo_path": "Editor/MultiFieldScope.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2490"
} | starcoder | <filename>Editor/MultiFieldScope.cs
using System;
using UnityEditor;
using UnityEngine;
using static UnityEditor.EditorGUI;
using static UnityEditor.EditorGUIUtility;
using static QuickEye.Utility.Editor.GUIControls;
namespace QuickEye.Utility.Editor
{
internal class MultiFieldScope : IDisposable
{
pr... | 2.364292 | c1448e776eeed322939fd55b8fc8ada9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2490 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mathijsco/SharePointLogViewer",
"max_stars_repo_path": "src/SharePointLogViewer/View/CustomFilterWindow.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2491"
} | starcoder | <gh_stars>1-10
using System;
using System.Windows.Forms;
using SharePointLogViewer.Common.Filters;
using SharePointLogViewer.EventArguments;
namespace SharePointLogViewer.View
{
public partial class CustomFilterWindow : Form
{
public event EventHandler<SimpleFilterChangedEventArgs> FilterChanged;
... | 2.309042 | ed5ba3557afa46dc963de3e4c235fa72 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2491 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DebasmitaGhosh/Ginger",
"max_stars_repo_path": "Ginger/Ginger/ALM/QC/QCManagerReport/QCManagerReportTestCaseDetails.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2492"
} | starcoder | <reponame>DebasmitaGhosh/Ginger
#region License
/*
Copyright © 2014-2018 European Support Limited
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... | 1.624757 | 16c6b2729ae86edd890fab31504cde8a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2492 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "benday-inc/git-repo-sync",
"max_stars_repo_path": "Benday.GitRepoSync/src/Benday.GitRepoSync.ConsoleUi/Constants.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2493"
} | starcoder | namespace Benday.GitRepoSync.ConsoleUi
{
public static class Constants
{
public const string CommandArgumentNameExportCloneGitRepos = "export";
public const string CommandArgumentNameExportReposAsConfigFile = "exportconfig";
public const string CommandArgumentNameUpdateAllRepos = "update... | 1.385201 | 5fda6f745ef3045f7fc5d37ba7c1e54e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2493 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Tyesb/Sharpbooks",
"max_stars_repo_path": "SrcCode/SharpBooks/SharpBooks/Startup.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2494"
} | starcoder | <reponame>Tyesb/Sharpbooks
using System.Data.Entity.Infrastructure;
using System.Data.Entity.Migrations;
using Microsoft.Owin;
using Owin;
using SharpBooks.Migrations;
[assembly: OwinStartupAttribute(typeof(SharpBooks.Startup))]
namespace SharpBooks
{
public partial class Startup
{
public void deployM... | 1.546905 | ab003d5c18207659b8874343e1ee2096 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2494 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "zhangyaxing12/AElf",
"max_stars_repo_path": "src/AElf.Kernel.SmartContract.ExecutionPluginForResourceFee/ResourceConsumptionPostExecutionPlugin.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2495"
} | starcoder | <filename>src/AElf.Kernel.SmartContract.ExecutionPluginForResourceFee/ResourceConsumptionPostExecutionPlugin.cs
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Acs8;
using AElf.Contracts.MultiToken;
using AElf.Kernel.FeeCalculation;
using AElf.Kernel.FeeCalculation.Application;
... | 1.84081 | 9be6449275e3565a1c606ed1400532ce |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2495 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Torque3D-GameEngine/T3D-Demos",
"max_stars_repo_path": "data/FPSGameplay/pacific/art/shapes/rocks/05_cliffwallone.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2496"
} | starcoder |
singleton TSShapeConstructor(05_cliffwalloneDAE)
{
baseShape = "./05_cliffwallone.DAE";
loadLights = "0";
};
| 1.190742 | 8177c5de87bce9f2b485308b90b4ad7a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2496 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "belav/runtime",
"max_stars_repo_path": "src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/ComInterop/ExcepInfo.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2497"
} | starcoder | <filename>src/libraries/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/ComInterop/ExcepInfo.cs
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics;
usi... | 2.282049 | 727e50d9d8f6f049d078ab2be53be309 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2497 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "HalfAmazing/JieLink.DevOps",
"max_stars_repo_path": "JieLinkDevOpsApp/PartialView/PartialViewInterface/Models/JobCronConfig.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2498"
} | starcoder | <reponame>HalfAmazing/JieLink.DevOps<filename>JieLinkDevOpsApp/PartialView/PartialViewInterface/Models/JobCronConfig.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PartialViewInterface.Models
{
/// <summary>
/// 任务cron配置
///... | 2.215375 | 23d57e52046a7597e5ae67cb6f8a822d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2498 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Erxathos/Element-Placement-on-PCB-using-Genetic-Algorithms",
"max_stars_repo_path": "Assets/Scripts/GA/CircuitElement.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2499"
} | starcoder | using UnityEngine;
namespace GeneticAlgorithm
{
public class CircuitElement
{
/// <summary>
/// Get or set elem's height
/// </summary>
public int Height { get; set; }
/// <summary>
/// Получает или задает ширину элемента
/// </summary>
public in... | 2.938447 | 737c807a7e2217a8daabbd735285e97d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2499 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "HydrologicEngineeringCenter/HEC-FDA",
"max_stars_repo_path": "ViewModel/Utilities/ISaveUndoRedo.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2500"
} | starcoder | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ViewModel.Utilities
{
public interface ISaveUndoRedo
{
//OwnedElement CurrentElement { get; set; }
void Redo();
void ... | 2.339455 | 4a7b42db90baf8c8a01dea5c7665d3b7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2500 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BogdanAlexandru/CandyCoded",
"max_stars_repo_path": "Assets/Plugins/CandyCoded/Scripts/Raycast.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2501"
} | starcoder | // Copyright (c) <NAME>. All Rights Reserved. Licensed under the MIT License. See LICENSE in the project root for license information.
using System.Collections.Generic;
using UnityEngine;
namespace CandyCoded
{
public static class Raycast
{
/// <summary>
/// Creates a raycast that can reflec... | 2.936618 | 69da072df5ef9551aaa16617ba03adf4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2501 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Arahain/FlyCasual",
"max_stars_repo_path": "Assets/Scripts/Model/Content/SecondEdition/Pilots/FangFighter/SkullSquadronPilot.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2502"
} | starcoder | <reponame>Arahain/FlyCasual<filename>Assets/Scripts/Model/Content/SecondEdition/Pilots/FangFighter/SkullSquadronPilot.cs<gh_stars>0
using Upgrade;
namespace Ship
{
namespace SecondEdition.FangFighter
{
public class SkullSquadronPilot : FangFighter
{
public SkullSquadronPilot() : ba... | 1.996431 | bacef1246fb02498afc63d3d04df0d40 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2502 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "zhenghua75/WeiXinEasy",
"max_stars_repo_path": "Mozart/CMSAdmin/MiniShop/wfmVcoinDetail.aspx.designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2503"
} | starcoder | <filename>Mozart/CMSAdmin/MiniShop/wfmVcoinDetail.aspx.designer.cs
//------------------------------------------------------------------------------
// <自动生成>
// 此代码由工具生成。
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </自动生成>
//------------------------------------------------------------------------... | 1.643543 | d6a21f92358da022f8e7c62f1477e88b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2503 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "Aghyad-Khlefawi/Coddee",
"max_stars_repo_path": "Example/HR.Clients.WPF/Components/Companies/CompaniesView.xaml.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2504"
} | starcoder | <reponame>Aghyad-Khlefawi/Coddee<filename>Example/HR.Clients.WPF/Components/Companies/CompaniesView.xaml.cs
using System.Windows.Controls;
namespace HR.Clients.WPF.Components
{
/// <summary>
/// Interaction logic for CompaniesViewView.xaml
/// </summary>
public partial class CompaniesView : UserContro... | 1.302528 | b98c302ecb8ea11f8e3a138737a0270a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2504 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "johnjollystupid/ModComponent",
"max_stars_repo_path": "ModComponent/API/Components/ModPowderComponent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2505"
} | starcoder | using MelonLoader.TinyJSON;
using ModComponent.Utils;
using UnhollowerBaseLib.Attributes;
namespace ModComponent.API.Components
{
[MelonLoader.RegisterTypeInIl2Cpp]
public class ModPowderComponent : ModBaseComponent
{
/// <summary>
/// The type of powder this container holds. "Gunpowder", "Salt", or "Yeast"
... | 2.449558 | d7d2f7106068a66cb046d880190c5ec6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2505 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "comsechq/sugar",
"max_stars_repo_path": "Source/Sugar.Http/Http/IHttpClientProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2506"
} | starcoder | using System;
using System.Net.Http;
namespace Sugar.Http
{
/// <summary>
/// Interface to provide a HTTP client
/// </summary>
[Obsolete("About to be replaced by Microsoft's IHttpClientFactory that plays nice with Polly")]
public interface IHttpClientProvider
{
/// <summary>
/... | 2.599222 | f1133fba5fc4e5e693ef0176e28a2271 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2506 | {
"extension": "c-sharp",
"max_stars_count": "45.0",
"max_stars_repo_name": "abdullahgb/JPProject.Core",
"max_stars_repo_path": "tests/JPProject.Sso.Domain.Tests/CommandHandlers/EmailTests/EmailCommandHandlerTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2507"
} | starcoder | using Bogus;
using FluentAssertions;
using JPProject.Domain.Core.Bus;
using JPProject.Domain.Core.Interfaces;
using JPProject.Domain.Core.Notifications;
using JPProject.Sso.Domain.CommandHandlers;
using JPProject.Sso.Domain.Interfaces;
using JPProject.Sso.Domain.Models;
using JPProject.Sso.Fakers.Test.Email;
using Moq... | 1.87877 | 7a8e232959d43043d205db96d4ec9779 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2507 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "ikijano/EngineeringUnits",
"max_stars_repo_path": "EngineeringUnits/CombinedUnits/AreaDensity/AreaDensitySet.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2508"
} | starcoder | <reponame>ikijano/EngineeringUnits
using EngineeringUnits.Units;
using System.Collections.Generic;
using System.Text;
namespace EngineeringUnits
{
public partial class AreaDensity
{
/// <summary>
/// Get from SI Unit.
/// </summary>
/// <exception cref="ArgumentException">... | 2.718289 | 9d371831010822d320c0952e4329d06b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2508 | {
"extension": "c-sharp",
"max_stars_count": "27.0",
"max_stars_repo_name": "withshankar/Xamarin-all-Samples",
"max_stars_repo_path": "WebServices/TodoREST/TodoRESTService/ASP.NET WebAPI 2/TodoRESTService/ErrorCode.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2509"
} | starcoder | namespace TodoRESTService
{
public enum ErrorCode
{
TodoItemNameAndNotesRequired,
TodoItemIDInUse,
RecordNotFound,
CouldNotCreateItem,
CouldNotUpdateItem,
CouldNotDeleteItem
}
}
| 1.503753 | b8ef43c093bf08cd6682f9e7e7285298 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2509 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yakir8/Lidar-Project",
"max_stars_repo_path": "LidarApplication/Terminal/Terminal.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2510"
} | starcoder | namespace LidarApplication {
partial class Terminal {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <pa... | 2.04842 | f3dd6968047f2da5055124709155ce0e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2510 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "twsouthwick/wwt-website",
"max_stars_repo_path": "src/WWT.Providers/Providers/GetTileProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2511"
} | starcoder | using System;
using System.IO;
using WWTWebservices;
namespace WWT.Providers
{
public class GetTileProvider : RequestProvider
{
public override void Run(IWwtContext context)
{
string query = context.Request.Params["Q"];
string[] values = query.Split(',');
int... | 2.411264 | 9218160ce56f025ab1c6f27fb4e317a2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2511 | {
"extension": "c-sharp",
"max_stars_count": "238.0",
"max_stars_repo_name": "dennisbappert/ApplicationInsights-dotnet",
"max_stars_repo_path": "src/ServerTelemetryChannel/Implementation/XorshiftRandomBatchGenerator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2512"
} | starcoder | namespace Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation
{
using System.Diagnostics.CodeAnalysis;
/// <summary>
/// Generates batches of random number using Xorshift algorithm
/// Note: the base code is from http://www.codeproject.com/Articles/9187/A-fast-equivalent-for-Sy... | 2.968761 | 88000fc0d0f59cec52af7f573d5a7a65 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2512 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "VeselinBPavlov/studioto.bg",
"max_stars_repo_path": "Src/Core/Studio.Application/Infrastructure/AutoMapper/Map.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2513"
} | starcoder | namespace Studio.Application.Infrastructure.AutoMapper
{
using System;
public sealed class Map
{
public Type Source { get; set; }
public Type Destination { get; set; }
}
}
| 1.769518 | e5b52d83d648e43fe2991dd78261b514 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2513 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "vrobweis/WeisVincent-P0",
"max_stars_repo_path": "IceShop/IceShopBL/ManagerService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2514"
} | starcoder | using IceShopDB.Models;
using IceShopDB.Repos;
using Serilog;
using System.Collections.Generic;
namespace IceShopBL
{
/// <summary>
/// This class handles manager-specific business logic for the IceShop using a repository that implements IRepository.
/// This includes adding new managers and getting manag... | 3.176363 | c3f21441a8f7fae93dcdd29ca64136b1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2514 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "jonmcquade/csharp-snippets",
"max_stars_repo_path": "SmartStoreNET-3.x/src/Libraries/SmartStore.Services/Tasks/ScheduleTaskService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2515"
} | starcoder | using System;
using System.Collections.Generic;
using System.Data.Entity.Infrastructure;
using System.Linq;
using SmartStore.Core.Data;
using SmartStore.Core.Domain.Tasks;
using SmartStore.Core.Localization;
using SmartStore.Utilities;
using SmartStore.Services.Helpers;
using System.Data.Entity.Core;
using System.Data.... | 2.326642 | c41137bb96fcfbbd3bddae4e5411f976 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2515 | {
"extension": "c-sharp",
"max_stars_count": "104.0",
"max_stars_repo_name": "lesterw1/Mdbc",
"max_stars_repo_path": "Src/Commands/RemoveCollectionCommand.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2516"
} | starcoder | <gh_stars>100-1000
// Copyright (c) <NAME>
// http://www.apache.org/licenses/LICENSE-2.0
using System.Management.Automation;
namespace Mdbc.Commands
{
[Cmdlet(VerbsCommon.Remove, "MdbcCollection")]
public sealed class RemoveCollectionCommand : AbstractDatabaseCommand
{
[Parameter(Position = 0, Mandatory = true... | 1.971515 | f066d9367558e58b3bb259bdc1574273 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2516 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "dvasdekis/Lean",
"max_stars_repo_path": "Common/Data/Market/FuturesChain.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2517"
} | starcoder | /*
* QUANTCONNECT.COM - Democratizing Finance, Empowering Individuals.
* Lean Algorithmic Trading Engine v2.0. Copyright 2014 QuantConnect Corporation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of ... | 2.370371 | c2617bfc031eb7d796865da0f13adaec |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2517 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Gostareh-Negar/TeleNet",
"max_stars_repo_path": "MTProto.Net.Server/Infrastructure/Storage/Implementations/LiteDbUserStore.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2518"
} | starcoder | using LiteDB;
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
using System.Threading.Tasks;
namespace MTProto.NET.Server.Infrastructure.Storage.Implementations
{
class LiteDbUserStore : LiteDbStoreBase<UserData>, IUserStore
{
public override void OnCollectionCreated(ILiteColl... | 2.745322 | 41f54af04b86dbbd2621149ab12de4d1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2518 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "piksel/kai",
"max_stars_repo_path": "kai/Actions/ActionInfo.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2519"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Piksel.Kai
{
public class ActionInfo : IKaiAction
{
public int Run()
{
throw new NotImplementedException();
}
public void SetOptions(Option... | 1.748396 | 083408529d17006e7dee8f8f11776e16 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2519 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nsschultz/fantasy-baseball-player-database",
"max_stars_repo_path": "FantasyBaseball.PlayerServiceDatabase.UnitTests/Services/PlayerUpdateServiceTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2520"
} | starcoder | <reponame>nsschultz/fantasy-baseball-player-database<gh_stars>0
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using FantasyBaseball.Common.Enums;
using FantasyBaseball.Common.Exceptions;
using FantasyBaseball.Common.Models;
using FantasyBaseball.PlayerServiceDatabase.Database;
using Fant... | 2.238249 | 6d23289122433580a9dcbd233efa39c8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2520 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BillDinger/SCHackathon2016",
"max_stars_repo_path": "src/Feature/News/code/Views/News/NewsArticle.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:2521"
} | starcoder | @using Sitecore.Feature.News
@using Sitecore.Foundation.SitecoreExtensions.Extensions
@model Sitecore.Mvc.Presentation.RenderingModel
<div class="news">
<h2>
@Html.Sitecore().Field(Templates.NewsArticle.Fields.Title.ToString(), Model.Item)
</h2>
<div class="well">
<span class="text-muted">
@Html.... | 2.335094 | b4e1ed5dcc045bb320ed7e9fbcd65edc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2521 | {
"extension": "c-sharp",
"max_stars_count": "324.0",
"max_stars_repo_name": "Namohar/DesignPatterns",
"max_stars_repo_path": "DesignPatternsInCSharp/TemplateMethod/ColdVeggiePizzaBakingService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2522"
} | starcoder | <filename>DesignPatternsInCSharp/TemplateMethod/ColdVeggiePizzaBakingService.cs
namespace DesignPatternsInCSharp.TemplateMethod
{
public class ColdVeggiePizzaBakingService : PanFoodServiceBase<ColdVeggiePizza>
{
public ColdVeggiePizzaBakingService(LoggerAdapter logger) : base(logger)
{
... | 3.131987 | 3b772afbd64f32dae16b6ab21364ad4b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2522 | {
"extension": "c-sharp",
"max_stars_count": "544.0",
"max_stars_repo_name": "skmjsy/Dotmim.Sync",
"max_stars_repo_path": "Tests/Dotmim.Sync.Tests/IntegrationTests/MariaDB/MariaDBTcpConflictsTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2523"
} | starcoder | using Dotmim.Sync.MariaDB;
using Dotmim.Sync.MySql;
using Dotmim.Sync.Sqlite;
using Dotmim.Sync.SqlServer;
using Dotmim.Sync.Tests.Core;
using Dotmim.Sync.Tests.Models;
using Microsoft.EntityFrameworkCore.Storage;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Thread... | 1.959199 | e91d033abecf46e3ccfdd94d6f0434b1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2523 | {
"extension": "c-sharp",
"max_stars_count": "44.0",
"max_stars_repo_name": "stjeong/NetUnicodeInfo",
"max_stars_repo_path": "System.Unicode.Build.Core/Utf8Buffer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2524"
} | starcoder | <reponame>stjeong/NetUnicodeInfo
using System.Collections.Concurrent;
using System.Text;
namespace System.Unicode.Build.Core
{
public struct Utf8Buffer : IDisposable
{
private static readonly ConcurrentStack<byte[]> BufferStack = new ConcurrentStack<byte[]>();
public static Utf8Buffer Get() => new Utf8Buffer(Bu... | 2.758487 | 373abed69e43d7af7e1f9f1a579c7801 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2524 | {
"extension": "c-sharp",
"max_stars_count": "503.0",
"max_stars_repo_name": "daniel-miranda/OpenAPI.NET",
"max_stars_repo_path": "src/Microsoft.OpenApi/Validations/Rules/OpenApiRuleAttribute.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2525"
} | starcoder | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
using System;
namespace Microsoft.OpenApi.Validations.Rules
{
/// <summary>
/// The Validator attribute.
/// </summary>
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
... | 1.475176 | 6b79b3da4ed5d605ddcf46eb7f06cacc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2525 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "eontoken/eot-unity-sdk",
"max_stars_repo_path": "UnitySDK/Assets/EOTSDK/EOTClient.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2526"
} | starcoder | <reponame>eontoken/eot-unity-sdk
using System;
using System.Collections;
using System.Globalization;
using EOTSDK.EOTDefines;
using EOTSDK.EOTResponse;
using EOTSDK.EOTResult;
using SimpleHTTP;
using UnityEngine;
namespace EOTSDK
{
public class EOTClient
{
private static EOTClient _instance;
p... | 1.99708 | d589309585c7fc42ce3ceaf986a4bcf2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2526 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "pulumi-bot/pulumi-azure-native",
"max_stars_repo_path": "sdk/dotnet/ProviderHub/Latest/Inputs/LoggingRuleArgs.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2527"
} | starcoder | // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Azur... | 1.438404 | e9a9b620cfbe1669f27216ce8df1f3d8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2527 | {
"extension": "c-sharp",
"max_stars_count": "2592.0",
"max_stars_repo_name": "relawson/openiddict-core",
"max_stars_repo_path": "src/OpenIddict.MongoDb/OpenIddictMongoDbContext.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2528"
} | starcoder | <reponame>relawson/openiddict-core
/*
* Licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
* See https://github.com/openiddict/openiddict-core for more information concerning
* the license and the contributors participating to this project.
*/
using Microsoft.Extensions.De... | 1.637805 | b0dcf16408afa132e1ce4aa64f6c8f1f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2528 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "atxryan/nwa-tech-summit",
"max_stars_repo_path": "src/app/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2529"
} | starcoder | using Helium.DataAccessLayer;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using System;
using System.IO;
namespace Helium
{
public class App
{
// applicatio... | 2.548428 | aceee7fc5897196a2ddaf2a3e4372bb8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2529 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "fredatgithub/MySqlQueryStress",
"max_stars_repo_path": "src/SQLQueryStress/LoadEngine.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2530"
} | starcoder | using Microsoft.Data.SqlClient;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Globalization;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks;
namespac... | 2.242162 | 031f5af3b849304cd90fb27b948d9f75 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2530 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "apapadimoulis/inedox-azure",
"max_stars_repo_path": "Azure/BuildMasterExtension/Legacy/AzureAction.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2531"
} | starcoder | <reponame>apapadimoulis/inedox-azure
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading;
using System.Xml;
using System.Xml.Linq;
using Inedo.Agents;
using Inedo.BuildMaster;
using Inedo.BuildMaster.Data;
using Inedo.BuildMast... | 1.618723 | b60101ad888ce568f89e8d8b039e2861 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2531 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "trmcnealy/Vega.NET",
"max_stars_repo_path": "Vega.NET/Schema/Mark.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2532"
} | starcoder | <gh_stars>1-10
using System.Collections.Generic;
using Newtonsoft.Json;
namespace Vega.Schema
{
public sealed class Mark
{
[JsonProperty("from", NullValueHandling = NullValueHandling.Ignore)]
public From From { get; set; }
[JsonProperty("type", Required = Required.Always)]
pub... | 1.602511 | 364e723bf962529e75fa93aa84907e9b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2532 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MyJetMarketingBox/MarketingBox.Auth.Service",
"max_stars_repo_path": "src/MarketingBox.Auth.Service.Grpc/Models/DeleteUserRequest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2533"
} | starcoder | using System.Runtime.Serialization;
namespace MarketingBox.Auth.Service.Grpc.Models
{
[DataContract]
public class DeleteUserRequest
{
[DataMember(Order = 1)]
public string TenantId { get; set; }
[DataMember(Order = 2)]
public string ExternalUserId { get; set; }
... | 1.401603 | 3cddfa2da29f24a542a68d1cb898234e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2533 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Sleeya/C-Professional",
"max_stars_repo_path": "Workshop/ForumApp/Controllers/PostDetailsController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2534"
} | starcoder | <gh_stars>1-10
using Forum.App.Services;
using Forum.App.UserInterface;
using Forum.App.UserInterface.ViewModels;
using Forum.App.Views;
namespace Forum.App.Controllers
{
using Forum.App.Controllers.Contracts;
using Forum.App.UserInterface.Contracts;
public class PostDetailsController : IController, IUs... | 2.171671 | 49a51794c1f56025c6c6a9d4a2ca9510 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2534 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "forki/Labs",
"max_stars_repo_path": "RelatedRecords.Wpf/Controls/AppButton.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2535"
} | starcoder | <reponame>forki/Labs<gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Controls;
using System.Windows;
using System.Windows.Interactivity;
using System.Windows.Input;
using WPFSpark;
namespace RelatedRecords.Wpf.Controls
{
public class AppButt... | 2.323074 | 452676d221d69cabfa9eb703643e1b79 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2535 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "agocke/VsVim",
"max_stars_repo_path": "Src/VimEditorHost/Implementation/BasicUndo/BasicUndoHistory.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2536"
} | starcoder | using System;
using System.Collections.Generic;
using System.Diagnostics;
using Microsoft.VisualStudio.Text.Operations;
using Microsoft.VisualStudio.Utilities;
using Microsoft.VisualStudio.Text.Editor;
namespace Vim.EditorHost.Implementation.BasicUndo
{
/// <summary>
/// Provides a very simple IText... | 2.356828 | 5b1e52e3de4b16ae4f6526e902966389 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2536 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "matiii/solidry",
"max_stars_repo_path": "src/Solidry/Aspects/WithAspectAndRetryAsync.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2537"
} | starcoder | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Solidry.Aspects.Contract;
using Solidry.Aspects.Contract.Factory;
using Solidry.Aspects.Internal;
namespace Solidry.Aspects
{
/// <inheritdoc />
/// <summary>
/// Asynchronous aspect with retry.
/// </summary>
/// ... | 2.430824 | c0e76308315f0428342682274fcdcba7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.