added
string
created
string
id
string
metadata
dict
source
string
text
string
code-score
float64
md5
string
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846512
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hackself-education/Mob", "max_stars_repo_path": "HackyourSelf/BL/ViewModels/Account/LoginViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:165732" }
starcoder
using System; using System.Threading.Tasks; using System.Windows.Input; using MyWasteDriver.UI; namespace MyWasteDriver.BL.ViewModels.Account { class LoginViewModel : BaseViewModel { public ICommand GoToMainPageCommand => MakeCommand(UserEnt); void UserEnt() { NavigationService.InitTabbed(InitializePages(...
2.270995
6512312be8d4dbc3d7e13d7d2c8ecff2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846513
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "PureMVC/puremvc-csharp-util-pipes", "max_stars_repo_path": "Pipes/Plumbing/PipeListener.cs", "provenance": "train-00027-of-00045.jsonl.gz:165733" }
starcoder
// // PureMVC C# Multicore Utility - Pipes // // Copyright(c) 2017-2027 <NAME> <<EMAIL>> // Your reuse is governed by the Creative Commons Attribution 3.0 License // using System; using Pipes.Interfaces; namespace Pipes.Plumbing { /// <summary> /// Pipe Listener. /// </summary> /// <remarks> /...
2.910902
2a77140e53fe43fa83b53c1689bafaa7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846514
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "emrebiber/ArticleAPI", "max_stars_repo_path": "ArticleAPI.DAL/Repositories/User/UserRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:165734" }
starcoder
<gh_stars>0 using Dapper; using MySql.Data.MySqlClient; namespace ArticleAPI.DAL.Repositories.User { public class UserRepository : IUserRepository { public Models.User GetUser(string email, string password) { using (var connection = new MySqlConnection(DbConfig.GetConnectionString(...
2.35685
7d750f481e687188f1a15c41039fa6ea
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846515
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "LevelUp-Project/Level-Up-NWT-Testapp-Client", "max_stars_repo_path": "SubPages/AchivementsPage.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:165735" }
starcoder
<filename>SubPages/AchivementsPage.xaml.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace NWT { [XamlCompilation(XamlCompilationOptions.Compile)] public partial class Achivements...
2.519029
07ce309e9232c2957f735d7c728875b7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846516
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "DiagProf/ISO22900.II", "max_stars_repo_path": "WrapISO22900.II/Src/NativeWrap/Products/ApiCall.cs", "provenance": "train-00027-of-00045.jsonl.gz:165736" }
starcoder
using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace ISO22900.II { internal abstract class ApiCall { protected readonly IntPtr AddressOfNativeMethod; protected abstract string NativeMethodName { get; } protected ApiCall(IntPtr handleToLoa...
2.480088
a67f9f88cba25d33c5db64709bace378
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846517
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "blacop/DSCSR", "max_stars_repo_path": "DsAlgoCSSod/ch5 StackQueue/algo/RadixSort.cs", "provenance": "train-00027-of-00045.jsonl.gz:165737" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ch5_StackQueue.Main { //基数排序 public class RadixSort { enum DigitType { ones = 1, tens = 10 } //位数标志 /// <summary> /// 显示数组( /...
3.42347
6bf4a5547aee8419712052ebe630892f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846518
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "exKAZUu/Paraiba", "max_stars_repo_path": "Paraiba.Core.Tests/IO/DirectoryInfoExtensionsTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:165738" }
starcoder
#region License // Copyright (C) 2011-2016 <NAME> // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
2.340748
8ccddfeb122fb788e4ab3de23d1c0722
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846519
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GenesysPureEngage/workspace-client-csharp", "max_stars_repo_path": "src/Genesys.Internal.Workspace/Model/MediamediatypeinteractionsidadddocumentData.cs", "provenance": "train-00027-of-00045.jsonl.gz:165739" }
starcoder
/* * Workspace API * * Agent API * * OpenAPI spec version: 9.0.000.24.2336 * * Generated by: https://github.com/swagger-api/swagger-codegen.git */ using System; using System.Linq; using System.IO; using System.Text; using System.Text.RegularExpressions; using System.Collections; using System.Collections.Gene...
2.102662
a5f22b9d2d40773a1de33cb8cb52b606
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846520
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "maron6/SEIDR", "max_stars_repo_path": "SEIDR.Test/DelimitedRecordHashTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:165740" }
starcoder
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using SEIDR.Doc.DocQuery; using SEIDR.Doc; namespace SEIDR.Test { [TestClass] public class DelimitedRecordHashTest { string[] Head...
2.433755
5a1423b7f89dab957b1eff9ac34fc4da
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846521
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "llorch19/Smartflow-Sharp", "max_stars_repo_path": "src/Smartflow/WorkflowNodeService.cs", "provenance": "train-00027-of-00045.jsonl.gz:165741" }
starcoder
using Smartflow.Elements; using System; using System.Collections.Generic; using System.Linq; using System.Text; using Smartflow.Internals; using System.Xml.Linq; using Action = Smartflow.Elements.Action; using System.Data; using Dapper; using Smartflow.Components; namespace Smartflow { public class WorkflowNodeSe...
2.028225
2a0181e34a646353c183cc3a85fbb0e0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846522
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ChristopherHaws/Lucene.Net.FluentApi", "max_stars_repo_path": "src/Lucene.Net.FluentApi/Documents/FieldBuilders/SerializedObjectFieldBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:165742" }
starcoder
<gh_stars>0 using System; using Lucene.Net.Documents; using Lucene.Net.Fluent.Documents.FieldProperties; using Lucene.Net.Fluent.Documents.FieldPropertyBuilders; using Lucene.Net.Fluent.Documents.Types; using Lucene.Net.Fluent.Extentions; namespace Lucene.Net.Fluent.Documents.FieldBuilders { public class SerializedOb...
1.930437
55bcddbfc198ffd85a3b82d831d2da61
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846523
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Herdubreid/blasve", "max_stars_repo_path": "Features/AppState/Handlers.cs", "provenance": "train-00027-of-00045.jsonl.gz:165743" }
starcoder
<filename>Features/AppState/Handlers.cs<gh_stars>1-10 using blasve.Services; using BlazorState; using MediatR; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace blasve.Features.AppState { public partial class AppState { p...
1.977846
a62468fdbb82f5b9d774d4a6a42271d8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846524
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "LyuboslavKrastev/BasicDesk-Project-CSharp-MVC-Frameworks-ASP.NET-Core", "max_stars_repo_path": "BasicDesk.App/Areas/Management/Pages/Statuses/Create.cshtml.cs", "provenance": "train-00027-of-00045.jsonl.gz:165744" }
starcoder
using BasicDesk.App.Common; using BasicDesk.App.Helpers.Messages; using BasicDesk.Common.Constants; using BasicDesk.Common.Constants.Validation; using BasicDesk.Data; using BasicDesk.Data.Models.Requests; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.RazorPage...
2.254101
861439cf3f6f37b3ac706f921dbd7269
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846525
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "klueless-csharp-samples/P03DomainModels", "max_stars_repo_path": "Models/Player.cs", "provenance": "train-00027-of-00045.jsonl.gz:165745" }
starcoder
namespace P03DomainModels { using System.Collections.Generic; using System.ComponentModel.DataAnnotations; public class Player { public Player() { } public int Id { get; set; } [Required] public string FullName { get; set; } public List<Competitor> CompetedGames { get; } = new L...
2.268465
73fffd4ee2868dde50b51ad83016f540
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846526
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Selinux24/SharpDX-Tests", "max_stars_repo_path": "Engine.Content.FmtCollada/Types/EnumSemantics.cs", "provenance": "train-00027-of-00045.jsonl.gz:165746" }
starcoder
<reponame>Selinux24/SharpDX-Tests using System; using System.Xml.Serialization; namespace Engine.Collada.Types { [Serializable] public enum EnumSemantics { [XmlEnum("BINORMAL")] Binormal, [XmlEnum("CONTINUITY")] Continuity, [XmlEnum("IMAGE")] Image, ...
1.529367
80b3af45a858ad7d859188181ad8de00
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846527
{ "extension": "c-sharp", "max_stars_count": "45.0", "max_stars_repo_name": "eric-erki/ERP-CMR-DMS", "max_stars_repo_path": "ViennaAdvantageWeb/ModelLibrary/ModelAD/X_AD_LdapAccess.cs", "provenance": "train-00027-of-00045.jsonl.gz:165747" }
starcoder
namespace VAdvantage.Model { /** Generated Model - DO NOT CHANGE */ using System; using System.Text; using VAdvantage.DataBase; using VAdvantage.Common; using VAdvantage.Classes; using VAdvantage.Process; using VAdvantage.Model; using VAdvantage.Utility; using System.Data; /** Generated Model for AD_LdapAccess * @au...
1.800752
e366a8d7585c6dc4b31d02c343daa91d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846528
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gladiatormaximusty/Questionnaire-Backend", "max_stars_repo_path": "src/EIRA.EntityFramework/EIRADataModule.cs", "provenance": "train-00027-of-00045.jsonl.gz:165748" }
starcoder
using System.Data.Entity; using System.Reflection; using Abp.Modules; using Abp.Zero.EntityFramework; using EIRA.EntityFramework; namespace EIRA { [DependsOn(typeof(AbpZeroEntityFrameworkModule), typeof(EIRACoreModule))] public class EIRADataModule : AbpModule { public override void PreInitialize(...
1.552276
391b36e53cff38cbdf8d179e25102279
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846529
{ "extension": "c-sharp", "max_stars_count": "33.0", "max_stars_repo_name": "abitmore/Ditch", "max_stars_repo_path": "Sources/Ditch.Golos.Tests/Apis/PrivateMessageApi.cs", "provenance": "train-00027-of-00045.jsonl.gz:165749" }
starcoder
<filename>Sources/Ditch.Golos.Tests/Apis/PrivateMessageApi.cs<gh_stars>10-100 using System; using System.Threading; using System.Threading.Tasks; using NUnit.Framework; namespace Ditch.Golos.Tests.Apis { [TestFixture] public class PrivateMessageApiTest : BaseTest { [Test][Parallelizable] p...
2.046295
fb929d9f158f8caa588456d3f61b9b37
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846530
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bn0367/WordHookBotPlus", "max_stars_repo_path": "Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:165750" }
starcoder
//#define DEV using System; using System.Collections.Generic; using System.Configuration; using System.Diagnostics; using System.Threading.Tasks; using DiscordBotsList.Api; using DiscordBotsList.Api.Objects; using DSharpPlus; using DSharpPlus.CommandsNext; using DSharpPlus.Entities; using DSharpPlus.EventArgs; using ...
2.381988
ce9d0ff6aa533c4d27c2c7d6113cca1e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846531
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "yoggy/unity_test", "max_stars_repo_path": "test30_android_plugin/Assets/Plugins/Android/TestServiceControllerForAndroid.cs", "provenance": "train-00027-of-00045.jsonl.gz:165751" }
starcoder
<gh_stars>1-10 using System.Collections; using System.Collections.Generic; using UnityEngine; #if UNITY_ANDROID && !UNITY_EDITOR public class TestServiceControllerForAndroid { AndroidJavaObject controller; bool is_init = false; public void Check() { AndroidJNI.AttachCurrentThread(); if (is_init == false) { ...
2.1012
f41a8425399b2b5ee2bf242963cefb0e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846532
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DariuszKitel/BookShop", "max_stars_repo_path": "BookShop.DataAccess/Repository/IRepository/ICategoryRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:165752" }
starcoder
using BookShop.Models; namespace BookShop.DataAccess.Repository.IRepository { public interface ICategoryRepository : IRepository<Category> { void Update(Category category); } }
1.740678
f515edbe145b98a851f6855902352b33
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846533
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "albertoonezio/Exercicio14", "max_stars_repo_path": "Exercicio14/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:165753" }
starcoder
<reponame>albertoonezio/Exercicio14 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Exercicio14 { class Program { static void Main(string[] args) { double PR1, PR2 = 0; double media = 0; ...
3.032831
0953c30100d4877311e71f21fc327844
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846534
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "unity-game-framework/ugf-utf8json", "max_stars_repo_path": "Packages/UGF.Utf8Json/Runtime/Utf8JsonUtility.cs", "provenance": "train-00027-of-00045.jsonl.gz:165754" }
starcoder
<filename>Packages/UGF.Utf8Json/Runtime/Utf8JsonUtility.cs using System; using Utf8Json; namespace UGF.Utf8Json.Runtime { /// <summary> /// Provides utilities to work with Utf8 Json serialization. /// </summary> public static partial class Utf8JsonUtility { public static string ToJson<T>(T...
2.978339
a4fa900276994a4ac50c83b3e0092ad5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846535
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "JaniceBPC/Common.DomainModel", "max_stars_repo_path": "Jbpc.DomainModel/Import/Model Elements/ImportDataModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:165755" }
starcoder
<reponame>JaniceBPC/Common.DomainModel namespace Jbpc.Common.DomainModel.ImportModel { public class ImportDataModel<TModelRow> : AbstractEditSession<TModelRow> where TModelRow : AbstractModelRow { } }
1.156089
0f6d04110f142af5a09dc08febd656c1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846536
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "NESTicle/pixicity-backend", "max_stars_repo_path": "Pixicity.Service/Interfaces/IJwtService.cs", "provenance": "train-00027-of-00045.jsonl.gz:165756" }
starcoder
using System; using System.Collections.Generic; using System.Text; namespace Pixicity.Service.Interfaces { public interface IJwtService { byte[] GetHashKeyJwt(); string GetTokenFromJWT(string jwt); string GetUniqueName(string jwt); } }
1.609375
7afbf5d733b56deeaf8147ea1b6bb916
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846537
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "Linus045/Raidme", "max_stars_repo_path": "Raidme/Assets/Scripts/Object Level Scripts/RaidStartingScene.cs", "provenance": "train-00027-of-00045.jsonl.gz:165757" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; using TMPro; public class RaidStartingScene : MonoBehaviour { public PlayerPrefsManager playerPrefs; public TextMeshPro raidMsg; public TextMeshPro raiderCommand; public TextMeshPro defenderCommand; public TextMeshPro r...
1.97944
26cfec5986e9f14f5e9da0ba1f6373e9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846538
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "TomaszKandula/HotelCalifornia", "max_stars_repo_path": "HotelCalifornia/Configuration/Dependencies.cs", "provenance": "train-00027-of-00045.jsonl.gz:165758" }
starcoder
<reponame>TomaszKandula/HotelCalifornia using System.Reflection; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using HotelCalifornia.Backend.Cqrs; using HotelCalifornia.Backend.Database; using HotelCalifornia.Backend.Shared.Settings; using...
1.691403
07bc2698ee6a54be0fc520081601d4c0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846539
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TheUnforg1ven/CsharpAlgorithms", "max_stars_repo_path": "Algorithms/Search/BinarySearch.cs", "provenance": "train-00027-of-00045.jsonl.gz:165759" }
starcoder
<filename>Algorithms/Search/BinarySearch.cs using System; using System.Collections.Generic; namespace Arrays.Search { public static class BinarySearch { public static T Binary<T>(List<T> array, T value) where T : IComparable { if (array.Count == 0) return default(T)...
4.034644
640d8ca9d0e7534369c4a07fd126ba1f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846540
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "develmax/Crm.Sdk.Core", "max_stars_repo_path": "Microsoft.Crm.Sdk.Proxy/Messages/ModifyAccessRequest.cs", "provenance": "train-00027-of-00045.jsonl.gz:165760" }
starcoder
using Microsoft.Xrm.Sdk; using System.Runtime.Serialization; namespace Microsoft.Crm.Sdk.Messages { /// <summary>Contains the data that is needed to replace the access rights on the target record for the specified security principal (user or team).</summary> [DataContract(Namespace = "http://schemas.microsoft.com...
2.4196
5db44dce528296f74610fce80d8135a7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846541
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "JeevanJames/ConsoleFx", "max_stars_repo_path": "test-harness/TestHarness/DeepMultiCommand/Test.cs", "provenance": "train-00027-of-00045.jsonl.gz:165761" }
starcoder
<filename>test-harness/TestHarness/DeepMultiCommand/Test.cs // Copyright (c) 2015-2021 <NAME> // This file is licensed to you under the Apache License, Version 2.0. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Threading.Tasks; using Co...
2.739037
6ff35ec91cd9e6d2056ebb910d2c4813
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846542
{ "extension": "c-sharp", "max_stars_count": "8016.0", "max_stars_repo_name": "helloausrine/MahApps.Metro", "max_stars_repo_path": "src/MahApps.Metro/Converters/ThicknessToDoubleConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:165762" }
starcoder
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Globalization; using System.Windows; using System.Windows.Data; namespace MahApps.Metro....
2.60159
064266c6f42360ecd2856ba3b36fae35
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846543
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sakapon/AtCoder-Contests", "max_stars_repo_path": "CSharp/Contests/Typical90/L2/Q055.cs", "provenance": "train-00027-of-00045.jsonl.gz:165763" }
starcoder
using System; class Q055 { static int[] Read() => Array.ConvertAll(Console.ReadLine().Split(), int.Parse); static (int, int, int) Read3() { var a = Read(); return (a[0], a[1], a[2]); } static void Main() => Console.WriteLine(Solve()); static object Solve() { var (n, p, q) = Read3(); var a = Read();...
3.214614
c2cfc4efc4778f5a7120569a7fc195d1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846544
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sameera/Codoxide.Outcome", "max_stars_repo_path": "Codoxide.Outcome.Extensions.Catch/test/Given a failed Outcome/When there is a subsequent Then block.cs", "provenance": "train-00027-of-00045.jsonl.gz:165764" }
starcoder
using System; using System.Collections.Generic; using Codoxide; using Codoxide.Outcomes; using FluentAssertions; using Xunit; using Xunit.Abstractions; namespace _.Given_a_failed_Outcome { public class When_there_is_a_subsequent_Then_block: GivenFailedOutcome { private ITestOutputHelper _console; ...
2.523819
f242c5abd0b03b382fed4ed5dca8c815
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846545
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "IgnatiusQue/theSource-Unity-sc", "max_stars_repo_path": "5 Parse Json WebServer/Assets/CoroutineWithData.cs", "provenance": "train-00027-of-00045.jsonl.gz:165765" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class CoroutineWithData { public Coroutine Coroutine { get; private set; } public object result; private IEnumerator target; public CoroutineWithData(MonoBehaviour owner, string url) { this.target = re...
2.510966
df9ba5708920c7b7dac5035e0ec14026
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846546
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "SuleAlOthman/MysteryLagacyTools", "max_stars_repo_path": "Cleaners/ClearLogs.cs", "provenance": "train-00027-of-00045.jsonl.gz:165766" }
starcoder
<reponame>SuleAlOthman/MysteryLagacyTools using System.Diagnostics; using System.Security.Principal; using Microsoft.VisualBasic.CompilerServices; namespace ClearLogs { static class Cleaner { /* * Author : <NAME> | twitter & github => (@sulealothman) * ClassName : Clear All Event Logs & Dele...
2.681294
37926558aef7f4638a1cb554d73f5d79
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846547
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "chakrabar/SurveyScorer", "max_stars_repo_path": "SurveyScorer/AppSettings.cs", "provenance": "train-00027-of-00045.jsonl.gz:165767" }
starcoder
using Microsoft.Extensions.Configuration; using System.IO; namespace SurveyScorer { static class AppSettings { private static IConfigurationRoot Configuration { get; set; } internal static string SurveyResultFilePath { get; set; } internal static string ReportTemplatePath { get; priva...
2.351744
e1396f1c6274acbd35fbfca55f1012fb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846548
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "libcs/gamer.asset.net", "max_stars_repo_path": "src/Formats/Nif/src/Game.Format.Nif2/Gen/Footer.cs", "provenance": "train-00027-of-00045.jsonl.gz:165768" }
starcoder
/* Copyright (c) 2006, NIF File Format Library and Tools */ // THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT! // // To change this file, alter the generate_cs.py Python script. using System; using System.IO; using System.Collections.Generic; namespace Niflib { /*! The NIF file footer. */ public cla...
2.487851
fef7a1475a96b70faa634759009032d2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846549
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "alex-kulakov/dataobjects-net", "max_stars_repo_path": "Orm/Xtensive.Orm/Orm/ConnectionInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:165769" }
starcoder
<filename>Orm/Xtensive.Orm/Orm/ConnectionInfo.cs // Copyright (C) 2003-2010 Xtensive LLC. // All rights reserved. // For conditions of distribution and use, see license. // Created by: <NAME> // Created: 2009.12.17 using System; using Xtensive.Core; namespace Xtensive.Orm { /// <summary> /// A wr...
2.526844
677c079b97a04c9c84c04b9ffe86cd38
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846550
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mono/workbooks", "max_stars_repo_path": "Clients/Xamarin.Interactive.MTouch/MTouchSdkTool.cs", "provenance": "train-00027-of-00045.jsonl.gz:165770" }
starcoder
// // Authors: // <NAME> <<EMAIL>> // <NAME> <<EMAIL>> // // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading.Tasks; using System.Xml; usi...
1.97864
ed5cf28099d9894b74d89b53b1fbc76c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846551
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "markusjohnsson/Braille", "max_stars_repo_path": "CilJs/3.JsTranslation/JSAst/JSReturnStatement.cs", "provenance": "train-00027-of-00045.jsonl.gz:165771" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace CilJs.JSAst { class JSReturnExpression : JSExpression { public JSExpression Expression { get; set; } public override void Emit(Emitter emitter) { emitter.EmitString("return"); ...
2.692659
2cd11b996c0181e496ddd42ed2733679
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846552
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "borite/YiLi_Library", "max_stars_repo_path": "YiLi_Library/Entity/User.cs", "provenance": "train-00027-of-00045.jsonl.gz:165772" }
starcoder
<filename>YiLi_Library/Entity/User.cs //------------------------------------------------------------------------------ // <auto-generated> // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // </auto-generated> //----------------------------------------------------------------------------...
1.898034
16d80b2b01afa06358268c3fe441e176
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846553
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "GridProtectionAlliance/openMIC", "max_stars_repo_path": "Source/Applications/openMIC/openMIC/Model/Statistic.cs", "provenance": "train-00027-of-00045.jsonl.gz:165773" }
starcoder
using System.ComponentModel.DataAnnotations; using GSF.Data.Model; namespace openMIC.Model { public class Statistic { [PrimaryKey(true)] public int ID { get; set; } [Required] [StringLength(20)] public string Source { ...
2.109697
d6805671eaf20a57e8b21cd9868c901c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846554
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "Roarster/Thrift.Net", "max_stars_repo_path": "src/Thrift.Net.Tests/Compilation/Symbols/Document/IsMemberAlreadyDeclaredTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:165774" }
starcoder
<reponame>Roarster/Thrift.Net namespace Thrift.Net.Tests.Compilation.Symbols.Document { using Xunit; public class IsMemberAlreadyDeclaredTests : DocumentTests { [Fact] public void NoOtherMembersDeclared_ReturnsFalse() { // Arrange var input = "enum UserType {...
2.234114
8f449ea2eca629fed92112402a0bae34
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846555
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "ilkerulutas/BinanceSdk", "max_stars_repo_path": "M3C.Finance.BinanceSdk/ResponseObjects/QueryOrderResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:165775" }
starcoder
<reponame>ilkerulutas/BinanceSdk<gh_stars>10-100 namespace M3C.Finance.BinanceSdk.ResponseObjects { public class QueryOrderResponse : OrderInfo { } }
0.752565
338d096414c1759eb77d7af06e74ae18
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846556
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "eugrro/GameAI", "max_stars_repo_path": "AStar/Assets/Scripts/UserInput.cs", "provenance": "train-00027-of-00045.jsonl.gz:165776" }
starcoder
using UnityEngine; using UnityEngine.SceneManagement; public class UserInput : MonoBehaviour { public float moveSpeed = 0.25f; // public float rotationRate = 15f; // public Transform target; private Rigidbody2D rigidbody; private Vector2 moveInput; public static Vector3Int clickedPosi...
1.973944
48ed7a4f2b1e38f9093a8a74be358e22
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846557
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "olegtosovic/ewcore", "max_stars_repo_path": "AdventureWorks/Production/Entities/Domain/TransactionHistory.cs", "provenance": "train-00027-of-00045.jsonl.gz:165777" }
starcoder
// Generated on 12/25/2020 11:27 AM using EntityWorks code generation tool. // Template version: 1.0 // Note: Do not modify! // Except: Namespace. using System; using System.Collections.Generic; using System.Data; using System.Xml.Linq; using System.Threading.Tasks; using Orko.EntityWorks; namespace AdventureWorks.Pr...
2.073597
2315a6ce5c71f729d3611709c6cc9287
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846558
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "akesseler/QuickCopy", "max_stars_repo_path": "code/src/QuickCopy/Models/Arguments.cs", "provenance": "train-00027-of-00045.jsonl.gz:165778" }
starcoder
<filename>code/src/QuickCopy/Models/Arguments.cs /* * MIT License * * Copyright (c) 2019 plexdata.de * * 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...
2.459742
48f192bdcf9faf0a0f8a3f151ce62a37
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846559
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "StephenChen/LibraCoffee", "max_stars_repo_path": "src/Services/IOrderRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:165779" }
starcoder
<filename>src/Services/IOrderRepository.cs using System.Threading.Tasks; using System.Collections.Generic; using LibraCoffee.Entities.Models; namespace LibraCoffee.Services { public interface IOrderRepository : IBaseRepository<Order> { Task<Order> GetAsync(string orderName); Task<bool> ExistAsy...
1.955501
f7d09f3341ed126ef310c992dfe29996
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846560
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "agause/crds-mp-to-hubspot-sync", "max_stars_repo_path": "Crossroads.Service.HubSpot.Sync.Data/MongoDb/JobProcessing/Dto/BulkSyncResult.cs", "provenance": "train-00027-of-00045.jsonl.gz:165780" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; namespace Crossroads.Service.HubSpot.Sync.Data.MongoDb.JobProcessing.Dto { public class BulkSyncResult : ISyncResult { public BulkSyncResult() { FailedBatches = new List<BulkSyncFailure>(); } public BulkSy...
1.314889
ce3a95bf521f3083c73d00985b0d83a4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846561
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "pcurich/QuGo", "max_stars_repo_path": "QubicGo/Libraries/QuGo.Services/Messages/IWorkflowMessageService.cs", "provenance": "train-00027-of-00045.jsonl.gz:165781" }
starcoder
<gh_stars>0 using System.Collections.Generic; using QuGo.Core.Domain.Catalog; using QuGo.Core.Domain.Users; using QuGo.Core.Domain.Messages; namespace QuGo.Services.Messages { public partial interface IWorkflowMessageService { #region User workflow /// <summary> /// Sends 'New user' ...
1.767604
a5ea1ce45f25ac08e6b4439323fc083d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846562
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "betomaluje/el-llamo-3d", "max_stars_repo_path": "El Llamo 3D/Assets/Scripts/Utils/Randomizer.cs", "provenance": "train-00027-of-00045.jsonl.gz:165782" }
starcoder
<gh_stars>0 using System.Collections.Generic; using UnityEngine.Assertions; using Random = UnityEngine.Random; public class Randomizer { private int _amount; List<int> bannedIndexes = new List<int>(); public int Amount { get => _amount; } public Randomizer(int amount) { Assert.IsTr...
2.461217
a8964cb3fe86d222d9875b40813929dc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846563
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "reaby/GbxRemote.Net", "max_stars_repo_path": "GbxRemote.Net/XmlRpc/XmlRpcFaultException.cs", "provenance": "train-00027-of-00045.jsonl.gz:165783" }
starcoder
<filename>GbxRemote.Net/XmlRpc/XmlRpcFaultException.cs using GbxRemoteNet.XmlRpc.Types; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GbxRemoteNet.XmlRpc { /// <summary> /// Exception thrown if a fault occured. /// </summary> ...
2.556055
41c0b0c9a0deb7c5c846e420d0490422
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846564
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MikkoVirenius/ptv-1.7", "max_stars_repo_path": "test/PTV.Application.OpenApi.Tests/Controllers/ControllerTestBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:165784" }
starcoder
/** * The MIT License * Copyright (c) 2016 Population Register Centre (VRK) * * 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 * t...
1.658985
cb17567fe94d1588846787342d2537ed
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846565
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "mohenjo/AlgorithmTraining", "max_stars_repo_path": "CodingDojang/LCD_Display/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:165785" }
starcoder
using System; using System.Collections.Generic; namespace CD003 { class Program { static void Main(string[] args) { string result = string.Empty; string[] input = new string[2]; while (true) { input = Console.ReadLine().Split(); ...
3.602042
e01f4ac0d4797fc8fc1d43daf5962529
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846566
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "cjuenger/Scrummy", "max_stars_repo_path": "src/Scrummy.UI/Pages/ScrumDashboard.razor.cs", "provenance": "train-00027-of-00045.jsonl.gz:165786" }
starcoder
using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Components; using Scrummy.DataAccess.Contracts.Interfaces; using Scrummy.Scrum.Contracts.Models; using Scrummy.UI.Configs; namespace Scrummy.UI.Pages { // ReSharper disable once ...
2.315749
e07faacce18292ebdf930829774efe81
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846567
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "rverhag/SimpleGrblgui", "max_stars_repo_path": "SimpleGrblGui/Main.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:165787" }
starcoder
<reponame>rverhag/SimpleGrblgui using Microsoft.Win32; using System; using System.Configuration; using System.Windows; using System.Windows.Controls; using Vhr; using Vhr.Gcode; using VhR.SimpleGrblGui.Usercontrols; using VhR.SimpleGrblGui.ViewModels; namespace VhR.SimpleGrblGui { public partial class Main : Wind...
1.986088
a1edc05c10fea971d73e4d78d750b061
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846568
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "cognizant-softvision/donate-to", "max_stars_repo_path": "src/DonateTo.ApplicationCore/Common/SortDirection.cs", "provenance": "train-00027-of-00045.jsonl.gz:165788" }
starcoder
namespace DonateTo.ApplicationCore.Common { public static class SortDirection { public const string Asc = "asc"; public const string Ascend = "ascend"; public const string Ascending = "ascending"; public const string Desc = "desc"; public const string D...
1.778226
7cc8dd96205b609c69dccdff4b0ed8c1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846569
{ "extension": "c-sharp", "max_stars_count": "361.0", "max_stars_repo_name": "TypeTen/HunterPie", "max_stars_repo_path": "HunterPie.Core/Core/Enums/PlayerAilment.cs", "provenance": "train-00027-of-00045.jsonl.gz:165789" }
starcoder
namespace HunterPie.Core.Enums { public enum PlayerAilment { None, Paralysis, Stun, Sleep } }
1.514679
b2e3a034ff26a5811d5d9217bcfb963d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846570
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Nilsio63/Generify", "max_stars_repo_path": "Generify.Repositories.Abstractions/Management/IUserRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:165790" }
starcoder
using Generify.Models.Management; using System.Threading.Tasks; namespace Generify.Repositories.Abstractions.Management { public interface IUserRepository : IBaseRepository<User> { Task<User> GetByUserNameAsync(string userName); Task<bool> IsUserNameTakenAsync(string userName); } }
1.797676
718a0e7ef4e3de3b5f6abb3badf1008f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846571
{ "extension": "c-sharp", "max_stars_count": "40.0", "max_stars_repo_name": "tdeeb/PaperMarioBattleSystem", "max_stars_repo_path": "PaperMarioBattleSystem/PaperMarioBattleSystem/Classes/BattleEntities/Enemies/Goomba.cs", "provenance": "train-00027-of-00045.jsonl.gz:165791" }
starcoder
<reponame>tdeeb/PaperMarioBattleSystem using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; namespace PaperMarioBattleSystem { /// <summary> /// The standard Goomba ...
2.583276
2ada722cd5e1baf33440b515eba221c9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846572
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sparxsystems/krino", "max_stars_repo_path": "src/Krino/Krino.Domain.ConstructiveAdpositionalGrammar/ConstructiveDictionaries/PhraseDecomposition.cs", "provenance": "train-00027-of-00045.jsonl.gz:165792" }
starcoder
<gh_stars>0 using System.Collections.Generic; using System.Linq; namespace Krino.Domain.ConstructiveAdpositionalGrammar.ConstructiveDictionaries { /// <summary> /// Represents a phrase consisting of words and their possible compositions. /// </summary> public class PhraseDecomposition { pu...
2.531549
eede12f6930b7d8afdd66801c014dcc3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846573
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HyperBlazt/BachelorNew", "max_stars_repo_path": "CreateData/ba_createData/ba_createData/Collections/MemoryEfficientComplementBigULongArray.cs", "provenance": "train-00027-of-00045.jsonl.gz:165793" }
starcoder
/* * PiSearch * MemoryEfficientComplementBigULongArray - an implementation of BigArray for the ulong data type * Uses MemoryEfficientBigULongArray and BigBoolArray to allow for the memory-efficient storage * of ulong values (up to a specifiec max) and their bitwise complements * Designed for use in suffix array...
3.306404
0c6cbd6694fed7c938b631a292161e41
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846574
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "cihancoskun/set-web", "max_stars_repo_path": "sources/set.web.test/Shared/BaseInterfaceTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:165794" }
starcoder
using NUnit.Framework; using OpenQA.Selenium.Firefox; namespace set.web.test.Shared { public class BaseInterfaceTest { public const string BASE_URL = "http://localhost:8011"; public const string ACTION_HOME = "/home/index"; public const string ACTION_CONTACT = "/home/contact"; ...
1.80591
f543532a0e78706ac2c96dbb5db3f24c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846575
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "jeliozver/SoftUni-Work", "max_stars_repo_path": "Programming-Basics-May-2017/Previous_Exams/Programming Basics Exam - 28 August 2016/axe.cs", "provenance": "train-00027-of-00045.jsonl.gz:165795" }
starcoder
using System; namespace PB_Aug_2016_5_Axe { class axe { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); int starsCount = 0; string star = new string('*', starsCount); int hyphenLeftCount = n * 3; int hyphenM...
3.442576
aea9c46677bb0fc6c16ddef5a6456af8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846576
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "tongxin3267/alabo", "max_stars_repo_path": "src/01.framework/01-Alabo/Domains/Query/Dto/PagedInputDto.cs", "provenance": "train-00027-of-00045.jsonl.gz:165796" }
starcoder
<filename>src/01.framework/01-Alabo/Domains/Query/Dto/PagedInputDto.cs using Alabo.Domains.Repositories.Mongo.Extension; using MongoDB.Bson; using Newtonsoft.Json; namespace Alabo.Domains.Query.Dto { /// <summary> /// Class PagedInputDto. /// </summary> public class PagedInputDto : EntityDto { ...
2.094794
72042875e63d0e5f12028b2463f88e8f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846577
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SyntaxUnknown/ExRam.Gremlinq", "max_stars_repo_path": "ExRam.Gremlinq.Core/Queries/QueryStrategy/SubgraphQueryStrategy.cs", "provenance": "train-00027-of-00045.jsonl.gz:165797" }
starcoder
using System; using ExRam.Gremlinq.Core.GraphElements; using LanguageExt; namespace ExRam.Gremlinq.Core { public sealed class SubgraphQueryStrategy : IGremlinQueryStrategy { private readonly Func<IEdgeGremlinQuery<IEdge>, IGremlinQuery> _edgeCriterion; private readonly Func<IVertexGremlinQuery...
2.083436
c66a2b4fad05e244bfb5351345538746
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846578
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "adimosh/IX.StandardExtensions", "max_stars_repo_path": "src/IX.StandardExtensions/StandardExtensions/ComponentModel/NotifyPropertyChangedBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:165798" }
starcoder
// <copyright file="NotifyPropertyChangedBase.cs" company="<NAME>"> // Copyright (c) <NAME> with all rights reserved. Part of the IX Framework. // </copyright> using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Threading; using JetBrains.Annotations; namespace IX.StandardExtensions.Compo...
2.500933
50c0521b9acb5739728126507ade3e81
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846579
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "fqkw6/AssetTool", "max_stars_repo_path": "Assets/Scripts/Core/Editor/Util/SelectionUtil.cs", "provenance": "train-00027-of-00045.jsonl.gz:165799" }
starcoder
<gh_stars>0 using System.Collections.Generic; using UnityEditor; using UnityObject = UnityEngine.Object; namespace LeyoutechEditor.Core.Util { public static class SelectionUtil { /// <summary> /// 设置在Project中选中的资源 /// </summary> /// <param name="uObj"></param> public st...
1.929561
534e25c8b95d8cf6dd168d37a38f0fc4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846580
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Eskat0n/NArms", "max_stars_repo_path": "src/NArms.Gunbarrel/Implementation/IFunctionHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:165800" }
starcoder
<reponame>Eskat0n/NArms namespace NArms.Gunbarrel.Implementation { public interface IFunctionHandler<out TRet, in T1, in T2> { TRet Execute(T1 arg1, T2 arg2); } }
1.847044
b0279ca289a2518f6572406850f6f0f5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846581
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Herdo/hou-guildbot", "max_stars_repo_path": "src/Shared/Objects/BotAuthenticationResponse.cs", "provenance": "train-00027-of-00045.jsonl.gz:165801" }
starcoder
<reponame>Herdo/hou-guildbot namespace HoU.GuildBot.Shared.Objects { public class BotAuthenticationResponse { public string Token { get; set; } } }
1.370971
d0430f04212ecd5d73653f6f8bf58f10
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846582
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "lsadam0/Reference.Lib", "max_stars_repo_path": "src/Reference.Lib/DataStructures/Trees/RedBlackTreeNode.cs", "provenance": "train-00027-of-00045.jsonl.gz:165802" }
starcoder
<filename>src/Reference.Lib/DataStructures/Trees/RedBlackTreeNode.cs namespace Reference.Lib.DataStructures.Trees { /* * Each node is either red or black. * The root is black. This rule is sometimes omitted. Since the * root can always be changed from red to black, but not * necessarily vice versa...
3.222104
bd5eea6e655ad4b2fb43a1a7769f0f1a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846583
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "twooclock/KdajBi", "max_stars_repo_path": "KdajBi.Web/Controllers/AppUsersController.cs", "provenance": "train-00027-of-00045.jsonl.gz:165803" }
starcoder
using KdajBi.Core; using KdajBi.Core.Models; using KdajBi.Web.Services; using KdajBi.Web.ViewModels; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; namespace KdajBi.Web.Controllers { [Authorize(Roles = "Super,Admin...
1.762403
5525b4806651e5c36f1f61f6c58586f0
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846584
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Zocdoc/googleads-adwords-dotnet-lib", "max_stars_repo_path": "src/Common/Lib/SoapHeaderBase.cs", "provenance": "train-00027-of-00045.jsonl.gz:165804" }
starcoder
// Copyright 2011, Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
2.24244
dc72ec02e05c68d4e1d81ca447b5b1b6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846585
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MaulingMonkey/MaulingMonkey.Watch", "max_stars_repo_path": "MaulingMonkey.Watch/Watch.cs", "provenance": "train-00027-of-00045.jsonl.gz:165805" }
starcoder
<filename>MaulingMonkey.Watch/Watch.cs<gh_stars>0 // Copyright 2017 MaulingMonkey // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // ...
2.300019
24ca873907668a2e566ef2e59632dc8a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846586
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "nuyonu/TSP_NET_Proiect3", "max_stars_repo_path": "MyPhotosDatabase/MyPhotos.Context.cs", "provenance": "train-00027-of-00045.jsonl.gz:165806" }
starcoder
<reponame>nuyonu/TSP_NET_Proiect3 //------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be over...
1.793943
2d7789ce1e556c7481076d239bfad9cb
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846587
{ "extension": "c-sharp", "max_stars_count": "50.0", "max_stars_repo_name": "rebus-org/GoCommando", "max_stars_repo_path": "old/src/GoCommando/Attributes/ExampleAttribute.cs", "provenance": "train-00027-of-00045.jsonl.gz:165807" }
starcoder
<filename>old/src/GoCommando/Attributes/ExampleAttribute.cs using System; namespace GoCommando.Attributes { [AttributeUsage(AttributeTargets.Property, AllowMultiple = true)] public class ExampleAttribute : Attribute { readonly string text; public ExampleAttribute(string text) { ...
2.623687
88e0ddccbc393a2751cd8b9865b49f87
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846588
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "gimlichael/cuemoncore", "max_stars_repo_path": "src/Cuemon.Extensions.Net/NameValueCollectionExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:165808" }
starcoder
using System.Collections.Specialized; using Cuemon.Net; using Cuemon.Net.Collections.Specialized; namespace Cuemon.Extensions.Net { /// <summary> /// Extension methods for the <see cref="NameValueCollection"/> class. /// </summary> public static class NameValueCollectionExtensions { /// <s...
3.053137
87ff119d2ce9c8d8f89a9c122e1d75db
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846589
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "instance-id/uStableObject", "max_stars_repo_path": "uStableObject.Utilities/Converters/FloatValueVector3Converter.cs", "provenance": "train-00027-of-00045.jsonl.gz:165809" }
starcoder
<reponame>instance-id/uStableObject<gh_stars>1-10 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; using uStableObject.Utilities; namespace uStableObject.Utilities.Converters { public class ...
2.001327
4e5e0fd9e5cce2da9e947c6c2d6139e6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846590
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GregaMohorko/BlueDBClient.NET", "max_stars_repo_path": "src/BlueDBClient.NET/BlueDBClient.NET.Test/Test3/Entity/Student.cs", "provenance": "train-00027-of-00045.jsonl.gz:165810" }
starcoder
<reponame>GregaMohorko/BlueDBClient.NET<filename>src/BlueDBClient.NET/BlueDBClient.NET.Test/Test3/Entity/Student.cs<gh_stars>0 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using BlueDB.Entity.Fields; namespace BlueDB.Test.Test3.Entity { class Stu...
1.931375
2e2f59a3c25d79961ac1388c7d98c02f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846591
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "danieldamianov/ChessWebApplication", "max_stars_repo_path": "src/ChessSystem/ChessSystem.Application/Archive/Queries/PlayedGames/ProductionMoveOutputModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:165811" }
starcoder
using AutoMapper.Mappers; using ChessSystem.Application.Common.Mapping; using ChessSystem.Domain.Entities; using ChessSystem.Domain.Entities.Moves; namespace ChessSystem.Application.Archive.Queries.PlayedGames { public class ProductionMoveOutputModel : BaseMoveOutputModel, IMapFrom<PawnProductionMove> { ...
1.778796
596606ae16a5c7d851f51b928b31abbe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846592
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kesecode/Tic-Tac-Node---Windows-Client", "max_stars_repo_path": "Tic Tac Node! - Windows Client/View/ConnectView.xaml.cs", "provenance": "train-00027-of-00045.jsonl.gz:165812" }
starcoder
using System.Text.RegularExpressions; using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; using Quobject.SocketIoClientDotNet.Client; using Tic_Tac_Node__Windows_Client.Model; using Tic_Tac_Node__Windows_Client.ViewModel; namespace Tic_Tac_Node__Windows_Client....
2.34843
44b03566226d791e60c37fba63cf8492
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846593
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "feO2x/Light.ViewModels", "max_stars_repo_path": "Code/Light.ViewModels/NamedCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:165813" }
starcoder
using System; using Light.GuardClauses; namespace Light.ViewModels { /// <summary> /// Represents a <see cref="DelegateCommand" /> that has a name. /// </summary> public class NamedCommand : DelegateCommand { /// <summary> /// Initializes a new instance of <see cref="NamedCommand" ...
3.264462
f2922a7adc383f510433f595267ff2e4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846594
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "ChecheSwap/SetSoftware", "max_stars_repo_path": "seeproductsinternal.cs", "provenance": "train-00027-of-00045.jsonl.gz:165814" }
starcoder
<filename>seeproductsinternal.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using MundoMusical.CUSTOM_CONTROLS; using MundoMusical.DB; us...
1.948363
94940bc53f5642b329c15c513874f62f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846595
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Dreadmaker/SolastaCommunityExpansion", "max_stars_repo_path": "SolastaCommunityExpansion/Models/TeleporterContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:165815" }
starcoder
using System.Collections.Generic; using TA; using UnityEngine; namespace SolastaCommunityExpansion.Models { internal static class TeleporterContext { internal const InputCommands.Id CTRL_SHIFT_T = (InputCommands.Id)44440006; internal static void Load() { ServiceRepository....
2.062221
9d05f65b6824f42e817ea7b90d754d6a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846596
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ITVenture/ITVComponents", "max_stars_repo_path": "ITVComponents.InterProcessCommunication.Shared/Helpers/TypedParam.cs", "provenance": "train-00027-of-00045.jsonl.gz:165816" }
starcoder
<gh_stars>0 using System; using System.Collections.Generic; using System.Runtime.Serialization; using ITVComponents.InterProcessCommunication.Shared.Proxying; using ITVComponents.Scripting.CScript.ReflectionHelpers; using ITVComponents.Helpers; using ITVComponents.Logging; using ITVComponents.TypeConversion; using Exc...
2.186271
f237ab07c3eb3dca871c91f2fcd660b7
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846597
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Lazzu/Hatzap", "max_stars_repo_path": "Hatzap/Shaders/ShaderCompileErrorException.cs", "provenance": "train-00027-of-00045.jsonl.gz:165817" }
starcoder
using OpenTK.Graphics.OpenGL; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Hatzap.Shaders { public class ShaderCompileErrorException : ShaderException { public ShaderCompileErrorException(string message) : base(message) { } pu...
1.945089
af794da06358e47a01022d7f9c6bc38a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846598
{ "extension": "c-sharp", "max_stars_count": "123.0", "max_stars_repo_name": "BigMeatBaoZi/SDM5002", "max_stars_repo_path": "Unity/vr_arm_ctrl/Library/PackageCache/com.unity.robotics.ros-tcp-connector@c27f00c6cf/Runtime/Messages/Sensor/msg/ChannelFloat32Msg.cs", "provenance": "train-00027-of-00045.jsonl.gz:16...
starcoder
<reponame>BigMeatBaoZi/SDM5002 //Do not edit! This file was generated by Unity-ROS MessageGeneration. using System; using System.Linq; using System.Collections.Generic; using System.Text; using Unity.Robotics.ROSTCPConnector.MessageGeneration; namespace RosMessageTypes.Sensor { [Serializable] public class Chan...
2.368525
312934431922e5bb1bdb89aca003031c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846599
{ "extension": "c-sharp", "max_stars_count": "629.0", "max_stars_repo_name": "Sreejithpin/odata.net", "max_stars_repo_path": "test/FunctionalTests/Service/Microsoft/OData/Service/Providers/BaseServiceProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:165819" }
starcoder
<reponame>Sreejithpin/odata.net<filename>test/FunctionalTests/Service/Microsoft/OData/Service/Providers/BaseServiceProvider.cs //--------------------------------------------------------------------- // <copyright file="BaseServiceProvider.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All righ...
2.075827
daadf489834bdf19343e17632540db85
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846600
{ "extension": "c-sharp", "max_stars_count": "589.0", "max_stars_repo_name": "proendo/Vortice.Windows", "max_stars_repo_path": "src/Vortice.Direct2D1/Effects/Transform3D.cs", "provenance": "train-00027-of-00045.jsonl.gz:165820" }
starcoder
<reponame>proendo/Vortice.Windows // Copyright (c) <NAME> and contributors. // Distributed under the MIT license. See the LICENSE file in the project root for more information. using System.Numerics; namespace Vortice.Direct2D1.Effects { public sealed class Transform3D : ID2D1Effect { public Transfor...
1.974267
1343ae0961be8c54e562dba420e0e3e5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846601
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "qhris/PoeTradeHub", "max_stars_repo_path": "PoeTradeHub/TradeAPI/Models/ItemRecord.cs", "provenance": "train-00027-of-00045.jsonl.gz:165821" }
starcoder
namespace PoeTradeHub.TradeAPI.Models { public class ItemRecord { public string Id { get; set; } public ItemListing Listing { get; set; } public ItemData Item { get; set; } } }
1.537211
b874f88e6fa5cc220f3b57dce6ee21b1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846602
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "HatiEth/UnityModules", "max_stars_repo_path": "DataVisualizers/IDataVisualizationProvider.cs", "provenance": "train-00027-of-00045.jsonl.gz:165822" }
starcoder
using UnityEngine; using System.Collections; public interface IDataVisualizationProvider { int LevelOfDetail { get; } object Get(int index); object this[int index] { get; } }
1.941463
94ffe7cdf87f517002e5658d9dd92132
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846603
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "KD-Kevin/Age-of-War---Like-Game", "max_stars_repo_path": "Age Of War Game/Assets/Imported Assets/_Heathen Engineering/Assets/com.heathen.steamworkscomplete/Runtime/LobbyManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:165823"...
starcoder
<filename>Age Of War Game/Assets/Imported Assets/_Heathen Engineering/Assets/com.heathen.steamworkscomplete/Runtime/LobbyManager.cs #if HE_SYSCORE && STEAMWORKS_NET && HE_STEAMCOMPLETE && !HE_STEAMFOUNDATION && !DISABLESTEAMWORKS using Steamworks; using System; using System.Collections.Generic; using UnityEngine; usi...
2.497537
607f6fd4dcd3bdfb87f67c9bb59bc59f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846604
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "guerro323/that-rhythm-project", "max_stars_repo_path": "src/Quadrum.Game/Modules/Client/Audio/Server/AudioDomain.cs", "provenance": "train-00027-of-00045.jsonl.gz:165824" }
starcoder
using DefaultEcs; using revghost; using revghost.Domains; using revghost.Domains.Time; using revghost.Loop; using revghost.Loop.EventSubscriber; using revghost.Threading.V2; using revghost.Threading.V2.Apps; namespace Quadrum.Game.Modules.Client.Audio.Server; public class AudioDomain : CommonDomainThreadListener { ...
1.869501
bccaa284639e67e5f3211919016fc3cc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846605
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "G0hub1/xamarin-macios", "max_stars_repo_path": "msbuild/Xamarin.iOS.Tasks/Tasks/OptimizeImage.cs", "provenance": "train-00027-of-00045.jsonl.gz:165825" }
starcoder
<reponame>G0hub1/xamarin-macios<filename>msbuild/Xamarin.iOS.Tasks/Tasks/OptimizeImage.cs namespace Xamarin.iOS.Tasks { public class OptimizeImage : OptimizeImageTaskBase { } }
0.809731
13b6cf0d77627fee1ff66c819171a452
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846606
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "TanyaRan/TelerikAcademy_2016-2017", "max_stars_repo_path": "Module02_Advanced/03.HighQualityCode_Part2/11.Demos/05.Development-Tools/demos/CodeGenerator.Example/ContestCategory.cs", "provenance": "train-00027-of-00045.jsonl.gz:165826...
starcoder
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated....
2.017239
4fbdbe1fe025390461c69b5d63bc9a59
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846607
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "YaniLozanov/Software-University", "max_stars_repo_path": "C#/02. Tech Module/01.Programming Fundamentals/04. Methods. Debugging and Troubleshooting Code/11. Geometry Calculator/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz...
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Geometry_Calculator { class Program { public static void Main() { // Problem: // Write a program that can calculate the area of four different g...
4.076024
e34dac26f89e03d092f456cb28b76f04
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846608
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "shadeslayor/DestinyAPI.NET", "max_stars_repo_path": "DestinyAPI.NET-TEST/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:165828" }
starcoder
using DestinyAPI; using HtmlAgilityPack; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { PlayerSe...
2.442015
de206c1d15e48722d37090f076329ee6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846609
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lbovet/silverback", "max_stars_repo_path": "silverback-testing/tests/Silverback.Integration.FileSystem.TestConsole/TestMessage.cs", "provenance": "train-00027-of-00045.jsonl.gz:165829" }
starcoder
using System; using System.Collections.Generic; using System.Text; using Silverback.Messaging.Messages; namespace Silverback.Integration.FileSystem.TestConsole { public class TestMessage : IIntegrationMessage { public Guid Id { get; set; } public string Content { get; set; } } }
1.385621
744e6bf42a4827c9cb807e798a687222
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846610
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "ridercz/Altairis.Services.Mailing", "max_stars_repo_path": "Altairis.Services.Mailing.Rfc2822/SmtpServerMailerServiceOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:165830" }
starcoder
using System.Net.Security; namespace Altairis.Services.Mailing.Rfc2822 { public class SmtpServerMailerServiceOptions : MailerServiceOptions { public string HostName { get; set; } public int Port { get; set; } public string UserName { get; set; } public string Password { get; se...
1.947138
8b094d642129b5ed643a481e60a5c25c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8846611
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "cmdty/time-period-value-types", "max_stars_repo_path": "src/Cmdty.TimePeriodValueTypes/TimePeriodExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:165831" }
starcoder
<filename>src/Cmdty.TimePeriodValueTypes/TimePeriodExtensions.cs #region License // Copyright (c) 2019 <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,...
2.632296
cde86dd7b6da43560585ab80b3e735a4