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 | 8848540 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Singleballtheory/Bakery",
"max_stars_repo_path": "Bakery.Tests/ModelTests/OffersTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167760"
} | starcoder | <gh_stars>0
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Offers.Models;
namespace Bakery.Tests
{
[TestClass]
public class OffersTests
{
[TestMethod]
public void BreadOrder_OrderOneBread_Bread()
{
Bread freshBread = new Bread(1);
Assert.AreEqual(typeof(Bread), freshBread.GetTy... | 2.475478 | 3728274ce9b0b295e48d50a31de79e6a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848541 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "Delirios/TaxiService",
"max_stars_repo_path": "TaxiService.News/Repositories/INewsRepository.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167761"
} | starcoder | <reponame>Delirios/TaxiService<filename>TaxiService.News/Repositories/INewsRepository.cs
using System.Collections;
using System.Collections.Generic;
using System.Threading.Tasks;
using TaxiService.News.Models;
namespace TaxiService.News.Repositories
{
public interface INewsRepository
{
Task<IEnumerabl... | 1.46499 | ecaa5d4ce34b0be3f6a4cf48c5c893a8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848542 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "JeroMiya/xamarin.flutter",
"max_stars_repo_path": "FlutterSDK/src/Foundation/Binding.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167762"
} | starcoder | using System;
using FlutterSDK;
using FlutterSDK.Widgets.Framework;
using System.Net.Http;
using FlutterBinding.UI;
using System.Collections.Generic;
using System.Linq;
using System.Diagnostics;
using SkiaSharp;
using FlutterBinding.Engine.Painting;
using static FlutterSDK.Global;
using FlutterBinding.Mapping;
using Fl... | 1.065976 | ebb57c0c81b8fbb14507d99348ab0d46 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848543 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "smolyakoff/food-by-me",
"max_stars_repo_path": "tests/FoodByMe.Tests/DatabaseAwareTest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167763"
} | starcoder | <filename>tests/FoodByMe.Tests/DatabaseAwareTest.cs
using System.IO;
using System.Threading.Tasks;
using FoodByMe.Core.Services.Data;
using FoodByMe.Core.Services.Data.Serialization;
using FoodByMe.Core.Services.Updates;
using FoodByMe.Tests.Utilities;
using MvvmCross.Plugins.Sqlite;
using MvvmCross.Plugins.Sqlite.Wpf... | 2.131769 | c207437d47e7cf1faa86008d09fa6fd3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848544 | {
"extension": "c-sharp",
"max_stars_count": "79.0",
"max_stars_repo_name": "nblumhardt/Serilog.Filters.Expressions",
"max_stars_repo_path": "src/Serilog.Filters.Expressions/Filters/Expressions/Compilation/Text/MatchingRewriter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167764"
} | starcoder | using Serilog.Filters.Expressions.Ast;
using Superpower;
using System.Linq;
namespace Serilog.Filters.Expressions.Compilation.Text
{
abstract class MatchingRewriter
{
public virtual FilterExpression Rewrite(FilterCallExpression lx,
TextMatchingTransformer rewriteArm)
{
... | 2.53252 | a734053d30f671170dbd81750e7f497a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848545 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "josesimoes/nanoFramework.TestFramework",
"max_stars_repo_path": "source/TestFramework/OutputHelper.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167765"
} | starcoder | //
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//
namespace nanoFramework.TestFramework
{
/// <summary>
/// Helper class to allow output messages from Unit Tests.
/// </summary>
public static class OutputHelper
{
/... | 2.535609 | 3827b5f031a13aa1f4cc73c47b2dec4c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848546 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "UniGameTeam/UniGame.ECS",
"max_stars_repo_path": "~Examples/SimplaeDemo/Systems/MotionDirectionSystem.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167766"
} | starcoder | <reponame>UniGameTeam/UniGame.ECS
using System;
using Leopotam.Ecs;
namespace UniModules.UniGame.ECS.SimplaeDemo.Systems
{
using Components;
using UnityEngine;
[Serializable]
public class MotionDirectionSystem : IEcsRunSystem
{
[SerializeField] public float changeDirectionDelay = 2f;
... | 2.313054 | 9b31a64590b1cdbc8c807207ea052d7b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848547 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "cpicoto/SatnogsTracker",
"max_stars_repo_path": "SDRSharp.SatnogsTracker/SatellitesAndTransmitters.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167767"
} | starcoder | /*
Copyright(c) <NAME> (AD7NP), Inc. All rights reserved.
The MIT License(MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files(the "Software"), to deal
in the Software without restriction, including without limi... | 1.876443 | e14f22dc1bea77447903dc0936339565 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848548 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "LykkeCity/MT.MarketMaker",
"max_stars_repo_path": "src/MarginTrading.MarketMaker/AzureRepositories/IAzureBlobStorageFactoryService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167768"
} | starcoder | using AzureStorage;
using Lykke.SettingsReader;
namespace MarginTrading.MarketMaker.AzureRepositories
{
public interface IAzureBlobStorageFactoryService
{
IAzureBlobJsonStorage Create(IReloadingManager<string> connectionStringManager);
}
} | 1.28378 | 965178e1fe382672ed41cb9c94262807 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848549 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "mousavil/Cactus.Blade.Core",
"max_stars_repo_path": "Core.Test/System.String/String.ToByteArray.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167769"
} | starcoder | <gh_stars>1-10
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Core.Test.System.String
{
[TestClass]
public class SystemStringToByteArray
{
[TestMethod]
public void ToByteArray()
{
const string @this = "Fizz";
var value = @this.ToByteArray();
... | 2.337345 | 64aae7923f96bbeea05815a56c17f5ed |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848550 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "pheepi/WmsViewer",
"max_stars_repo_path": "ViewChange.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167770"
} | starcoder | <reponame>pheepi/WmsViewer<filename>ViewChange.cs<gh_stars>0
/**
Copyright (c) 2012 - 2019, <NAME>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the abov... | 2.332344 | 4984120378463c4b2ea08f1f9409b174 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848551 | {
"extension": "c-sharp",
"max_stars_count": "59.0",
"max_stars_repo_name": "MicroWorldwide/BGC_Tools",
"max_stars_repo_path": "Editor/Bar/BGCBar.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167771"
} | starcoder | using System;
using UnityEditor;
public static class BGCBar
{
[MenuItem("BGC/Update Build Number")]
static void UpdateBuildNumber()
{
PlayerSettings.iOS.buildNumber = DateTime.Today.ToString("yy.MM.dd");
}
}
| 1.518742 | 39a05a8aaf610a9d34c80960073a200e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848552 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ckarcz/Strata.ConvertedToCSharp",
"max_stars_repo_path": "modules/product/src/main/java/com/opengamma/strata/product/swap/type/StandardFixedIborSwapConventions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167772"
} | starcoder | <reponame>ckarcz/Strata.ConvertedToCSharp
/*
* Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
namespace com.opengamma.strata.product.swap.type
{
//JAVA TO C# CONVERTER TODO TASK: This Java 'import static' statement cannot be converted... | 1.672044 | ef508c132a67087e4a4299dec879588a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848553 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Kalin1603/School-Repository",
"max_stars_repo_path": "ИНФ-уч-др/Животинско царство/IMakeNoise.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167773"
} | starcoder | <gh_stars>1-10
namespace Животинско_царство
{
using System;
using System.Collections.Generic;
using System.Text;
interface IMakeNoise
{
public string MakeNoise();
}
}
| 1.767585 | decb86da13bc27025f1fcaddd4223af4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848554 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "dodoni/dodoni.net",
"max_stars_repo_path": "BasicComponents/ArrayMemory.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167774"
} | starcoder | /* MIT License
Copyright (c) 2011-2019 <NAME> (http://www.dodoni-project.net)
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitati... | 2.832929 | 3623530707896ed3b600d27cb657e2a8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848555 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "sboulema/Hops",
"max_stars_repo_path": "src/Hops/Controllers/MaltController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167775"
} | starcoder | using Hops.Repositories;
using Microsoft.AspNetCore.Mvc;
using System.Linq;
namespace Hops.Controllers
{
[Route("[controller]")]
public class MaltController : Controller
{
private readonly IMaltRepository maltRepository;
public MaltController(IMaltRepository maltRepository)
{
... | 2.575132 | d42dd2a1c9bbc165ae2376fba656fcb9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848556 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "eahs/GuidanceApp",
"max_stars_repo_path": "Source/GuidanceApp/Views/SummerWork/ForLangSummerPage.xaml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167776"
} | starcoder | using System;
using System.Collections.Generic;
using Xamarin.Forms;
namespace GuidanceApp.Views
{
public partial class ForLangSummerPage : ContentPage
{
public ForLangSummerPage()
{
InitializeComponent();
}
}
} | 1.200781 | 6a900c4b7c8999aaec2e767355c718fd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848557 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tomo0611/BEditor",
"max_stars_repo_path": "src/libraries/BEditor.Packaging/PackageVersion.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167777"
} | starcoder | <gh_stars>0
// PackageVersion.cs
//
// Copyright (C) BEditor
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.
using System;
using System.Text.Json.Serialization;
namespace BEditor.Packaging
{
/// <summary>
/// Indicates the version o... | 2.126935 | df2dcacab1f02bcd8c8c3d67e30b7a27 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848558 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ronituohino/Old-projects",
"max_stars_repo_path": "Bar2D/Assets/Scripts/Main Scene/Player/PlayerControls.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167778"
} | starcoder | <reponame>ronituohino/Old-projects
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Mirror;
public class PlayerControls : Character
{
public string playerName;
[SerializeField] Rigidbody2D rb;
[SerializeField] SpriteRenderer sr;
[SerializeField] Animator animator;
... | 1.999608 | 1726c816e1bc74576e6551cb7d1449d1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848559 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "AprenderIT/Contenedores-101-en-Azure",
"max_stars_repo_path": "C101A.Mvc.Web/C101A.Mvc.Web/Views/_ViewImports.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:167779"
} | starcoder | <reponame>AprenderIT/Contenedores-101-en-Azure<filename>C101A.Mvc.Web/C101A.Mvc.Web/Views/_ViewImports.cshtml
@using C101A.Mvc.Web
@using C101A.Mvc.Web.Models
@using C101A.Mvc.Web.Helpers
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
| 1.14259 | 5b5cc21030c3544b1e766b15b2aa6e67 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848560 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "LyuboslavKrastev/C-Advanced",
"max_stars_repo_path": "01. CSharp-Advanced-Stacks-And-Queues-Lab/02. SimpleCalculator/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167780"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
namespace _02._SimpleCalculator
{
class Program
{
public static void Main(string[] args)
{
var input = Console.ReadLine();
var tokens = input.Split().ToArray();
va... | 3.122755 | 933905f72b0c76e4637d7097b5a671eb |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848561 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "GoofyCMS/Backend",
"max_stars_repo_path": "libs/Goofy.Data/Configuration/GoofyDataConfiguration.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167781"
} | starcoder |
namespace Goofy.Data
{
public class GoofyDataConfiguration
{
public string DataProviderName { get; set; } = "sqlite";
public ConnectionConfiguration DefaultConnection { get; set; } = new ConnectionConfiguration();
}
}
| 1.769592 | ef7fb46fb1aa18d4def1639a285c8752 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848562 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ChristianGreiner/Pyromaniacs",
"max_stars_repo_path": "Pyromaniacs/Source/Code/CorePlugin/Gameplay/ExplosionEffect.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167782"
} | starcoder | using Duality;
using Duality.Components.Renderers;
namespace Pyromaniacs.Gameplay
{
[RequiredComponent(typeof(AnimSpriteRenderer))]
public class ExplosionEffect : Component, ICmpInitializable, ICmpUpdatable
{
private AnimSpriteRenderer animRenderer = null;
public void OnInit(InitContext c... | 2.136982 | 968ed9333d11646466c87f770130f3b1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848563 | {
"extension": "c-sharp",
"max_stars_count": "620.0",
"max_stars_repo_name": "zixing131/EasyHttp",
"max_stars_repo_path": "src/EasyHttp.Specs/Specs/UriComposerSpecs.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167783"
} | starcoder | <filename>src/EasyHttp.Specs/Specs/UriComposerSpecs.cs
using EasyHttp.Infrastructure;
using NUnit.Framework;
namespace EasyHttp.Specs.Specs
{
public class UriComposerSpecs
{
[Test]
public void When_baseuri_is_null_and_query_is_null_it_should_return_the_uri()
{
var uriCompos... | 2.473891 | 435f6e150c0803d7d8ba2e5752e7739e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848564 | {
"extension": "c-sharp",
"max_stars_count": "27.0",
"max_stars_repo_name": "Shazwazza/UmbracoLinqPadDriver",
"max_stars_repo_path": "UmbracoLinqPad/UmbracoDataContextBase.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167784"
} | starcoder | <gh_stars>10-100
using System;
using System.IO;
using System.Reflection;
using UmbracoLinqPad.Proxies;
namespace UmbracoLinqPad
{
public abstract class UmbracoDataContextBase : IDisposable
{
public DirectoryInfo UmbracoFolder { get; private set; }
protected UmbracoDataContextBase(DirectoryInfo... | 2.362744 | 2282f67f841652ced72646135e65316a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848565 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "massierick/Reference-Centre",
"max_stars_repo_path": "MTCO.InspectionMobileApp/MTCO.InspectionMobileApp.Model/SIRSModel/TM010_DEFICIENCY_GROUP.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167785"
} | starcoder | namespace MTCO.InspectionMobileApp.Model.SIRSModel
{
using System;
using System.Collections.Generic;
using System.Data.Entity.ModelConfiguration;
public class TM010_DEFICIENCY_GROUP
{
public TM010_DEFICIENCY_GROUP()
{
this.TM001_DEFICIENCY_CATEGORY = new HashSet<TM001_DEF... | 1.878922 | 3aa9b07f47ac2332509a118938279aee |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848566 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "vassdeniss/software-university-courses",
"max_stars_repo_path": "csharp-oop/19.DesignPatternsExercise/E01.Prototype/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167786"
} | starcoder | <reponame>vassdeniss/software-university-courses
namespace E01.Prototype
{
internal class Program
{
static void Main()
{
SandwichMenu menu = new SandwichMenu();
menu["BLT"] = new Sandwich("Wheat", "Bacon", "Lettuce", "Tomato");
menu["PB&J"] = new Sandwich("W... | 2.774871 | ea660c7c42b8a6fc64ede38dbf50a90e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848567 | {
"extension": "c-sharp",
"max_stars_count": "553.0",
"max_stars_repo_name": "xujuntwt95329/codestream",
"max_stars_repo_path": "vs/src/CodeStream.VisualStudio.Core/Models/Host.Protocol.Vsls.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167787"
} | starcoder | namespace CodeStream.VisualStudio.Core.Models {
public class LiveShareInviteToSessionRequest {
public string UserId { get; set; }
}
public class LiveShareInviteToSessionRequestType : RequestType<LiveShareInviteToSessionRequest> {
public const string MethodName = "host/vsls/invite";
public override string Met... | 1.553895 | a120c11fd1463904ba054fafd5455b7f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848568 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "davidwhitney/RayCastingDemo",
"max_stars_repo_path": "RayCasting.Core/BitmapRenderer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167788"
} | starcoder | <filename>RayCasting.Core/BitmapRenderer.cs
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using SixLabors.ImageSharp.PixelFormats;
namespace RayCasting.Core
{
public class BitmapRenderer
{
public int SampleHeight { get; }
public int SampleWidth { get; ... | 2.862535 | 125a5874cb4541e3c564c0e3ef91bb62 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848569 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "peterdixon/nait",
"max_stars_repo_path": "ProjectEuler/TDD Euler12/TDD Euler12/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167789"
} | starcoder | <reponame>peterdixon/nait
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
//Changing this to Euler1.
//Find the sum of the multiples of 3 and 5 that are less than some given N.
namespace TDD_Euler12
{
public interface iMultiplesGenerator
... | 3.63664 | 4e3add5b28c035297f4002d545c32083 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848570 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "aldovrando-oliveira/severino-templates",
"max_stars_repo_path": "working/templates/severino-template-hangfire/src/Severino.Template.Hangfire/Infra/Jobs/DashboardAuthFilter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167790"
} | starcoder | using System;
using Hangfire.Dashboard;
using Microsoft.AspNetCore.Http;
namespace Severino.Template.Hangfire.Infra.Jobs
{
public class DashboardAuthFilter : IDashboardAuthorizationFilter
{
private readonly string _user;
private readonly string _pass;
public DashboardAuthFilter... | 2.423692 | d31e0731acc19a9fd76c58df4db5e8ac |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848571 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lukaszkolarz/GameC",
"max_stars_repo_path": "Engine/Interactions/WizardDiamonds/AllDiamondsListener.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167791"
} | starcoder | <reponame>lukaszkolarz/GameC
using Game.Engine.Interactions.WizardDiamonds;
namespace Game.Engine.Interactions
{
public class AllDiamondsListener: IObserver
{
private bool redDiamond;
private bool greenDiamond;
private bool blueDiamond;
private WizardEncounter parent;
p... | 1.866063 | 7c480652d91444cb61d2c6bc32250f90 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848572 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "landofisos/Michaelsoft",
"max_stars_repo_path": "michaelos2/michaelos2/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167792"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace michaelos2
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
... | 2.505502 | 75123676fef72329fa65f858799df957 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848573 | {
"extension": "c-sharp",
"max_stars_count": "22.0",
"max_stars_repo_name": "Genbox/SimpleS3-Ext",
"max_stars_repo_path": "src/SimpleS3.Core/Internals/Builders/HeaderAuthorizationBuilder.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167793"
} | starcoder | <reponame>Genbox/SimpleS3-Ext
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using Genbox.SimpleS3.Core.Abstracts;
using Genbox.SimpleS3.Core.Abstracts.Authentication;
using Genbox.SimpleS3.Core.Abstracts.Request;
using Genbox.SimpleS3.Core.Aut... | 1.956462 | d8300e83d2d61236229cdd6c746860e3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848574 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "RichWarrior/Pushenger",
"max_stars_repo_path": "src/Pushenger.Api/IHubDispatchers/ISubscriptionHubDispatcher.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167794"
} | starcoder | using Pushenger.Core.Entities;
using System.Threading.Tasks;
namespace Pushenger.Api.IHubDispatchers
{
public interface ISubscriptionHubDispatcher
{
Task SendNotification(Notification notification);
}
}
| 1.474448 | 4b282af40339368d44aee86d43128877 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848319 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MCGPPeters/AspNetCoreHttpMessageHandler",
"max_stars_repo_path": "src/Aranea.HttpMessageHandler/AspNetCoreHttpMessageHandler.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167539"
} | starcoder | namespace Aranea.HttpMessageHandler
{
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using Eru;
using Microsoft.AspNetCore.Http;
public class AspNetCoreHttpMessageHandler : HttpMes... | 2.240979 | 87d6f2033d29e085e277c562d66a7ba6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848320 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "kabieror/PropertyBot",
"max_stars_repo_path": "src/PropertyBot.Provider.KSK/Entity/MainFact.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167540"
} | starcoder | <gh_stars>1-10
using System.Text.Json.Serialization;
namespace PropertyBot.Provider.KSK.Entity
{
public class MainFact {
[JsonPropertyName("label")]
public string Label { get; set; }
[JsonPropertyName("value")]
public string Value { get; set; }
}
} | 1.712305 | 0916ca3682c857f368575dde07b4280b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848321 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "MintPlayer/ObservableCollection",
"max_stars_repo_path": "MintPlayer.ObservableCollection/Events/EventHandlers/ItemPropertyChangedEventHandler.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167541"
} | starcoder | using MintPlayer.ObservableCollection.Events.EventArgs;
using System.ComponentModel;
namespace MintPlayer.ObservableCollection.Events.EventHandlers
{
public delegate void ItemPropertyChangedEventHandler<TItem>(object sender, ItemPropertyChangedEventArgs<TItem> e);
}
| 1.450161 | 9a457c0346dd4f3521a0fafb960d1edb |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848322 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "STUDIOCRAFTapps/OUTERBLAST",
"max_stars_repo_path": "Assets/_Project/Scripts/Utils/ItemStreams.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167542"
} | starcoder | using System;
using System.Collections.Generic;
using MLAPI.Serialization;
public sealed class PooledFrameStream : NetworkBuffer, IDisposable {
private bool isDisposed = false;
internal PooledFrameStream () {
}
public static PooledFrameStream Get () {
PooledFrameStream stream = FrameStrea... | 2.55251 | 83f83ef22e7467781c11981e14941213 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848323 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "vectorman1/Jump-Run",
"max_stars_repo_path": "Assets/Scripts/Behavior/AbstractBehavior.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167543"
} | starcoder | using UnityEngine;
using System.Collections;
public abstract class AbstractBehavior : MonoBehaviour
{
public Buttons[] inputButtons;
public MonoBehaviour[] disableScripts;
protected InputState inputState;
protected Rigidbody2D body2d;
protected CollisionState collisionState;
protected virtual void Awake()
... | 2.385212 | 2d94fa8a8a854d35d1c523672e00be04 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848324 | {
"extension": "c-sharp",
"max_stars_count": "22.0",
"max_stars_repo_name": "ita-social-projects/EPlas",
"max_stars_repo_path": "EPlast/EPlast.BLL/Interfaces/AnnualReport/IAnnualReportService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167544"
} | starcoder | <filename>EPlast/EPlast.BLL/Interfaces/AnnualReport/IAnnualReportService.cs
using EPlast.BLL.DTO.AnnualReport;
using System.Collections.Generic;
using System.Threading.Tasks;
using EPlast.DataAccess.Entities;
namespace EPlast.BLL.Services.Interfaces
{
public interface IAnnualReportService
{
/// <summa... | 2.348867 | 7b2ac394db5971e79ad2833e36585583 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848325 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dfederm/ZWave.NET",
"max_stars_repo_path": "src/ZWave/Serial/Commands/CommandId.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167545"
} | starcoder | namespace ZWave.Serial.Commands;
/// <summary>
/// The ids for various Serial API commands.
/// </summary>
/// <remarks>
/// Reference specs:
/// https://www.silabs.com/documents/public/user-guides/INS12350-Serial-API-Host-Appl.-Prg.-Guide.pdf
/// https://www.silabs.com/documents/public/user-guides/INS13954-Instructi... | 2.245655 | d5860396bfc612b2774209bab4cc14f7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848326 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "khiem2/quanlyhocsinh",
"max_stars_repo_path": "cms_form/Web_CMS/ETO/ETO/PhoneBook.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167546"
} | starcoder | namespace ETO
{
using System;
public class PhoneBook
{
private string _address;
private bool _checkParent;
private DateTime? _createDate;
private string _creatorId;
private string _email;
private string _fullName;
private string _homePhone;
p... | 2.534463 | 95fe3578753712eadbad9f52184822ea |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848327 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "NenneAdora/AI-Concepts",
"max_stars_repo_path": "VeurmaClassifier/Utility/UCSProperties.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167547"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Veurma.Utility.Graph;
namespace Veurma.Utility
{
public class UCSProperties
{
private Vertex<char> node;
private string path;
public Vertex<char> Nod... | 2.287168 | 14f4232689321875fb3c17ef48777f67 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848328 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "karasinski/TwoModel",
"max_stars_repo_path": "Assets/Scripts/Controller.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167548"
} | starcoder | <reponame>karasinski/TwoModel<gh_stars>0
using System;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
public class Controller : MonoBehaviour
{
public GameObject Cursor, Target, TrackingLines, Text;
public int LengthOfTrial, SystemOrder;
public double K, DisturbanceGain, InputGain;
... | 2.252894 | a9f2d6016918e5cc89a50eac891f6ad8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848329 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mertozler/BlogPanel",
"max_stars_repo_path": "CoreDemo/obj/Debug/net5.0/Razor/Views/Contact/Index.cshtml.g.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167549"
} | starcoder | <gh_stars>0
#pragma checksum "D:\MERT\Coding\.NET CORE\BlogPanel\BlogPanel\CoreDemo\Views\Contact\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "39ee8fbe0481f4e98d544494a3f15a271e2885bb"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAtt... | 1.291639 | cf23abb867f330a7c7507ef72187db3c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848330 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "codesmith-fi/smithngine",
"max_stars_repo_path": "smithNgine/Input/KeyboardEventArgs.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167550"
} | starcoder | <reponame>codesmith-fi/smithngine<filename>smithNgine/Input/KeyboardEventArgs.cs
/**
* SmithNgine Game Framework
*
* Copyright (C) 2013 by <NAME> / Codesmith (www.codesmith.fi)
* All Rights Reserved
*/
namespace Codesmith.SmithNgine.Input
{
using System;
using Microsoft.Xna.Framework.Input;
using Mi... | 2.08552 | 47ce9fd6d4de7798ee80e3cd575d2018 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848331 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "BreakinBenny/VaultLib",
"max_stars_repo_path": "VaultLib.Support.World/VLT/Csis/Type_NIS_Scene_End.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167551"
} | starcoder | <reponame>BreakinBenny/VaultLib
using VaultLib.Core.Types;
namespace VaultLib.Support.World.VLT.Csis
{
[VLTTypeInfo("Csis::Type_NIS_Scene_End")]
public enum Type_NIS_Scene_End
{
Invalid_Type_NIS_Scene_End = 0x0,
Type_NIS_Scene_End_ARRESTM38 = 0x1,
Type_NIS_Scene_End_ARRESTM40 = 0x2... | 1.513142 | f89ecb87ece9024f313b3cf67bce05ef |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848332 | {
"extension": "c-sharp",
"max_stars_count": "49.0",
"max_stars_repo_name": "bluecadet/OpenAi-Api-Unity",
"max_stars_repo_path": "Runtime/Scripts/Api/V1/Models/SearchV1.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167552"
} | starcoder | using OpenAi.Json;
namespace OpenAi.Api.V1
{
/// <summary>
/// A returned value from a GPT-3 search.
/// </summary>
public class SearchV1 : AModelV1
{
/// <summary>
/// The document searched
/// </summary>
public int document;
/// <summary>
/... | 2.785698 | 20f133437da31f3980827fa0cd85d164 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848333 | {
"extension": "c-sharp",
"max_stars_count": "115.0",
"max_stars_repo_name": "Slyrich/ARCoreUtils",
"max_stars_repo_path": "Assets/Neuston/ARCoreUtils/ARSurface.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167553"
} | starcoder | <filename>Assets/Neuston/ARCoreUtils/ARSurface.cs<gh_stars>100-1000
using GoogleARCore;
using System.Collections.Generic;
using UnityEngine;
public class ARSurface : MonoBehaviour
{
TrackedPlane m_trackedPlane;
MeshCollider m_meshCollider;
MeshFilter m_meshFilter;
MeshRenderer m_meshRenderer;
List<Vector3> m_poi... | 2.215606 | 87f4767bebefd86c11065ed210fd5f74 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848334 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "CATION-M/X-moe",
"max_stars_repo_path": "Unpacker/Criware/CriPakTools/CriPakTools/Endian.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167554"
} | starcoder | <filename>Unpacker/Criware/CriPakTools/CriPakTools/Endian.cs<gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace CriPakTools
{
public class EndianReader : BinaryReader
{
private bool isLittleEndian;
private byte[] buffe... | 2.969439 | 269c537cb164d9e939408fc63f32d05e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848335 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jongfeel/BaekjoonOnlineJudge",
"max_stars_repo_path": "Problems/1110/Program/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167555"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
namespace Problem
{
public class Program
{
static void Main(string[] args)
{
string s1 = Console.ReadLine();
int n = int.Parse(s1);
int count = 0;
int number = n;
do... | 3.783707 | 5ee618916810e0a83dff9efd36e077ad |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848336 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MarkPThomas/MPT.Net",
"max_stars_repo_path": "MPT/CSI/API/MPT.CSI.API.EndToEndTests/Core/Program/ModelBehavior/Definition/LoadPattern/CodesAutoLoad/Seismic/Eurocode_8_2004Tests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167556"... | starcoder | #if !BUILD_ETABS2015 && !BUILD_ETABS2016 && !BUILD_ETABS2017
using NUnit.Framework;
using MPT.CSI.API.Core.Program;
using MPT.CSI.API.Core.Program.ModelBehavior.Definition.LoadLateralCode.Seismic;
using MPT.CSI.API.Core.Program.ModelBehavior.Definition.LoadPattern.CodesAutoLoad.Seismic;
using MPT.CSI.API.Core.Support;... | 1.40518 | e82a2e604abb77d152d53a3fae3f4023 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848337 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "epam/fix-antenna-net-core",
"max_stars_repo_path": "Samples/SimpleServer/MsgType.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167557"
} | 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 ... | 2.300771 | c98301563c7165e3657bfe48005d7fd1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848338 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FruTooTi/Tic-Tac-Toe",
"max_stars_repo_path": "XOX/Form1.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167558"
} | starcoder | namespace XOX
{
partial class Form1
{
/// <summary>
///Gerekli tasarımcı değişkeni.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
///Kullanılan tüm kaynakları temizleyin.
/// </summary>
///<param name="d... | 2.202616 | f328accea34cfbf5ced6636802e7b830 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848339 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "danieltenev97/Programming-Fundamentals-Homeworks",
"max_stars_repo_path": "MentrorGroup/MentrorGroup/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167559"
} | starcoder | <filename>MentrorGroup/MentrorGroup/Program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Globalization;
namespace MentrorGroup
{
class Program
{
static void Main(string[] args)
{
List<Mentors> ... | 3.434611 | 962d195b65f0e9800e3d974dc6138ef4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848340 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "xiajingren/blogs",
"max_stars_repo_path": "asp.net core identity + jwt/code/Sample.Api/Sample.Api/Responses/FailedResponse.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167560"
} | starcoder | using System.Collections.Generic;
namespace Sample.Api.Responses
{
public class FailedResponse
{
public IEnumerable<string> Errors { get; set; }
}
} | 1.701124 | df8e9caaf950d800567b432f5853705e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848341 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "juliinvaz/ewave-livraria-pleno2",
"max_stars_repo_path": "Livraria-API/Livraria.Services/LivroService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167561"
} | starcoder | <reponame>juliinvaz/ewave-livraria-pleno2
using Livraria.Domain.Exceptions;
using Livraria.Domain;
using Livraria.Domain.Repositories;
using Livraria.Infra.Extentions;
using System;
using System.Threading.Tasks;
using Livraria.Domain.Services;
using Livraria.Domain.Models;
using Livraria.Domain.Enums;
using System.Col... | 2.241618 | a872fd513c826b09ce4a1d25604b6ae6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848342 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "mehdihadeli/Modular-Monolith-Template",
"max_stars_repo_path": "src/BuildingBlocks/BuildingBlocks/BuildingBlocks.Mediator/Events/IEventMiddleware.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167562"
} | starcoder | <gh_stars>1-10
using System.Threading;
using System.Threading.Tasks;
namespace BuildingBlocks.Mediator.Events
{
public interface IEventMiddleware<TEvent> where TEvent : IEvent
{
Task RunAsync(TEvent @event, CancellationToken cancellationToken, HandleEventDelegate<TEvent> next);
}
} | 1.869402 | 64527556b44a5957611342323225e712 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848343 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "IT-rolling-out/IRO.ImprovedWebView",
"max_stars_repo_path": "src/IRO.XWebView.Droid/Renderer/WebViewRenderer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167563"
} | starcoder | using System;
using System.Threading.Tasks;
using Android.Content;
using Android.Content.PM;
using Android.Graphics;
using Android.Support.V4.Widget;
using Android.Util;
using Android.Views;
using Android.Webkit;
using Android.Widget;
using IRO.XWebView.Core.Events;
using IRO.XWebView.Core.Utils;
using IRO.XWebView.Dr... | 1.997427 | a67a21d36659951cb404b172fa35de1d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848344 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sf-solutionfactory/WFARTHAConSAP-master",
"max_stars_repo_path": "WFARTHAconexionSAP/Services/docp.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167564"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WFARTHAconexionSAP.Services
{
public class docp
{
public string pos { get; set; }
public string tiposol { get; set; }
public string numero_wf { get;... | 1.088814 | 3e3ac6f3235ab7645e2ba32394ef5693 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848345 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tlayson/MySC",
"max_stars_repo_path": "Utils/Tools/YAF/YAF.Core/BaseModules/MobileThemeForumModule.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167565"
} | starcoder | <reponame>tlayson/MySC
/* Yet Another Forum.net
* Copyright (C) 2006-2013 <NAME>
* http://www.yetanotherforum.net/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* o... | 2.181242 | 93d78a32f413d94652a7168662b03ada |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848346 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Aldaviva/AddRemoveProgramsCleaner",
"max_stars_repo_path": "AddRemoveProgramsCleaner/CommandLineParser.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167566"
} | starcoder | using System.Collections.Generic;
using System.Text;
namespace AddRemoveProgramsCleaner {
internal static class CommandLineParser {
/// <summary>
/// See https://stackoverflow.com/a/64236441/979493
/// </summary>
internal static IEnumerable<string> splitArgs(string commandLine... | 3.181427 | a0494cd0749e2f31db0b85c564a7d5ff |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848347 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sci4me/Neo-old",
"max_stars_repo_path": "src/test/Frontend/Lexer/LexExceptionTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167567"
} | starcoder | <reponame>sci4me/Neo-old<filename>src/test/Frontend/Lexer/LexExceptionTests.cs
using Neo.Tests.Framework;
using Neo.Frontend.Lexer;
namespace Neo.Tests.Frontend.Lexer {
[TestFixture]
public sealed class LexExceptionTests {
[Test]
public void LexExceptionHasAMessage() {
Assert.Throws<LexException>(() => {
... | 1.901323 | d27e6094c1ea93a7e852eff509eaaa8f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848348 | {
"extension": "c-sharp",
"max_stars_count": "345.0",
"max_stars_repo_name": "zhenbzha/Azure-DataFactory",
"max_stars_repo_path": "SamplesV1/DeleteBlobFileFolderCustomActivity/DeleteFromBlobActivity.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167568"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Azure.Management.DataFactories.Models;
using Microsoft.Azure.Management.DataFactories.Runtime;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Blob;
namespac... | 2.567919 | 663571d2e6d6e7de903d8fead7522bf9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848349 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tongbong/UnitsNet",
"max_stars_repo_path": "UnitsNet.Tests/CustomCode/LengthTests.FeetInches.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167569"
} | starcoder | <filename>UnitsNet.Tests/CustomCode/LengthTests.FeetInches.cs<gh_stars>0
// Copyright (c) 2013 <NAME> (<EMAIL>).
// https://github.com/angularsen/UnitsNet
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
... | 2.651989 | bd8581f65e6df4bcbd700179c035cfec |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848350 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "austinkeller/pwiz",
"max_stars_repo_path": "pwiz_tools/Skyline/Controls/Startup/TutorialLinkResources.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167570"
} | starcoder | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generate... | 1.479394 | ed1b10fad978e5648b449bdade5b4002 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848351 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "Mu-L/Tank",
"max_stars_repo_path": "Assets/Test/Unity/Math/MathScript.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167571"
} | starcoder | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MathScript : MonoBehaviour
{
// 玩家
private GameObject player;
// 玩家的半径
private float radius;
private Vector3 leftTangent;
private Vector3 rightTangent;
void Start()
{
pla... | 2.560221 | 1edc6453f791a24c138f114eb6bc2ce3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848352 | {
"extension": "c-sharp",
"max_stars_count": "34.0",
"max_stars_repo_name": "Grover-c13/MultiAdmin",
"max_stars_repo_path": "MultiAdmin/NativeExitSignal/UnixExitSignal.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167572"
} | starcoder | <reponame>Grover-c13/MultiAdmin<filename>MultiAdmin/NativeExitSignal/UnixExitSignal.cs<gh_stars>10-100
#if LINUX
using System;
using System.Threading;
using Mono.Unix;
using Mono.Unix.Native;
namespace MultiAdmin.NativeExitSignal
{
public class UnixExitSignal : IExitSignal
{
public event EventHandler Exit;
priv... | 2.43361 | 657efc0ed525a1dc856d3ba834c01c6f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848353 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "mwwhited/BinaryDataDecoders",
"max_stars_repo_path": "src/BinaryDataDecoders.IO.Abstractions/UsbHids/UsbHidAttribute.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167573"
} | starcoder | using System;
namespace BinaryDataDecoders.IO.UsbHids
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class UsbHidAttribute : Attribute
{
public UsbHidAttribute() { }
public UsbHidAttribute(
ushort vendorId,
ushort productId
)
... | 2.516675 | 8a34b535bc2f17d0c63142bf98ae36c6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848354 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gstamac/m3u-gen",
"max_stars_repo_path": "id3utils/Exceptions/FeatureNotSupportedException.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167574"
} | starcoder | <reponame>gstamac/m3u-gen<gh_stars>0
using System;
namespace ID3Utils
{
/// <summary>
/// FeatureNotSupportedException is thrown when an ID3 feature that is not
/// supported in this implementation are encountered. Examples are Unsynchronization and
/// Compression.
/// </summary>
public class... | 2.410703 | 9cc2c49007d598414eb01cf4633c90c0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848355 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "iMilow/lunch-time-backend",
"max_stars_repo_path": "LunchBackend/Startup.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167575"
} | starcoder | using LunchBackend.DbAccess;
using LunchBackend.DbAccess.Interfaces;
using LunchBackend.DbAccess.Models.Entities;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.HttpsPolicy;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.... | 2.004236 | 962478fbce70f8c590f90324813ba7ef |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848356 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "anytizer/swar",
"max_stars_repo_path": "swar/swar/KeyboardUserControl.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167576"
} | starcoder | <reponame>anytizer/swar
using configs;
using dtos;
using libraries;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
using Color = System.Drawing.Color;
namespace swar
{
public partial class KeyboardUserControl : UserControl
{
private Notes... | 1.764372 | 5c2c8199e75d0628e776aa070b0ad5f4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848357 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AlgoryxMartinT/AGXUnity",
"max_stars_repo_path": "AGXUnity/BrickUnity/BrickUtils.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167577"
} | starcoder | using UnityEngine;
using B_Component = Brick.Physics.Component;
namespace AGXUnity.BrickUnity
{
public static class BrickUtils
{
public static B_Component LoadComponentFromFile(string filePath, string nodePath)
{
SetupBrickEnvironment();
Brick.AGXBrick._BrickModule.Init();
Brick.Model.M... | 1.886839 | 5da2a02c497a52bc3990d356c6024b44 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848358 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "stevenjr518/Hashtable-Sound-Manager",
"max_stars_repo_path": "Assets/01_Scripts/Sound_Manager/Sound_Manager.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167578"
} | starcoder | using System.Collections;
using UnityEngine;
namespace HashTableAudioManager
{
[RequireComponent(typeof(AudioSource))]
[RequireComponent(typeof(AudioListener))]
public class Sound_Manager : MonoBehaviour
{
//public members
public static Sound_Manager instance = null;
//private... | 2.647307 | 7691d77f60a73475d16c50ac4428b399 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848359 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "RosenDev/SoftuniLearning",
"max_stars_repo_path": "C#DbFundamentals/C#DB Advanced/Entity Framework Introduction/09. Employee 147/StartUp.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167579"
} | starcoder | <filename>C#DbFundamentals/C#DB Advanced/Entity Framework Introduction/09. Employee 147/StartUp.cs
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Query.Int... | 3.028943 | 67a9372a1e80b2dcb9568243890c1ba5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848360 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "niccou/hateoas-talk",
"max_stars_repo_path": "demo/src/WebApi.Repository/Configuration/ConfigureCore.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167580"
} | starcoder | <reponame>niccou/hateoas-talk
using Microsoft.Extensions.DependencyInjection;
using WebApi.Core.Services;
using WebApi.Repository.Blog;
namespace WebApi.Repository.Configuration
{
public static class ConfigureCore
{
private static BlogManager Manager { get; } = new BlogManager();
public stati... | 1.594051 | e7c284db06be8a05ad7765e368bf9178 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848361 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "khai93/ROOOOAAGAAA",
"max_stars_repo_path": "ROOOOAAGAAA/Assets/Core/Managers/GameManager.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167581"
} | starcoder | using ROOOOAAGAAA.Persistence;
using System.Collections.Generic;
using UnityEngine;
namespace ROOOOAAGAAA.Core
{
public static class GameManager
{
public static int BossIndex { get; private set; }
public static void ResetGame()
{
BossIndex = 0;
}
public st... | 2.631108 | 5131ed5874aec806a71f0a7d751a2418 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848362 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BrannenGH/BlazorDomConfiguration",
"max_stars_repo_path": "Fario.Extensions.Configuration/DomConfiguration/DomConfigurationSource.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167582"
} | starcoder | <filename>Fario.Extensions.Configuration/DomConfiguration/DomConfigurationSource.cs
using Microsoft.Extensions.Configuration;
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.JSInterop;
namespace Fario.Extensions.Configuration.DomConfiguration
{
/// <summary>
/// Represents a... | 2.776643 | a62bd26408853791534edf6f40cb756a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848363 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "eeevgeniev/ITSPMedic",
"max_stars_repo_path": "src/Medic.EHRBuilders/BLBuilder.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167583"
} | starcoder | <filename>src/Medic.EHRBuilders/BLBuilder.cs
using Medic.EHR.DataTypes;
using Medic.EHRBuilders.Base;
using Medic.EHRBuilders.Contracts;
using System;
namespace Medic.EHRBuilders
{
public class BLBuilder : DataValueBuilder, IBLBuilder
{
private BL _value;
public BLBuilder()
{
... | 2.418822 | e619af8cca7edc78f32a5971b92e4fa0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848364 | {
"extension": "c-sharp",
"max_stars_count": "52.0",
"max_stars_repo_name": "bretcope/Nfig",
"max_stars_repo_path": "NFig/Attributes/DefaultValueBaseAttribute.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167584"
} | starcoder | using System;
using System.Collections;
using NFig.Infrastructure;
namespace NFig
{
/// <summary>
/// This is the base class for attributes which define default values for a setting. You should provide attributes which make sense for your setup. For
/// example, if your setup doesn't use sub-apps, then th... | 3.053974 | ff1befce04f816129c75f25caef5de1a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848365 | {
"extension": "c-sharp",
"max_stars_count": "443.0",
"max_stars_repo_name": "aTiKhan/corewf",
"max_stars_repo_path": "src/Test/TestObjects/Activities/TestBlockingActivityGeneric.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167585"
} | starcoder | // This file is part of Core WF which is licensed under the MIT license.
// See LICENSE file in the project root for full license information.
using System.Collections.Generic;
using Test.Common.TestObjects.CustomActivities;
namespace Test.Common.TestObjects.Activities
{
public class TestBlockingActivity<T> : Tes... | 2.40204 | e8f074145a36dec7916630d40e383546 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848366 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "VeselinBPavlov/programming-fundamentals",
"max_stars_repo_path": "24. Regular Expressions (RegEx) - Exercises/Weather/StartUp.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167586"
} | starcoder | <reponame>VeselinBPavlov/programming-fundamentals
namespace Weather
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
public class StartUp
{
public static void Main()
{
var input = Console.ReadLine();
... | 3.049082 | 9eb5b782c97afe6a62d5e1fa75e05be2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848367 | {
"extension": "c-sharp",
"max_stars_count": "34.0",
"max_stars_repo_name": "poizan42/Ramone",
"max_stars_repo_path": "Ramone.Hypermedia.Tests/Mason/MasonReaderTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167587"
} | starcoder | <filename>Ramone.Hypermedia.Tests/Mason/MasonReaderTests.cs
using NUnit.Framework;
using Ramone.Hypermedia.Mason;
using System;
namespace Ramone.Hypermedia.Tests.Mason
{
[TestFixture]
public class MasonReaderTests : TestHelper
{
class CommonResource : MasonResource
{
public string Tit... | 2.412412 | 156d681b6d58b785af4918aeb57d1de0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848368 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "SwissLife-OSS/Boost",
"max_stars_repo_path": "src/Tool/src/Boost.Core/Shell/WebShellFactory.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167588"
} | starcoder | <filename>src/Tool/src/Boost.Core/Shell/WebShellFactory.cs
using System;
using Boost.Infrastructure;
using Boost.Shell;
using Microsoft.AspNetCore.SignalR;
using NuGet.Protocol;
namespace Boost
{
public class WebShellFactory : IWebShellFactory
{
private readonly IHubContext<ConsoleHub> _hubContext;
... | 2.266068 | e727e4fb3b62100fd8ed448b05886fb6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848369 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "cretucosmin3/Skia-Neon",
"max_stars_repo_path": "SkiaNeon/EntityTracker.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167589"
} | starcoder | using QuadTrees.QTreeRectF;
using System.Drawing;
namespace SkiaNeon
{
public class EntityTracker : IRectFQuadStorable
{
private Transform transform;
public TrackedEntity entity;
RectangleF IRectFQuadStorable.Rect => transform.Rect;
public EntityTracker(ref Transform t, TrackedEntity e)
{
entity = e;
... | 1.990692 | d7e7107f72cb515b817a1dabb3c5c446 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848370 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "SardineFish/RobotBattle",
"max_stars_repo_path": "Robot Battle/Assets/Scripts/AI/StateMachine/PlayerDead.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167590"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
namespace Assets.Scripts.AI
{
public class PlayerDeadState: State
{
public const string StateName = "PlayerDeadState";
public float DestoryTime = 5;
void Start()
... | 1.776572 | e8b93a0ef8de6ffcb2689a2a2b434dc5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848371 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lefevre-fraser/openmeta-mms",
"max_stars_repo_path": "test/CADCreoTest/Cyphy2CADCreoTest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167591"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using Xunit;
using System.Diagnostics;
using System.Threading;
using CyPhyGUIs;
namespace CADCreoTest
{
public class Cyphy2CADCreoTest : IUseFixture<CADCreoTest.Cyphy2CADCreoTest.CadAssemblyFixture>
... | 1.839448 | 9dcd3a17687f165f7405dc062ae6b045 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848372 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mruhul/Bolt.IocScanner",
"max_stars_repo_path": "Bolt.IocScanner.Tests/Scan_Should.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167592"
} | starcoder | using Xunit;
using Shouldly;
using Bolt.IocAttributes;
namespace Bolt.IocScanner.Tests
{
[SkipAutoBind]
public class Scan_Should : IClassFixture<ServiceProviderFixture>
{
private readonly ServiceProviderFixture _fixture;
public Scan_Should(ServiceProviderFixture fixture)
{
... | 2.317039 | bbf89a9f7f0a5df529b7d19e4a783e84 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848373 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jchown/ozric",
"max_stars_repo_path": "OzricUI/Model/GraphNodeModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167593"
} | starcoder | using Blazor.Diagrams.Core.Geometry;
using Blazor.Diagrams.Core.Models;
using OzricEngine.ext;
using OzricEngine.logic;
using ValueType = OzricEngine.logic.ValueType;
namespace OzricUI.Model;
public abstract class GraphNodeModel: NodeModel
{
public GraphNodeModel(Node node, Point? point = null) : base(n... | 2.500038 | 19a2f8b89719703c03900d440bf80bae |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848374 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kitsune-soba/UniLog",
"max_stars_repo_path": "UniLog/Assets/UniLog/Scripts/OutputCondition.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167594"
} | starcoder | using System;
using UnityEngine;
namespace UniLog
{
// 出力条件
[Serializable]
public class OutputCondition
{
[SerializeField]
public bool enable;
[SerializeField]
public LogLevel level;
// メッセージ(のレベル)が出力に値するか確認する
public bool Acceptable(LogLevel messageLevel)
{
return enable && (messageLevel <= leve... | 2.617279 | 805367c5c80e0e9dac7b4cd17ef42451 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848375 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "RolEYder/test",
"max_stars_repo_path": "TaskClone/src/Networking.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167595"
} | starcoder | <reponame>RolEYder/test
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.NetworkInformation;
using System.Text;
using System.Threading.Tasks;
using System.Diagnostics;
namespace TaskClone.src
{
class Networking
{
public Dictionary<string, object> getNetworkAdapters() ... | 2.77897 | 2d64a46b4db29ada0b3f2e311cd126c4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848376 | {
"extension": "c-sharp",
"max_stars_count": "778.0",
"max_stars_repo_name": "jeroen-mostert/CodeContracts",
"max_stars_repo_path": "Microsoft.Research/AbstractInterpretation/Abstract Domains/Numerical/Pentagons/WeakUpperBoundsEqual.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167596"
} | starcoder | <reponame>jeroen-mostert/CodeContracts
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using Microsoft.Research.AbstractDom... | 2.26269 | 20a33806e773b8608076ef24d8798f8f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848377 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JTOne123/DevExpress.XAF",
"max_stars_repo_path": "src/Extensions/Xpand.Extensions.XAF/ModelExtensions/ModelObjectViewDependencyList.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167597"
} | starcoder | <gh_stars>0
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using DevExpress.ExpressApp.DC;
using DevExpress.ExpressApp.Model;
using DevExpress.ExpressApp.Model.Core;
using DevExpress.Persistent.Base;
using JetBrains.Annotations;
namespace Xpand.Extensions.XAF.ModelExtensions{
pu... | 1.960636 | 0b10a33b9265ddc9771926085a013af2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848378 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "HeeAlbertin/LibraryCRUD",
"max_stars_repo_path": "Livraria/Models/Livro.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167598"
} | starcoder | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.... | 1.400608 | f2500f32f8f352f973cf684b5c651d0d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848379 | {
"extension": "c-sharp",
"max_stars_count": "20.0",
"max_stars_repo_name": "microsoftgraph/msgraph-sdk-raptor",
"max_stars_repo_path": "UnitTests/AppSettingsTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167599"
} | starcoder | <gh_stars>10-100
using System;
using System.Collections.Generic;
using Microsoft.Extensions.Configuration;
using MsGraphSDKSnippetsCompiler;
using NUnit.Framework;
namespace UnitTests
{
static class AppSettingsTests
{
private const string CustomLabel = "Development.Codespaces";
private const s... | 2.21535 | 564d24c64f72203c5ace1ca90a2d135e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848380 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nobu17/ISBNBookTitler",
"max_stars_repo_path": "BookUtil/IsbnConverter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167600"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BookUtil
{
public class IsbnConverter
{
public static string GetIsbn10FromIsbn13(string isbn13)
{
if(isbn13.Length != 13)
{
thro... | 3.467862 | 09388df698f435cb71ffdff3cd7507f8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848381 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "vasanthv1901/GameofLife",
"max_stars_repo_path": "GameOfLife.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167601"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GameOfLife
{
class GameOfLife
{
public static void Main()
{
int[,] grid = new int[25, 25];
Console.WriteLine("Which generation's ... | 3.472042 | 50eed4df39b0ad8dff6a9a2fac292149 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848382 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Reapism/Skork",
"max_stars_repo_path": "Skork/Skork/util/SkorkInstructions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167602"
} | starcoder | <filename>Skork/Skork/util/SkorkInstructions.cs
using System.Collections.Generic;
using Skork.keywords;
using System.Windows.Forms;
using System;
using Skork.functions;
namespace Skork.util {
/// <summary>
/// Stores the instruction-set for skork to follow.
/// </summary>
class SkorkInstructions {
... | 2.978737 | afe344a76e336c7249e3dc0f1357fc56 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8848383 | {
"extension": "c-sharp",
"max_stars_count": "43.0",
"max_stars_repo_name": "ksiomelo/azure-databricks-client",
"max_stars_repo_path": "csharp/Microsoft.Azure.Databricks.Client/ClusterCloudProviderNodeInfo.cs",
"provenance": "train-00027-of-00045.jsonl.gz:167603"
} | starcoder | <gh_stars>10-100
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
namespace Microsoft.Azure.Databricks.Client
{
public class ClusterCloudProviderNodeInfo
{
/// <summary>
/// Available CPU core quota.
/// </summary>
[JsonProperty(Propert... | 2.004959 | bbf65d76e4b15e7d2cf28696b210af15 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.