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
8847712
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "prosyst/linq2db", "max_stars_repo_path": "Tests/Linq/UserTests/Issue3304Tests.cs", "provenance": "train-00027-of-00045.jsonl.gz:166932" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using FluentAssertions; using LinqToDB; using LinqToDB.Data; using LinqToDB.Mapping; using NUnit.Framework; namespace Tests.UserTests { [TestFixture] public class Issue3304Tests : TestBase { [Table] ...
1.985164
1afa8b9b9744fe20b0da9a0a39b3f083
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847713
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "mayaleh/Maya.FormsConstructionKit", "max_stars_repo_path": "src/Infrastructure/Maya.FormsConstructionKit.Shared.Model/Extention/ComponentExtention.cs", "provenance": "train-00027-of-00045.jsonl.gz:166933" }
starcoder
<reponame>mayaleh/Maya.FormsConstructionKit using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Maya.FormsConstructionKit.Shared.Model.Extention { public static class ComponentExtention { public static ValueKind[] ValueKinds(thi...
2.570556
18e90ce921b4fa8730bbf9132d1f9df4
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847714
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "we4sz/SpotifyApi.NetCore", "max_stars_repo_path": "src/SpotifyApi.NetCore.Tests/ArtistsApiTests.cs", "provenance": "train-00027-of-00045.jsonl.gz:166934" }
starcoder
using System.Threading.Tasks; using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Net.Http; using SpotifyApi.NetCore.Authorization; namespace SpotifyApi.NetCore.Tests { [TestClass] public class ArtistsApiTests { [TestCategory("Integration")] [TestMethod] public async Ta...
2.285338
4f4d154d929a5d4362e418f80380f720
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847715
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "johnallers/Stripe.Client", "max_stars_repo_path": "src/Stripe.Client.Sdk/Clients/Relay/IProductClient.cs", "provenance": "train-00027-of-00045.jsonl.gz:166935" }
starcoder
using System.Collections.Generic; using Stripe.Client.Sdk.Models; using Stripe.Client.Sdk.Models.Arguments; using Stripe.Client.Sdk.Models.Filters; using System.Threading; using System.Threading.Tasks; namespace Stripe.Client.Sdk.Clients.Relay { public interface IProductClient { List<string> Expandable...
1.731256
908c9f37e61e7e2e06ab42deb81747e1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847716
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "parth-desai/Stocker", "max_stars_repo_path": "Shareholder_Statement_Form.aspx.cs", "provenance": "train-00027-of-00045.jsonl.gz:166936" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using System.Data.SqlClient; using System.Configuration; using CrystalDecisions; using CrystalDecisions.Reporting; using CrystalDecisions.CrystalReports.Engine...
1.995959
ae5dd49f45ed2a571d68d3e3be5dd84a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847717
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "moto2002/superWeapon", "max_stars_repo_path": "src/ShowUpGradeInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:166937" }
starcoder
<reponame>moto2002/superWeapon<filename>src/ShowUpGradeInfo.cs using System; using UnityEngine; public class ShowUpGradeInfo : MonoBehaviour { public UILabel UpGradeName; public UILabel changCount; public Body_Model effect; public void Awake() { if (this.effect == null) { this.effect = PoolManage.Ins.Ge...
1.439795
73e5f08fa734e0e9740c6c1eaf7daf64
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847718
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Bobbsify/Blade-Dancer", "max_stars_repo_path": "Assets/Scripts/AI/Mobs/EnemyAttackMelee.cs", "provenance": "train-00027-of-00045.jsonl.gz:166938" }
starcoder
<filename>Assets/Scripts/AI/Mobs/EnemyAttackMelee.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class EnemyAttackMelee : FSMState { [SerializeField] [Range(0f, 2f)] private float minReactionTime = 1f; [SerializeField] [Range(0f, 5f)] private float maxReactionTime = 2...
2.368824
788915acfa2e43f0bdf94c0d387d7391
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847719
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GermanKuber/IDDD_Samples_NET", "max_stars_repo_path": "iddd_collaboration/Domain.Model/Forums/Post.cs", "provenance": "train-00027-of-00045.jsonl.gz:166939" }
starcoder
<filename>iddd_collaboration/Domain.Model/Forums/Post.cs using System.Collections.Generic; using SaaSOvation.Common.Domain.Model; using SaaSOvation.Collaboration.Domain.Model.Tenants; using SaaSOvation.Collaboration.Domain.Model.Collaborators; namespace SaaSOvation.Collaboration.Domain.Model.Forums { public class...
2.231621
11cf678c39b3a47f30480be2d717caf2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847720
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "simplifate/omnius", "max_stars_repo_path": "application/FSS.Omnius.Modules/Migrations/MSSQL/201608150811297_ChangeMozaicCssTemplatesCssColumnToUrl.cs", "provenance": "train-00027-of-00045.jsonl.gz:166940" }
starcoder
namespace FSS.Omnius.Modules.Migrations.MSSQL { using System; using System.Data.Entity.Migrations; public partial class ChangeMozaicCssTemplatesCssColumnToUrl : DbMigration { public override void Up() { AddColumn("dbo.Mozaic_CssTemplates", "Url", c => c.String()); ...
1.754075
516f6f1c3e5324423ef4a37352b73832
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847721
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nikolaydechev/CSharp-OOP-Advanced", "max_stars_repo_path": "Exam Preparation/Exam 4/LambdaCore-Solution/Models/Fragments/BaseFragment.cs", "provenance": "train-00027-of-00045.jsonl.gz:166941" }
starcoder
namespace LambdaCore_Solution.Models.Fragments { using System; using LambdaCore_Solution.Enums; using LambdaCore_Solution.Interfaces; public class BaseFragment : IFragment { private string name; private FragmentType type; private int pressureAffection; protected...
3.149105
5b1cdf7901aa4c28495f0bb4c6a12c22
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847722
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zeplar-exe/SSED", "max_stars_repo_path": "SSED/StyleBuilder.cs", "provenance": "train-00027-of-00045.jsonl.gz:166942" }
starcoder
using System.Collections.Generic; using System.Text; namespace SSED { public class StyleBuilder { private readonly StringBuilder builder = new(); private readonly Dictionary<string, string> style = new(); public IReadOnlyDictionary<string, string> Style => style; publi...
3.136038
d1d07e037e5c62c668e733a555895cc1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847723
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "nghiank/CasinosClient", "max_stars_repo_path": "Assets/Script/XLua.Gen/XLuaGenAutoRegister.cs", "provenance": "train-00027-of-00045.jsonl.gz:166943" }
starcoder
#if USE_UNI_LUA using LuaAPI = UniLua.Lua; using RealStatePtr = UniLua.ILuaState; using LuaCSFunction = UniLua.CSharpFunctionDelegate; #else using LuaAPI = XLua.LuaDLL.Lua; using RealStatePtr = System.IntPtr; using LuaCSFunction = XLua.LuaDLL.lua_CSFunction; #endif using System; using System.Collections.Generic; usin...
1.110698
422b35b4d331f0cb5afd602be29d69cc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847724
{ "extension": "c-sharp", "max_stars_count": "800.0", "max_stars_repo_name": "SellerCloudTeam/graphql-net", "max_stars_repo_path": "examples/09-cosmos-db/WebApi/Services/MyDocumentClientInitializer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166944" }
starcoder
<filename>examples/09-cosmos-db/WebApi/Services/MyDocumentClientInitializer.cs using System.Threading.Tasks; using WebApi.Models; namespace WebApi.Services { public interface IMyDocumentClientInitializer { Task Reset(); } public class MyDocumentClientInitializer : IMyDocumentClientInitializer...
2.346963
0f9f7076d8c3ceeb512c2a4c5c4b9fd6
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847725
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AJMitev/JustChess", "max_stars_repo_path": "JustChess/Players/Player.cs", "provenance": "train-00027-of-00045.jsonl.gz:166945" }
starcoder
namespace JustChess.Players { using System; using System.Collections.Generic; using JustChess.Board; using JustChess.Figures.Contracts; using JustChess.Players.Contracts; using JustChess.Common; public class Player : IPlayer { private readonly ICollection<IFigure> figures; ...
3.001361
02bc2f6a675c311c8eb6103ec7de3048
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847726
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "cnark/ZKWeb", "max_stars_repo_path": "ZKWeb/ZKWeb.ORM.Dapper/DapperEntityMappings.cs", "provenance": "train-00027-of-00045.jsonl.gz:166946" }
starcoder
<gh_stars>1-10 using Dapper.Contrib.Extensions; using System; using System.Collections.Concurrent; using System.Linq; using ZKWeb.Database; using ZKWebStandard.Extensions; using ZKWebStandard.Utils; namespace ZKWeb.ORM.Dapper { /// <summary> /// Dapper entity mappings /// </summary> internal class Dap...
2.205273
22f65c1de5f6fd293e7f4af149e7cc6b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847727
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "finkmoritz/csccgl", "max_stars_repo_path": "csbcgf/Library/Action/Implementations/Stat/ModifyManaStatAction.cs", "provenance": "train-00027-of-00045.jsonl.gz:166947" }
starcoder
<filename>csbcgf/Library/Action/Implementations/Stat/ModifyManaStatAction.cs using System; namespace csbcgf { public class ModifyManaStatAction : Action { public IManaful Manaful; public int DeltaValue; public int DeltaBaseValue; public ModifyManaStatAction( IMan...
2.553101
f5a230e20a84633c4601a03298a436ce
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847728
{ "extension": "c-sharp", "max_stars_count": "43.0", "max_stars_repo_name": "grecosoft/NetFusion", "max_stars_repo_path": "netfusion/src/Core/NetFusion.Bootstrap/Logging/CoreServicesLogger.cs", "provenance": "train-00027-of-00045.jsonl.gz:166948" }
starcoder
<reponame>grecosoft/NetFusion using System; using System.Collections.Generic; using System.Linq; using Microsoft.Extensions.Logging; using Microsoft.Extensions.DependencyInjection; using NetFusion.Base.Logging; using NetFusion.Base.Scripting; using NetFusion.Base.Serialization; namespace NetFusion.Bootstrap.Logging { ...
1.956127
d5295bf14fb0bd790b4b7ab38388c8fe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847729
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "ludanxer/DBCourseDesign", "max_stars_repo_path": "MvcMovie/MvcMovie/Controllers/CartController.cs", "provenance": "train-00027-of-00045.jsonl.gz:166949" }
starcoder
using System; using System.Collections.Generic; using System.Data.Entity; using System.Linq; using System.Web; using System.Net; using System.Web.Mvc; using MvcMovie.Models; using MvcMovie.DAL; namespace MvcMovie.Controllers { public class CartController : Controller { MovieDBContext db = new MovieDBCo...
2.495761
a39d2df4382f8dd833cf947d44372b43
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847730
{ "extension": "c-sharp", "max_stars_count": "12.0", "max_stars_repo_name": "LewisJohnson/dailyprogrammer", "max_stars_repo_path": "C#/Easy/185 - Tweet Tweet !/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:166950" }
starcoder
 using System; using System.IO; using System.Linq; namespace TweetTweet { internal static class Program { private static void Main() { var list = File.ReadAllLines(@"enable1.txt"); HandleMaker(list); Co...
3.227406
5e800bf62ab9d7d7682d65c97fa46d02
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847731
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "felipesflisboa/Birty-Land", "max_stars_repo_path": "Assets/Scripts/Manager/HiveSpawnManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:166951" }
starcoder
using System.Collections; using System.Collections.Generic; using System.Linq; using UnityEngine; /// <summary> /// Class who spawns the Hives. /// </summary> public class HiveSpawnManager : SingletonMonoBehaviour<HiveSpawnManager> { [SerializeField] GameObject prefab; int lastId; Timer spawnCheckTimer; const i...
2.503533
40afab612950bf3335338812e2eb8f51
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847732
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "CefNet/crdtp", "max_stars_repo_path": "src/Tools/Xilium.Crdtp.ClientGenerator/Model/Types/EnumTypeInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:166952" }
starcoder
<reponame>CefNet/crdtp using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Text; using System.Threading.Tasks; using Xilium.Crdtp.Emitters; using Xilium.Crdtp.Sema.Symbols; namespace Xilium.Crdtp.Model { public sealed class EnumTypeInfo : TypeInfo ...
2.081333
acea5d9d6246a5d5e977a5d142428497
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847733
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rafaelhrasko/ReactiveInvaders", "max_stars_repo_path": "Assets/SpaceInvaders/Behaviours/LevelInitializer.cs", "provenance": "train-00027-of-00045.jsonl.gz:166953" }
starcoder
<reponame>rafaelhrasko/ReactiveInvaders<filename>Assets/SpaceInvaders/Behaviours/LevelInitializer.cs using SpaceInvaders.View; using UnityEngine; using Zenject; using UniRx; namespace SpaceInvaders.Game { public class LevelInitializer: MonoBehaviour { [Inject] private IViewProvider<IMissileView> _miss...
2.005861
c528b67bffd55cf4211006ea8fb4585f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847734
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "kmuellerjones/ohNetGenerated", "max_stars_repo_path": "OpenHome/Net/Bindings/Cs/ControlPoint/Proxies/CpUpnpOrgContentDirectory2.cs", "provenance": "train-00027-of-00045.jsonl.gz:166954" }
starcoder
<reponame>kmuellerjones/ohNetGenerated<gh_stars>1-10 using System; using System.Runtime.InteropServices; using System.Collections.Generic; using System.Text; using System.Threading; using OpenHome.Net.Core; using OpenHome.Net.ControlPoint; namespace OpenHome.Net.ControlPoint.Proxies { public interface ICpProxyUpnp...
1.423271
ca5b08add7176b029160869433fb6a3a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847735
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "cityjoy/NetCoreFrame.Admin", "max_stars_repo_path": "CoreFrame.Identity/Models/IdentityServerDapperBuilderExtensions.cs", "provenance": "train-00027-of-00045.jsonl.gz:166955" }
starcoder
<reponame>cityjoy/NetCoreFrame.Admin using Dapper; using IdentityServer4.Models; using IdentityServer4.Stores; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Threading.Tasks...
2.0083
ab0f4fe0b7adc7816d8fbf41e7622708
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847736
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "KathleenDollard/ClassTrackerSample", "max_stars_repo_path": "source/ClassTracker.Service/ClassTrackerService.cs", "provenance": "train-00027-of-00045.jsonl.gz:166956" }
starcoder
using KadGen.ClassTracker.Domain; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace KadGen.ClassTracker.Service { public class ClassTrackerService { public IEnumerable<Organization> GetOrganizations() { ret...
1.555938
1d167048ec9d967b6b71d3fbae3e0033
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847737
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Orcomp/Orc.NuGetExplorer", "max_stars_repo_path": "src/Orc.NuGetExplorer/Context/TemporaryFileSystemContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:166957" }
starcoder
<filename>src/Orc.NuGetExplorer/Context/TemporaryFileSystemContext.cs<gh_stars>0 // -------------------------------------------------------------------------------------------------------------------- // <copyright file="TemporaryFileSystemContext.cs" company="WildGums"> // Copyright (c) 2008 - 2015 WildGums. All ri...
2.463852
d1c8ff6e050a90ecfbc0a6e703010692
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847738
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "gimlichael/cuemoncore", "max_stars_repo_path": "test/Cuemon.Extensions.AspNetCore.Mvc.Tests/Filters/Cacheable/CacheableAsyncResultFilterExtensionsTest.cs", "provenance": "train-00027-of-00045.jsonl.gz:166958" }
starcoder
<gh_stars>10-100 using System; using System.Collections.Generic; using System.Linq; using Cuemon.AspNetCore.Mvc.Filters.Cacheable; using Cuemon.Configuration; using Cuemon.Extensions.AspNetCore.Mvc.Assets; using Cuemon.Extensions.Xunit; using Xunit; using Xunit.Abstractions; namespace Cuemon.Extensions.AspNetCore.Mvc...
1.890795
8cf677fe7bc9c601d00b643c29d51433
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847739
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "PerditionC/TEMS-Inv", "max_stars_repo_path": "InventoryViewModel/viewModel/system administration/users/ManageUsersViewModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:166959" }
starcoder
<gh_stars>0 // This is an independent project of an individual developer. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; using System.Linq; ...
1.952962
3bb10f368217b52d5f53c4be0c9b1842
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847740
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jbray1982/hotchocolate", "max_stars_repo_path": "src/Core/Stitching/StitchingContext.cs", "provenance": "train-00027-of-00045.jsonl.gz:166960" }
starcoder
 using System; using System.Collections.Generic; using HotChocolate.Execution; namespace HotChocolate.Stitching { public class StitchingContext : IStitchingContext { private readonly IDictionary<string, IQueryExecuter> _queryExecuters; public StitchingContext( IDictionary<...
2.485194
01c1e63d1652e1bc494be0a1a5553b4f
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847741
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CoolsJoris/NBi", "max_stars_repo_path": "NBi.Core/Transformation/Transformer/Native/DateToAge.cs", "provenance": "train-00027-of-00045.jsonl.gz:166961" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace NBi.Core.Transformation.Transformer.Native { class DateToAge : INativeTransformation { public object Evaluate(object value) { if (value == null) ...
3.145145
5ee3a0a36f72afd4c58be29698679018
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847742
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Panopto/t4ts", "max_stars_repo_path": "T4TS/TypeFullName.cs", "provenance": "train-00027-of-00045.jsonl.gz:166962" }
starcoder
<reponame>Panopto/t4ts using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace T4TS { public class TypeFullName { public string FullName { get; private set; } public string Name { get { ...
2.89605
bbe10ff042753046d57d8a0598d6a1dc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847743
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Shtereva/Fundamentals-with-CSharp", "max_stars_repo_path": "Regex/04. Weather/Weather.cs", "provenance": "train-00027-of-00045.jsonl.gz:166963" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace _04.Weather { public class TemperatureAndType { public double Temperature { get; set; } public string Type { get; set; } } class Weather { ...
3.606452
29628a8ae50fdcd8c54c8cc1312c3b19
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847744
{ "extension": "c-sharp", "max_stars_count": "87.0", "max_stars_repo_name": "majdee/Orleans.Sagas", "max_stars_repo_path": "Orleans.Sagas.Samples.Activities/WaitActivity.cs", "provenance": "train-00027-of-00045.jsonl.gz:166964" }
starcoder
using Microsoft.Extensions.Logging; using System.Runtime.CompilerServices; using System.Threading.Tasks; namespace Orleans.Sagas.Samples.Activities { public class WaitActivity : IActivity { private readonly ILogger<WaitActivity> logger; public WaitActivity(ILogger<WaitActivity> logger) ...
2.817656
8648c624badc56e416eacf100e015fae
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847745
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "mikhail-khalizev/max", "max_stars_repo_path": "source/MikhailKhalizev.Max/source/Program/Auto/z-0000-5c60.cs", "provenance": "train-00027-of-00045.jsonl.gz:166965" }
starcoder
<reponame>mikhail-khalizev/max<filename>source/MikhailKhalizev.Max/source/Program/Auto/z-0000-5c60.cs using System; using MikhailKhalizev.Processor.x86.BinToCSharp; namespace MikhailKhalizev.Max.Program { public partial class RawProgram { [MethodInfo("0x5c60-2b40e281")] public void Meth...
1.815763
627e105ecabbf6208ae09474ad277b19
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847746
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kezizhou/bibleBooksChineseGame", "max_stars_repo_path": "bibleBooksWPF/Models/GameStatistics.cs", "provenance": "train-00027-of-00045.jsonl.gz:166966" }
starcoder
<filename>bibleBooksWPF/Models/GameStatistics.cs using System; using System.Collections.Generic; using System.Linq; namespace BibleBooksWPF { public class GameStatistics { public string strName { get; set; } public List<int> lintPoints { get; set; } public List<TimeSpan> ltsTimeElapsed { get; set; } public ...
2.760456
2e9a92ff146095a8733380c1de7eb441
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847747
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "USGS-WiM/SiGLServices", "max_stars_repo_path": "SiGLServices/PipeLineContributors/SiGLHyperMediaPipelineContributor.cs", "provenance": "train-00027-of-00045.jsonl.gz:166967" }
starcoder
<gh_stars>0 using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using WiM.Hypermedia; using WiM.PipeLineContributors; using SiGLDB; using WiM.Resources; namespace SiGLServices.PipeLineCo...
1.649481
1788b44d9ab7ea61be902580671fcf86
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847748
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mbarauskaite/AppEng", "max_stars_repo_path": "LibraryProject/Services/MD5Hash.cs", "provenance": "train-00027-of-00045.jsonl.gz:166968" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; namespace Library.Services { public class MD5Hash { public string HashPassword(string password) { var md5 = new MD5CryptoServicePr...
2.653047
63f82a5a235b142c8372bfe2c2d88cc8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847749
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "JeffM2501/LibBZFlag", "max_stars_repo_path": "BZFlag.Game.Server/API/Plugins.cs", "provenance": "train-00027-of-00045.jsonl.gz:166969" }
starcoder
<filename>BZFlag.Game.Server/API/Plugins.cs<gh_stars>1-10 using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Text; namespace BZFlag.Game.Host.API { public interface IPlugIn { string Name { get; } string Description { get; } void Start...
2.704096
ac543d9c878e0b4bf0234b8caed4edef
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847750
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nesta-bg/BlogMind", "max_stars_repo_path": "BlogMind/Persistence/LikeRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:166970" }
starcoder
<reponame>nesta-bg/BlogMind using BlogMind.Core; using BlogMind.Core.Models; using Microsoft.EntityFrameworkCore; using System.Threading.Tasks; namespace BlogMind.Persistence { public class LikeRepository : ILikeRepository { private readonly BlogDbContext context; public LikeRepository(BlogDb...
2.432018
36fd4dca428ceb4f2d31f8f43a0cd436
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847751
{ "extension": "c-sharp", "max_stars_count": "91.0", "max_stars_repo_name": "zhaohuiyingxue/WebWeChatAPI.Net", "max_stars_repo_path": "Modal/SyncKey.cs", "provenance": "train-00027-of-00045.jsonl.gz:166971" }
starcoder
<filename>Modal/SyncKey.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Leestar54.WeChat.WebAPI.Modal { public class KeyValPair { /// <summary> /// Key /// </summary> public int Key { get; set; } /// <summary> /...
2.501498
ff45d5ae82936e2409c4af205f724f01
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847752
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "xObliterate/F.LUX", "max_stars_repo_path": "App_Code/Account.cs", "provenance": "train-00027-of-00045.jsonl.gz:166972" }
starcoder
<reponame>xObliterate/F.LUX using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Web.UI; /// <summary> /// Summary description for Account /// </summary> public class Account { pr...
2.050251
3d00f851b5a3b18b314c1a86b67ff06c
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847753
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jasonItotal/webserverTemplate", "max_stars_repo_path": "CoreModule/CommPage.cs", "provenance": "train-00027-of-00045.jsonl.gz:166973" }
starcoder
using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace iTotal.CoreModule { public class CommPage : System.Web.UI.Page { ...
2.355786
eba4d80392f560f92bf2d1aa64202cb8
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847754
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "moerwald/udemy-Windows_Presentation-_Foundation_Masterclass", "max_stars_repo_path": "src/EvernoteClone/EvernoteClone/ViewModels/Commands/RenameNotebookFinishedCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:166974" }
starcoder
using EvernoteClone.Model; namespace EvernoteClone.ViewModels.Commands { public class RenameNotebookFinishedCommand : BaseCommand { private readonly NotesViewModel _notesViewModel; public RenameNotebookFinishedCommand(NotesViewModel notesViewModel) => _notesViewModel = notesViewMo...
2.392457
ceaebf7a1587103771c1361a9619ee40
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847755
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "pythonology/BeatTogether.DedicatedServer", "max_stars_repo_path": "BeatTogether.DedicatedServer.Kernel/Abstractions/IEntitlementManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:166975" }
starcoder
using BeatTogether.DedicatedServer.Messaging.Enums; using System; using System.Collections.Concurrent; using System.Collections.Generic; namespace BeatTogether.DedicatedServer.Kernel.Abstractions { public interface IEntitlementManager { ConcurrentDictionary<string, ConcurrentDictionary<string, Entitle...
1.852084
dcb994974d1b2e369571ff1e47cc7699
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847756
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "PMDCollab/PMDC", "max_stars_repo_path": "PMDC/LevelGen/Spawning/MobSpawn/MobSpawnExtra.cs", "provenance": "train-00027-of-00045.jsonl.gz:166976" }
starcoder
<gh_stars>1-10 using System; using RogueEssence.Dungeon; using RogueEssence.Data; using RogueElements; using RogueEssence; using RogueEssence.LevelGen; using PMDC.Data; using System.Collections.Generic; using RogueEssence.Dev; using RogueEssence.Script; using NLua; using System.Linq; namespace PMDC.LevelGen { ///...
2.289273
eede405bf14125b6ae46b0dbba909191
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847757
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "TeamDman/EQM-GQE.API", "max_stars_repo_path": "EQM-GQE.DATA/Repositories/BusinessLineAccessControlRepository.cs", "provenance": "train-00027-of-00045.jsonl.gz:166977" }
starcoder
using EQM_GQE.SHARED_RESOURCES.Interfaces; using EQM_GQE.SHARED_RESOURCES.Models; using Microsoft.EntityFrameworkCore; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace EQM_GQE.DATA.Repositories { public class BusinessLineAccessControlRepository :...
2.63217
c1eb416d581a5b1dba063ddfd4b328cc
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847758
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Hengle/XGraph", "max_stars_repo_path": "XGraph/Controls/WarningsIndicator.cs", "provenance": "train-00027-of-00045.jsonl.gz:166978" }
starcoder
<gh_stars>1-10 using System.Windows; using System.Windows.Controls; using System.Windows.Data; using XGraph.Converters; namespace XGraph.Controls { /// <summary> /// Indicator displaying the node warnings. /// </summary> public class WarningsIndicator : Control { #region Dependencies ...
2.49943
e626241378ddbd5c54b80852a9f38299
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847759
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nanoteer/nanoteer.Core", "max_stars_repo_path": "src/Nanoteer.Core/Exceptions/SocketImmutableAfterRegistrationException.cs", "provenance": "train-00027-of-00045.jsonl.gz:166979" }
starcoder
using System; namespace Nanoteer.Core.Exceptions { public class SocketImmutableAfterRegistrationException : InvalidOperationException { internal SocketImmutableAfterRegistrationException() : base("Socket data is immutable after socket is registered.") { } } }
1.93898
5a4a29cc5d50621a1dc8f122ca1e552a
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847760
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "AchoVasilev/Oversteer-Web-Project", "max_stars_repo_path": "Oversteer.Web/Views/Cars/Add.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:166980" }
starcoder
<filename>Oversteer.Web/Views/Cars/Add.cshtml @model CarFormModel @{ ViewBag.Title = "Add Car"; } <partial name="_CarFormPartial" model="@Model" /> <div class="col-sm-12 offset-lg-2 col-lg-8 offset-xl-3 col-xl-6"> <a class="btn btn-success" onclick="AddMoreNames()">+</a> <input class="btn btn-primary" t...
2.061844
62f59d9858a4104bcbc65387e8599f47
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847761
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Wrennsun/SpaceEngineers", "max_stars_repo_path": "Sources/Sandbox.Common/ObjectBuilders/Definitions/MyBlockPosition.cs", "provenance": "train-00027-of-00045.jsonl.gz:166981" }
starcoder
<reponame>Wrennsun/SpaceEngineers<gh_stars>1-10 using System; using System.Collections.Generic; using System.Linq; using System.Text; using ProtoBuf; using VRageMath; namespace Sandbox.Common.ObjectBuilders.Definitions { [ProtoContract] public class MyBlockPosition { [ProtoMember] public s...
1.469804
7daee0ead82da9c7a4f376d3a3137f67
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847762
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "GenesisGateway/genesis_dotnet", "max_stars_repo_path": "Genesis.NET/Entities/Responses/DynamicDescriptorModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:166982" }
starcoder
using System.Xml.Serialization; namespace Genesis.Net.Entities.Responses { internal class DynamicDescriptorModel { [XmlElement(ElementName = "dynamic_descriptor_params")] public DynamicDescriptor DynamicDescriptorParams { get; set; } } }
1.575068
178ad45059bec3da6605e12d3e6e5a99
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847763
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "RachelTucker/ds3_net_sdk", "max_stars_repo_path": "Ds3/IDs3Client.cs", "provenance": "train-00027-of-00045.jsonl.gz:166983" }
starcoder
<filename>Ds3/IDs3Client.cs /* * ****************************************************************************** * Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved. * Licensed under the Apache License, Version 2.0 (the "License"). You may not use * this file except in compliance with the Lice...
1.459074
127c70706a462ee995d2e41a3c32eab3
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847764
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "arthrp/SimpleGuestbookMariaDb", "max_stars_repo_path": "SimpleGuestbookMariaDb/Dto/PostDto.cs", "provenance": "train-00027-of-00045.jsonl.gz:166984" }
starcoder
using Dapper.Contrib.Extensions; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace SimpleGuestbookMariaDb.Dto { [Table("posts")] public class PostDto { public int Id { get; set; } public string Username { get; set; } public s...
1.926834
1d69127337c6a95f8246074b246e69df
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847765
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "AlexanderGroeger/RogueEssence", "max_stars_repo_path": "RogueEssence.Editor.Avalonia/Converters/DataEntryConverter.cs", "provenance": "train-00027-of-00045.jsonl.gz:166985" }
starcoder
using System; using System.Collections.Generic; using System.Globalization; using System.Text; using Avalonia.Data; using Avalonia.Data.Converters; using Avalonia.Media.Imaging; using RogueEssence.Content; using RogueEssence.Data; using RogueEssence.Dungeon; namespace RogueEssence.Dev.Converters { public class Da...
2.33209
a060a455f2afdd36716edcc4ce0c7a69
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847766
{ "extension": "c-sharp", "max_stars_count": "36.0", "max_stars_repo_name": "JTOne123/SAHB.GraphQLClient", "max_stars_repo_path": "src/SAHB.GraphQLClient/Internal/GraphQLQueryArgumentWithOverriddenVariable.cs", "provenance": "train-00027-of-00045.jsonl.gz:166986" }
starcoder
using SAHB.GraphQLClient.QueryGenerator; namespace SAHB.GraphQLClient.Internal { internal class GraphQLQueryArgumentWithOverriddenVariable : GraphQLQueryArgument { public GraphQLQueryArgumentWithOverriddenVariable(GraphQLQueryArgument argument) : base(argument.VariableName, argument.Field,...
1.473744
d0e47762bfe704a61ba3d2d5aad2b88b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847767
{ "extension": "c-sharp", "max_stars_count": "82.0", "max_stars_repo_name": "EzyWebwerkstaden/rhino-esb", "max_stars_repo_path": "Rhino.ServiceBus.Host/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:166987" }
starcoder
using System.Collections.Generic; using System.IO; using CommandLine; using Common.Logging; using Rhino.ServiceBus.Host.Actions; namespace Rhino.ServiceBus.Host { using System; public class Program { private static readonly IDictionary<Action, IAction> actions = new Dictionary<Action,...
2.417109
97b4d383a827d6feefb8548133fe2411
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847768
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "roji/EntityFramework6.Npgsql", "max_stars_repo_path": "src/EntityFramework6.Npgsql/Spatial/PostgisServices.cs", "provenance": "train-00027-of-00045.jsonl.gz:166988" }
starcoder
<gh_stars>0 using System; using System.Data.Entity.Spatial; using NpgsqlTypes; namespace Npgsql.Spatial { /// <summary> /// A class exposing spatial services. /// </summary> public class PostgisServices : DbSpatialServices { /// <summary> /// Returns the well known binary value of ...
2.424298
81a472ae939f4d28b2044aee2507d4d5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847769
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sharmasourabh/ddd", "max_stars_repo_path": "cqrs/SeparateModels/EventHandlers/PolicyCreatedProjectionsHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:166989" }
starcoder
<gh_stars>0 using System; using System.Threading; using System.Threading.Tasks; using Dapper; using MediatR; using Npgsql; using SeparateModels.Domain; using SeparateModels.ReadModels; using SeparateModels.Services; namespace SeparateModels.EventHandlers { public class PolicyCreatedProjectionsHandler : IN...
1.74798
87ffee0df74f37b0dfadc253d09d560d
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847770
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "IvailoTodorov/CounterStrikeWeb", "max_stars_repo_path": "CounterStrikeWeb/Services/Matches/MatchServiceModel.cs", "provenance": "train-00027-of-00045.jsonl.gz:166990" }
starcoder
namespace CounterStrikeWeb.Services.Matches { public class MatchServiceModel { public int Id { get; init; } public string FirstTeam { get; init; } public string SecondTeam { get; init; } public string StartTime { get; init; } } }
1.593512
268e89397fcd108ff9217aca90a2f057
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847771
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Iliev88/QA-Automation", "max_stars_repo_path": "DesignPattern/Pages/DraggablePage/DraggablePageMap.cs", "provenance": "train-00027-of-00045.jsonl.gz:166991" }
starcoder
<gh_stars>0 using OpenQA.Selenium; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DesignPattern.Pages.DraggablePage { public partial class DraggablePage { public IWebElement SourceFirstTab { get ...
1.804897
f61d7b37b4806d6c3c632874463c5b54
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847772
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "TehPers/DiscordBot", "max_stars_repo_path": "src/BotV2/Services/Data/Resources/SortedSets/ISortedSetResource.cs", "provenance": "train-00027-of-00045.jsonl.gz:166992" }
starcoder
<reponame>TehPers/DiscordBot using System.Threading.Tasks; using BotV2.Models; namespace BotV2.Services.Data.Resources.SortedSets { public interface ISortedSetResource<T> : IAsyncSet<T>, IVolatileResource where T : IScored { Task<Option<T>> TryPeekAsync(); Task<Option<T>> TryPopAsync(...
1.556458
b0fb9096fda3f488014ce8615d367292
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847773
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Lukince/DSharpBot", "max_stars_repo_path": "Commands/Utils.cs", "provenance": "train-00027-of-00045.jsonl.gz:166993" }
starcoder
using ColorHexConverter; using DecimalConverter; using DiscordBot.Attributes; using DiscordBot.Commands; using DiscordBot.Configs; using DiscordBot.Exceptions; using DSharpPlus.CommandsNext; using DSharpPlus.CommandsNext.Attributes; using DSharpPlus.Entities; using DSharpPlus.Interactivity; using DSharpPlus.Net.Abstra...
1.80604
8a9bc8e40ac87a40b2ab55f988c04fc9
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847774
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nevtum/PortForward", "max_stars_repo_path": "PortForwardGUI/Logging/FilterOptions.cs", "provenance": "train-00027-of-00045.jsonl.gz:166994" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PortForwardGUI.Logging { public enum FilterOptions { All, Incoming, Outgoing } }
1.427491
560d4fce76ebdfdd8fee8ae6948d4302
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847775
{ "extension": "c-sharp", "max_stars_count": "324.0", "max_stars_repo_name": "mortend/fuse-studio", "max_stars_repo_path": "Source/Fusion/Core/Property/Sources/Observable.cs", "provenance": "train-00027-of-00045.jsonl.gz:166995" }
starcoder
using System; using System.Reactive.Linq; using System.Reactive.Subjects; namespace Outracks { public static partial class Property { /// <summary> /// This overload exists as a NOP to avoid Property.Create().AsProperty() becoming read-only due to ending up in the IObservable overload /// </summary> public s...
2.986172
5a63ed07247e226e0b2914a44b3eee21
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847776
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jornfilho/services-monitoring", "max_stars_repo_path": "monitoring/monitoring/Repository/Database/MongoDb/MongoDb.cs", "provenance": "train-00027-of-00045.jsonl.gz:166996" }
starcoder
<filename>monitoring/monitoring/Repository/Database/MongoDb/MongoDb.cs namespace monitoring.Repository.Database.MongoDb { using System; using System.Configuration; using MongoDB.Driver; public class MongoDb { private static string defaultDbName; private static string GetConnectio...
2.678974
ab3ff943e2799235ae3770ee7681eba2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847777
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "ScrumHub/ScrumHub", "max_stars_repo_path": "ScrumHubBackend/CQRS/Sprints/FinishSprintCommand.cs", "provenance": "train-00027-of-00045.jsonl.gz:166997" }
starcoder
using ScrumHubBackend.CommunicationModel; namespace ScrumHubBackend.CQRS.Sprints { /// <summary> /// Command for finishing sprint /// </summary> public class FinishSprintCommand : CommonInRepositoryRequest<Sprint> { /// <summary> /// Number of the sprint /// </summary> ...
2.220361
601b864a167b2041f0e8dcb138af30cd
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847778
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "scidatasoft/osdr-core", "max_stars_repo_path": "Sds.Osdr.WebApi.IntegrationTests/Tests/MachineLearning/PredictPropertiesInvalidCase.cs", "provenance": "train-00027-of-00045.jsonl.gz:166998" }
starcoder
<reponame>scidatasoft/osdr-core<filename>Sds.Osdr.WebApi.IntegrationTests/Tests/MachineLearning/PredictPropertiesInvalidCase.cs using FluentAssertions; using Sds.Osdr.IntegrationTests; using Sds.Osdr.IntegrationTests.Traits; using System; using System.Collections.Generic; using System.Threading.Tasks; using Xunit; usi...
1.987034
d4d2a04f25c946bd5b6f2447b8e52218
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847779
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zwq00000/Redis.Net", "max_stars_repo_path": "src/Redis.Net/Generic/SortedSetEntry.cs", "provenance": "train-00027-of-00045.jsonl.gz:166999" }
starcoder
<reponame>zwq00000/Redis.Net<filename>src/Redis.Net/Generic/SortedSetEntry.cs<gh_stars>0 using System; using System.Globalization; using StackExchange.Redis; namespace Redis.Net.Generic { /// <summary> /// Generic SorteSetEntry /// </summary> /// <typeparam name="TValue"></typeparam> public struct ...
2.881729
885af3ea0dcfefed6ddec95cc14dcfad
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847780
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "daramkun/DaramRenamer", "max_stars_repo_path": "DaramRenamer.Commands/IFileOperator.cs", "provenance": "train-00027-of-00045.jsonl.gz:167000" }
starcoder
using System.Collections.Generic; namespace DaramRenamer { public interface IFileOperator { void BeginBatch(); void EndBatch(); void Move(string destination, string source, bool overwrite); void Copy(string destination, string source, bool overwrite); IEnumerable<string> GetFiles(string directory, bool ...
2.3697
39db021540b9a6edadac9b5c2d3d45ca
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847781
{ "extension": "c-sharp", "max_stars_count": "67.0", "max_stars_repo_name": "staforkin/MyWarehouse", "max_stars_repo_path": "src/Application/Products/ProductStockValue/ProductStockValueQuery.cs", "provenance": "train-00027-of-00045.jsonl.gz:167001" }
starcoder
<filename>src/Application/Products/ProductStockValue/ProductStockValueQuery.cs<gh_stars>10-100 using MediatR; using MyWarehouse.Application.Dependencies.Services; using System.Threading; using System.Threading.Tasks; namespace MyWarehouse.Application.Products.ProductStockValue { public record ProductStockValueQue...
2.565399
924d1ce70b3a5c9f4e504439e94e2b55
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847782
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "Roman-Port/LibSDR", "max_stars_repo_path": "RomanPort.LibSDR/Components/Filters/FIR/Real/Implementations/RealFirFilterVOLK.cs", "provenance": "train-00027-of-00045.jsonl.gz:167002" }
starcoder
<gh_stars>1-10 using System; using System.Collections.Generic; using System.Text; namespace RomanPort.LibSDR.Components.Filters.FIR.Real.Implementations { public unsafe class RealFirFilterVOLK : IRealFirFilter { internal RealFirFilterVOLK(float[] coeffs, int decimation) { ctx = Vol...
2.037051
813157aa7d1e211ccc5c7faff6df382e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847783
{ "extension": "c-sharp", "max_stars_count": "18.0", "max_stars_repo_name": "peeweek/net.peeweek.game-options", "max_stars_repo_path": "Runtime/Core/AudioOption.cs", "provenance": "train-00027-of-00045.jsonl.gz:167003" }
starcoder
<reponame>peeweek/net.peeweek.game-options<filename>Runtime/Core/AudioOption.cs using System.Linq; using System.Collections.Generic; using UnityEngine; using UnityEngine.Audio; namespace GameOptionsUtility { public class AudioOption : GameOption { public class Preferences { public ...
2.594581
e91c14e9f6d5319913d4570802393d78
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847784
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "iremezoff/urbd", "max_stars_repo_path": "Ugoria.URBD.WebControl/Views/Control/Index.cshtml", "provenance": "train-00027-of-00045.jsonl.gz:167004" }
starcoder
@using MvcContrib.UI.Grid @using Ugoria.URBD.WebControl.Models @{ Layout = "~/Views/Shared/_MainLayout.cshtml"; ViewBag.Title = "Конфигурация УРБД"; } <script src="@Url.Content("~/Scripts/jquery.maskedinput-1.3.1.min.js")" type="text/javascript"></script> <script src="@Url.Content("~/Scripts/jqu...
2.130896
9863cbb4f9909b6d7df481ace2c14067
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847785
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dsalunga/mPortal", "max_stars_repo_path": "Portal/WebSystem/WCMS.WebSystem.ViewModels/CentralBreadcrumb.cs", "provenance": "train-00027-of-00045.jsonl.gz:167005" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WCMS.Framework; using WCMS.Framework.Core; namespace WCMS.WebSystem { public class CentralBreadcrumb { private const string ContainerFormat = "<ul class=\"breadcrumb\">{0}</ul>"; ...
2.098226
ae682cd452ab6ada2cdcd8482a748fe2
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847786
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "Bhaskers-Blu-Org2/AdvocacyPlatform", "max_stars_repo_path": "Installer/AdvocacyPlatformInstaller.Tests/ExpectedRequest.cs", "provenance": "train-00027-of-00045.jsonl.gz:167006" }
starcoder
<filename>Installer/AdvocacyPlatformInstaller.Tests/ExpectedRequest.cs // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. namespace AdvocacyPlatformInstaller.Tests { using System; using System.Collections.Generic; using System.Linq; using System.Net; usi...
2.518539
ab61d51249f0b7246740c5dae1edb872
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847787
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "shinesolutions/cloudmanager-api-clients", "max_stars_repo_path": "clients/csharp/generated/src/Org.OpenAPITools/Model/PipelinePhase.cs", "provenance": "train-00027-of-00045.jsonl.gz:167007" }
starcoder
<reponame>shinesolutions/cloudmanager-api-clients /* * Cloud Manager API * * This API allows access to Cloud Manager programs, pipelines, and environments by an authorized technical account created through the Adobe I/O Console. The base url for this API is https://cloudmanager.adobe.io, e.g. to get the list of pro...
2.114099
c8ce008a8477b4401defc2550403fa89
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847788
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "dsalunga/mPortal", "max_stars_repo_path": "Portal/WebSystem/WCMS.Common/LogManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:167008" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace WCMS.Common { public class LogManager { public LogManager() { Loggers = new List<ILogger>(); } public LogManager(IEnumerable<ILogger> loggers) : this() ...
2.996101
f6f477b815936fb83539a6f498560b19
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847789
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jeremy001181/EventGridCluster", "max_stars_repo_path": "src/EventGridCluster/ConfigStores/KeyVaultConfigStore.cs", "provenance": "train-00027-of-00045.jsonl.gz:167009" }
starcoder
using System; using Microsoft.Azure.KeyVault; namespace EventGridCluster.ConfigStores { class KeyVaultConfigStore : IConfigStore { private IKeyVaultClient keyVaultClient; public KeyVaultConfigStore(IKeyVaultClient keyVaultClient) { this.keyVaultClient = keyVaultClient; ...
1.605067
a2b339effe7c28cc0255053ba536a711
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847790
{ "extension": "c-sharp", "max_stars_count": "56.0", "max_stars_repo_name": "spring-operator/reactor-core-dotnet", "max_stars_repo_path": "Reactor.Core/publisher/PublisherCache.cs", "provenance": "train-00027-of-00045.jsonl.gz:167010" }
starcoder
<filename>Reactor.Core/publisher/PublisherCache.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Reactive.Streams; using Reactor.Core; using System.Threading; using Reactor.Core.flow; using Reactor.Core.subscriber; using Reactor.Core.subscrip...
2.133823
149ca298e1d7d5a182e21035429a69f1
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847791
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ringostarr80/OSMDataPrimitives", "max_stars_repo_path": "NUnitTests/TestOSMNodeSpatial.cs", "provenance": "train-00027-of-00045.jsonl.gz:167011" }
starcoder
using System; using NUnit.Framework; using OSMDataPrimitives; using OSMDataPrimitives.Spatial; namespace NUnit { [TestFixture] public class TestOSMNodeSpatial { private OSMNode GetDefaultOSMNode() { var node = new OSMNode(2) { Latitude = 52.123456, Longitude = 12.654321, UserId = 5, UserName...
2.679713
fcc36f36ec2e3db681aac5ac17eb97be
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847792
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "malaker/Akka.Kafka.Connector", "max_stars_repo_path": "Akka.Kafka.Connector.Shared/CommitOffset.cs", "provenance": "train-00027-of-00045.jsonl.gz:167012" }
starcoder
<reponame>malaker/Akka.Kafka.Connector<filename>Akka.Kafka.Connector.Shared/CommitOffset.cs namespace Akka.Kafka.Connector.Shared { public class CommitOffset { public CommitOffset(string topic, int partition, long offset) { this.Topic = topic; this.Partition = partition;...
1.823768
c2140111e0591ee56f53faf205800555
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847793
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SamVanhoutte/cotacol-site", "max_stars_repo_path": "src/CotacolApp/Interfaces/ICotacolUserClient.cs", "provenance": "train-00027-of-00045.jsonl.gz:167013" }
starcoder
<reponame>SamVanhoutte/cotacol-site using System.Collections.Generic; using System.Threading.Tasks; using CotacolApp.Models; using CotacolApp.Models.CotacolApi; namespace CotacolApp.Interfaces { public interface ICotacolUserClient { Task<List<UserColAchievement>> GetColsAsync(string userId); Ta...
1.374675
ded3aed07a814f5a8e6ec4392b035a35
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847794
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MrVladimort/DiplomPrototype", "max_stars_repo_path": "Assets/Scripts/Enemies/Ctulhu.cs", "provenance": "train-00027-of-00045.jsonl.gz:167014" }
starcoder
using UnityEngine; namespace Enemies { public class Ctulhu : ProjectileEnemy { } }
1.02906
11314b5fa193eb638299c4f01fdc322e
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847795
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SinsofSloth/RF5-global-metadata", "max_stars_repo_path": "_no_namespace/PositinoList.cs", "provenance": "train-00027-of-00045.jsonl.gz:167015" }
starcoder
[Serializable] public class PositinoList : TableBase<string, GameObject, PositinoListPair> // TypeDefIndex: 8243 { // Methods // RVA: 0x2774400 Offset: 0x2774501 VA: 0x2774400 public void .ctor() { } }
1.293122
5f37d54089a05f8d89204decf5978a32
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847796
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zzq424/Kira.LaconicInvoicing", "max_stars_repo_path": "App/Kira.LaconicInvoicing.Core/Identity/Entities/LoginLog.cs", "provenance": "train-00027-of-00045.jsonl.gz:167016" }
starcoder
<reponame>zzq424/Kira.LaconicInvoicing using System; using System.ComponentModel; using OSharp.Data; using OSharp.Entity; namespace Kira.LaconicInvoicing.Identity.Entities { /// <summary> /// 实体类:用户登录日志 /// </summary> [Description("用户登录日志")] public class LoginLog : EntityBase<Guid>, I...
2.096837
3bbee288009047b442049431e68c76fe
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847797
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sentach/AdventOfCode2021", "max_stars_repo_path": "Day09/Day09/Day09/Program.cs", "provenance": "train-00027-of-00045.jsonl.gz:167017" }
starcoder
<filename>Day09/Day09/Day09/Program.cs // See https://aka.ms/new-console-template for more information Console.WriteLine("Day 09"); var filename = "input.txt"; //var filename = "test.txt"; Star1(filename); Star2(filename); void Star1(string filename) { int[,] data = GetData(filename); var lowerpoints =...
3.118401
1933f50d30df306061fe0eaf9f174646
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847798
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "johnarras/crypto-game-proto", "max_stars_repo_path": "CryptoGame/Assets/Scripts/Entities/Interfaces/ICommandHandler.cs", "provenance": "train-00027-of-00045.jsonl.gz:167018" }
starcoder
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; public interface ICommandHandler : IDictItem<string> { public IEnumerator Process(GameState gs, Command data); }
1.81139
d80f8fa1381d8bf5a6c30f327882f290
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847799
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "Sleepw4lker/TameMyCerts", "max_stars_repo_path": "TameMyCerts/CertificateTemplateInfo.cs", "provenance": "train-00027-of-00045.jsonl.gz:167019" }
starcoder
// Copyright 2021 <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 applicable law or agreed to in writing, softw...
2.397437
f86ada021b3d57a97fce7f53e488a811
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847800
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "nadvolod/driver-factory", "max_stars_repo_path": "DriverFactory/DriverFactory.Tests/SauceDriverFactory/Concrete/ChromeDriverFactory.cs", "provenance": "train-00027-of-00045.jsonl.gz:167020" }
starcoder
<filename>DriverFactory/DriverFactory.Tests/SauceDriverFactory/Concrete/ChromeDriverFactory.cs namespace DriverFactory.Tests.SauceDriverFactory.Concrete { public class ChromeDriverFactory : RemoteDriverFactory { public override RemoteDriver GetDriver() { return new RemoteChrome(); ...
2.289826
14fae3427e4127f27203468d78459b38
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847801
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "artsbaro/Desafio---Censo", "max_stars_repo_path": "src/Censo.Domain/Services/MunicipioNascimentoService.cs", "provenance": "train-00027-of-00045.jsonl.gz:167021" }
starcoder
<filename>src/Censo.Domain/Services/MunicipioNascimentoService.cs using SIP.Domain.Entities; using SIP.Domain.Interfaces.Repositories; using SIP.Domain.Interfaces.Services; namespace SIP.Domain.Services { public class MunicipioNascimentoService : ServiceBase<MunicipioNascimento>, IMunicipioNascimentoService ...
1.84741
5fef8046325f62764b35bc27309f0187
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847802
{ "extension": "c-sharp", "max_stars_count": "14.0", "max_stars_repo_name": "amkoroew/challenges", "max_stars_repo_path": "src/SubmissionEvaluation.Contracts/Data/HintDetail.cs", "provenance": "train-00027-of-00045.jsonl.gz:167022" }
starcoder
<gh_stars>10-100 using System.Collections.Generic; namespace SubmissionEvaluation.Contracts.Data { public class HintDetail { public string Header { get; set; } public bool IsHtml { get; set; } public string Filename { get; set; } public string Content { get; set; } } p...
1.912244
9c2c49de7aafe2fca8176d96bb29a458
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847803
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "SkillsFundingAgency/das-commitments", "max_stars_repo_path": "src/CommitmentsV2/SFA.DAS.CommitmentsV2/Application/Queries/GetCalculatedTrainingProgrammeVersion/GetCalculatedTrainingProgrammeVersionQuery.cs", "provenance": "train-00027...
starcoder
<filename>src/CommitmentsV2/SFA.DAS.CommitmentsV2/Application/Queries/GetCalculatedTrainingProgrammeVersion/GetCalculatedTrainingProgrammeVersionQuery.cs using MediatR; using System; namespace SFA.DAS.CommitmentsV2.Application.Queries.GetCalculatedTrainingProgrammeVersion { public class GetCalculatedTrainingProgr...
1.789769
e0b4da3892a03ee432a8a1b8bb7335ef
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847804
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "OmarBessa/CXLight", "max_stars_repo_path": "CXLight/Exts/DoubleExt.cs", "provenance": "train-00027-of-00045.jsonl.gz:167024" }
starcoder
<reponame>OmarBessa/CXLight namespace CXLight.Exts { public static class DoubleExt { public static int FloorToInt(this double source) { return (int)System.Math.Floor(source); } } }
2.334621
08c41c32e453054d511fa749a67f5e07
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847805
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "SenkoVlad/Facts", "max_stars_repo_path": "src/Facts/Facts.Web/Data/DataInitializer.cs", "provenance": "train-00027-of-00045.jsonl.gz:167025" }
starcoder
<gh_stars>1-10 using Calabonga.Microservices.Core.Exceptions; using Facts.Web.Infrastructure; using Microsoft.AspNetCore.Identity; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Storag...
2.224976
ef94f22774f449cf3557b2f5e951e17b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847806
{ "extension": "c-sharp", "max_stars_count": "40.0", "max_stars_repo_name": "openrasta/openrasta-core", "max_stars_repo_path": "src/OpenRasta/OperationModel/Interceptors/SyncOperationWithInterceptors.cs", "provenance": "train-00027-of-00045.jsonl.gz:167026" }
starcoder
#pragma warning disable 618 using System; using System.Collections; using System.Collections.Generic; using System.Linq; namespace OpenRasta.OperationModel.Interceptors { public class SyncOperationWithInterceptors : IOperation { readonly IEnumerable<IOperationInterceptor> _interceptors; readonl...
2.296147
defb3fc2ec2ec0dd5a22e3c0ab22246b
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847935
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wannerguzman/Deck-of-Cards", "max_stars_repo_path": "DeckofCards/DeckofCards/Card.cs", "provenance": "train-00027-of-00045.jsonl.gz:167155" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DeckofCards { /** * @author Wanner * * Class that creates the Card Object. * Each card has a face name and a suit. * */ public class Card { ...
3.381616
aa818694e5818959155c1d54bcc4ba13
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847936
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jadu/Phalanger", "max_stars_repo_path": "Source/Core/Info.cs", "provenance": "train-00027-of-00045.jsonl.gz:167156" }
starcoder
/* Copyright (c) 2004-2006 <NAME>. The use and distribution terms for this software are contained in the file named License.txt, which can be found in the root of the Phalanger distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must n...
2.199215
80a78075dfe7c3580a1a4052f2e9a036
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847937
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "epam/fix-antenna-net-core", "max_stars_repo_path": "FixAntenna/NetCore/FixEngine/Transport/ParseRequiredTags.cs", "provenance": "train-00027-of-00045.jsonl.gz:167157" }
starcoder
// Copyright (c) 2021 EPAM Systems // // 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 applicable law or agreed to ...
1.385594
237ac4dcda92c7bb5ee2331d85ec85c5
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847938
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "gnnhakan/Asp.Net-Core", "max_stars_repo_path": "MyCompany/MyCompany.Business/Concrete/ProductManager.cs", "provenance": "train-00027-of-00045.jsonl.gz:167158" }
starcoder
<reponame>gnnhakan/Asp.Net-Core<gh_stars>0 using MyCompany.Business.Abstract; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using MyCompany.Entities.Concrete; using MyCompany.DAL.Abstract; namespace MyCompany.Business.Concrete { public class ProductManager : IPro...
2.235087
d706be78c413a26723ec30cc2e0c6298
2023-09-08T23:13:54.396Z
2023-09-08T23:13:54.396Z
8847939
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "julielerman/ProgrammingEntityFrameworkBook", "max_stars_repo_path": "Programming EF 2nd Edition/2e Chapter 18 SelfTrackingEntities/2e Chapter 18 SelfTrackingEntities/Ch16 CustomerSTEService/IService1.cs", "provenance": "train-00027-of...
starcoder
<reponame>julielerman/ProgrammingEntityFrameworkBook using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.ServiceModel.Web; using System.Text; using BAGA; namespace Ch16_CustomerSTEService { // NOTE: You can use the "Rename" c...
2.162455
f54f9ca5e3bd63e4b4274af2e19a3242