added
string
created
string
id
string
metadata
dict
source
string
text
string
code-score
float64
md5
string
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7537
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "r-potapov/time-series", "max_stars_repo_path": "TimeSeries.WebUI/Views/TimeSerie/List.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:7538" }
starcoder
@model IEnumerable<TimeSeries.Domain.Entities.TimeSerie> @{ ViewBag.Title = "Временные ряды"; } @section MenuMain{ <ul> <li>@Html.ActionLink("Главная", "Index", "Home")</li> <li>@Html.ActionLink("Описание", "About", "Home")</li> </ul> } <article class="article clearfix"> <div class="...
2.449083
ef80b888850ac5816e4931a303de50c0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7538
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "atipls/MCPE.AlphaServer", "max_stars_repo_path": "MCPE.AlphaServer/Packets/Rak/ExplodePacket.cs", "provenance": "train-00000-of-00045.jsonl.gz:7539" }
starcoder
using MCPE.AlphaServer.Game; using MCPE.AlphaServer.Utils; using System; using System.Collections.Generic; using System.Text; namespace MCPE.AlphaServer.Packets { public class ExplodePacket : RakPacket { public float X, Y, Z; public float Radius; public int Count; public byte Recor...
1.796557
c32167c6d953619bc95c78ecef1c0919
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7539
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MgSam/corefxlab", "max_stars_repo_path": "src/Microsoft.Data.Analysis/DataFrame.BinaryOperations.cs", "provenance": "train-00000-of-00045.jsonl.gz:7540" }
starcoder
<reponame>MgSam/corefxlab<filename>src/Microsoft.Data.Analysis/DataFrame.BinaryOperations.cs  // 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. // Generated from Dat...
2.402321
8fd006a613585142e6f6b6f95312ad6f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7540
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "Zergatul/ZergatulLib", "max_stars_repo_path": "Zergatul/Network/Tls/CCMCipher.cs", "provenance": "train-00000-of-00045.jsonl.gz:7541" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Zergatul.Cryptography.Symmetric; using Zergatul.Cryptography.Symmetric.CipherMode; namespace Zergatul.Network.Tls { internal class CCMCipher : AEADCipher { public CCMCipher(Abstrac...
1.973299
13d3f706abbb3412cbae17f4030fadb1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7541
{ "extension": "c-sharp", "max_stars_count": "29.0", "max_stars_repo_name": "curiosity-inc/urg-unity", "max_stars_repo_path": "Assets/Scripts/AffineConverter.cs", "provenance": "train-00000-of-00045.jsonl.gz:7542" }
starcoder
<gh_stars>10-100 using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Urg { public class AffineConverter { private Vector2[] sensorCorners; private Vector3[] worldCorners; private Vector3 worldBasis1; private Vector3 worldBasis2; priv...
2.658787
87d057448dd42dfdaad01613a32fdb8a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7542
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "jmarolf/templating", "max_stars_repo_path": "src/Microsoft.TemplateEngine.Core/Matching/TrieEvaluationDriver.cs", "provenance": "train-00000-of-00045.jsonl.gz:7543" }
starcoder
namespace Microsoft.TemplateEngine.Core.Matching { public class TrieEvaluationDriver<T> where T : TerminalBase { private readonly TrieEvaluator<T> _evaluator; private int _sequenceNumber; public TrieEvaluationDriver(TrieEvaluator<T> trie) { _evaluat...
2.677482
245be0f71a2d0dde68802d096ee69b88
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7543
{ "extension": "c-sharp", "max_stars_count": "4.0", "max_stars_repo_name": "sv/kp.net", "max_stars_repo_path": "Tests/KpNet.KdbPlusClient.IntegrationTests/Simplified/BalancingKdbPlusDatabaseClientTest.cs", "provenance": "train-00000-of-00045.jsonl.gz:7544" }
starcoder
<filename>Tests/KpNet.KdbPlusClient.IntegrationTests/Simplified/BalancingKdbPlusDatabaseClientTest.cs using System.Collections.Generic; using NUnit.Framework; namespace KpNet.KdbPlusClient.IntegrationTests.Simplified { [TestFixture] public class BalancingKdbPlusDatabaseClientTest : KdbPlusDatabaseClient...
2.518226
3e9ced508027f99ca0c22322517ae361
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7544
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "mattinjersey/Game-Asteroids-Unity", "max_stars_repo_path": "Asteroids/Assets/_Game/Scripts/Asteroids/Asteroid.cs", "provenance": "train-00000-of-00045.jsonl.gz:7545" }
starcoder
using UnityEngine; using System.Collections; using System; namespace Asteroids { [RequireComponent( typeof( Health ) )] [RequireComponent( typeof( MoveLinear ) )] [RequireComponent( typeof( WrapScreen ) )] public class Asteroid : MonoBehaviour { public event Action<Asteroid, int, Vector3, GameObject[]> EventD...
2.358156
a755d7616f15e90024b7d9b24987fb99
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7545
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "om2804/Xamarin.Forms", "max_stars_repo_path": "Xamarin.Forms.Core/ExpressionSearch.cs", "provenance": "train-00000-of-00045.jsonl.gz:7546" }
starcoder
namespace Xamarin.Forms { internal abstract class ExpressionSearch { internal static IExpressionSearch Default { get; set; } } }
1.459636
488f92aa9b2944a0485edcfed8577c48
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7546
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "moppa/Umbraco-CMS", "max_stars_repo_path": "src/Umbraco.Core/Models/Membership/IProfile.cs", "provenance": "train-00000-of-00045.jsonl.gz:7547" }
starcoder
<filename>src/Umbraco.Core/Models/Membership/IProfile.cs namespace Umbraco.Core.Models.Membership { /// <summary> /// Defines the the Profile interface /// </summary> public interface IProfile { object Id { get; set; } string Name { get; set; } } }
2.15138
7130a2779c1afe947e929811ff8eb0b9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7547
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "bakerbrian/Nancy", "max_stars_repo_path": "src/Nancy/Session/Session.cs", "provenance": "train-00000-of-00045.jsonl.gz:7548" }
starcoder
namespace Nancy.Session { using System; using System.Collections; using System.Collections.Generic; /// <summary> /// Session implementation /// </summary> public class Session : ISession { private readonly IDictionary<string, object> dictionary; private bool...
3.402041
129e96c112f646bfbf94087fca274d68
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7548
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "Strongbytes/Boilerplate-Generator", "max_stars_repo_path": "BoilerplateGenerator/Models/SyntaxDefinitionModels/AttributeDefinitionModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:7549" }
starcoder
<gh_stars>1-10 namespace BoilerplateGenerator.Models.SyntaxDefinitionModels { public class AttributeDefinitionModel { public string Name { get; set; } public string[] Values { get; set; } = new string[] { }; public AttributeDefinitionModel(string name) { Name = nam...
2.185745
beaea65dbd655908109f7cfc636ea463
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7549
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "hellseyfer/net6-angular-app", "max_stars_repo_path": "Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:7550" }
starcoder
using Microsoft.EntityFrameworkCore; using net6_angular_app.Db; using net6_angular_app.Models; using net6_angular_app.Extensions; using net6_angular_app; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.IdentityModel.Tokens; using System.Text; using FluentVa...
1.748426
1920486ed17b73775f2f80e9bea7dc9b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7550
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "peymanmortazavi/Hangout", "max_stars_repo_path": "Backend/code/WebAPI/Filters/HangoutAuthorizeAttribute.cs", "provenance": "train-00000-of-00045.jsonl.gz:7551" }
starcoder
using System; using System.Web.Http; using System.Web.Http.Controllers; using System.Security.Claims; using System.Text; using Hangout.Core; using System.Threading; namespace Hangout.WebAPI { public class HangoutAuthorizeAttribute : AuthorizeAttribute { protected override bool IsAuthorized (HttpActionContext ac...
2.358437
e5f085ca211631cba9c71316bcf4d528
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7551
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Examed/Amsel.Authentication", "max_stars_repo_path": "Amsel.Model.Authentication/Models/TenantRight.cs", "provenance": "train-00000-of-00045.jsonl.gz:7552" }
starcoder
using Amsel.Enums.Authentication.Enums; using Microsoft.EntityFrameworkCore; using System; using System.ComponentModel; using System.ComponentModel.DataAnnotations.Schema; using System.Diagnostics.CodeAnalysis; namespace Amsel.Model.Authentication.AccountModels { public partial class Account { [Owned]...
2.400251
a0632bdac46988371b8a7ce754fa4f2a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7552
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "chances/teraflop", "max_stars_repo_path": "Teraflop/Components/IResource.cs", "provenance": "train-00000-of-00045.jsonl.gz:7553" }
starcoder
using System; using Veldrid; namespace Teraflop.Components { public interface IResource : IDisposable { bool Initialized { get; } void Initialize(ResourceFactory factory, GraphicsDevice device); } }
1.65125
6a4b60e50d9ee887872666c02f27ca2b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7553
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "ikhramts/maesure-oss", "max_stars_repo_path": "src/TaposcopeWindows/Server/Services/Paddle/PaddleField.cs", "provenance": "train-00000-of-00045.jsonl.gz:7554" }
starcoder
<reponame>ikhramts/maesure-oss<filename>src/TaposcopeWindows/Server/Services/Paddle/PaddleField.cs<gh_stars>1-10 namespace Server.Services.Paddle { public static class PaddleField { public const string AlertName = "alert_name"; public const string Passthrough = "passthrough"; public con...
1.233248
474d4818e1efe84b447aa68d8b9037ea
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7554
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "zhangxp7788/SqlSugar", "max_stars_repo_path": "Src/Asp.NetCore2/SqlSeverTest/SqlSugar/Interface/IRewritableMethods.cs", "provenance": "train-00000-of-00045.jsonl.gz:7555" }
starcoder
<reponame>zhangxp7788/SqlSugar using System; using System.Collections.Generic; using System.Data; using System.Dynamic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SqlSugar { public interface IRewritableMethods { ExpandoObject DataReaderToExpandoObject(IDataReader rea...
1.986518
e7ea7a005166825c5cb428484a1b7845
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7555
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Logi3PL/Quartzmin", "max_stars_repo_path": "Source/Quartz.Plugins.WebApiCallSaveJob/ConstantHelper.cs", "provenance": "train-00000-of-00045.jsonl.gz:7556" }
starcoder
<filename>Source/Quartz.Plugins.WebApiCallSaveJob/ConstantHelper.cs using System; using System.Collections.Generic; using System.Configuration; using System.Text; namespace Quartz.Plugins.WebApiCallSave { public struct ConstantHelper { public const string JobLog = "JOB"; public static string ...
2.016484
9036a3f5c0cee4953b5658b2571daf5e
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7556
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "UsmanMohammad/DxDiagLib", "max_stars_repo_path": "dotnet/DxDiag.Elements/DxDiagDirectSoundSoundDevice.cs", "provenance": "train-00000-of-00045.jsonl.gz:7557" }
starcoder
<gh_stars>0 namespace DxDiag.Elements { /// <remarks/> [System.SerializableAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)] public partial class DxDiagDirectSoundSoundDevice { private string descrip...
1.449466
694c4a2ddc8566efeed6f0b613f305b6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7557
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "MichaelDiers/TabletopGameAdmin", "max_stars_repo_path": "backend/Md.Tga.MainSchedulerSubscriber/Md.Tga.MainSchedulerSubscriber/FunctionConfiguration.cs", "provenance": "train-00000-of-00045.jsonl.gz:7558" }
starcoder
<filename>backend/Md.Tga.MainSchedulerSubscriber/Md.Tga.MainSchedulerSubscriber/FunctionConfiguration.cs<gh_stars>0 namespace Md.Tga.MainSchedulerSubscriber { /// <summary> /// Access the application settings. /// </summary> public class FunctionConfiguration { } }
1.59206
b7adb7fe7a8e9831dfa677d5b2fd0e55
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7558
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "thomast74/spring-net", "max_stars_repo_path": "test/Spring/Spring.Core.Tests/Validation/Actions/ExceptionActionTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:7559" }
starcoder
#region License /* * Copyright 2002-2010 the original author or authors. * * 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.12641
8dcfd8d5a6c2ac771f9eec8a86f48733
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7559
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "RajeshJs/IdS4.Management", "max_stars_repo_path": "src/IdS4/IdS4.Application/Models/Resource/VmApiScopeClaim.cs", "provenance": "train-00000-of-00045.jsonl.gz:7560" }
starcoder
<reponame>RajeshJs/IdS4.Management namespace IdS4.Application.Models.Resource { public class VmApiScopeClaim { public int ApiScopeId { get; set; } public int Id { get; set; } public string Type { get; set; } } }
1.280442
15f108214e583dbfc01d6a6b4c9c9dcd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7560
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "landon/WebGraphs", "max_stars_repo_path": "SLPropertyGrid/Converters/EnumHelper.cs", "provenance": "train-00000-of-00045.jsonl.gz:7561" }
starcoder
<filename>SLPropertyGrid/Converters/EnumHelper.cs using System; using System.Collections.Generic; using System.Linq; using System.Reflection; //Inspired by the bloh entry http://www.dolittle.com/blogs/einar/archive/2008/01/13/missing-enum-getvalues-when-doing-silverlight-for-instance.aspx namespace SLPropertyGrid.C...
3.070394
196a2ae7b3126bf01c0f8aef77a04556
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7561
{ "extension": "c-sharp", "max_stars_count": "8130.0", "max_stars_repo_name": "GitHubPang/machinelearning", "max_stars_repo_path": "test/Microsoft.Extensions.ML.Tests/UriLoaderTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:7562" }
starcoder
<reponame>GitHubPang/machinelearning<gh_stars>1000+ // 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.Threading; using System.Threading.Ta...
1.818824
eec701bd615c7ef348c47d2f69cb80bb
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7562
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "palladiumkenya/livehapi", "max_stars_repo_path": "LiveHAPI.Core/Model/Lookup/IdentifierType.cs", "provenance": "train-00000-of-00045.jsonl.gz:7563" }
starcoder
<filename>LiveHAPI.Core/Model/Lookup/IdentifierType.cs using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using LiveHAPI.Core.Model.People; using LiveHAPI.Shared.Interfaces.Model; using LiveHAPI.Shared.Model; namespace LiveHAPI.Core.Model.Lookup { public class IdentifierType : Entity<s...
2.213813
47e0cf7fd50ba6715164ef918a908a77
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7563
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "GiancarloLelli/aspnetbatchingmiddleware", "max_stars_repo_path": "library/GL.Sdk.Http.Batching/Extensions/HttpContextExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:7564" }
starcoder
using GL.Sdk.Http.Batching.Mvc; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Abstractions; using Microsoft.AspNetCore.Routing; using System.Threading.Tasks; namespace GL.Sdk.Http.Batching.Extensions { public static class HttpContextExtensions { public...
1.689871
891a7a44b1d9711fb726281d846ba3f3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7564
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "GarrettFleischer/FRPStreams", "max_stars_repo_path": "FRPStreams.Tests/Calculator.cs", "provenance": "train-00000-of-00045.jsonl.gz:7565" }
starcoder
namespace FRPStreams.Tests { using System.Threading.Tasks; using Core; public class Calculator { private readonly StreamSink<int> _a = new StreamSink<int>(0); private readonly StreamSink<int> _b = new StreamSink<int>(0); public Cell<int> Add { get; } public Cell<int> S...
3.035756
b114508a63b399e64e0740ed81f8690c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7565
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ajilantony/identityserver4", "max_stars_repo_path": "test/IdentityServer.UnitTests/Common/TestLogger.cs", "provenance": "train-00000-of-00045.jsonl.gz:7566" }
starcoder
using Microsoft.Extensions.Logging; namespace UnitTests.Common { public static class TestLogger { public static ILogger<T> Create<T>() { return new LoggerFactory().CreateLogger<T>(); } } }
1.907839
f69b7e2427e2468d36bedcf84784dbcd
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7566
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "dingjun/InventorySystem", "max_stars_repo_path": "Assets/Scripts/Inventory/InventoryController.cs", "provenance": "train-00000-of-00045.jsonl.gz:7567" }
starcoder
<filename>Assets/Scripts/Inventory/InventoryController.cs using System.Collections; using System.Collections.Generic; using UnityEngine; namespace InventorySystem { public class InventoryController : MonoBehaviour { private const int MINIMUM_NUMBER_ROWS = 4; private List<InventoryRow> _rows; public int RowC...
2.778913
28279dc4964a0d4a8632451233ff9e71
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7567
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "sonbua/Sonak", "max_stars_repo_path": "legacy/CountFingerReachingWhenTexting/FingerMovingSimulation/Core/Hands/Colemak/Fingers/Right/IRightRingFingerKeyState.cs", "provenance": "train-00000-of-00045.jsonl.gz:7568" }
starcoder
<filename>legacy/CountFingerReachingWhenTexting/FingerMovingSimulation/Core/Hands/Colemak/Fingers/Right/IRightRingFingerKeyState.cs namespace FingerMovingSimulation.Core.Hands.Colemak.Fingers.Right { internal interface IRightRingFingerKeyState : IKeyState { double PressD9(); double PressY(); ...
1.376838
5c191e401e33444082e584c83263164d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7568
{ "extension": "c-sharp", "max_stars_count": "15.0", "max_stars_repo_name": "apexsharp/apexparser", "max_stars_repo_path": "ApexParser.Example/ApexApiAnalyzer/AnalyzerTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:7569" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using ApexApiAnalyzer; using ApexSharpDemo.ApexApiAnalyzer; using NUnit.Framework; namespace ApexApiAnalyzerTests { [TestFixture] public class AnalyzerTests : TestBase { [Test] public void GetReferencedAp...
2.592854
5d63c58774e57e99e2f3d65169aa96f4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7569
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "destbg/TwitterRecreated", "max_stars_repo_path": "src/Application/Mediators/Notifications/Command/CreateNotification/CreateNotificationHandler.cs", "provenance": "train-00000-of-00045.jsonl.gz:7570" }
starcoder
using System; using System.Threading; using System.Threading.Tasks; using Application.Common.Interfaces; using Application.Common.Repositories; using Domain.Entities; using MediatR; namespace Application.Notifications.Command.CreateNotification { public class CreateNotificationHandler : IRequestHandler<CreateNoti...
2.283397
d4eabee28429b699b2731c737434bf8f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7570
{ "extension": "c-sharp", "max_stars_count": "206.0", "max_stars_repo_name": "raushanjha/EfCoreinAction-SecondEdition", "max_stars_repo_path": "Test/UnitTests/TestDataLayer/Ch03_ModelQueryFilter.cs", "provenance": "train-00000-of-00045.jsonl.gz:7571" }
starcoder
<filename>Test/UnitTests/TestDataLayer/Ch03_ModelQueryFilter.cs // Copyright (c) 2016 <NAME>, GitHub: JonPSmith, web: http://www.thereformedprogrammer.net/ // Licensed under MIT licence. See License.txt in the project root for license information. using System.Linq; using DataLayer.EfClasses; using DataLayer.EfCode; ...
2.372112
a7fd3e8b9c7f4190cff74b9835725766
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7571
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DAVIDCRUZ0202/Flappy-Bird-Demo", "max_stars_repo_path": "Flappy bird demo/Assets/Scripts/Bird.cs", "provenance": "train-00000-of-00045.jsonl.gz:7572" }
starcoder
<gh_stars>0 using System.Collections; using System.Collections.Generic; using UnityEngine; public class Bird : MonoBehaviour { public float upForce = 200f; private bool isDead = false; private Rigidbody2D rb2d; private Animator anim; // Use this for initialization void Start() { ...
1.901869
62786f15f4902492d374413f1de84bf4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7572
{ "extension": "c-sharp", "max_stars_count": "5.0", "max_stars_repo_name": "vmrocha/Avalonia", "max_stars_repo_path": "tests/Avalonia.Controls.UnitTests/Presenters/ItemsPresenterTests_Virtualization_Simple.cs", "provenance": "train-00000-of-00045.jsonl.gz:7573" }
starcoder
// Copyright (c) The Avalonia Project. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for full license information. using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using Avalonia.Collecti...
1.991642
3defe1edffb646ae6aed59100d4451e7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7573
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "brettmeyerowitz/LogAnalytics.Client", "max_stars_repo_path": "LogAnalytics.Client/LogAnalytics.Client.IntegrationTests/Helpers/LawPrincipalCredentials.cs", "provenance": "train-00000-of-00045.jsonl.gz:7574" }
starcoder
namespace LogAnalytics.Client.IntegrationTests.Helpers { public class LawPrincipalCredentials { public string ClientId { get; set; } public string ClientSecret { get; set; } public string Domain { get; set; } } }
1.080271
4700c7529d23f0e2e6f195cef5774f34
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7574
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "arknu/Merchello", "max_stars_repo_path": "src/Merchello.Web/ProductCollectionExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:7575" }
starcoder
namespace Merchello.Web { using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using Merchello.Core; using Merchello.Core.Logging; using Merchello.Core.Persistence.Querying; using Merchello.Core.Trees; using Merchello.Web.Models; usin...
2.46182
70a7f854b7cca71aa08c140c277ca8af
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7575
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "majordutch/cinder", "max_stars_repo_path": "src/Indexing/StatsIndexer/Host/Infrastructure/Extensions/JobDependencyInjectionExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:7576" }
starcoder
using Foundatio.Queues; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Periscope.Indexing.StatsIndexer.Host.Infrastructure.Jobs; using Periscope.Indexing.StatsIndexer.Host.Infrastructure.Services; using StackExchange.Redis; namespace Periscope.Indexing.StatsIndexer.Host.Infr...
1.820399
cb34be850232aad76b35b3ef6605d94a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7576
{ "extension": "c-sharp", "max_stars_count": "8.0", "max_stars_repo_name": "iarspider/Mods.FelixDev", "max_stars_repo_path": "FeTK/Framework/Services/MailService/Mails/MailContent/RecipeMailContent.cs", "provenance": "train-00000-of-00045.jsonl.gz:7577" }
starcoder
<reponame>iarspider/Mods.FelixDev using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FelixDev.StardewMods.FeTK.Framework.Services { /// <summary> /// Provides an API to interact with the content of a <see cref="RecipeMail"/> instance. ...
2.536547
4ca004975a4734d70d0289f237662b87
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7577
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "wf539/CSharpDotNETWebDevsGuide", "max_stars_repo_path": "code_02/Multicasting/Multicasting.cs", "provenance": "train-00000-of-00045.jsonl.gz:7578" }
starcoder
using System; using System.Collections; using System.IO; /// <summary> /// Contains the entry point for the Multicasting delegates sample /// </summary> class MulticasingSample { static void Main( string[] args ) { try { // Create a container to hold employees Employees employees = ...
3.24746
add06155f505bb1ed3f848ee08d02cb4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7578
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "MagicAndre1981/WindowsFormsLifetime", "max_stars_repo_path": "samples/MvpSample/Views/MainForm.Designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:7579" }
starcoder
<filename>samples/MvpSample/Views/MainForm.Designer.cs<gh_stars>1-10 namespace MvpSample.Views { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// ...
2.017201
75b5504db33c2db506c7a9034a24bcda
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7579
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "joonamo/unstables", "max_stars_repo_path": "Assets/Things/Info.cs", "provenance": "train-00000-of-00045.jsonl.gz:7580" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Info { static public float screenHeight = 5.0f; static public float screenWidth = 8.9f; }
1.667871
bd7e2a45e61128e7c0f0de14549bbcf6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7580
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "0legKot/godsend", "max_stars_repo_path": "Godsend/Migrations/20180603133007_privatesuicide.cs", "provenance": "train-00000-of-00045.jsonl.gz:7581" }
starcoder
// <copyright file="20180603133007_privatesuicide.cs" company="Godsend Team"> // Copyright (c) Godsend Team. All rights reserved. // </copyright> namespace Godsend.Migrations { using System; using System.Collections.Generic; using Microsoft.EntityFrameworkCore.Migrations; public partial class Private...
1.998414
9b55f2039b4f4b020d4ac5b67902e359
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7581
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "regiamariana/cshtml", "max_stars_repo_path": "esseehopontocerto/Models/GeneroModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:7582" }
starcoder
<filename>esseehopontocerto/Models/GeneroModel.cs namespace esseehopontocerto.Models { public class GeneroModel { public int Id {get; set;} public string Genero {get; set;} } }
1.712524
4e9f964f5572e7c82ba1a385f6fd7d33
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7582
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ahmedshuhel/Feedback", "max_stars_repo_path": "Source/Views/Shared/_AdminSideBarMenu.cshtml", "provenance": "train-00000-of-00045.jsonl.gz:7583" }
starcoder
<reponame>ahmedshuhel/Feedback @model ComplaintBox.Web.Models.AdminViewModel <ul id="menu" class="collapse"> <li class="nav-header">Menu</li> <li class="nav-divider"></li> <li> <a href="@Url.Action("Index", "Admin")"> <i class="fa fa-users"></i>&nbsp; Dashboard</a> ...
1.864387
91733062dc6c233c827d1191326e1332
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7583
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "DankRank/Patchwork", "max_stars_repo_path": "Patchwork.Engine/Utility/Asserts.cs", "provenance": "train-00000-of-00045.jsonl.gz:7584" }
starcoder
using System; using System.Diagnostics; namespace Patchwork.Utility { internal static class Asserts { [DebuggerStepThrough] public static void BreakOn(this bool condition) { if (condition) { Debugger.Break(); } } [DebuggerStepThrough] public static void AssertTrue(this bool condition) { if (!c...
2.965264
6be611aca2cee8876aa70a4a3f7646b7
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7584
{ "extension": "c-sharp", "max_stars_count": "9.0", "max_stars_repo_name": "DevVidya/open-world-rpg", "max_stars_repo_path": "Assets/3rd Party/Unity_Weld/Runtime/Binding/IViewModelProvider.cs", "provenance": "train-00000-of-00045.jsonl.gz:7585" }
starcoder
<filename>Assets/3rd Party/Unity_Weld/Runtime/Binding/IViewModelProvider.cs namespace UnityWeld.Binding { /// <summary> /// Interface for wiring view-models into the hierarchy. /// </summary> public interface IViewModelProvider { /// <summary> /// Get the view-model provided by this...
2.365934
ca783d959320b75e52a8a18b5d9799ea
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7585
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Reinms/RoR2Modding", "max_stars_repo_path": "ReinCore/Instances/Deployables/DeployableSlotDef.cs", "provenance": "train-00000-of-00045.jsonl.gz:7586" }
starcoder
<filename>ReinCore/Instances/Deployables/DeployableSlotDef.cs namespace ReinCore { using System; using RoR2; /// <summary> /// /// </summary> /// <returns></returns> public delegate Int32 DeployableSlotLimitDelegate( CharacterMaster master ); /// <summary> /// /// </summary...
2.386691
aedfb6976def3ec11bf27857ca760187
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7586
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "darknessomi/LMS", "max_stars_repo_path": "src/WindowsFormsApplication6/AddBook.cs", "provenance": "train-00000-of-00045.jsonl.gz:7587" }
starcoder
<gh_stars>0 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 MySql.Data.MySqlClient; namespace WindowsFormsApplication6 { public partial class Add...
2.11873
6634ec1f92606496379f435f93772b85
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7587
{ "extension": "c-sharp", "max_stars_count": "24.0", "max_stars_repo_name": "dkwingsmt/HeroesDataParser", "max_stars_repo_path": "HeroesData/ExtractorData/IData.cs", "provenance": "train-00000-of-00045.jsonl.gz:7588" }
starcoder
namespace HeroesData.ExtractorData { public interface IData { } }
1.055824
959820b063cf48535891b88d339e0fc0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7588
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "kilnan/Nano.Library", "max_stars_repo_path": "Nano.Eventing/EventingOptions.cs", "provenance": "train-00000-of-00045.jsonl.gz:7589" }
starcoder
namespace Nano.Eventing { /// <summary> /// Eventing Options. /// </summary> public class EventingOptions { /// <summary> /// Section Name. /// </summary> public static string SectionName => "Eventing"; /// <summary> /// Host. /// </summary> ...
2.434499
a6de8e564fb4e1b551b7e430b336f7a6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7589
{ "extension": "c-sharp", "max_stars_count": "43.0", "max_stars_repo_name": "mrahmaniasl/RefineryToolkits", "max_stars_repo_path": "tests/Autodesk.RefineryToolkits.SpacePlanningTests/Generate/AmenitySpaceTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:7590" }
starcoder
using NUnit.Framework; using Autodesk.RefineryToolkits.SpacePlanning.Generate; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using TestServices; using Autodesk.DesignScript.Geometry; namespace Autodesk.RefineryToolkits.SpacePlanning.Generate.Tests ...
2.594625
292e7901e8cf2472a2d515af1bd0a00b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7590
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "luciofassio/Laser.Orchard.Platform", "max_stars_repo_path": "src/Modules/Laser.Orchard.Cookies/ResourceManifest.cs", "provenance": "train-00000-of-00045.jsonl.gz:7591" }
starcoder
<reponame>luciofassio/Laser.Orchard.Platform<gh_stars>1-10 using Orchard.UI.Resources; namespace Laser.Orchard.Cookies { public class ResourceManifest : IResourceManifestProvider { public void BuildManifests(ResourceManifestBuilder builder) { var manifest = builder.Add(); ...
1.818461
433a3825adf88572ec61c334a8d73335
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7591
{ "extension": "c-sharp", "max_stars_count": "14.0", "max_stars_repo_name": "privjacinta/AccountRight_Live_API_.Net_SDK", "max_stars_repo_path": "MYOB.API.SDK/SDK.Test/Services/ServiceBaseTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:7592" }
starcoder
<reponame>privjacinta/AccountRight_Live_API_.Net_SDK using System; using System.Net; using System.Threading.Tasks; using MYOB.AccountRight.SDK; using MYOB.AccountRight.SDK.Communication; using MYOB.AccountRight.SDK.Contracts; using MYOB.AccountRight.SDK.Services; using NUnit.Framework; using SDK.Test.Helper; using MYO...
2.067564
fa156da10d890af65d3e260f5516a5ea
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7592
{ "extension": "c-sharp", "max_stars_count": "1454.0", "max_stars_repo_name": "mgravell/azure-functions-host", "max_stars_repo_path": "src/WebJobs.Script.WebHost/Helpers/TableStorageHelpers.cs", "provenance": "train-00000-of-00045.jsonl.gz:7593" }
starcoder
<reponame>mgravell/azure-functions-host // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Threading.Tasks; using Micros...
2.271661
88003ae0d713753045d39026922c21dc
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7593
{ "extension": "c-sharp", "max_stars_count": "17.0", "max_stars_repo_name": "npocmaka/Windows-Server-2003", "max_stars_repo_path": "com/netfx/src/framework/net/system/net/_isessionauthenticationmodule.cs", "provenance": "train-00000-of-00045.jsonl.gz:7594" }
starcoder
//------------------------------------------------------------------------------ // <copyright file="_ICompleteAuthenticationModule.cs" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> //---------------------------------------------------------------------------...
1.464422
47e11d8fc7cdb876ca331756fa04ad97
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7594
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "zhengjinwei123/u3dStudy", "max_stars_repo_path": "TcpServ/GameClient/Assets/Scripts/UIPanel/BasePanel.cs", "provenance": "train-00000-of-00045.jsonl.gz:7595" }
starcoder
using UnityEngine; using System.Collections; public class BasePanel : MonoBehaviour { protected UIManager uiMgr; protected GameFacade facade; public UIManager UIMgr { set { uiMgr = value; } } public GameFacade Facade { set { facade = value; } get { return facade; } } /// <summary> /// 界面被显...
2.061151
0553898393fc1d055bc083c88a6e75d1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7595
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "stuboy9/src", "max_stars_repo_path": "SampleClient/IPUtil.cs", "provenance": "train-00000-of-00045.jsonl.gz:7596" }
starcoder
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Management; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Threading; namespace AreaParty.util { class IPUtil { //public static string GetInternalIP() ...
2.300074
24115068bb92d1dea69398723c9c1a78
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7596
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ignatandrei/WorkflowCOVID", "max_stars_repo_path": "src/CovidWorkflow/CovidWorkflow/Controllers/LocationsController.cs", "provenance": "train-00000-of-00045.jsonl.gz:7597" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; using CovidDB.ModelsSqlServer; namespace CovidWorkflow.Controllers { [Route("api/[controller]")] [ApiController...
2.58928
9bea871fa399c2fed6d91046ffffd58d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7597
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "booooooogdan/xamarin-wtversus-1", "max_stars_repo_path": "WarThunderComparer/comparerData/Adapters/NationAdapter.cs", "provenance": "train-00000-of-00045.jsonl.gz:7598" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Java.Lang; using WarThunderComparer.comparerData.Adapters; using WarThunderComparer.comparerData.Col...
2.126636
89ff5d41ea58838ed5814c73f539cfa2
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7598
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "bluebackblue/JsonItem", "max_stars_repo_path": "BlueBackJsonItem/Assets/UPM/Runtime/BlueBack/JsonItem/ReflectionTool/ReflectionTool.cs", "provenance": "train-00000-of-00045.jsonl.gz:7599" }
starcoder
/** * Copyright (c) blueback * Released under the MIT License * @brief リフレクションツール。 */ /** BlueBack.JsonItem.ReflectionTool */ namespace BlueBack.JsonItem.ReflectionTool { /** ReflectionTool */ public static class ReflectionTool { /** メンバーリスト。取得。 継承元は含まない */ public static System.Reflection.MemberIn...
2.861809
8e7d7fd5b06e79c3215a94139d3d147c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7599
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "oscarchacon/BackendWebApiCRUDColumnsOrder", "max_stars_repo_path": "Repository/Utils/RepositoryExtension.cs", "provenance": "train-00000-of-00045.jsonl.gz:7600" }
starcoder
using Entities.Utils.Paged; using Microsoft.EntityFrameworkCore; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Repository.Utils { // Using from: https://www.codingame.com/playgrounds/5363/paging-with-entity-framework-core // And h...
3.00279
0391958d568bfe3354fe5d1bfeaf90f3
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7600
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "zsutxz/QFramework", "max_stars_repo_path": "Assets/QFramework/2.ResKit/1.ResSystem/Res/AssetRes.cs", "provenance": "train-00000-of-00045.jsonl.gz:7601" }
starcoder
/**************************************************************************** * Copyright (c) 2017 snowcold * Copyright (c) 2017 liangxie * * http://qframework.io * https://github.com/liangxiegame/QFramework * https://github.com/liangxiegame/QSingleton * https://github.com/liangxiegame/QChain * * Permission ...
1.592831
7dd71acb1a9cabed17c8cd708985c907
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7601
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Trentbug1/UNIGA", "max_stars_repo_path": "Assets/MORPH3D/Scripts/Editor/MorphDebugInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:7602" }
starcoder
<reponame>Trentbug1/UNIGA using System; using System.IO; using UnityEditor; using UnityEngine; using MORPH3D; using System.Collections; using System.Text; using System.Diagnostics; namespace AssemblyCSharpEditor { public class MorphDebugInfo : Editor { private static StreamWriter sr; private const string MORPH...
2.305439
cc008b22479bde7819f2b9a87efe737c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7602
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "saxx/EverMark", "max_stars_repo_path": "EverMark/Evernote.cs", "provenance": "train-00000-of-00045.jsonl.gz:7603" }
starcoder
<reponame>saxx/EverMark<gh_stars>1-10 using Evernote.EDAM.NoteStore; using Evernote.EDAM.UserStore; using System; using Thrift.Protocol; using Thrift.Transport; namespace EverMark { public static class Evernote { private static string _noteStoreUrl; public static UserStore.Client GetUserStore...
1.883131
aa9e022003c97512432062cea4ab67a1
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7603
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "falamarzijahromi/WcfDynamicServiceHost", "max_stars_repo_path": "src/DynamicServiceHost.Host/WcfRequirements/HostInstanceProvider.cs", "provenance": "train-00000-of-00045.jsonl.gz:7604" }
starcoder
<filename>src/DynamicServiceHost.Host/WcfRequirements/HostInstanceProvider.cs using DynamicServiceHost.Host.Abstracts; using System.Collections.Concurrent; using System.ServiceModel; using System.ServiceModel.Channels; using System.ServiceModel.Dispatcher; namespace DynamicServiceHost.Host.WcfRequirements { inter...
2.348313
5828c36756829d2d2a4764c2b3f79e2b
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7604
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "nuitsjp/Studio", "max_stars_repo_path": "T4TemplateBenchmark/T4TemplateBenchmark/SourceGeneratorBenchmarks.cs", "provenance": "train-00000-of-00045.jsonl.gz:7605" }
starcoder
using System.Collections.Generic; using System.Runtime.InteropServices.ComTypes; using System.Text; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Jobs; using Microsoft.Diagnostics.Tracing.Parsers; namespace T4TemplateBenchmark { [SimpleJob(RuntimeMoniker.NetCoreApp31)] //[SimpleJob(RuntimeMoniker.Ne...
2.133476
8661628c34d3c475de64cee913de2dea
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7605
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "gabriel2mm/IdeiaNoAr", "max_stars_repo_path": "Services/Context/DatabaseContext.cs", "provenance": "train-00000-of-00045.jsonl.gz:7606" }
starcoder
using Services.Models; using System.Data.Entity; namespace Services.Context { public class DatabaseContext : DbContext { public DatabaseContext() : base("ConnDB") { } protected override void OnModelCreating(DbModelBuilder modelBuilder) { } public DbSet<UserEntity> Use...
2.207929
3bb28295cf35df7bc156d93c2786df78
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7606
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "UniverseRealms/LOE-V6-SERVER", "max_stars_repo_path": "gameserver/networking/messages/incoming/MOVE.cs", "provenance": "train-00000-of-00045.jsonl.gz:7607" }
starcoder
<gh_stars>1-10 #region using LoESoft.Core; #endregion namespace LoESoft.GameServer.networking.incoming { public class MOVE : IncomingMessage { public int TickId { get; set; } public int Time { get; set; } public Position Position { get; set; } public TimedPosition[] Records {...
2.511477
80b8f9d38298403585a0d2868c875757
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7607
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "octatonicscale/PowerSDR-Thetis-G7KLJ", "max_stars_repo_path": "Project Files/Source/Console/common.cs", "provenance": "train-00000-of-00045.jsonl.gz:7608" }
starcoder
<reponame>octatonicscale/PowerSDR-Thetis-G7KLJ //================================================================= // common.cs //================================================================= // PowerSDR is a C# implementation of a Software Defined Radio. // Copyright (C) 2004-2012 FlexRadio Systems // // Th...
1.706204
0b09344455f86b283c02740f4f4c4e73
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7608
{ "extension": "c-sharp", "max_stars_count": "3.0", "max_stars_repo_name": "McFlyboy/TouhouLauncher", "max_stars_repo_path": "TouhouLauncher/Models/Application/INp21ntConfigRepository.cs", "provenance": "train-00000-of-00045.jsonl.gz:7609" }
starcoder
using System.Threading.Tasks; using TouhouLauncher.Models.Common; namespace TouhouLauncher.Models.Application { public interface INp21ntConfigRepository { public Task<Np21ntConfigSaveError?> SaveAsync(Np21ntConfig? config); public Task<Either<Np21ntConfigLoadError, Np21ntConfig>> LoadAsync(); } public record...
2.101794
5a381e56fac19eb2215be31d878c1e85
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7609
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "lefevbre-organization/eShopOnContainers", "max_stars_repo_path": "src/Services/UserUtils/UserUtils.API/Extensions/MultiPartFormDataOperationFilter.cs", "provenance": "train-00000-of-00045.jsonl.gz:7610" }
starcoder
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Controllers; using Microsoft.OpenApi.Models; using Swashbuckle.AspNetCore.Swagger; using Swashbuckle.AspNetCore.SwaggerGen; using System.Collections.Generic; using System.Linq; namespace Lefebvre.eLefebvreOnContainers.Services.UserUtils.API.Extensions { ...
2.159915
63d1c92da7825928a27fb374ebbb969a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7610
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "marusamirox/TrenchWars", "max_stars_repo_path": "Assets/Scripts/Props/ArtilleryUnitProp.cs", "provenance": "train-00000-of-00045.jsonl.gz:7611" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ArtilleryUnitProp : MonoBehaviour { private Animator animator; private void Awake() { animator = GetComponent<Animator>(); } public void Shot() { animator.SetTrigger("Shot"); SoundMana...
1.820144
a2850fd64df084ed67e615667added41
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7611
{ "extension": "c-sharp", "max_stars_count": "440.0", "max_stars_repo_name": "AArnott/Nerdbank.GitVersioning", "max_stars_repo_path": "test/Nerdbank.GitVersioning.Tests/FilterPathTests.cs", "provenance": "train-00000-of-00045.jsonl.gz:7612" }
starcoder
<reponame>AArnott/Nerdbank.GitVersioning // Copyright (c) .NET Foundation and Contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.Runtime.InteropServices; using Nerdbank.GitVersioning; using Xunit; public ...
2.210995
665d68de10c40ceb99d0dd6663f43f59
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7612
{ "extension": "c-sharp", "max_stars_count": "11.0", "max_stars_repo_name": "pulumi/pulumi-gitlab", "max_stars_repo_path": "sdk/dotnet/Config/Config.cs", "provenance": "train-00000-of-00045.jsonl.gz:7613" }
starcoder
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System.Collections.Immutable; namespace Pulumi.GitLab { public static class Config { private static readonly Pulumi.Config __...
1.62019
e0bfd4a656542ca65747c0b0f740cca9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7613
{ "extension": "c-sharp", "max_stars_count": "77.0", "max_stars_repo_name": "DreamersIncStudios/ECS-IAUS-sytstem", "max_stars_repo_path": "Assets/Scripts/Systems/InfluenceSystem/Influence System/FilterGroups.cs", "provenance": "train-00000-of-00045.jsonl.gz:7614" }
starcoder
using System.Collections; using System.Collections.Generic; using UnityEngine; namespace DreamersInc.InflunceMapSystem { public sealed class FilterGroups { public Dictionary<Faction, List<Faction>> Allies = new Dictionary<Faction, List<Faction>>(); public Dictionary<Faction, List<Faction>> En...
2.320214
d8abe11ddf748e95be0054459678fbf4
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7614
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "CompassMotionAB/Findus-WebApp", "max_stars_repo_path": "FindusWebApp/Helpers/WcOrderItemExtensions.cs", "provenance": "train-00000-of-00045.jsonl.gz:7615" }
starcoder
<filename>FindusWebApp/Helpers/WcOrderItemExtensions.cs using WcOrder = WooCommerceNET.WooCommerce.v2.Order; using System; using System.Globalization; using System.Threading.Tasks; using System.Collections.Generic; using Microsoft.Extensions.Caching.Memory; using WooCommerceNET; using WooCommerceNET.WooCommerce.v2; us...
2.522029
82d91d31204605273131886467890738
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7615
{ "extension": "c-sharp", "max_stars_count": "7.0", "max_stars_repo_name": "sphiecoh/MusicStore", "max_stars_repo_path": "src/NancyMusicStore/NServicebusStartupTask.cs", "provenance": "train-00000-of-00045.jsonl.gz:7616" }
starcoder
using System; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.DependencyInjection; using NancyMusicStore.Messaging; using NServiceBus; namespace NancyMusicStore { public static class NServicebusBuilder { public static void AddServiceBus(this IServiceCo...
1.893672
42f800c5cf3331931c13e9d3692083e8
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7616
{ "extension": "c-sharp", "max_stars_count": "53.0", "max_stars_repo_name": "azrinsani/GroBuf", "max_stars_repo_path": "GroBuf/GroBufCustomSerializationAttribute.cs", "provenance": "train-00000-of-00045.jsonl.gz:7617" }
starcoder
using System; namespace GroBuf { [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)] public class GroBufCustomSerializationAttribute : Attribute { public GroBufCustomSerializationAttribute() { } public GroBufCustomSerializationAttribute(Type customSerializ...
2.523388
99676f8446070a7c8d359f5953d28e41
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7617
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Lunat1q/SimpleMathEngine", "max_stars_repo_path": "MathEngine/Expressions/NumberMultiplyExpression.cs", "provenance": "train-00000-of-00045.jsonl.gz:7618" }
starcoder
<reponame>Lunat1q/SimpleMathEngine<gh_stars>0 namespace MathEngine.Expressions { internal sealed class NumberMultiplyExpression : BinaryPredicateExpression { public NumberMultiplyExpression(Expression leftExpression, Expression rightExpression) : base(leftExpression, rightExpression) { ...
2.813534
2396d33b5c9268397faf875bee0eb1c9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7618
{ "extension": "c-sharp", "max_stars_count": "125.0", "max_stars_repo_name": "fjod/Reinforced.Tecture", "max_stars_repo_path": "Aspects/Reinforced.Tecture.Aspects.DirectSql/Reveal/2_Visit/Expressions/SqlEmptyExpression.cs", "provenance": "train-00000-of-00045.jsonl.gz:7619" }
starcoder
// ReSharper disable CheckNamespace namespace Reinforced.Tecture.Aspects.DirectSql.Reveal.Visit.Expressions { /// <summary> /// Empty SQL Expression (needed sometimes) /// </summary> public class SqlEmptyExpression : SqlQueryExpression { internal SqlEmptyExpression() { } } }
1.628247
16d0797b2f519d841c1a2790fa4d9059
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7619
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "tanvir14012/Employee-Manager", "max_stars_repo_path": "EmployeeManager/Models/DTO/EmployeeUpdateViewModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:7620" }
starcoder
using EmployeeManager.Models.Entity; using Microsoft.AspNetCore.Http; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace EmployeeManager.Models.DTO { public class EmployeeUpdateViewModel: Employee { pu...
1.651786
b0f65b94654a0e91d64087f7abe91fc5
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7620
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "Killface1980/ShowMeYourHands", "max_stars_repo_path": "Source/ShowMeYourHands/FSWalking/HairCut/Notify_StyleItemChanged_Postfix.cs", "provenance": "train-00000-of-00045.jsonl.gz:7621" }
starcoder
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using HarmonyLib; using RimWorld; using Verse; namespace ShowMeYourHands.FSWalking.HairCut { [HarmonyPatch(typeof(Pawn_StyleTracker), nameof(Pawn_StyleTracker.Notify_StyleItemChanged))] internal...
1.610293
7f028f6bc80176a3284efab8e1ff3ac9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7621
{ "extension": "c-sharp", "max_stars_count": "2.0", "max_stars_repo_name": "Codestellation/Ether", "max_stars_repo_path": "Ether/Templating/IMailTemplateEngine.cs", "provenance": "train-00000-of-00045.jsonl.gz:7622" }
starcoder
using Codestellation.Ether.Core; namespace Codestellation.Ether.Templating { public interface IMailTemplateEngine { MailView Render(object mailModel); } }
1.413466
6b860cd9f4cac58c4457e01a277ec958
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7622
{ "extension": "c-sharp", "max_stars_count": "85.0", "max_stars_repo_name": "LittleCodingFox/StaticWiki", "max_stars_repo_path": "StaticWikiHelper-macOS/ViewController.designer.cs", "provenance": "train-00000-of-00045.jsonl.gz:7623" }
starcoder
<gh_stars>10-100 // WARNING // // This file has been generated automatically by Visual Studio to store outlets and // actions made in the UI designer. If it is removed, they will be lost. // Manual changes to this file may not be handled correctly. // using Foundation; using System.CodeDom.Compiler; namespace StaticWi...
1.514965
3dbf53ab9d2283939650ea1ef89646f0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7623
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "FernandoAjset/Control-Escuela", "max_stars_repo_path": "App/Reporteador.cs", "provenance": "train-00000-of-00045.jsonl.gz:7624" }
starcoder
<reponame>FernandoAjset/Control-Escuela<filename>App/Reporteador.cs using CoreEscuela.Entidades; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CoreEscuela.App { public class Reporteador { Dictionary<LlaveDiccionario, IEnum...
2.479753
1836255da69de3ea88a23f02a4c7800d
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7624
{ "extension": "c-sharp", "max_stars_count": "76.0", "max_stars_repo_name": "sora-jp/leak", "max_stars_repo_path": "sources/Leak.Networking/NetworkIncomingBufferView.cs", "provenance": "train-00000-of-00045.jsonl.gz:7625" }
starcoder
using System; using Leak.Networking.Core; namespace Leak.Networking { public class NetworkIncomingBufferView { private readonly byte[] data; private readonly int length; private readonly int offset; public NetworkIncomingBufferView(byte[] data, int length, int offset) ...
2.950895
4284314a99bfe87e5c1c40adafbd8f79
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7625
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "BalajiAnand/congurentDPApi", "max_stars_repo_path": "Models/SocialRequestModel.cs", "provenance": "train-00000-of-00045.jsonl.gz:7626" }
starcoder
<gh_stars>0 using System; namespace drportal.Models { public class SocialRequestModel { public string Token { get; set; } public string Type { get; set; } } }
1.236139
16c984b51f827d75e9a1451a834a79c6
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7626
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "delegateas/WorkflowEngine", "max_stars_repo_path": "src/WorkflowEngine.Core/ActionResult.cs", "provenance": "train-00000-of-00045.jsonl.gz:7627" }
starcoder
<reponame>delegateas/WorkflowEngine<filename>src/WorkflowEngine.Core/ActionResult.cs namespace WorkflowEngine.Core { public class ActionResult : IActionResult { public string Key { get; set; } public string Status { get; set; } public object Result { get; set; } public string ...
1.729227
826854c3efdf16e373bcd516d765e021
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7627
{ "extension": "c-sharp", "max_stars_count": "6.0", "max_stars_repo_name": "uxav/lib2", "max_stars_repo_path": "UI/IDigitalFeedback.cs", "provenance": "train-00000-of-00045.jsonl.gz:7628" }
starcoder
using Crestron.SimplSharpPro; namespace UX.Lib2.UI { public interface IDigitalFeedback : IUIObject { #region Events #endregion #region Properties /// <summary> /// Set or get the current digital feedback state /// </summary> bool Feedback...
2.132452
b2b96534fd338b6ec5c3a8316e0a51f9
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7628
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "SkillsFundingAgency/DC-2021-PeriodEnd-ReportService", "max_stars_repo_path": "src/ESFA.DC.PeriodEnd.ReportService.Model/PeriodEnd/AppsMonthlyPayment/AppsMonthlyPaymentFcsInfo.cs", "provenance": "train-00000-of-00045.jsonl.gz:7629" }
starcoder
using System.Collections.Generic; namespace ESFA.DC.PeriodEnd.ReportService.Model.PeriodEnd.AppsMonthlyPayment { public class AppsMonthlyPaymentFcsInfo { public int UkPrn { get; set; } public List<AppsMonthlyPaymentContractInfo> Contracts { get; set; } } }
1.26283
f198e8f5a46f185398502b2628669c6f
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7629
{ "extension": "c-sharp", "max_stars_count": "612.0", "max_stars_repo_name": "CommunityToolkit/dotnet", "max_stars_repo_path": "tests/CommunityToolkit.Mvvm.UnitTests/Test_RelayCommandAttribute.cs", "provenance": "train-00000-of-00045.jsonl.gz:7630" }
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.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; ...
2.13312
6d2382d74d7012189fc52deee8df7e8a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7630
{ "extension": "c-sharp", "max_stars_count": "778.0", "max_stars_repo_name": "jeroen-mostert/CodeContracts", "max_stars_repo_path": "Microsoft.Research/Contracts/System.Data/System.Data.DataRelationCollection.cs", "provenance": "train-00000-of-00045.jsonl.gz:7631" }
starcoder
<gh_stars>100-1000 // CodeContracts // // Copyright (c) Microsoft Corporation // // All rights reserved. // // MIT License // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restric...
2.36161
ce0e94fb952bbc88c22ffd167aab17e0
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7631
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "josewweee/epsylon", "max_stars_repo_path": "Assets/Scripts/GeneroAudio.cs", "provenance": "train-00000-of-00045.jsonl.gz:7632" }
starcoder
<filename>Assets/Scripts/GeneroAudio.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class GeneroAudio : MonoBehaviour { public AudioClip audioHombre; public AudioClip audioMujer; string genero = GeneroPersonaje.genero; public new AudioSource audio; vo...
2.471018
c3d57ff7db2c1f9a47ec492dd4b63f22
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7632
{ "extension": "c-sharp", "max_stars_count": "1.0", "max_stars_repo_name": "rajdangwal/kafka-docker-playground", "max_stars_repo_path": "other/monitoring-demo/client-dotnet/Program.cs", "provenance": "train-00000-of-00045.jsonl.gz:7633" }
starcoder
<gh_stars>1-10 // Copyright 2019 Confluent Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by applicable law or agree...
2.152807
c4152ddd7098787acb6b241db836f93a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7633
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "mayapeneva/Web-Development-Basics", "max_stars_repo_path": "EXAMS/MyExam_18.12.2018/MyExam.Services/OrdersService.cs", "provenance": "train-00000-of-00045.jsonl.gz:7634" }
starcoder
<reponame>mayapeneva/Web-Development-Basics<filename>EXAMS/MyExam_18.12.2018/MyExam.Services/OrdersService.cs namespace MyExam.Services { using System.Collections.Generic; using System.Linq; using Base; using Common.DTOs; using Common.ViewModels; using Contracts; using Data; using DataM...
2.421979
96a2fa0f4885dd83b61accc924b1d611
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7634
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "ProgTrade/TUnicodeEmoticons", "max_stars_repo_path": "TUnicodeEmoticons/TrulyObservableCollection.cs", "provenance": "train-00000-of-00045.jsonl.gz:7635" }
starcoder
using System.Collections.Generic; using System.Collections.ObjectModel; using System.Collections.Specialized; using System.ComponentModel; namespace TUnicodeEmoticons { public sealed class TrulyObservableCollection<T> : ObservableCollection<T> where T : INotifyPropertyChanged { public TrulyObservableC...
2.913222
6009d898ce33d458e35dc37fbef89a3c
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7635
{ "extension": "c-sharp", "max_stars_count": "0.0", "max_stars_repo_name": "rl6067/Dot-Net-Core-Template", "max_stars_repo_path": "Src/Web/Features/Home/Index.cs", "provenance": "train-00000-of-00045.jsonl.gz:7636" }
starcoder
<filename>Src/Web/Features/Home/Index.cs using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; using AutoMapper; using MediatR; using Newtonsoft.Json; using Web.Infrastructure.Data; namespace Web.Features.Home { public class Index { pu...
2.56925
6c6c5e83748eabab83c7c3f643d9298a
2023-09-08T23:13:54.392Z
2023-09-08T23:13:54.392Z
7636
{ "extension": "c-sharp", "max_stars_count": "305.0", "max_stars_repo_name": "ian-hamlin/CrossChat-Xamarin.Forms", "max_stars_repo_path": "Client/Crosschat.Client/Views/HomePage.cs", "provenance": "train-00000-of-00045.jsonl.gz:7637" }
starcoder
<reponame>ian-hamlin/CrossChat-Xamarin.Forms using Crosschat.Client.Seedwork; using Crosschat.Client.Seedwork.Controls; using Xamarin.Forms; namespace Crosschat.Client.Views { public class HomePage : MvvmableTabbedPage { public HomePage(ViewModelBase viewModel) : base(viewModel) { ...
1.410394
8fb950fdbe2210001b56d5b629130ec9