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 | 66633 | {
"extension": "c-sharp",
"max_stars_count": "186.0",
"max_stars_repo_name": "Bhaskers-Blu-Org2/VSLua",
"max_stars_repo_path": "src/Microsoft.VisualStudio.Debugger.Lua/Commands.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66634"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Microsoft.VisualStudio.Debugger.Lua
{
internal enum CommandKind
{
Breakpoint,
Step,
Continue,
Detach,
DebuggerEnvironmentReady
}
intern... | 2.415508 | 9638bef6e8daa1f11c5be1385aee95ab |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66634 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JadedCricket/Sidekick",
"max_stars_repo_path": "tests/Sidekick.TestInfrastructure/SidekickFixture.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66635"
} | starcoder | using System.Net.Http;
using AutoFixture;
using AutoFixture.AutoMoq;
using Sidekick.Application.Settings;
using Sidekick.Business.Apis.Poe.Parser.Patterns;
using Sidekick.Business.Apis.Poe.Trade;
using Sidekick.Business.Apis.Poe.Trade.Data.Items;
using Sidekick.Business.Apis.Poe.Trade.Data.Stats;
using Sidekick.Busines... | 1.468868 | dcaaf917a015fafbbf116bc2f6e6d1d4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66635 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "spatialcadets/virtualworlds",
"max_stars_repo_path": "workers/unity/Assets/Gamelogic/Fire/FlammableVisualizer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66636"
} | starcoder | using Assets.Gamelogic.UI;
using Improbable.Fire;
using Improbable.Unity;
using Improbable.Unity.Visualizer;
using UnityEngine;
namespace Assets.Gamelogic.Fire
{
[WorkerType(WorkerPlatform.UnityClient)]
public class FlammableVisualizer : MonoBehaviour
{
[Require] private Flammable.Reader flammable;... | 2.057445 | 552379af7a07c318d191253f9bf45e15 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66636 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "valkin88/CSharp-Fundamentals",
"max_stars_repo_path": "CSharp OOP Basics/Defining Classes - Exercises/RectangleIntersection/RectangleIntersection/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66637"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
class Program
{
static void Main(string[] args)
{
int[] counts = Console.ReadLine().Split(new char[0], StringSplitOptions.RemoveEmptyEntries).Select(int.Parse).ToArray();
Rectang... | 3.436469 | 520a6541eff163abe18bcf0b09054d08 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66637 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "foxy-lang/foxy",
"max_stars_repo_path": "src/Foxy/CodeAnalysis/Symbols/VariableSymbol.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66638"
} | starcoder | <reponame>foxy-lang/foxy
using System;
using Foxy.CodeAnalysis.Binding;
namespace Foxy.CodeAnalysis.Symbols
{
public abstract class VariableSymbol : Symbol
{
internal VariableSymbol(string name, bool isReadOnly, TypeSymbol type, BoundConstant? constant)
: base(name)
{
Is... | 2.133668 | d9309637fcf1a717026712649259a625 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66638 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "joaopgrassi/fluentvalidation-efcore-ruletesting",
"max_stars_repo_path": "tests/Shop.API.Tests/CustomerValidatorTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66639"
} | starcoder | <gh_stars>1-10
using FluentValidation.Validators;
using Microsoft.Data.Sqlite;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
using Microsoft.EntityFrameworkCore.Metadata.Conventions;
using Shop.API.Controllers;
using Shop.Data;... | 2.537894 | aa5279db9fffceb80fce83752a6c0eee |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66639 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ManuelLoof/ManuelStandardLib",
"max_stars_repo_path": "Assets/TouchControl/Scripts/PlayAnimation.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66640"
} | starcoder | using UnityEngine;
using System.Collections;
[RequireComponent(typeof(Animation))]
public class PlayAnimation : MonoBehaviour
{
private Animation _animation;
// Use this for initialization
void Start () {
_animation = this.GetComponent<Animation>();
}
public void PlayOnce()
{
_animation.Play("Resize"... | 1.913507 | 8e5944530e68d4a78531ea2d5fbaf5f8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66640 | {
"extension": "c-sharp",
"max_stars_count": "40.0",
"max_stars_repo_name": "MedAnd/service-fabric-client-dotnet",
"max_stars_repo_path": "src/Microsoft.ServiceFabric.Common/Generated/ServicePlacementPolicyDescription.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66641"
} | starcoder | <reponame>MedAnd/service-fabric-client-dotnet<filename>src/Microsoft.ServiceFabric.Common/Generated/ServicePlacementPolicyDescription.cs
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt i... | 2.077876 | 2f6e04f4bc8ad18bcca49e133e47d304 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66641 | {
"extension": "c-sharp",
"max_stars_count": "12.0",
"max_stars_repo_name": "onepiecefreak3/commercetools-dotnet-core-sdk",
"max_stars_repo_path": "commercetools.Sdk/commercetools.Sdk.Domain/CartDiscounts/UpdateActions/ChangeCartPredicateUpdateAction.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66642"
} | starcoder | namespace commercetools.Sdk.Domain.CartDiscounts.UpdateActions
{
public class ChangeCartPredicateUpdateAction : UpdateAction<CartDiscount>
{
public string Action => "changeCartPredicate";
public string CartPredicate { get; set; }
}
} | 1.517452 | d4a92d45a97ecd047b388b8743544741 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66642 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "YcleptInsan/Salon",
"max_stars_repo_path": "Views/stylists_form.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:66643"
} | starcoder | <form action="/stylists/new" method="post">
<label for="stylist-name">Stylist Name</label>
<input id="stylist-name" name="stylist-name" type="text">
<button type="submit">Add</button>
</form>
| 1.621244 | f7d367fd34e559eb84c983d3d7d2ebdc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66643 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "jklarenbeek/csharpness",
"max_stars_repo_path": "cs-futils.webforms/src/bootstrap/SingleFileUpload.ascx.designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66644"
} | starcoder | <gh_stars>1-10
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------... | 1.248035 | 329a3684708451d96a81d8518814669f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66644 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "SpecFlowOSS/SpecFlow.Actions",
"max_stars_repo_path": "Plugins/SpecFlow.Actions.Selenium/SpecFlow.Actions.Selenium/DriverInitialiser.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66645"
} | starcoder | <gh_stars>10-100
using OpenQA.Selenium;
using OpenQA.Selenium.Chrome;
using OpenQA.Selenium.Edge;
using OpenQA.Selenium.Firefox;
using OpenQA.Selenium.IE;
using System;
using System.Collections.Generic;
using System.Linq;
namespace SpecFlow.Actions.Selenium
{
public interface IDriverInitialiser
{
IWeb... | 2.351882 | d6e8c7fe182d2e3925df3f8a525fbe73 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66645 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "klinker-consulting/adapt-analyzer",
"max_stars_repo_path": "Adapt.Analyzer/Fakes/General/TimerFake.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66646"
} | starcoder | using System;
using Adapt.Analyzer.Core.General;
namespace Fakes.General
{
public class TimerFake : ITimer
{
public bool IsStarted { get; private set; }
public TimeSpan Elapsed { get; set; }
public bool IsStopped { get; private set; }
public void Start()
{
... | 2.026304 | 8ac0b34edaf042c549d1488d11b5c926 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66646 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ajf2/UnitsNet",
"max_stars_repo_path": "UnitsNet.Tests/GeneratedCode/PowerDensityTestsBase.g.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66647"
} | starcoder | <filename>UnitsNet.Tests/GeneratedCode/PowerDensityTestsBase.g.cs
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by \generate-code.bat.
//
// Changes to this file will be lost when the code is regenerated.
// The build server ... | 1.974451 | c359c7cd1dfa34afdccba2c4e4ce3757 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66647 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "liurong92/C-Sharp",
"max_stars_repo_path": "src/LanguageBasics/Common/StaticConstructorDemoClass.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66648"
} | starcoder | <filename>src/LanguageBasics/Common/StaticConstructorDemoClass.cs
namespace LanguageBasics.Common
{
// ReSharper disable FieldCanBeMadeReadOnly.Local
public class StaticConstructorDemoClass
{
private static string s_staticField;
static StaticConstructorDemoClass()
{
s_... | 3.101421 | 8b2daf43442e9945af390d7f915e7f3f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66648 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "HelloWindows/AccountBook-",
"max_stars_repo_path": "client/framework/UnityCsReference-master/Runtime/Export/Assertions/Must/MustNull.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66649"
} | starcoder | <reponame>HelloWindows/AccountBook-
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using System.Diagnostics;
using UnityEngine;
namespace UnityEngine.Assertions.Must
{
public static partial cl... | 1.64925 | 020960300cb66471f8854c3f731e866f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66649 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "serhuey/MVGLive",
"max_stars_repo_path": "MVGTimeTable/View/Converters/ForegroundColorMvc.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66650"
} | starcoder | <reponame>serhuey/MVGLive
// Copyright (c) <NAME>. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
using MVGTimeTable.ViewModel;
using System;
using System.Globalization;
using System.Windows.Data;
using System.Windows.Media;
namespace MVGTim... | 2.336371 | e7340f10c00e3d521489570e20831396 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66650 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Dimitvp/PetsLostAndFoundSystem",
"max_stars_repo_path": "PetsLostAndFound/PetsLostAndFoundSystem.Reporters/Services/Contracts/IReportService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66651"
} | starcoder | using System.Collections.Generic;
using System.Threading.Tasks;
using PetsLostAndFoundSystem.Reporters.Models.Reports;
using PetsLostAndFoundSystem.Reporters.Data.Models;
using PetsLostAndFoundSystem.Services;
namespace PetsLostAndFoundSystem.Reporters.Services.Contracts
{
public interface IReportService : IData... | 1.925363 | cad8b45e741464234da545b2ec941d85 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66651 | {
"extension": "c-sharp",
"max_stars_count": "42.0",
"max_stars_repo_name": "theczorn/blackslope.net",
"max_stars_repo_path": "src/BlackSlope.Api.Common/Exceptions/TypeSwitch.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66652"
} | starcoder | using System;
namespace BlackSlope.Api.Common.Exceptions
{
/// <summary>
/// Allows you to do switch statements against types, with auto-casting.
/// </summary>
public static class TypeSwitch
{
/// <summary>
/// Evaluates the specified source.
/// </summary>
... | 3.537641 | 2902ffc941c3faab79a9dc12f65d0346 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66652 | {
"extension": "c-sharp",
"max_stars_count": "34.0",
"max_stars_repo_name": "nesrak1/xenko",
"max_stars_repo_path": "sources/engine/Xenko.Rendering/Extensions/SimpleExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66653"
} | starcoder | // Copyright (c) Xenko contributors (https://xenko.com) and Silicon Studio Corp. (https://www.siliconstudio.co.jp)
// Distributed under the MIT license. See the LICENSE.md file in the project root for more information.
using Xenko.Graphics;
using Xenko.Graphics.Data;
using Xenko.Rendering;
namespace Xenko.Extensions
{... | 2.569592 | 8ed5017799a2fa6433e176a15d72b8dc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66653 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "undancer/oni-data",
"max_stars_repo_path": "Managed/main/CodexLabelWithIcon.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66654"
} | starcoder | <reponame>undancer/oni-data
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class CodexLabelWithIcon : CodexWidget<CodexLabelWithIcon>
{
public CodexImage icon { get; set; }
public CodexText label { get; set; }
public CodexLabelWithIcon()
{
}
public CodexLabelWithIcon(string ... | 1.886473 | 22c8e17e9276fa47e77c8da5b6451753 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66654 | {
"extension": "c-sharp",
"max_stars_count": "29.0",
"max_stars_repo_name": "se5a/ImGuiCS",
"max_stars_repo_path": "ImGuiCS/src/ImGuiIO.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66655"
} | starcoder | using System;
using System.Runtime.InteropServices;
namespace ImGuiNET {
public delegate string RenderDrawListsFn_(IntPtr data);
public delegate string RenderDrawListsFn(ImDrawData data);
public delegate string GetClipboardTextFn(IntPtr user_data);
public delegate void SetClipboardTextFn(IntPtr user_d... | 2.52755 | 526d409b4f7886fca5fcbab48c2b81ec |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66655 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Fujiwo/Apps",
"max_stars_repo_path": "FLifegame.Core/Model/LifeGame.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66656"
} | starcoder | <gh_stars>0
using FLifegame.Common;
using System.ComponentModel;
namespace FLifegame.Model
{
public abstract class Lifegame : INotifyPropertyChanged
{
public event PropertyChangedEventHandler PropertyChanged;
readonly Board board;
ITimer timer = null;
//CellDataList cellDataLi... | 2.566205 | f46a3533e6d8e3ac34ae66266151e851 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66656 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bstordrup/CoreWCF",
"max_stars_repo_path": "src/CoreWCF.WebHttp/tests/RoutingTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66657"
} | starcoder | <gh_stars>0
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Net;
using System.Threading.Tasks;
using CoreWCF.Configuration;
using CoreWCF.Description;
using Helpers;
using Microsoft.AspNetCore.Builder;
using Microsof... | 1.631114 | 8a9a4559a62d547417b18aa540736259 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66657 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sinpcw/kamonohashi",
"max_stars_repo_path": "web-api/platypus/platypus/ApiModels/ResourceApiModels/TenantResourceOutputModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66658"
} | starcoder | using Nssol.Platypus.Infrastructure;
using Nssol.Platypus.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Nssol.Platypus.ApiModels.ResourceApiModels
{
public class TenantResourceOutputModel
{
public TenantResourceOutputModel(Tenant ten... | 2.54121 | dd648613c3a5eee706e57335a847bed6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66658 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BlackOfWorld/BlackOfWorlds-Webkit-Library",
"max_stars_repo_path": "BlackOfWorld's WebKit library/HttpServer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66659"
} | starcoder | <reponame>BlackOfWorld/BlackOfWorlds-Webkit-Library<gh_stars>0
using BlackOfWorld.Webkit.Models;
using BlackOfWorld.Webkit.Toolkit;
using BlackOfWorld.Webkit.Managers;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
usin... | 2.299565 | 9608a737cec53d7168dbc35ceac287aa |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66659 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FlukeFan/MvcFolders",
"max_stars_repo_path": "MvcFolders.Tests/StubApp/FallbackTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66660"
} | starcoder | <gh_stars>0
using FluentAssertions;
using MvcFolders.Tests.StubApp.Utility;
using NUnit.Framework;
namespace MvcFolders.Tests.StubApp
{
[TestFixture]
public class FallbackTests : StubAppTest
{
[Test]
public void FallbackIfNoFeatureFound()
{
StubApp.Test(http... | 1.204795 | ec1f80e472108bbf5b34a4111206df71 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66660 | {
"extension": "c-sharp",
"max_stars_count": "1022.0",
"max_stars_repo_name": "augustoproiete-forks/NuGet--NuGetGallery",
"max_stars_repo_path": "src/NuGetGallery/Infrastructure/Mail/Requests/ReportPackageRequest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66661"
} | starcoder | <reponame>augustoproiete-forks/NuGet--NuGetGallery<gh_stars>1000+
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Net.Mail;
using NuGet.Services.Entities;
namespace NuGetGallery.Infrast... | 1.319817 | 0c845877d6a34df46c0d1a9fa846c481 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66661 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "stevenalanstark/squidex",
"max_stars_repo_path": "backend/tests/Squidex.Domain.Apps.Entities.Tests/History/Notifications/NotificationEmailSenderTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66662"
} | starcoder | // ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschraenkt)
// All rights reserved. Licensed under the MIT license.
// ===========================... | 1.479235 | 4b93718b777c50747caf4d97d6ae25b0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66662 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "GalacticGUI/GameJam2018",
"max_stars_repo_path": "Assets/Scripts/CameraFollowWithBounds.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66663"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class CameraFollowWithBounds : MonoBehaviour {
public Transform target; // target to follow
Vector3 velocity = Vector3.zero;
public float smoothTime = 0.175f; // delay time to follow... | 2.557691 | 4ce7cfeba94937fb67e76392690ed416 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66663 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "ZakKaioken/Abbybot-III",
"max_stars_repo_path": "Abbybot-III/Sql/Abbybot/Abbybot/AbbybotSql.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66664"
} | starcoder | using AbbySql;
using AbbySql.Types;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Abbybot_III.Sql.Abbybot.Abbybot
{
class AbbybotSql
{
public static async Task<List<ulong>> GetAbbybotIdAsync()
{
List<ulong> abbybots = new List<ulong>();
Abb... | 2.545939 | 0d78be0029cf7162c9210bfd32b492c6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66664 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "GalenHealthcare/Elasticsearch-OCR-Service-Example",
"max_stars_repo_path": "ElasticsearchOCRServiceExample/Services/ElasticsearchService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66665"
} | starcoder | using System.Threading.Tasks;
using Nest;
using ElasticsearchOCRServiceExample.Models;
using System;
namespace ElasticsearchOCRServiceExample.Services
{
public class ElasticsearchService
{
private string _indexName { get; set; }
private ElasticClient _client { get; set; }
public Elast... | 2.420766 | efa4a018ab9c0175dfafaf41d5c32ce9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66665 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Nadializcano/HairSalonFinal",
"max_stars_repo_path": "HairSalon/Views/Specialties/Show.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:66666"
} | starcoder | <reponame>Nadializcano/HairSalonFinal
@using HairSalon.Models;
<html>
<head>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jque... | 2.371822 | 29395065b6a48c02f3a20224573e8f1d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66666 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "l3kov9/CSharpAdvanced",
"max_stars_repo_path": "Pizza/LocalPub/LocalPub.Models/ClientLoginModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66667"
} | starcoder | <reponame>l3kov9/CSharpAdvanced<gh_stars>0
using System.ComponentModel.DataAnnotations;
namespace LocalPub.Models
{
public class ClientLoginModel
{
[Required(ErrorMessage = "The username is required")]
[MinLength(5, ErrorMessage = "The username must be at least {1} symbols long")]
publ... | 2.218151 | 60728a2dede6d5d8e6ac0e92949638a6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66667 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lanorkin/SEO.Sitemaps",
"max_stars_repo_path": "src/Geta.SEO.Sitemaps/Entities/SitemapData.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66668"
} | starcoder | // Copyright (c) <NAME>. All rights reserved.
// Licensed under Apache-2.0. See the LICENSE file in the project root for more information
using System.Collections.Generic;
using EPiServer.Data;
using EPiServer.Data.Dynamic;
namespace Geta.SEO.Sitemaps.Entities
{
[EPiServerDataStore(AutomaticallyCreateStore = tru... | 1.660909 | a889a45109b4fb492522961bf7ef7af9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66668 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "conplementAG/30-seconds-of-c-sharp",
"max_stars_repo_path": "snippets/Date.Test/Date.IsSameDate.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66669"
} | starcoder | <filename>snippets/Date.Test/Date.IsSameDate.cs
using FluentAssertions;
using System;
using Xunit;
namespace JonasSchubert.Snippets.Date.Test
{
public class DateIsSameDateUnitTest
{
[Fact]
public void IsSameDate_ShouldReturnTrue_IfDatesAreTheSame()
{
// Arrange
v... | 2.809472 | a67a3f5321d6cf4dd0bf11e0cd40d00f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66669 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "EdutechSRL/Adevico",
"max_stars_repo_path": "3-Business/3-Modules/lm.Comol.Modules.CallForPapers/Presentation/Base/Controls/ColumnMessageGrid.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66670"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace lm.Comol.Modules.CallForPapers.Presentation
{
public enum ColumnMessageGrid
{
AgencyName = 0,
SubmissionType = 1,
SubmissionStatus = 2,
LastActionOn = 3
}
}
| 1.197736 | ef68c261728f6c8055d14e51b60b8072 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66670 | {
"extension": "c-sharp",
"max_stars_count": "393.0",
"max_stars_repo_name": "polinar68/Simmy-polly",
"max_stars_repo_path": "src/Polly.Contrib.Simmy/MonkeyEngine.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66671"
} | starcoder | <reponame>polinar68/Simmy-polly
using System;
using System.Threading;
using Polly.Contrib.Simmy.Utilities;
namespace Polly.Contrib.Simmy
{
internal static class MonkeyEngine
{
private static bool ShouldInject(Context context, CancellationToken cancellationToken, Func<Context, CancellationToken, double... | 2.235146 | 133931e7f303c9f7b5ae97303b392996 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66671 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Joac89/Microservicios",
"max_stars_repo_path": "routingdeal/Startup.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66672"
} | starcoder | <filename>routingdeal/Startup.cs
using System;
using System.IO;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Newtonsoft.Json;
using routingdeal.Business;
using Swashbuckle.AspNetCore.Swagg... | 2.194924 | 6fd96f1fa0c1ad0d4c1e9494e3417bb7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66672 | {
"extension": "c-sharp",
"max_stars_count": "36.0",
"max_stars_repo_name": "atravita-mods/Stardew_Valley_Mods",
"max_stars_repo_path": "GeneralMods/Revitalize/Framework/Objects/InformationFiles/Furniture/ArcadeCabinetInformation.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66673"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using StardewValley.Minigames;
namespace Revitalize.Framework.Objects.InformationFiles.Furniture
{
public class ArcadeCabinetInformation
{
public IMinigame minigame;
public bool ... | 2.297738 | 4856b8e82f9204c6e69503b875046c35 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66673 | {
"extension": "c-sharp",
"max_stars_count": "220.0",
"max_stars_repo_name": "JTOne123/xamarin-plugins",
"max_stars_repo_path": "Geofence/Geofence/Geofence.Plugin.iOS/GeofenceImplementation.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66674"
} | starcoder | using Geofence.Plugin.Abstractions;
#if __UNIFIED__
using CoreLocation;
using UIKit;
using Foundation;
#else
using MonoTouch.CoreLocation;
using MonoTouch.UIKit;
using MonoTouch.Foundation;
#endif
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.C... | 2.295268 | 8796fe08634bd65aa4d440c19a9d4ea7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66674 | {
"extension": "c-sharp",
"max_stars_count": "226.0",
"max_stars_repo_name": "prophetl33t/OWLib",
"max_stars_repo_path": "TankLibHelper/Modes/CreateClasses.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66675"
} | starcoder | <filename>TankLibHelper/Modes/CreateClasses.cs
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using TankLib.Helpers;
namespace TankLibHelper.Modes {
public class CreateClasses : IMode {
public string Mode => "createclasses";
private StructuredDataInfo _info;
... | 2.547911 | 9f4aa9398162cc71d2571789a92cf826 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66675 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AlexisVidal/VilocruErp",
"max_stars_repo_path": "ERP.Admin/Views/Producto/Registro.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:66676"
} | starcoder | @using ERP.Admin.Models
@{
var _entidadp = (Producto)ViewBag.Producto;
int id_producto = 0;
int fk_producto_marcas = 0;
string cod_productos = "";
string nom_productos = "";
string codigo_skus = "";
string descripcion_producto_marcas = "";
if (_entidadp != null)
{
id_p... | 2.195481 | cc575363ffa63ad086466292857b476c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66676 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Joey35233/FoxKit-3",
"max_stars_repo_path": "FoxKit/Assets/FoxKit/Fox/Generated/Tpp/Effect/TppWaterBounding.generated.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66677"
} | starcoder | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---... | 1.79476 | 4954d1f7ea9ef7e0b6dbbe5d1804dbe3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66677 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "MicrosoftSam/CheapFlightsPrototype",
"max_stars_repo_path": "CheapFlights/Models/FlightInfoViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66678"
} | starcoder | using QuickType;
using System.Collections.Generic;
namespace CheapFlights.Models
{
public class FlightInfoViewModel
{
public string Id { get; set; }
public Price Price { get; set; }
public string Currency { get; set; }
public List<Service> Services { get; set; }
public ... | 1.894114 | 71990ca0882674040662ac79ec6d9d0d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66678 | {
"extension": "c-sharp",
"max_stars_count": "522.0",
"max_stars_repo_name": "essensoft/paymen",
"max_stars_repo_path": "src/Essensoft.Paylink.Alipay/Domain/ProtocolPreviewVO.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66679"
} | starcoder | using System.Text.Json.Serialization;
namespace Essensoft.Paylink.Alipay.Domain
{
/// <summary>
/// ProtocolPreviewVO Data Structure.
/// </summary>
public class ProtocolPreviewVO : AlipayObject
{
/// <summary>
/// 协议内容
/// </summary>
[JsonPropertyName("protocol_con... | 1.524008 | 679c524a9adf42fd1304a68e3098e919 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66679 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "leixf2005/Alipay.AopSdk.Core",
"max_stars_repo_path": "Alipay.AopSdk.Core/Domain/AlipayPcreditHuabeiAuthOrderCloseModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66680"
} | starcoder | using System;
using System.Xml.Serialization;
namespace Alipay.AopSdk.Core.Domain
{
/// <summary>
/// AlipayPcreditHuabeiAuthOrderCloseModel Data Structure.
/// </summary>
[Serializable]
public class AlipayPcreditHuabeiAuthOrderCloseModel : AopObject
{
/// <summary>
/// 支付宝侧花呗冻结... | 1.695851 | 491c2e1072b2d0c354cebb03f07d9cf4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66680 | {
"extension": "c-sharp",
"max_stars_count": "34.0",
"max_stars_repo_name": "wangxing0734/CSharp_TreeListView",
"max_stars_repo_path": "TreeListView/TreeListView/TreeListViewItem.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66681"
} | starcoder | <filename>TreeListView/TreeListView/TreeListViewItem.cs<gh_stars>10-100
using System;
using System.Drawing;
using System.Runtime.InteropServices;
using System.ComponentModel;
using System.Runtime.InteropServices.APIs;
using System.Diagnostics;
namespace System.Windows.Forms
{
#region TreeListViewItemBoundsPortion
//... | 2.666 | 10f5c1c3e99ad35006ac33e8609ab4a8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66681 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "ThomasBleijendaal/durable-dice",
"max_stars_repo_path": "src/DurableDice.Common.Tests/Geometry/TestCases/FieldBlockSizeTestCaseSource.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66682"
} | starcoder | using System.Collections;
using DurableDice.Common.Models.State;
using NUnit.Framework;
namespace DurableDice.Common.Tests.Geometry.TestCases;
public class FieldBlockSizeTestCaseSource : IEnumerable
{
public IEnumerator GetEnumerator()
{
yield return new TestCaseData(
new[] {
... | 2.291582 | 15c72b23ceea4d9d567e492c68c7ac93 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66682 | {
"extension": "c-sharp",
"max_stars_count": "96.0",
"max_stars_repo_name": "jsyeo/nuget-chocolatey",
"max_stars_repo_path": "test/Core.Test/DataServicePackageTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66683"
} | starcoder | <reponame>jsyeo/nuget-chocolatey<gh_stars>10-100
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.Versioning;
using Moq;
using NuGet.Test.Mocks;
using Xunit;
namespace NuGet.Test
{
public class DataServicePackageTest
{
[Fact]
... | 2.405985 | 3a2724f1feca515f94030d0ecf80b604 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66683 | {
"extension": "c-sharp",
"max_stars_count": "469.0",
"max_stars_repo_name": "Schumix/MonoLibraries",
"max_stars_repo_path": "Mono.Libraries/Mono.Posix/Mono.Unix/StdioFileStream.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66684"
} | starcoder | //
// Mono.Unix/StdioFileStream.cs
//
// Authors:
// <NAME> (<EMAIL>)
//
// (C) 2005-2006 <NAME>
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// with... | 2.035506 | e398b60a92e3aac79e271599f21cabdf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66684 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mbernard/csla",
"max_stars_repo_path": "Support/Csla.Analyzers/Csla.Analyzers.Tests/Targets/ITypeSymbolExtensionsTests.IsStereotypeWhenSymbolIsStereotypeViaBusinessBase.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66685"
} | starcoder | <filename>Support/Csla.Analyzers/Csla.Analyzers.Tests/Targets/ITypeSymbolExtensionsTests.IsStereotypeWhenSymbolIsStereotypeViaBusinessBase.cs
using Csla;
public class IsStereotypeWhenSymbolIsStereotypeViaBusinessBase
: BusinessBase<IsStereotypeWhenSymbolIsStereotypeViaBusinessBase> { } | 0.990607 | 14eed389c9d97d8fbf6485e1ab540374 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66685 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "SNBnani/Xian",
"max_stars_repo_path": "ImageServer/Web/Common/Data/ServiceLockDataAdapter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66686"
} | starcoder | #region License
// Copyright (c) 2011, ClearCanvas Inc.
// All rights reserved.
// http://www.clearcanvas.ca
//
// This software is licensed under the Open Software License v3.0.
// For the complete license, see http://www.clearcanvas.ca/OSLv3.0
#endregion
using System.Collections.Generic;
using ClearCan... | 2.094471 | 7c4a0f9a0943bea2c6836cbc87b66526 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66686 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "halcwb/ext-direct-mvc",
"max_stars_repo_path": "src/Ext.Direct.Mvc/DirectEventResponse.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66687"
} | starcoder | <filename>src/Ext.Direct.Mvc/DirectEventResponse.cs
using Newtonsoft.Json;
namespace Ext.Direct.Mvc {
public class DirectEventResponse : DirectResponse {
public DirectEventResponse(DirectRequest request) : base(request) { }
[JsonProperty("type")]
public string Type {
get { r... | 2.107079 | c14a6a7058be886a8dc08497ee0fe785 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66687 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "clarktozer/sp-webhooks",
"max_stars_repo_path": "WebHooks.Data/Models/Notification.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66688"
} | starcoder | using Newtonsoft.Json;
using System;
namespace WebHooks.Data.Models
{
public class Notification
{
[JsonProperty(PropertyName = "subscriptionId")]
public string SubscriptionId { get; set; }
[JsonProperty(PropertyName = "clientState")]
public string ClientState { get; set; }... | 1.715607 | 328fe059777dc9a305964db266c47847 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66688 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "eisenpony/qDx",
"max_stars_repo_path": "Samples/qdx.Samples.FileCreator/Diagnostics/ErrorCode.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66689"
} | starcoder | <filename>Samples/qdx.Samples.FileCreator/Diagnostics/ErrorCode.cs
using System;
using System.Runtime.Serialization;
using System.Security.Permissions;
namespace qdx.Samples.FileCreator.Diagnostics
{
// This class supports identifying exceptions raised by the domain classes with specific identifiers.
// This... | 2.81958 | c07c93e84fea5b304943c22d24361fb5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66689 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "topoprogrammer/PsScottBradyAspCoreNetIdentity",
"max_stars_repo_path": "AspNetCoreIdentity/AspNetCoreIdentity/Controllers/HomeController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66690"
} | starcoder | <filename>AspNetCoreIdentity/AspNetCoreIdentity/Controllers/HomeController.cs
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using AspNetCoreIdentity.Models;
using Microsoft.AspNetCore.Identity;
using Microsoft.... | 2.012765 | 0b5342511a88f7872860ce40157e3cba |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66690 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "radrex/RxAutoInspection",
"max_stars_repo_path": "RxAuto/Web/RxAuto.Web/Areas/Administration/Views/OperatingLocations/Create.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:66691"
} | starcoder | <filename>RxAuto/Web/RxAuto.Web/Areas/Administration/Views/OperatingLocations/Create.cshtml<gh_stars>1-10
@model RxAuto.Web.ViewModels.OperatingLocations.InputModels.OperatingLocationInputModel
@{
ViewData["Title"] = "Operating Locations Create Form";
}
<div class="text-center">
<h1 class="display-4">Форма з... | 2.635592 | 082144ebf486ea9682e10f2c1ec5c59a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66691 | {
"extension": "c-sharp",
"max_stars_count": "1452.0",
"max_stars_repo_name": "jomelmadia/qmk_toolbox",
"max_stars_repo_path": "windows/QMK Toolbox/KeyTester/KeyTesterWindow.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66692"
} | starcoder | using System.Windows.Forms;
namespace QMK_Toolbox.KeyTester
{
public partial class KeyTesterWindow : Form
{
private const int WM_KEYDOWN = 0x100;
private const int WM_KEYUP = 0x101;
private const int WM_SYSKEYDOWN = 0x104;
private const int WM_SYSKEYUP = 0x105;
... | 1.961567 | a703cebd00cbd036749dee5bb2499404 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66692 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "abombss/NServiceBus",
"max_stars_repo_path": "src/NServiceBus.Core/Hosting/Configuration/SLAInitializer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66693"
} | starcoder | <reponame>abombss/NServiceBus<filename>src/NServiceBus.Core/Hosting/Configuration/SLAInitializer.cs
namespace NServiceBus
{
using System;
using System.Linq;
class SLAInitializer : IWantCustomInitialization,IWantTheEndpointConfig
{
public void Init()
{
var arr = Conf... | 2.297235 | 1d3e1b615e661eca69db62be83f75345 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66693 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "KrasiMarkov/ShoesStore",
"max_stars_repo_path": "ShoesStore/ShoesStore/Services/Shoes/Models/ShoeCategoryServiceModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66694"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace ShoesStore.Models.Shoes
{
public class ShoeCategoryServiceModel
{
public int Id { get; init; }
public string Name { get; init; }
}
}
| 1.678596 | 50b5f54de52c654cb8c06c97dab99eef |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66694 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ryo1988/Rml",
"max_stars_repo_path": "Rml/Math.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66695"
} | starcoder | <reponame>ryo1988/Rml<filename>Rml/Math.cs
using System;
namespace Rml
{
/// <summary>
///
/// </summary>
public static class Math
{
/// <summary>
///
/// </summary>
/// <param name="value"></param>
/// <param name="digits"></param>
/... | 3.232991 | 7c879d0565767f7b0d3638b02bb8bde8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66695 | {
"extension": "c-sharp",
"max_stars_count": "966.0",
"max_stars_repo_name": "garfiedhuang/FileHelper",
"max_stars_repo_path": "FileHelpers.Tests/Tests/Common/Optional.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66696"
} | starcoder | <filename>FileHelpers.Tests/Tests/Common/Optional.cs
using NUnit.Framework;
namespace FileHelpers.Tests.CommonTests
{
[TestFixture]
public class OptionalFields
{
private const int ExpectedRecords = 8;
[Test]
// [Ignore("Not Implementes")]
public void Fixed0()
{
... | 2.582884 | 73742a5172c6e3b9a36b6688f44ddf8b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66696 | {
"extension": "c-sharp",
"max_stars_count": "27.0",
"max_stars_repo_name": "obfuscators-2019/vot4cs",
"max_stars_repo_path": "ConsoleCalculator/ConsoleCalculator/VirtData/ExtensionsTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66697"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleCalculator
{
internal static class ExtensionsTests
{
///
/// http://www.dotnetperls.com/explode
//////
//... | 3.139322 | 1ed2d7eac943897e3c36fa27fd4ea43e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66697 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FengSiyuan92/AddressablesTest",
"max_stars_repo_path": "Packages/com.unity.addressables@1.19.4/Editor/Build/AddressablesPlayerBuildProcessor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66698"
} | starcoder | <filename>Packages/com.unity.addressables@1.19.4/Editor/Build/AddressablesPlayerBuildProcessor.cs
using System;
using System.IO;
using System.Collections.Generic;
using UnityEditor;
using UnityEditor.AddressableAssets;
using UnityEditor.AddressableAssets.Build;
using UnityEditor.AddressableAssets.Settings;
using UnityE... | 1.954914 | e1fcd7c7a0092012d86faa54462eac20 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66698 | {
"extension": "c-sharp",
"max_stars_count": "249.0",
"max_stars_repo_name": "rgwood/go2cs",
"max_stars_repo_path": "src/go-src-converted/vendor/golang.org/x/net/idna/tables10.0.0_idnaTrieStruct.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66699"
} | starcoder | //---------------------------------------------------------
// <auto-generated>
// This code was generated by a tool. Changes to this
// file may cause incorrect behavior and will be lost
// if the code is regenerated.
//
// Generated on 2020 October 09 06:07:06 UTC
// </auto-generated>
//--------------... | 1.57585 | ecea2327f727dfd6ae30c05618f2ec2b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66699 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tony722/Zigen.IPLogic",
"max_stars_repo_path": "AET.Zigen.IPLogic/AET.Zigen.IPLogic/CommandObjects/GetCommsData.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66700"
} | starcoder | <filename>AET.Zigen.IPLogic/AET.Zigen.IPLogic/CommandObjects/GetCommsData.cs
using Newtonsoft.Json;
using System.Collections.Generic;
namespace AET.Zigen.IPLogic.CommandObjects {
public class GetCommsData : APICommandObject {
public GetCommsData() : base("/GetCommsData") {
MacAddresses = new List<st... | 2.571009 | 9ba8b41d5e58ad235b9b5a7978248e06 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66700 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "tommcdo/RockLib.Messaging",
"max_stars_repo_path": "Example.Common.Tests/SingleMessageServiceTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66701"
} | starcoder | using FluentAssertions;
using Moq;
using Moq.Protected;
using RockLib.Dynamic;
using RockLib.Messaging;
using System;
using System.Threading;
using Xunit;
namespace Example.Common.Tests
{
public class SingleMessageServiceTests
{
[Fact(DisplayName = "Constructor sets properties")]
public void Co... | 2.727267 | 7bbd51172935111c081e9736d7b9c5b8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66701 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "mihasic/LuceneSearch",
"max_stars_repo_path": "src/LuceneSearch/Index.static.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66702"
} | starcoder | namespace LuceneSearch
{
using Lucene.Net.Codecs;
using Lucene.Net.Codecs.Lucene41;
using Lucene.Net.Codecs.Lucene45;
using Lucene.Net.Codecs.Lucene46;
public partial class Index
{
private class CustomPostingsFormatFactory : DefaultPostingsFormatFactory
{
... | 1.911289 | 6efacd09d3041114542f632a98967140 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66702 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ebu/mcma-libraries-dotnet",
"max_stars_repo_path": "Base/Mcma.Data/DocumentDatabase/IDocumentDatabaseTable.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66703"
} | starcoder | <filename>Base/Mcma.Data/DocumentDatabase/IDocumentDatabaseTable.cs<gh_stars>1-10
using System;
using System.Threading.Tasks;
using Mcma.Data.DocumentDatabase.Queries;
using Mcma.Data.DocumentDatabase.Queries.Custom;
using Mcma.Model;
namespace Mcma.Data.DocumentDatabase
{
public interface IDocumentDatabaseTable
... | 2.163947 | 78712090a4c6b51d91ddf3e1e7007ada |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66703 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JochenKalmbach/Leseplan",
"max_stars_repo_path": "Leseplan/Leseplan/BibelServer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66704"
} | starcoder | using System;
namespace Leseplan
{
public class BibelServer : Bibel
{
public override Uri ToUrl(string vers)
{
return new Uri($"https://www.bibleserver.com/text/{Short}/{vers}");
}
}
}
| 2.101118 | dc3fecf6210fe6dbc4bcf004606c2a6e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66704 | {
"extension": "c-sharp",
"max_stars_count": "18.0",
"max_stars_repo_name": "areller/RediSharp",
"max_stars_repo_path": "src/RediSharp/RedIL/Nodes/UniformOperatorNode.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66705"
} | starcoder | <filename>src/RediSharp/RedIL/Nodes/UniformOperatorNode.cs
using System.Collections.Generic;
using System.Linq;
using RediSharp.RedIL.Enums;
using RediSharp.RedIL.Extensions;
namespace RediSharp.RedIL.Nodes
{
class UniformOperatorNode : ExpressionNode
{
public BinaryExpressionOperator Operator { get; s... | 2.907075 | 9c827eaaf627f3eb0f371989c3a035d4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66705 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "eleven41/skeddly-sdk-net",
"max_stars_repo_path": "SkeddlySDK.Extensions.NETCore.Setup/ConfigurationExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66706"
} | starcoder | <reponame>eleven41/skeddly-sdk-net
using System;
using Microsoft.Extensions.Configuration;
namespace Skeddly
{
public static class ConfigurationExtensions
{
public static SkeddlyOptions GetSkeddlyOptions(this IConfiguration config)
{
return GetSkeddlyOptions(config, "Skeddly");
}
public static Ske... | 2.369391 | bc99dc958e780cad67e48cca11997f37 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66706 | {
"extension": "c-sharp",
"max_stars_count": "22.0",
"max_stars_repo_name": "AspxCommerce/AspxCommerce2.7",
"max_stars_repo_path": "AspxCommerce.Core/Controller/GeoCoder.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66707"
} | starcoder | <filename>AspxCommerce.Core/Controller/GeoCoder.cs
/*
AspxCommerce® - http://www.aspxcommerce.com
Copyright (c) 2011-2015 by AspxCommerce
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 r... | 2.409532 | b7bf57c49f2c591a6f67b5908aa99efa |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66707 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "libaowei/Xunit.DependencyInjection",
"max_stars_repo_path": "Xunit.DependencyInjection.SkippableFact/SkippableFactExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66708"
} | starcoder | using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Xunit.DependencyInjection.SkippableFact;
// ReSharper disable once CheckNamespace
namespace Xunit.DependencyInjection;
public static class ServiceCollectionExtensions
{
public static IServiceCollectio... | 1.694981 | b32d99f860eef0f653bb62076012f3dd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66708 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Bullsized/Assignments-Basics",
"max_stars_repo_path": "02 Exams/01 Sample Coding 101 Exam - Jan 2016/03 Dot on Line/03 Dot on Line.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66709"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _03_Dot_on_Line
{
class Program
{
static void Main(string[] args)
{ /*
int one = int.Parse(Console.ReadLine());
int two = int.Par... | 3.483246 | 4dacc5b315cd3e6eac8ad8a8026b9565 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66709 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "Mrrliner/Reporting.Import",
"max_stars_repo_path": "Import/ActiveReportsConverter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66710"
} | starcoder | #region DEMO_REMOVE
#if Active
using System;
using System.Collections;
using System.ComponentModel;
using System.Data.OleDb;
using System.Data.SqlClient;
using System.Drawing;
using System.Drawing.Printing;
using System.Xml;
using DevExpress.XtraPrinting;
using DevExpress.XtraPrinting.Drawing;
using DevEx... | 1.396741 | 9b805bdc478f49c6048b6e9674c91646 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66710 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kamilk08/BookLoversApi",
"max_stars_repo_path": "BookLovers.Publication.Application/Events/SeriesCycle/SeriesChangedEventHandler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66711"
} | starcoder | <reponame>kamilk08/BookLoversApi
using System.Threading.Tasks;
using BookLovers.Base.Infrastructure.Commands;
using BookLovers.Base.Infrastructure.Events.DomainEvents;
using BookLovers.Publication.Application.Commands.Series;
using BookLovers.Publication.Events.Book;
namespace BookLovers.Publication.Application.Event... | 1.537113 | f84af3d74ba319386cb871f54d201941 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66711 | {
"extension": "c-sharp",
"max_stars_count": "84.0",
"max_stars_repo_name": "aliostad/deep-learning-lang-detection",
"max_stars_repo_path": "data/test/csharp/7d07475df2f13c110c47f1ecf886b5120ae49b8aRepositoryContext.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66712"
} | starcoder | <gh_stars>10-100
using NetCoreTemplate.DataAccess.Contracts;
using NetCoreTemplate.DataAccess.Contracts.Repositories;
namespace NetCoreTemplate.DataAccess.EF
{
public class RepositoryContext : IRepositoriesContext
{
public IPhoneRepository PhoneRepository { get; set; }
public IAddressReposito... | 2.096116 | 4f91e27ea1b6ea1bb2a0c0a1529de1d3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66712 | {
"extension": "c-sharp",
"max_stars_count": "1351.0",
"max_stars_repo_name": "ClrsDream/NetModular",
"max_stars_repo_path": "test/Data/Data.Common/Domain/CategoryEntity.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66713"
} | starcoder | using System;
using NetModular.Lib.Data.Abstractions.Entities;
using NetModular.Lib.Data.Core.Entities;
namespace Data.Common.Domain
{
public class CategoryEntity : Entity<Guid>, ITenant
{
public Guid? TenantId { get; set; }
public string Name { get; set; }
public int Count { get; se... | 1.761649 | cfd16137ef076389ebda57e9c1573463 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66713 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mackep/clean-tests",
"max_stars_repo_path": "CleanTestsExample.Tests/Setup/PropertySetup.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66714"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Reflection;
using AutoFixture.Kernel;
namespace CleanTestsExample.Tests.Setup
{
public abstract class PropertySetup<T> : ISpecimenBuilder
{
private readonly Random _random;
protected PropertySetup()
{
... | 2.447768 | 86f332452ab942f7bc1afb7430a4f797 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66714 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nik-sergeson/bsuir-informatics-labs",
"max_stars_repo_path": "2term/ISP/6/Queue.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66715"
} | starcoder | <gh_stars>0
using System;
public class Queue<T>
{
protected SingleNode<T> _head, _tail;
public delegate void React();
public delegate void SizeReac(int i);
public event SizeReac ObNumb;
public event SizeReac OutOfRange;
public event React MemoryErr;
public event React IsEmpty;
... | 2.901648 | 03f42791b24d5c2677b1337fc5fe6302 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66715 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Waqar0266/School-Management-Final",
"max_stars_repo_path": "School_Management_System/Parent/Parent.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66716"
} | starcoder | <filename>School_Management_System/Parent/Parent.Designer.cs
namespace School_Management_System.Parent
{
partial class Parent
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
... | 2.287579 | 346b989fef5970d4ddeba3ee6a4f9a9e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66716 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "cobalto/Kroeg",
"max_stars_repo_path": "Kroeg.Server/Services/EntityStore/FakeEntityStore.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66717"
} | starcoder | <filename>Kroeg.Server/Services/EntityStore/FakeEntityStore.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using Kroeg.ActivityStreams;
using Kroeg.Server.Configuration;
using Kroeg.Server.Models;
using Microsoft.AspNetCore.Http;
names... | 2.374263 | bea5526da34fedfb6a989addb0afb830 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66717 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "3-Delta/Unity-UGUI-UI",
"max_stars_repo_path": "Assets/Scripts/Framework/Settings/GlobalSetting.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66718"
} | starcoder | using System;
using UnityEngine;
public enum EABVariantQuality {
High = 0,
Mid = 1,
Low = 2,
}
public enum EABPriority {
// 登录之前必须下载的
Necessary = 0,
UnNecessary,
Max,
}
public class GlobalSetting {
public static readonly Version AppVersion = new Version(0, 0, 0, 2);
public cons... | 2.335209 | 72a13230137b6277823c9c9d41142afa |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66718 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "brandtstephan/Gamejam-2021",
"max_stars_repo_path": "Cowtastic/Assets/Scripts/Dog.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66719"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Dog : MonoBehaviour
{
bool isOnRange = false;
public float speed;
private GameObject ballProje;
public Animator dogAnimator;
// Update is called once per frame
void Update()
{
Vector2 las... | 2.532524 | e512b97b81235d23655df3bc9b26f334 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66719 | {
"extension": "c-sharp",
"max_stars_count": "23.0",
"max_stars_repo_name": "crispycode/umbraco-vorto",
"max_stars_repo_path": "src/Our.Umbraco.Vorto/Web/PackageActions/DeleteFile.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66720"
} | starcoder | using System.IO;
using System.Web;
using System.Xml;
using umbraco.cms.businesslogic.packager.standardPackageActions;
using umbraco.interfaces;
namespace Our.Umbraco.Vorto.Web.PackageActions
{
public class DeleteFilePackageAction : IPackageAction
{
public string Alias()
{
return "Vorto_DeleteFile";
}
pu... | 2.330418 | 1336620a4c3f1fe0df79e73f2139c026 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66720 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "pulumi/pulumi-mongodbatlas",
"max_stars_repo_path": "sdk/dotnet/Outputs/EncryptionAtRestAwsKmsConfig.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66721"
} | starcoder | // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** 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;
names... | 1.739212 | 2b1e139b2ea036e719a00b2e404f7f8b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66721 | {
"extension": "c-sharp",
"max_stars_count": "21.0",
"max_stars_repo_name": "SeanKilleen/Docs",
"max_stars_repo_path": "aspnetcore/fundamentals/http-requests/samples/2.x/HttpClientFactorySample/Pages/BasicUsage.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:66722"
} | starcoder | @page
@model BasicUsageModel
@{
ViewData["Title"] = "Branches for Docs Repo";
}
<h1>@ViewData["Title"]</h1>
@if (Model.GetBranchesError)
{
<p>Unable to get branches from GitHub. Please try again later.</p>
}
else
{
<ul>
@foreach (var branch in Model.Branches)
{
<li>@branch.Nam... | 2.655923 | 6ca40ba977dc5082bc5318ea5720f6db |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66722 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "johanlantz/headsetpresenter",
"max_stars_repo_path": "HeadsetPresenter_Bluetools/HeadsetPresenter/Bluetools/BlueTools SDK v1.21/dotNetCF/C#/Chat/MainForm.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66723"
} | starcoder | using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using Franson.BlueTools;
namespace Chat
{
/// <summary>
/// Summary description for Form1.
/// </summary>
public class MainForm : System.Windows.Forms.Form
{
p... | 2.077512 | a813dcc2dfad3408cf1ec9a55ef5e472 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66723 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ASauchanka/eShopOnWeb",
"max_stars_repo_path": "src/DeliveryOrderProcessor/OrderItemsReserver.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66724"
} | starcoder | <filename>src/DeliveryOrderProcessor/OrderItemsReserver.cs
using System;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Azure.WebJobs;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzur... | 2.299929 | accd4de892cd34a207b9c0213555ef90 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66724 | {
"extension": "c-sharp",
"max_stars_count": "243.0",
"max_stars_repo_name": "mmangopear/devcomrade",
"max_stars_repo_path": "Tests/SingleThreadApartment.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66725"
} | starcoder | <reponame>mmangopear/devcomrade
// Copyright (C) 2020 by Postprintum Pty Ltd (https://www.postprintum.com),
// which licenses this file to you under Apache License 2.0,
// see the LICENSE file in the project root for more information.
// Author: <NAME> (@noseratio)
#nullable enable
using AppLogic.Helpers;
using Sys... | 2.1768 | 6c5939b8ac1f6c90925a36a269c76673 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66725 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "The-White-Dragon/Cordy-Sharp",
"max_stars_repo_path": "Cordy/Exceptions/exUnexpected.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66726"
} | starcoder | <filename>Cordy/Exceptions/exUnexpected.cs
using System;
namespace Cordy.Exceptions
{
public sealed class exUnexpected : Exception
{
public exUnexpected(string tok) : base($"Unexpected token '{tok}'") { }
}
}
| 2.437699 | 17f728399a1e3d69bb3e10fb7fe54494 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66726 | {
"extension": "c-sharp",
"max_stars_count": "1143.0",
"max_stars_repo_name": "acid-chicken/osu-framework",
"max_stars_repo_path": "osu.Framework/Audio/AdjustableAudioComponent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66727"
} | starcoder | // Copyright (c) ppy Pty Ltd <<EMAIL>>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Bindables;
namespace osu.Framework.Audio
{
/// <summary>
/// An audio component which allows for basic bindable adjustments to be applied.
... | 2.349289 | 3e0fa6a517077a09f3ddfc52291b1455 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66727 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "purple-lemon/auth_privileges",
"max_stars_repo_path": "PrivilegesAuth/Infrastructure.Security/UserExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66728"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Security.Principal;
using System.Text;
namespace Infrastructure.Security
{
public static class UserExtensions
{
public static T PerformInGroupScope<T>(this ClaimsPrincipal principal, int... | 2.69764 | 680a96cbc1d5ac8a66743c2a2886d5a9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66728 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "todo-it/philadelphia",
"max_stars_repo_path": "Philadelphia.Web/Mvp/Views/SingleChoiceDropDown.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66729"
} | starcoder | <reponame>todo-it/philadelphia<filename>Philadelphia.Web/Mvp/Views/SingleChoiceDropDown.cs
using System;
using System.Collections.Generic;
using System.Linq;
using Bridge.Html5;
using Philadelphia.Common;
namespace Philadelphia.Web {
/// <summary>
/// Implementation: Value is stored as DataGrid's selection. Se... | 2.504864 | beac040ffd666a0210cff391bdb8d1a0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66729 | {
"extension": "c-sharp",
"max_stars_count": "277.0",
"max_stars_repo_name": "xen2/SharpLang",
"max_stars_repo_path": "src/SharpLang.Runtime.Reflection/System/SharpLangTypeArray.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66730"
} | starcoder | <gh_stars>100-1000
namespace System
{
/// <summary>
/// Shared <see cref="Type"/> implementation for array types.
/// </summary>
class SharpLangTypeArray : SharpLangTypeElement
{
private int rank;
unsafe public SharpLangTypeArray(SharpLangEEType* eeType, SharpLangType elementType, i... | 2.358478 | fabc7138686b343224233a53830ae460 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66730 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mk-prg-net/mk-prg-net.lib",
"max_stars_repo_path": "mko.Ballistik/Widerstand.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66731"
} | starcoder | <reponame>mk-prg-net/mk-prg-net.lib<filename>mko.Ballistik/Widerstand.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using mko.Euklid;
using mko.Newton;
namespace mko.Ballistik
{
public class Widerstand
{
public static Force Luft(Velocity V, double Widerstand... | 2.112241 | dcac134b75006361b54169261fa99bcc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66731 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "rolfbjarne/GoogleApisForiOSComponents",
"max_stars_repo_path": "Firebase.PerformanceMonitoring/samples/PerformanceMonitoringSample/PerformanceMonitoringSample/Controllers/SettingsTableViewController.cs",
"provenance": "train-00000-of-... | starcoder | <reponame>rolfbjarne/GoogleApisForiOSComponents<gh_stars>1-10
using System;
using UIKit;
using Foundation;
using Firebase.RemoteConfig;
namespace PerformanceMonitoringSample
{
public partial class SettingsTableViewController : UITableViewController
{
#region Fields
string footer;
RemoteConfig remoteConfig;
... | 2.125577 | b98696d8b36328d1d83b729e0db10155 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 66732 | {
"extension": "c-sharp",
"max_stars_count": "352.0",
"max_stars_repo_name": "aodegov/Xappy",
"max_stars_repo_path": "Xappy/Xappy/Content/Scenarios/PhotoGallery/IndexPage.xaml.cs",
"provenance": "train-00000-of-00045.jsonl.gz:66733"
} | starcoder | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
using Xamarin.Forms.Xaml;
using Xappy.Domain.Models;
namespace Xappy.Content.Scenarios.PhotoGallery
{
[XamlCompi... | 2.408464 | c4f81e346aced70cd9ddd5b670bf37b0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.