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
67333
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AHGOverbeek/halodi-messages", "max_stars_repo_path": "halodi-messages-unity-support/Packages/halodi-messages/Runtime/visualization_msgs/msg/Marker.cs", "provenance": "train-00000-of-00045.jsonl.gz:67334" }
starcoder
using System.Text; namespace visualization_msgs.msg { /** * See: * - http://www.ros.org/wiki/rviz/DisplayTypes/Marker * - http://www.ros.org/wiki/rviz/Tutorials/Markers%3A%20Basic%20Shapes * * for more information on using this message with rviz. */ [System.Serializable] pub...
2.12959
58e63cf4dac947ada6cc70d34d3a7186
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67334
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "APB97/Sudoku-WinForms", "max_stars_repo_path": "Sudoku/UserControls/ICell.cs", "provenance": "train-00000-of-00045.jsonl.gz:67335" }
starcoder
using System.Collections.Generic; namespace Sudoku { public interface ICell { int X { get; } int Y { get; } int CellValue { get; set; } HashSet<Location> Neighbors { get; } bool ReadOnly { get; } void InitAsPredefined(int value); void FocusTextbox(); ...
2.117235
32d8c70a0ad4a8bc0b5aee03a70fd315
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67335
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "LEADTOOLS/main-imaging-demo-dotnet", "max_stars_repo_path": "MainImagingDemo/WiaVersionForm.cs", "provenance": "train-00000-of-00045.jsonl.gz:67336" }
starcoder
// ************************************************************* // Copyright (c) 1991-2020 LEAD Technologies, Inc. // All Rights Reserved. // ************************************************************* using System; using System.Collections.Generic; using Syste...
2.240346
7d65ca8ecb6e8640faf5a58626d5f251
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67336
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "rossconf2018-exercism-track-id/csharp", "max_stars_repo_path": "generators/Output/TestMethodBodyWithEqualityCheck.cs", "provenance": "train-00000-of-00045.jsonl.gz:67337" }
starcoder
using System.Collections; using Generators.Input; namespace Generators.Output { public class TestMethodBodyWithEqualityCheck : TestMethodBody { public TestMethodBodyWithEqualityCheck(CanonicalDataCase canonicalDataCase, CanonicalData canonicalData) : base(canonicalDataCase, canonicalData) { ...
2.523635
9086b7d2d617e8e62802bbbbbfe1d3c6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67337
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "PeterSnijders/TLCGen", "max_stars_repo_path": "TLCGen/Views/Tabs/SpecialsTab/DataTypes/FileIngreepViewModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:67338" }
starcoder
using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; using System.Windows.Input; using System.Windows.Interop; using GalaSoft.MvvmLight; using GalaSoft.MvvmLight.Messaging; using TLCGen.Helpers; using TLCGen.Messaging.Messages; using TLCGen.ModelManage...
1.752622
e27541a0fe3149da568fb41db2c0673a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67338
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "IdahoLabCuttingBoard/LRS_SORT", "max_stars_repo_path": "SORT/Sort.Mvc/Views/Artifact/SetDueDate.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:67339" }
starcoder
<reponame>IdahoLabCuttingBoard/LRS_SORT<filename>SORT/Sort.Mvc/Views/Artifact/SetDueDate.cshtml @using Sort.Business @using Sort.Mvc.Classes @model Sort.Mvc.Models.DueDateModel @{ ViewBag.Title = "Set Due Date for " + Model.Title; Breadcrumb.Add("Home", "/") .Next(ViewBag.Title); } @using (Html.BeginF...
1.640158
d4ffe1c52add32c9aaa5ae0f438f7809
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67339
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wofead/C-Study", "max_stars_repo_path": "TaskCancellation.cs", "provenance": "train-00000-of-00045.jsonl.gz:67340" }
starcoder
<reponame>wofead/C-Study using System; using System.Collections.Concurrent; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; namespace TaskStudy { static class TaskCancellation { static Stopwatch stopwatch; public static void StartTest() { sto...
3.0251
56887c53b57e3ee913df56ef53c94cf3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67340
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "philldellow/TrainTracker", "max_stars_repo_path": "TrainTracker/TrainTracker/MenuManagment.cs", "provenance": "train-00000-of-00045.jsonl.gz:67341" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Data.SqlClient; namespace TrainTracker { class MenuManagment { public static void MainMenu() { String blankLine = "**| ...
3.119851
6ecd9eb25cb4ba4aea11649c76a74a82
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67341
{ "extension": "c-sharp", "max_stars_count": "59.0", "max_stars_repo_name": "prodypanda/mail-check", "max_stars_repo_path": "src/dotnet/Dmarc/src/Dmarc.DnsRecord.Evaluator/Spf/Rules/Record/AllMustBeLastMechanism.cs", "provenance": "train-00000-of-00045.jsonl.gz:67342" }
starcoder
<filename>src/dotnet/Dmarc/src/Dmarc.DnsRecord.Evaluator/Spf/Rules/Record/AllMustBeLastMechanism.cs using System.Linq; using Dmarc.DnsRecord.Evaluator.Rules; using Dmarc.DnsRecord.Evaluator.Spf.Domain; namespace Dmarc.DnsRecord.Evaluator.Spf.Rules.Record { public class AllMustBeLastMechanism : IRule<SpfRecord> ...
2.349461
e8bb86281c91e4a7745fe7459bba8822
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67342
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jordanbene/Marching-Cubes-Sandbox", "max_stars_repo_path": "Assets/VoxelTerrain/Modules/VoxelData/HeightmapVoxelDataGenerator.cs", "provenance": "train-00000-of-00045.jsonl.gz:67343" }
starcoder
using Eldemarkki.VoxelTerrain.Utilities; using Eldemarkki.VoxelTerrain.World; using Unity.Collections; using Unity.Jobs; using UnityEngine; namespace Eldemarkki.VoxelTerrain.VoxelData { /// <summary> /// A generator that creates voxel data from a heightmap /// </summary> /// [ExecuteAlways] p...
2.562808
965b42d7b94b7cdde5aab10cf736dfee
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67343
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AkkaDotNetTDD/Akka.Tdd.TestKit", "max_stars_repo_path": "src/ItShouldExecuteLambda.cs", "provenance": "train-00000-of-00045.jsonl.gz:67344" }
starcoder
<filename>src/ItShouldExecuteLambda.cs using System; namespace Akka.Tdd.TestKit { public class ItShouldExecuteLambda { public ItShouldExecuteLambda(Action<ActorAccess> operation) { Operation = operation; } public Action<ActorAccess> Operation { private set; get; } ...
1.73173
209f09bf3b8929946f7d70320e918251
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67344
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "CitadelCore/HardenedCore", "max_stars_repo_path": "CoreLibrary/Models/Crypto/Providers/RsaCryptoProvider.cs", "provenance": "train-00000-of-00045.jsonl.gz:67345" }
starcoder
<reponame>CitadelCore/HardenedCore<gh_stars>1-10 using System; using System.Security.Cryptography; namespace CoreLibrary.Models.Crypto.Providers { [CryptoProvider("RSA")] public class RsaCryptoProvider : ICryptoProvider { private readonly RSA _cng; private readonly RSAEncryptionPadding _pa...
2.498147
11797e654654025b646858eb1ccb32c9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67345
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "stevenberger/google-ads-dotnet", "max_stars_repo_path": "examples/Authentication/AuthenticateInWebApplication/WebLoginHelper.cs", "provenance": "train-00000-of-00045.jsonl.gz:67346" }
starcoder
<filename>examples/Authentication/AuthenticateInWebApplication/WebLoginHelper.cs<gh_stars>0 // Copyright 2019 Google LLC // // 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://...
2.342974
53a3061cb6d706b0ea4e13a5cbae167b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67346
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "gmiller-dev/csharp-sdk", "max_stars_repo_path": "persy-cs-sdk-test/webhooks/call/OutDialIfMachineCallbackTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:67347" }
starcoder
using System; using Microsoft.VisualStudio.TestTools.UnitTesting; using com.persephony.webhooks.call; using com.persephony; namespace persy_cs_sdk_test.webhooks.call { [TestClass] public class OutDialIfMachineCallbackTest { [TestMethod] public void CreateAndVerifyOutDialIfMachineFaxCallbac...
2.085758
61d59e56d10069f1e12e7ad957f7bf9f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67347
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "stackprobe/Satellite", "max_stars_repo_path": "Satellite/Satellite/Satellite/Tools/Connection.cs", "provenance": "train-00000-of-00045.jsonl.gz:67348" }
starcoder
<reponame>stackprobe/Satellite using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Threading; using System.Diagnostics; namespace Charlotte.Satellite.Tools { public class Connection { private const string COMMON_ID = "{f5f0b66c-3aa9-48ef-a924-9918f1c...
1.987142
a443168d3c3c665d7c0eaf110be6ae85
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67348
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "luizfbicalho/Camunda.NET", "max_stars_repo_path": "camunda-bpm-platform-net/engine/src/test/java/org/camunda/bpm/engine/test/api/authorization/util/AuthorizationExceptionInterceptor.cs", "provenance": "train-00000-of-00045.jsonl.gz:67...
starcoder
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. Camunda licenses this file to you under the Apache License, * Version 2.0; ...
1.877417
8001511db433f9ca6fa24db1bec8e988
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67349
{ "extension": "c-sharp", "max_stars_count": "4036.0", "max_stars_repo_name": "vadi2/codeql", "max_stars_repo_path": "csharp/ql/src/Performance/StringConcatenationInLoop.cs", "provenance": "train-00000-of-00045.jsonl.gz:67350" }
starcoder
class StringConcatenationInLoop { public static void Main(string[] args) { String numberList = ""; for (int i = 0; i <= 100; i++) { numberList += i + " "; } Console.WriteLine(numberList); } }
3.059574
9013c2c78bf62ebcc43943d3757bb18b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67350
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Xenation/Ludum-Dare-40", "max_stars_repo_path": "Assets/Scripts/Projectiles/ProjectileFactory.cs", "provenance": "train-00000-of-00045.jsonl.gz:67351" }
starcoder
<gh_stars>0 using UnityEngine; namespace LD40 { [System.Serializable] public class ProjectileFactory { public ProjectileType type; public Vector3 heading; public float speed; public bool dieOnCollision; public bool hasLifeTime; public float lifeTime; public GameObject prefab; public int instability...
1.959052
0dbde1664cd0c1e074aab672a9574815
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67351
{ "extension": "c-sharp", "max_stars_count": "20.0", "max_stars_repo_name": "tgsstdio/Mg", "max_stars_repo_path": "Magnesium.Vulkan/Structs/VkDebugMarkerMarkerInfoEXT.cs", "provenance": "train-00000-of-00045.jsonl.gz:67352" }
starcoder
using Magnesium; using System; using System.Runtime.InteropServices; namespace Magnesium.Vulkan { [StructLayout(LayoutKind.Sequential)] internal struct VkDebugMarkerMarkerInfoEXT { public VkStructureType sType { get; set; } public IntPtr pNext { get; set; } public string pMarkerName { get; set; } public flo...
1.743833
18d9dab76923881d9c9d9ad32969cfd2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67352
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "benutomo-dev/AutomaticDisposeImpl", "max_stars_repo_path": "Benutomo.AutomaticDisposeImpl.SourceGenerator/AutomaticDisposeGenerator.cs", "provenance": "train-00000-of-00045.jsonl.gz:67353" }
starcoder
using Microsoft.CodeAnalysis; using System; using System.Diagnostics; using System.Linq; namespace Benutomo.AutomaticDisposeImpl.SourceGenerator { [Generator] public partial class AutomaticDisposeGenerator : ISourceGenerator { internal const string AttributeDefinedNameSpace = "Benutomo"; ...
2.275538
f7cc02f6b592d12387b3c0d5a00ec38d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67353
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dfds/team-service", "max_stars_repo_path": "src/CapabilityService.Tests/Scenarios/TwoTopicsWithTheSameNameAndUniqueCluster.cs", "provenance": "train-00000-of-00045.jsonl.gz:67354" }
starcoder
using System; using System.Threading; using System.Threading.Tasks; using DFDS.CapabilityService.Tests.Builders; using DFDS.CapabilityService.Tests.TestDoubles; using DFDS.CapabilityService.WebApi.Application; using DFDS.CapabilityService.WebApi.Domain.Repositories; using DFDS.CapabilityService.WebApi.Features.Kafka.Do...
2.162155
b0fffa04742035357ff08214e210680e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67354
{ "extension": "c-sharp", "max_stars_count": "100.0", "max_stars_repo_name": "RyanHauert/fubumvc", "max_stars_repo_path": "src/DiagnosticsHarness/TraceMessage.cs", "provenance": "train-00000-of-00045.jsonl.gz:67355" }
starcoder
using System; using FubuMVC.Core; namespace DiagnosticsHarness { public class TraceMessage { public TraceMessage() { Name = Guid.NewGuid().ToString(); } public string Name { get; set; } } public class TraceHandler { [WrapWith(typeof(Delay...
2.143991
1b459b698ac8dfce82ec2a7437f3487e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67355
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hanjejo/PrismSeminar", "max_stars_repo_path": "ServiceLocatorPattern/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:67356" }
starcoder
<filename>ServiceLocatorPattern/Program.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ServiceLocatorPattern { public class ServiceA { public void Execute() { Console.WriteLine("A service called."); ...
3.65147
6c778d5bbecb7f2d95e8ef3a73ca01c0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67356
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alexandrnikitin/ddd-cqrs-es-draft", "max_stars_repo_path": "src/Octo.Core/Configuration/Constants.cs", "provenance": "train-00000-of-00045.jsonl.gz:67357" }
starcoder
<filename>src/Octo.Core/Configuration/Constants.cs<gh_stars>0 namespace Octo.Core.Configuration { public static class Constants { public const string StorageConnectionString = "StorageConnectionString"; } }
1.651753
125af3217c5b5bfa3067e9dab101def3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67357
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "crener/NativeQuadtree", "max_stars_repo_path": "Assets/Jobs/Internal/QuadTreeRectRangeQuery.cs", "provenance": "train-00000-of-00045.jsonl.gz:67358" }
starcoder
<filename>Assets/Jobs/Internal/QuadTreeRectRangeQuery.cs using System; using Unity.Collections; using Unity.Collections.LowLevel.Unsafe; using Unity.Mathematics; namespace NativeQuadTree.Jobs.Internal { public unsafe struct QuadTreeRectRangeQuery<T> where T : unmanaged { private NativeQuadTree<T> tree;...
2.305464
0dab3c5cc810e27c502ea606f0c1d2de
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67358
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Steffkn/SoftUni", "max_stars_repo_path": "03.CSharpDev/01.Advanced/01.StacksAndQueues-Exercise/04.BasicQueueOperations/BasicQueueOperations.cs", "provenance": "train-00000-of-00045.jsonl.gz:67359" }
starcoder
namespace _04.BasicQueueOperations { using System; using System.Collections.Generic; using System.Linq; class BasicQueueOperations { static void Main() { var tokens = Console.ReadLine() .Split(new char[] { ' ' }, StringSplitOptions.RemoveEmptyEntries) ...
3.752704
fe8a2f8182702a750031158e962d0ddf
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67359
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "23doors/rdt-client", "max_stars_repo_path": "server/RdtClient.Data/Data/DataContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:67360" }
starcoder
using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; using RdtClient.Data.Models.Data; namespace RdtClient.Data.Data { public class DataContext : IdentityDbContext { public DataC...
2.142587
db32a5da2a5b93f930ad92390977274c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67360
{ "extension": "c-sharp", "max_stars_count": "113.0", "max_stars_repo_name": "workgroupengineering/Theraot", "max_stars_repo_path": "Framework.Core/System/Collections/Generic/IReadOnlyDictionary.cs", "provenance": "train-00000-of-00045.jsonl.gz:67361" }
starcoder
<reponame>workgroupengineering/Theraot #if LESSTHAN_NET45 #pragma warning disable CS8767 // Nullability of reference types in type of parameter doesn't match implicitly implemented member (possibly because of nullability attributes). using System.Diagnostics.CodeAnalysis; namespace System.Collections.Generic { ...
2.173357
bd2b3a731d5a021c00c87b34d1f3ea7d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67361
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bclnet/GameEstate", "max_stars_repo_path": "src/Estates/Red/GameEstate.Red.Format/Red/W3/RTTIConvert/STwoBonesIKSolverData.cs", "provenance": "train-00000-of-00045.jsonl.gz:67362" }
starcoder
using System.IO; using System.Runtime.Serialization; using GameEstate.Red.Formats.Red.CR2W.Reflection; using FastMember; using static GameEstate.Red.Formats.Red.Records.Enums; namespace GameEstate.Red.Formats.Red.Types { [DataContract(Namespace = "")] [REDMeta] public class STwoBonesIKSolverData : CVari...
1.440293
c561bce23de92b37cc014458b0d383a0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67362
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "BlazorExtensions/AzureMaps", "max_stars_repo_path": "src/Blazor.Extensions.AzureMaps/Component/MapComponent.cs", "provenance": "train-00000-of-00045.jsonl.gz:67363" }
starcoder
using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.AspNetCore.Components; using Microsoft.Extensions.Logging; namespace Blazor.Extensions.AzureMaps { public class MapComponent : ComponentBase, IAsyncDisposable { [Inject] private ILogger<MapComponent> Logger { ...
2.273868
404ca6d89d16d45817a6655d8edc243a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67363
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "groupdocs-signature/GroupDocs.Signature-for-.NET", "max_stars_repo_path": "Demos/MVC/src/Products/Signature/Loader/SignatureLoader.cs", "provenance": "train-00000-of-00045.jsonl.gz:67364" }
starcoder
using GroupDocs.Signature.MVC.Products.Common.Util.Comparator; using GroupDocs.Signature.MVC.Products.Signature.Entity.Web; using GroupDocs.Signature.MVC.Products.Signature.Entity.Xml; using GroupDocs.Signature.MVC.Products.Signature.Util.Directory; using System; using System.Collections.Generic; using System.IO; usin...
2.431714
9afcdd2b84db206b00644537809c2277
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67364
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CreativeCodersTeam/Core", "max_stars_repo_path": "source/Core/CreativeCoders.Core/Collections/EnumerableExtension.cs", "provenance": "train-00000-of-00045.jsonl.gz:67365" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using CreativeCoders.Core.Comparing; using JetBrains.Annotations; namespace CreativeCoders.Core.Collections { [PublicAPI] public static class EnumerableExtension ...
3.049371
68fff88276f7a5a41e4d03172b25987b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67365
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ChrissprayCode/server", "max_stars_repo_path": "src/Common/Game/ResourceInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:67366" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Common.Utils; namespace Common.Game { public abstract class ResourceInfo { public virtual string Name { get; set; } public virtual string Description { get; set; } ...
2.908241
5a37cbad1a665578294b6d68d5406825
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67366
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JuanjoFuchs/HotSwapLogger", "max_stars_repo_path": "src/HotSwapLogger/LogLevel.cs", "provenance": "train-00000-of-00045.jsonl.gz:67367" }
starcoder
<gh_stars>0 namespace HotSwapLogger { public enum LogLevel { Success = 0, Warning = 1, Error = 2 } }
1.307997
4fb8395f8c6a96ffebea2d89841a431c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67367
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "igor-toporet/AutoPoco.Extensions", "max_stars_repo_path": "Source/AutoPoco.Extensions/Conventions/GuidPropertyConvention.cs", "provenance": "train-00000-of-00045.jsonl.gz:67368" }
starcoder
<reponame>igor-toporet/AutoPoco.Extensions<filename>Source/AutoPoco.Extensions/Conventions/GuidPropertyConvention.cs using System; using AutoPoco.Configuration; namespace AutoPoco.Conventions { public class GuidPropertyConvention : ITypePropertyConvention { public void Apply(ITypePropertyConventionCon...
2.310357
2bf65f0907b2e0188951f05486b82e6e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67368
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FriendswoodCodeNinjas/PR-Bits", "max_stars_repo_path": "Assets/Scripts/PlayerMovement.cs", "provenance": "train-00000-of-00045.jsonl.gz:67369" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; // Ensure the component is present on the gameobject the script is attached to [RequireComponent(typeof(Rigidbody2D))] public class PlayerController : MonoBehaviour { // Local rigidbody variable to hold a reference to the attached Rigid...
2.88342
c14fd8d02940f12731764d9a20707a04
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67369
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "radrex/RxAutoInspection", "max_stars_repo_path": "RxAuto/Services/RxAuto.Services.Models/ServiceTypes/CreateServiceTypeServiceModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:67370" }
starcoder
<filename>RxAuto/Services/RxAuto.Services.Models/ServiceTypes/CreateServiceTypeServiceModel.cs namespace RxAuto.Services.Models.ServiceTypes { public class CreateServiceTypeServiceModel { public string Name { get; set; } public string Description { get; set; } public bool IsInDevelopme...
1.789567
8bbac363fd3d79a60f4c5875e52c4aa1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67370
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "stackprobe/CSharp", "max_stars_repo_path": "Chocolate/Chocolate/Tools/Canvas.cs", "provenance": "train-00000-of-00045.jsonl.gz:67371" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using System.Drawing; using System.Drawing.Imaging; namespace Charlotte.Tools { public class Canvas { private uint[] Dots; private int Width; public Canvas(int w, int h) { if (!CanvasTools....
2.973528
1687a58c68001f1665aaaefd52cff643
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67371
{ "extension": "c-sharp", "max_stars_count": "48.0", "max_stars_repo_name": "nick-hoang/UrlTracker", "max_stars_repo_path": "UI/UrlTrackerInfo.aspx.cs", "provenance": "train-00000-of-00045.jsonl.gz:67372" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace InfoCaster.Umbraco.UrlTracker.UI { public partial class UrlTrackerInfo : System.Web.UI.Page { } }
1.081203
6dfab2a813bd0a2d41e8bbb9589d52f0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67372
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Diana-AG/EasyEnglish-SchoolManagementSystem", "max_stars_repo_path": "Web/EasyEnglish.Web/Views/Home/Index.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:67373" }
starcoder
@using EasyEnglish.Common @model EasyEnglish.Web.ViewModels.Home.IndexViewModel @{ this.ViewData["Title"] = "Home Page"; } <div style="background: url(/images/portfolio/index.jpg)" class="page-holder bg-cover"> <div class="container py-5"> <header class="text-center text-white py-5"> <h1 class="displa...
2.519005
5df3e78b3f1b0ec5044bbc058e426bb4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67373
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "stanislavstoyanov99/PhotoPavilion", "max_stars_repo_path": "src/Data/PhotoPavilion.Data.Models/Comment.cs", "provenance": "train-00000-of-00045.jsonl.gz:67374" }
starcoder
<reponame>stanislavstoyanov99/PhotoPavilion namespace PhotoPavilion.Data.Models { using PhotoPavilion.Data.Common.Models; public class Comment : BaseDeletableModel<int> { public int ProductId { get; set; } public virtual Product Product { get; set; } public int? ParentId { get; s...
1.615655
7ac82c9374c3d6d9a52bc6dcc87a9687
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67374
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "AmalieRask131/femdesign-api", "max_stars_repo_path": "FemDesign.Core/Sections/ModelSection.cs", "provenance": "train-00000-of-00045.jsonl.gz:67375" }
starcoder
<filename>FemDesign.Core/Sections/ModelSection.cs // https://strusoft.com/ using System.Xml.Serialization; namespace FemDesign.Sections { /// <summary> /// Reference type section used in entity definition. References to database section. /// strusoft.xsd: complex_section_type (child of) /// </summary>...
2.757967
12406bd631a352557fa5e73abd6902c5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67375
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "adam-bratin/AdaptiveCards", "max_stars_repo_path": "source/uwp/AdaptiveCardTestApp/ViewModels/RunningTestsViewModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:67376" }
starcoder
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using AdaptiveCards.Rendering.Uwp; using AdaptiveCardTestApp.ResourceResolvers; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Runtime.InteropServices.Wi...
1.97613
a3515f6e757b8d924fe7991990930774
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67376
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pradeepannepu/stripe-dotnet", "max_stars_repo_path": "src/StripeTests/Services/LoginLinks/StripeLoginLinkServiceTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:67377" }
starcoder
<gh_stars>0 namespace StripeTests { using System.Collections.Generic; using System.Threading.Tasks; using Stripe; using Xunit; public class StripeLoginLinkServiceTest : BaseStripeTest { private const string AccountId = "acct_123"; private StripeLoginLinkService service; ...
1.864065
fe58bcf886df0d81f6a37a1d5e19d3e8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67377
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GustavoAmerico/MultiTenancyArchitecture", "max_stars_repo_path": "src/MultiTenancySolution/MultiTenancy/Generic/ITenantClaims.cs", "provenance": "train-00000-of-00045.jsonl.gz:67378" }
starcoder
namespace MultiTenancy { /// <summary>This class represents a tenant abstraction of the system with configuration</summary> /// <typeparam name="TKey">The key of the tenant</typeparam> /// <typeparam name="TProperty">The extra configuration</typeparam> public interface ITenantClaims<TKey, TProperty> : ...
2.390816
05b93fc012518be85907959d7116a1b9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67378
{ "extension": "c-sharp", "max_stars_count": "19.0", "max_stars_repo_name": "kutoga/FluentArgs", "max_stars_repo_path": "source/FluentArgs/IHelpPrinter.cs", "provenance": "train-00000-of-00045.jsonl.gz:67379" }
starcoder
namespace FluentArgs { using System; using System.Collections.Generic; using System.Threading.Tasks; public interface IHelpPrinter { Task WriteApplicationDescription(string description); Task WriteFlagInfos( IReadOnlyCollection<string> aliases, ...
2.416633
785c3f5533ee35f922b8f60397acaced
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67379
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hxd1230/WolfLairBlog", "max_stars_repo_path": "WolfLairBlog/Views/Account/Login.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:67380" }
starcoder
<gh_stars>0 @model WolfLairBlog.Entity.DB.User @{ ViewBag.Title = "Login"; Layout = null; } <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> @using (Html.BeginForm()) { <label> 用户名:@Html.TextBoxFor(c => c.UserName)<br /> <...
2.041729
47d083a9d99471a865666954180322df
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67380
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "outcomputelabs/outkeep", "max_stars_repo_path": "src/Outkeep.Core.Abstractions/OutkeepException.cs", "provenance": "train-00000-of-00045.jsonl.gz:67381" }
starcoder
using System; using System.Runtime.Serialization; namespace Outkeep { /// <summary> /// The general exception class for outkeep related exceptions. /// Outkeep extensions can derive from this class or an appropriate base class for their own exceptions. /// </summary> [Serializable] public clas...
2.749754
4244d7bbecc83a1fd919e98e9985dc6d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67381
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "irobinson/WebFormsMvp-DNN-Module-Template", "max_stars_repo_path": "Models/EditModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:67382" }
starcoder
namespace $Namespace$$safeprojectname$.Models { public class EditModel { // add properties as appropriate // any data the view will need should be placed here public bool Success; public string Message; } }
1.443227
dc2f4eab5098cdf65a352e062482157b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67382
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Jayprakash-SE/Fountain", "max_stars_repo_path": "WikiFountain.Server/Models/Rules/ArticleSizeRule.cs", "provenance": "train-00000-of-00045.jsonl.gz:67383" }
starcoder
<filename>WikiFountain.Server/Models/Rules/ArticleSizeRule.cs using System.Collections.Generic; namespace WikiFountain.Server.Models.Rules { class ArticleSizeRule : IRule { public SizeConstraint Bytes { get; set; } public SizeConstraint Chars { get; set; } public SizeConstraint Words {...
2.846287
e1598b5981c36ffd7917dcc0cb4b8e2f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67383
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CamiloTerevinto/Blog", "max_stars_repo_path": "Samples/OAuth PKCE flow for Swagger in ASP.NET Core/CT.Examples.OAuthAuthorizationCodeFlow.IdServer/Pages/_ViewImports.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:67384" }
starcoder
@using CT.Examples.OAuthAuthorizationCodeFlow.IdServer.Pages @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
1.36339
9717fa9898a0817bc6f0ac162cf1d1d3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67384
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "chl1860/DylamicLinq", "max_stars_repo_path": "Main/Core/ExpressionListExtension.cs", "provenance": "train-00000-of-00045.jsonl.gz:67385" }
starcoder
<reponame>chl1860/DylamicLinq using System.Collections.Generic; namespace Core { public static class ExpressionListExtension { public static List<T> RemoveNullItem<T>(this List<T> list) { list.RemoveAll(o => o.Equals(null)); return list; } } }
2.125661
14c3609a604b491ccad93f39b6e0894a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67385
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "IvanKupriyanov/Catel", "max_stars_repo_path": "src/Catel.MVVM/Catel.MVVM.NET45/Windows/Windows/PleaseWaitHelper.cs", "provenance": "train-00000-of-00045.jsonl.gz:67386" }
starcoder
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PleaseWaitHelper.cs" company="Catel development team"> // Copyright (c) 2008 - 2014 Catel development team. All rights reserved. // </copyright> // ------------------------------...
2.370996
17f9d1b2eb5129e6db74cf08d0b987c6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67386
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "tiksn/TIKSN-Framework", "max_stars_repo_path": "TIKSN.Core/Serialization/Bond/CompactBinaryBondSerializer.cs", "provenance": "train-00000-of-00045.jsonl.gz:67387" }
starcoder
using Bond.IO.Safe; using Bond.Protocols; namespace TIKSN.Serialization.Bond { public class CompactBinaryBondSerializer : SerializerBase<byte[]> { protected override byte[] SerializeInternal<T>(T obj) { var output = new OutputBuffer(); var writer = new CompactBinaryWrite...
1.729399
31c22fc864e1c74b5821e0b4ec06f0ff
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67387
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mssql-operator/mssql-operator", "max_stars_repo_path": "src/mssql-operator/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:67388" }
starcoder
<filename>src/mssql-operator/Program.cs using System; using System.Collections.Generic; using System.Threading.Tasks; using System.Linq; using k8s; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using System.Threading; using MSSqlOperator.Services; using System.Net.Http; ...
2.000276
42f9892ababa6dffa92cd83123cb6dde
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67388
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "cosmos-stack/cosmos-standard", "max_stars_repo_path": "src/Cosmos.Extensions.Collections/Cosmos/Collections/Internals/AppendedReadOnlyCollection.cs", "provenance": "train-00000-of-00045.jsonl.gz:67389" }
starcoder
<gh_stars>1-10 namespace Cosmos.Collections.Internals; internal class AppendedReadOnlyCollection<T> : IReadOnlyCollection<T> { private readonly IEnumerable<T> _enumerable; internal AppendedReadOnlyCollection(IReadOnlyCollection<T> root, T item) { _enumerable = ReadOnlyCollsHelper.Append(root, item...
2.632993
c576f6ce4bf55191c32494529c704c30
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67389
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zengspr/Trackily", "max_stars_repo_path": "Trackily/Areas/Identity/Pages/Account/_Layout.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:67390" }
starcoder
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>@ViewData["Title"] - Trackily</title> <environment include="Development"> <link ...
1.794622
52e328ea302cc0a94e5d143a09dd1b78
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67390
{ "extension": "c-sharp", "max_stars_count": "3914.0", "max_stars_repo_name": "maplelearC/Unity3DTraining", "max_stars_repo_path": "DesignPatterns/Singleton/UnitySingleton.cs", "provenance": "train-00000-of-00045.jsonl.gz:67391" }
starcoder
<reponame>maplelearC/Unity3DTraining<gh_stars>1000+ /* Unity中的单例模式 */ public class UnitySingleton: MonoBehaviour { private static UnitySingleton _instance = null; void Awake(){ _instance = this; } public static UnitySingleton GetInstance(){ return _instance; } } public class Test...
2.394877
2da72add9968feba8626972de4368acb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67391
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "piecesofreg09/rotanect_it", "max_stars_repo_path": "project/Assets/Scripts/SaveLoadRecords.cs", "provenance": "train-00000-of-00045.jsonl.gz:67392" }
starcoder
<gh_stars>0 using UnityEngine; using System.Collections.Generic; using System.Runtime.Serialization.Formatters.Binary; using System.IO; using System; using System.Collections; public class SaveLoadRecords { // Corresponds to the Score class public static int[] savedScore = new int[6]; public ...
2.149039
5c83c8ee00605a01a779a5c728cb98c6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67392
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Abrissirba/GraphIoT", "max_stars_repo_path": "test/DigitalstromTwin.Tests/TwinChangeAggregatorTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:67393" }
starcoder
using PhilipDaubmeier.DigitalstromClient; using PhilipDaubmeier.DigitalstromClient.Model.Core; using PhilipDaubmeier.DigitalstromClient.Model.Events; using PhilipDaubmeier.DigitalstromDssMock; using RichardSzalay.MockHttp; using System.Collections.Generic; using System.Threading.Tasks; using Xunit; namespace PhilipDau...
2.094432
6c892903880096cf129498a96d1980dd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67393
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tnwinc/PressTo", "max_stars_repo_path": "ComputerSide/ConsoleSerialPortReader/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:67394" }
starcoder
<reponame>tnwinc/PressTo<filename>ComputerSide/ConsoleSerialPortReader/Program.cs  using System; using Hardware; namespace ConsoleSerialPortReader { public class Program { static void Main() { var clicker = new Clicker(); //clicker.RotaryChanged += (sender, args) => Console.WriteLine(R...
2.674328
1cb69896e44ca7d3a6484815021a05ce
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67394
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Platform-Agile-Software/PAF-Community", "max_stars_repo_path": "PlatformAgileFrameworkCore/PlatformAgileFrameworkCoreContractsStandard/TypeHandling/PartialClassSupport/ExtendablePseudoEnumTypeComparer.cs", "provenance": "train-00000-o...
starcoder
<reponame>Platform-Agile-Software/PAF-Community //@#$&+ // //The MIT X11 License // //Copyright (c) 2010-2011 Icucom Corporation // //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 wi...
2.271326
48ba2e31c666070cab3e16f7dd40f062
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67395
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "uk-gov-mirror/SkillsFundingAgency.das-recruit", "max_stars_repo_path": "src/Shared/Recruit.Vacancies.Client/Infrastructure/Reports/ProviderApplicationsReportStrategy.cs", "provenance": "train-00000-of-00045.jsonl.gz:67396" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Esfa.Recruit.Vacancies.Client.Application.Providers; using Esfa.Recruit.Vacancies.Client.Domain.Entities; using Esfa.Recruit.Vacancies.Client.Domain.Extensions; using Esfa.Recruit.Vacancies.Client.Infrast...
1.631302
b9d1ca17743054114c8fb1a91bda355e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67396
{ "extension": "c-sharp", "max_stars_count": "217.0", "max_stars_repo_name": "ExpressoBits/Latios-Framework", "max_stars_repo_path": "Samples~/OptimizationAdventures/Build Collision Layer/BuildCollisionLayerOldVsNewPerformanceTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:67397" }
starcoder
using Latios.Psyshock; using NUnit.Framework; using Unity.Burst; using Unity.Collections; using Unity.Entities; using Unity.Jobs; using Unity.Mathematics; using Unity.PerformanceTesting; using Unity.Transforms; using Latios.Systems; namespace OptimizationAdventures { public class BuildCollisionLayerOldVsNewPerfo...
1.842402
5fbf0ccc0ca462d53af9fbefc547ff23
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67397
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bulldetektor/watchify", "max_stars_repo_path": "Watchify/CommandLine/CommandLineOptions.cs", "provenance": "train-00000-of-00045.jsonl.gz:67398" }
starcoder
<gh_stars>0 using System; using System.IO; using Microsoft.Extensions.CommandLineUtils; using Serilog.Core; using Serilog.Events; namespace Watchify.CommandLine { public class CommandLineOptions { public ICommand Command { get; set; } public DirectoryInfo ProjectDir { get; private set; } public bool IsVerbose...
2.53946
56d392ed02ec2f5a9de3fce7d29d934e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67398
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ChrisViral/AdventOfCode", "max_stars_repo_path": "CSharp/Search/SearchComparers.cs", "provenance": "train-00000-of-00045.jsonl.gz:67399" }
starcoder
using System.Collections.Generic; namespace AdventOfCode.Search; /// <summary> /// Minimum value search comparer /// </summary> public sealed class MinSearchComparer : IComparer<ISearchNode> { #region Static properties /// <summary> /// Comparer instance /// </summary> public static MinSearchComp...
3.091056
2bd6953ef012f57865088a87e7894dd4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67399
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Knightwalker/Knowledgebase", "max_stars_repo_path": "03_Programming_Advanced/06_C#_OOP/Exams/Exam_11_Aug_2019/02_BusinessLogic/Models/Neghbourhoods/GangNeighbourhood.cs", "provenance": "train-00000-of-00045.jsonl.gz:67400" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using ViceCity.Models.Guns.Contracts; using ViceCity.Models.Neghbourhoods.Contracts; using ViceCity.Models.Players.Contracts; namespace ViceCity.Models.Neghbourhoods { public class GangNeighbourhood : INeighbourhood ...
2.47308
a99e6e46c9e0384ab84aedd76d6764cf
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67400
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Roman-Dementiev/Dwares", "max_stars_repo_path": "Druid/Druid/Satchel/WritCommand.cs", "provenance": "train-00000-of-00045.jsonl.gz:67401" }
starcoder
using System; using System.Windows.Input; using Dwares.Druid.Services; namespace Dwares.Druid.Satchel { public class WritCommand: ICommand { public event EventHandler CanExecuteChanged; public WritCommand(string writ, IWritExecutor executor = null) { Writ = writ; Executor = executor; } public str...
2.692554
fa4eda1c63030156684dfe51c6df723e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67401
{ "extension": "c-sharp", "max_stars_count": "36.0", "max_stars_repo_name": "watfordgnf/Jwt", "max_stars_repo_path": "src/OAuth2/SoftwareStatementDescriptor.cs", "provenance": "train-00000-of-00045.jsonl.gz:67402" }
starcoder
// Copyright (c) 2020 <NAME>. All rights reserved. // Licensed under the MIT license. See LICENSE in the project root for license information. namespace JsonWebToken { /// <summary>https://tools.ietf.org/html/rfc7591#section-2.3</summary> public sealed class SoftwareStatementDescriptor : JwsDescriptor { ...
2.429691
f315694c429f6a7f9ba6f400317a07b7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67402
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dlmeh99/my-repo", "max_stars_repo_path": "WebApp/Views/CSSC/Shared/_TopMenu.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:67403" }
starcoder
<div class="menuWrap"> <ul class="menuList"> <li class="menuListItem jobs"> <a href="/" class="menuItemLink">Home</a> </li> <li class="menuListItem jobs"> <a href="/Home/CodeOfConduct" class="menuItemLink">Code of Conduct</a> </li> </ul> </div>
2.029887
fe8bc9ec6dcbc9ddb4c807fa67c54957
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67403
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "aaasoft/Quick.Plugin", "max_stars_repo_path": "Quick.Plugin/PluginManager.cs", "provenance": "train-00000-of-00045.jsonl.gz:67404" }
starcoder
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; namespace Quick.Plugin { public class PluginManager { public static PluginManager Instance = new PluginManager(); private IPluginFileProvider pluginFileProvider; p...
2.83703
a195ae623fcea1193343e13b301bc135
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67404
{ "extension": "c-sharp", "max_stars_count": "45.0", "max_stars_repo_name": "Carifio24/wwt-website", "max_stars_repo_path": "src/WWT.Caching/AppInsightsDistributedCache.cs", "provenance": "train-00000-of-00045.jsonl.gz:67405" }
starcoder
#nullable disable using Microsoft.ApplicationInsights; using Microsoft.ApplicationInsights.DataContracts; using Microsoft.ApplicationInsights.Extensibility; using Microsoft.Extensions.Caching.Distributed; using Microsoft.Extensions.Options; using System; using System.Runtime.CompilerServices; using System.Threading; u...
2.34272
567c1d7ff6587d5527f68f107b9d52a5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67405
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Jimmy-Hu/Git-Credential-Manager-for-Windows", "max_stars_repo_path": "Microsoft.Alm.Authentication/WwwAuthenticateHelper.cs", "provenance": "train-00000-of-00045.jsonl.gz:67406" }
starcoder
/**** Git Credential Manager for Windows **** * * Copyright (c) Microsoft Corporation * All rights reserved. * * MIT License * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the """"Software""""), to deal * in the Software ...
2.255028
578b2a479276bfd841cd48657e1f80ee
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67406
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AbbasKhalili/ProductModeling", "max_stars_repo_path": "Code/ProductManagement.Domain/Model/Product/ProductConstraints/SelectiveConstraint.cs", "provenance": "train-00000-of-00045.jsonl.gz:67407" }
starcoder
<reponame>AbbasKhalili/ProductModeling using System; using System.Collections.Generic; using System.Linq; using ProductManagement.Domain.Model.Constraints; namespace ProductManagement.Domain.Model.Product.ProductConstraints { public class SelectiveConstraint : ProductConstraint { private List<Option> o...
2.87001
e11daa4d2d0c5ef7a25d371b85a9ff2e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67407
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "spelltwister/ClientGenerator", "max_stars_repo_path": "ClientGenerator/IClientGenerator.cs", "provenance": "train-00000-of-00045.jsonl.gz:67408" }
starcoder
<gh_stars>0 using System; using System.CodeDom; using System.Linq; using System.Reflection; namespace ClientGenerator { public interface IClientGenerator { /// <summary> /// Generates a <see cref="CodeCompileUnit"/> describing the client /// to generate /// </summary> /// <param name="assembly"> /// Ass...
2.511827
611b2496dadfb6f18db7b140b92dc962
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67408
{ "extension": "c-sharp", "max_stars_count": "21.0", "max_stars_repo_name": "JTOne123/JustAnotherVoiceChat-Server", "max_stars_repo_path": "JustAnotherVoiceChat.Server.GTMP.Resource/Server/VoiceScript.cs", "provenance": "train-00000-of-00045.jsonl.gz:67409" }
starcoder
<reponame>JTOne123/JustAnotherVoiceChat-Server /* * File: VoiceScript.cs * Date: 22.2.2018, * * MIT License * * Copyright (c) 2018 JustAnotherVoiceChat * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to de...
1.838215
6eae26bd9922d96ebafc85222b3515d1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67409
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kraemer-raimund/unity-health", "max_stars_repo_path": "Health/Assets/Rakrae.Health/Runtime/Health.cs", "provenance": "train-00000-of-00045.jsonl.gz:67410" }
starcoder
<reponame>kraemer-raimund/unity-health /* MIT License Copyright (c) 2020 <NAME> For the full license text please refer to the LICENSE file. */ using System; namespace Rakrae.Unity.Health { public class Health { public Health(float maxHealth, float initialHealth) { MaxHealth = max...
2.87697
3f133c42376cdba82512d6cbc345f080
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67410
{ "extension": "c-sharp", "max_stars_count": "57.0", "max_stars_repo_name": "pedropbazzo/CUITE-UI-test", "max_stars_repo_path": "src/CUITe/SearchConfigurations/ValueAttributeConfigurator.cs", "provenance": "train-00000-of-00045.jsonl.gz:67411" }
starcoder
using Microsoft.VisualStudio.TestTools.UITesting; using Microsoft.VisualStudio.TestTools.UITesting.HtmlControls; namespace CUITe.SearchConfigurations { /// <summary> /// Class capable of configuring a set of search properties with information about value /// attributes. /// </summary> internal cla...
2.521328
be91bfc7dae143882fb8d4ca86efac59
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67411
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kokkiemouse/BEditor", "max_stars_repo_path": "BEditor/BEditor.WPF/Views/SettingsControl/UIBuilderFromRecord.cs", "provenance": "train-00000-of-00045.jsonl.gz:67412" }
starcoder
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; namespace BEditor.Views.SettingsControl { public class UIBuilderFromRecord { pr...
2.481362
2e86fcc782ca0b8dd438dcf4912c9f4c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67412
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "moljac/Samples.AndroidX", "max_stars_repo_path": "samples/apps/toggl-aka-mobileapp/mobileapp/Toggl.Droid/Activities/ForgotPasswordActivity.cs", "provenance": "train-00000-of-00045.jsonl.gz:67413" }
starcoder
<gh_stars>0 using Android.App; using Android.Content.PM; using Android.Runtime; using Android.Views; using Android.Widget; using System; using System.Reactive.Linq; using Toggl.Core.UI.ViewModels; using Toggl.Droid.Extensions; using Toggl.Droid.Extensions.Reactive; using Toggl.Droid.Presentation; using Toggl.Shared; u...
1.545489
4f15f857540460f7efad6614c3861db4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67413
{ "extension": "c-sharp", "max_stars_count": "793.0", "max_stars_repo_name": "dguder/wixsharp", "max_stars_repo_path": "Source/src/WixSharp/RegFileImporter.cs", "provenance": "train-00000-of-00045.jsonl.gz:67414" }
starcoder
#region Licence... /* The MIT License (MIT) Copyright (c) 2015 <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 without limitation the rights to use, copy, mod...
2.32217
5746fa585770d7bad1d7c2aae4fd4174
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67414
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pashcovich/More", "max_stars_repo_path": "src/Core/Core/More/Collections.Generic/VariantObservableCollectionT1T2.cs", "provenance": "train-00000-of-00045.jsonl.gz:67415" }
starcoder
<filename>src/Core/Core/More/Collections.Generic/VariantObservableCollectionT1T2.cs<gh_stars>0 namespace More.Collections.Generic { using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System...
2.655887
92fbcf6c81b52c7f19ad1cd81d9eee5f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67415
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "felix-b/MetaPatterns", "max_stars_repo_path": "Source/AutoPatterns/Runtime/IPatternTemplate.cs", "provenance": "train-00000-of-00045.jsonl.gz:67416" }
starcoder
<filename>Source/AutoPatterns/Runtime/IPatternTemplate.cs<gh_stars>1-10 namespace AutoPatterns.Runtime { public interface IPatternTemplate { void Apply(PatternWriterContext context); } }
1.931275
79c7e36b6087f8637c07856bf4998fb0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67416
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mdavid/nuxleus", "max_stars_repo_path": "linux-distro/package/nuxleus/Source/Vendor/dday-ical/Examples/C#/Example4/CustomICalendar.cs", "provenance": "train-00000-of-00045.jsonl.gz:67417" }
starcoder
using System; using DDay.iCal; using DDay.iCal.Components; namespace Example4 { /// <summary> /// A custom iCalendar class that contains additional information /// </summary> [ComponentBaseType(typeof(CustomComponentBase))] class CustomICalendar : iCalendar { } }
1.818839
1a208b9ebeaf636010896ee3aec9273c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67417
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "genadi60/MusacaWebApp", "max_stars_repo_path": "MusacaWebApp/Data/ApplicationDbContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:67418" }
starcoder
namespace MusacaWebApp.Data { using Microsoft.EntityFrameworkCore; using Models; public class ApplicationDbContext : DbContext { public ApplicationDbContext() { } public ApplicationDbContext(DbContextOptions<ApplicationDbContext> options) : base(options) { ...
2.360282
0eeedc9e3136451a43bd6688bda53646
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67418
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "jnellis/basic-computer-games", "max_stars_repo_path": "07_Basketball/csharp/Game.cs", "provenance": "train-00000-of-00045.jsonl.gz:67419" }
starcoder
<reponame>jnellis/basic-computer-games using Basketball.Plays; using Basketball.Resources; using Games.Common.IO; using Games.Common.Randomness; namespace Basketball; internal class Game { private readonly Clock _clock; private readonly Scoreboard _scoreboard; private readonly TextIO _io; private read...
2.472629
661d8ab6aa11c3dc6f74170ed3c36437
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67419
{ "extension": "c-sharp", "max_stars_count": "24.0", "max_stars_repo_name": "w8tcha/ripper", "max_stars_repo_path": "PG-Ripper/Helpers/UrlHandler.cs", "provenance": "train-00000-of-00045.jsonl.gz:67420" }
starcoder
<reponame>w8tcha/ripper<gh_stars>10-100 // -------------------------------------------------------------------------------------------------------------------- // <copyright file="UrlHandler.cs" company="The Watcher"> // Copyright (c) The Watcher Partial Rights Reserved. // This software is licensed under the MIT...
2.687237
30d0b785ac6e5244fe2b630a5f570eed
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67420
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Peixer/Binance.Net", "max_stars_repo_path": "Binance.Net/Objects/BinanceSymbol.cs", "provenance": "train-00000-of-00045.jsonl.gz:67421" }
starcoder
using Binance.Net.Converters; using Newtonsoft.Json; using System.Collections.Generic; namespace Binance.Net.Objects { public class BinanceSymbol { [JsonProperty("symbol")] public string SymbolName { get; set; } [JsonConverter(typeof(SymbolStatusConverter))] public SymbolStatus...
1.833545
00ca2aa0258a47a912c58a1d352e702c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67421
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "noordwind/Coolector-Common", "max_stars_repo_path": "src/Collectively.Common/Caching/RedisModule.cs", "provenance": "train-00000-of-00045.jsonl.gz:67422" }
starcoder
using Autofac; using Collectively.Common.Types; namespace Collectively.Common.Caching { public class RedisModule : Module { protected override void Load(ContainerBuilder builder) { builder.RegisterType<RedisDatabaseFactory>() .As<IRedisDatabaseFactory>() ...
1.910166
d4282205518bca231184e9d4abc3ae32
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67422
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Luisginan/as-automator", "max_stars_repo_path": "Task/TaskRunMsi.cs", "provenance": "train-00000-of-00045.jsonl.gz:67423" }
starcoder
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Text; namespace AS_Automator.Task { public class TaskRunMsi : AsTask { public String FilePath { get; set; } = ""; public String Arguments { get; set; } = ""; public String WorkingDir...
2.896198
aa64894b7d46369691fc613763c99881
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67423
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "n7software/CivilizationV", "max_stars_repo_path": "src/Save/GameSave.cs", "provenance": "train-00000-of-00045.jsonl.gz:67424" }
starcoder
<reponame>n7software/CivilizationV using System; using MRobot.Civilization.Game; namespace MRobot.Civilization.Save { public partial class GameSave : GameConfig { private GameSave() : base() { HeaderCurrentEra = GameEraProps.Vanilla; } private long Raw...
2.068486
7e09ad93b76a92dbb99dec23d312b567
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67424
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Mike111177/OWLib", "max_stars_repo_path": "TankLib/STU/Types/STU_03461D6C.cs", "provenance": "train-00000-of-00045.jsonl.gz:67425" }
starcoder
<gh_stars>1-10 // Instance generated by TankLibHelper.InstanceBuilder // ReSharper disable All namespace TankLib.STU.Types { [STUAttribute(0x03461D6C)] public class STU_03461D6C : STUGenericSettings_Base { [STUFieldAttribute(0x0BA27AD2)] public float m_0BA27AD2; [STUFieldAttribute(0x5E...
0.474818
bced69fffa62ec33b876ca2c5bc2f7d5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67425
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Piggered/MakeLobbiesEvenBetter", "max_stars_repo_path": "MakeLobbiesEvenBetter/ToolboxWindow.cs", "provenance": "train-00000-of-00045.jsonl.gz:67426" }
starcoder
<reponame>Piggered/MakeLobbiesEvenBetter using System; using System.Diagnostics; using System.Windows.Forms; namespace MakeLobbiesEvenBetter { public partial class ToolboxWindow : Form { private MainWindow _mainWindow; private LogReader _logReader; private Settings _settings; ...
2.44763
ba6cc6714bcc9bda11831dc4dcd90163
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67426
{ "extension": "c-sharp", "max_stars_count": "21.0", "max_stars_repo_name": "scardetto/Agatha", "max_stars_repo_path": "examples/Sample.Common/RequestsAndResponses/GetAge.cs", "provenance": "train-00000-of-00045.jsonl.gz:67427" }
starcoder
<gh_stars>10-100 using System; using System.Collections.Generic; using System.Linq; using System.Text; using Agatha.Common; namespace Sample.Common.RequestsAndResponses { public class GetAgeRequest : Request { public DateTime DateOfBirth { get; set; } } public class GetAgeResponse : Response ...
2.20322
273cc68d0b474f7a2b56260f140c235e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67427
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "vanya3254/SoftUni-ProgrammingFundamentals-Exercises", "max_stars_repo_path": "BasicSyntax/Employee-Data/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:67428" }
starcoder
using System; namespace Employee_Data { class Program { static void Main(string[] args) { string name = Console.ReadLine(); int age = int.Parse(Console.ReadLine()); int employeeId = int.Parse(Console.ReadLine()); double salary = double.Parse(Cons...
3.196121
029c45f54c63966fc5411e18958032eb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67428
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "dgumustel/minijam70", "max_stars_repo_path": "Scripts/PeopleSpawner.cs", "provenance": "train-00000-of-00045.jsonl.gz:67429" }
starcoder
<reponame>dgumustel/minijam70<filename>Scripts/PeopleSpawner.cs<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class PeopleSpawner : MonoBehaviour { public GameObject person; private GameManager gameManager; // Start is called before the first frame upd...
2.395218
f58c6b3d43cb18160306acee8e34bf0e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67429
{ "extension": "c-sharp", "max_stars_count": "13.0", "max_stars_repo_name": "JorgeCandeias/Trader", "max_stars_repo_path": "Trader.Trading.Abstractions/Watchdog/IWatchdogGrainExtension.cs", "provenance": "train-00000-of-00045.jsonl.gz:67430" }
starcoder
<filename>Trader.Trading.Abstractions/Watchdog/IWatchdogGrainExtension.cs using Orleans.Runtime; namespace Outcompute.Trader.Trading.Watchdog; public interface IWatchdogGrainExtension : IGrainExtension { Task PingAsync(); }
1.200979
078f97c1dd6dae2ee665f6b79c81d25e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67430
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BlazingMammothGames/LD29", "max_stars_repo_path": "Assets/Scripts/Effects/BlackoutTrigger.cs", "provenance": "train-00000-of-00045.jsonl.gz:67431" }
starcoder
using UnityEngine; using System.Collections; public class BlackoutTrigger : MonoBehaviour { public string playerTag = "Player"; void Awake() { if (renderer != null) renderer.enabled = true; else { MeshRenderer[] renderers = transform.GetComponentsInChildren...
2.285188
fa2bc4aa42e410adc7bf56c5d975b51b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67431
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "WS-QA/Calamari", "max_stars_repo_path": "source/Calamari.Shared/Modules/CommandLocator.cs", "provenance": "train-00000-of-00045.jsonl.gz:67432" }
starcoder
using Calamari.Commands; using Calamari.Commands.Support; using System; using System.Linq; using System.Reflection; using Autofac; using Autofac.Core.Registration; using Calamari.Util; namespace Calamari.Modules { public class CommandLocator : ICommandLocator { public Type Find(string name, Assembly a...
2.538179
5dc44a61f9f1c62c22839c5d1e51ea0a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
67432
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ssauermann/anki-editor", "max_stars_repo_path": "Views/DeckView.xaml.cs", "provenance": "train-00000-of-00045.jsonl.gz:67433" }
starcoder
<filename>Views/DeckView.xaml.cs<gh_stars>0 using System.Windows.Controls; using AnkiEditor.PropertyExtensions; namespace AnkiEditor.Views { /// <summary> /// Interaktionslogik für DeckView.xaml /// </summary> public partial class DeckView : UserControl { public DeckView() { ...
2.425153
f6f29b05fc7f8338bd2e303cc35946c7