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 | 8837412 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ryanw3bb/cs-fundamentals",
"max_stars_repo_path": "Assets/Scripts/SortAlgorithms/QuickSort.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156632"
} | starcoder | // Quick sort algorithm
//
// Internal algorithm to put an unsorted number array into ascending order
//
// Time complexity:
// best: Ω(n log(n))
// average: Θ(n log(n))
// worst: O(n^2)
//
// Uses a pivot (normally the first entry) and checks values of the first (left)
// and last (right) array entries, moving inwa... | 3.872293 | 6d4be505219d33da1d2597f5205dcbb7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837413 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rudi-bruchez/Busard",
"max_stars_repo_path": "Busard.Core.Tests/Monitoring.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156633"
} | starcoder | using System;
using Xunit;
namespace Busard.Core.Tests
{
public class WatchersManager
{
[Fact]
public void Test1()
{
}
}
}
| 1.172896 | e372a07bfac79b63dc92de6a2ffd93f6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837414 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "DravenLewis/PylonGame",
"max_stars_repo_path": "PylonGame/Assets/Resources/Code/Mechanics/PlayerControler.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156634"
} | starcoder | <filename>PylonGame/Assets/Resources/Code/Mechanics/PlayerControler.cs<gh_stars>1-10
using System;
using System.Collections.Generic;
using UnityEngine;
using Pylon.Code.System;
using Pylon.Code.Mechanics.Building;
namespace Pylon.Code.Mechanics
{
public class PlayerControler : MonoBehaviour
{
/// <s... | 2.436454 | 93f61e8b29bb513bcdb25e0ad16e05af |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837415 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "cacayue/MyCouldBook",
"max_stars_repo_path": "src/mycouldbook-aspnet-core/src/MyCouldBook.Application/BookListManagement/BookTag/Dtos/BookTagListDto.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156635"
} | starcoder |
using System;
using Abp.Application.Services.Dto;
using System.Collections.Generic;
using Abp.Domain.Entities.Auditing;
using System.ComponentModel.DataAnnotations;
using MyCouldBook.BookListManagement.BookTag;
using System.Collections.ObjectModel;
namespace MyCouldBook.BookListManagement.BookTag.Dtos
{
/// <summ... | 1.872683 | 3528714876feed49ee48d765e4a6e5e1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837416 | {
"extension": "c-sharp",
"max_stars_count": "72.0",
"max_stars_repo_name": "gomez-addams/DeferredShading",
"max_stars_repo_path": "Assets/Scripts/TestGPUParticleGB.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156636"
} | starcoder | <reponame>gomez-addams/DeferredShading
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
public class TestGPUParticleGB : MonoBehaviour
{
public GameObject cam;
public GameObject particleSet;
public GameObject sphere;
publi... | 1.881746 | df4f99397500d2955a12858d4179e077 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837417 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "WillemTheWalrus/Teaching-MobileApps",
"max_stars_repo_path": "examples/Calculator/Calculator/Globals.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156637"
} | starcoder | <filename>examples/Calculator/Calculator/Globals.cs<gh_stars>1-10
public class Globals
{
public static string CALC_NUMBER
{
get
{
return "Number";
}
}
public static string CALC_OPERATION
{
get
{
return "Operation";
}
}
} | 2.099251 | a4b195edb9cc26e3f684ea7d79d61700 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837418 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "davidov541/MixologyJournal",
"max_stars_repo_path": "MixologyJournalApp/MixologyJournalApp/Platform/User.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156638"
} | starcoder | using System;
namespace MixologyJournalApp.Platform
{
public class User
{
public String Name
{
get;
private set;
}
public Uri IconPath
{
get;
private set;
}
public String AuthToken
{
g... | 2.4437 | d33146199f18f83d9cc8cbef330853a0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837419 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AndryHalcons/NAM",
"max_stars_repo_path": "NPMS/gestion/administrator_network/user_management/UserManagement.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156639"
} | starcoder | <filename>NPMS/gestion/administrator_network/user_management/UserManagement.Designer.cs
namespace NPMS.gestion.administrator_network
{
partial class UserManagement
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components ... | 1.971929 | 332acc02971f1898dafb15662bb7a589 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837420 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "shiftkey/MahTweets.LawrenceHargrave",
"max_stars_repo_path": "MahTweets.Core/Events/EventTypes/PasteInlineReply.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156640"
} | starcoder | namespace MahTweets.Core.Events.EventTypes
{
public class PasteInlineReply : CompositePresentationEvent<PasteInlineReplyPayload>
{
}
public class PasteInlineReplyPayload
{
public PasteInlineReplyPayload(string textToPaste, string idToPaste)
{
Text = textToPaste;
... | 2.057007 | 992353aed6963d4486850e476e303f4c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837421 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lvermeulen/MultiPackageVersion",
"max_stars_repo_path": "src/MultiPackageVersion.Hashers.Sha512/Sha512Hasher.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156641"
} | starcoder | <gh_stars>0
using System.Security.Cryptography;
using MultiPackageVersion.Core;
namespace MultiPackageVersion.Hashers.Sha512
{
public class Sha512Hasher : HasherBase
{
public Sha512Hasher(IDirectoryReader directoryReader)
: base(directoryReader)
{ }
protected override Has... | 1.527135 | fa811cf6a9bb7b371a7bffef1e0dd4a4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837422 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "iodes/WPFDesign",
"max_stars_repo_path": "WPFDesign.Core/Extensions/ExtensionInterfaces.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156642"
} | starcoder | /*
* Created by SharpDevelop.
* User: trubra
* Date: 2014-11-06
* Time: 11:45
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System.Windows.Input;
namespace WPFDesign.Core.Extensions
{
/// <summary>
/// interface that can be implemented if a control is to b... | 2.350219 | acbd45c1dc55c69c018e9bcfdfe330fe |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837423 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "TransparenzImGesundheitswesen/Datengenerator",
"max_stars_repo_path": "Datengenerator/Datengenerator/Kern/ZeileGeneriertEventArgs.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156643"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Datengenerator.Kern
{
class ZeileGeneriertEventArgs : EventArgs
{
public Dictionary<string, string> Primärschlüssel;
public ZeileGeneriertEventArgs(Dictionary<string, ... | 2.188923 | 631afbdb8fbe8b5d97b2e463415b5c88 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837424 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SkillsFundingAgency/das-apim-developer-web",
"max_stars_repo_path": "src/SFA.DAS.Apim.Developer.Web/Infrastructure/ProviderEmployerExternalAccountAuthorizationHandler.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156644"
} | starcoder | <gh_stars>0
using System.Threading.Tasks;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Http;
using SFA.DAS.Apim.Developer.Domain.ThirdPartyAccounts.Infrastructure;
namespace SFA.DAS.Apim.Developer.Web.Infrastructure
{
public class ProviderEmployerExternalAccountAuthorizationHandler : Author... | 1.850282 | 95e6616d4ed4dd6fc538364c5058e16a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837425 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "avenueconsultants/ATSPM",
"max_stars_repo_path": "SPM/Views/Areas/Index.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:156645"
} | starcoder | @model IEnumerable<MOE.Common.Models.Area>
@{
ViewBag.Title = "Area Configuration";
}
<h2>Area Configuration</h2>
<p>
@Html.ActionLink("Create New", "Create")
</p>
<table class="table">
<tr>
<th>
@Html.DisplayNameFor(model => model.AreaName)
</th>
<th>Edit/Delete</th>... | 2.660327 | d0749a5ed771b6d5883f6c6200623e69 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837426 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Twinvision/BolRetailerApi",
"max_stars_repo_path": "Twinvision.BolRetailerApi/Core/BolApiHttpRequestHandler.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156646"
} | starcoder | <gh_stars>1-10
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using Twinvision.BolRetailerApi.ObjectDefinitions;
namespace Twinvision.B... | 2.595707 | 71e8968a993788a810ebb95ffed83775 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837427 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "wangzhiqing999/my-csharp-project",
"max_stars_repo_path": "MyJob.Service/Factory/JobProcessFactory.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156647"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Reflection;
using MyJob.Model;
using MyJob.Service;
using MyJob.ServiceImpl;
namespace MyJob.Factory
{
public class JobProcessFactory
{
private JobProcessFactory() {
... | 2.499041 | 0ca4c6bbef60465a435846a05e2ef61d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837428 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MikyM/SpotkajmySie",
"max_stars_repo_path": "SpotkajmySie/CustomValidator/NestedValidator.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156648"
} | starcoder | <reponame>MikyM/SpotkajmySie
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System;
namespace SpotkajmySie.CustomValidator
{
public static class NestedValidator
{
public static bool TryValidateObject(object obj, ICollect... | 2.648152 | 3ad67b926a6fbff2bba022a89f4c0279 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837429 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "leonemsolis/nis-demo",
"max_stars_repo_path": "Assets/Scripts/Interactables/Container.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156649"
} | starcoder | <gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DG.Tweening;
public class Container : Interactable
{
private void Start() {
Init(IntType.CONTAINER);
}
private void OnMouseDown() {
if(!activated &&
ScenarioManager.Instance.curren... | 1.656976 | 8630e06a8af62e416ca2562688f70a70 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837430 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "LigaJogosIEEE/PindoramaRemastered",
"max_stars_repo_path": "Assets/Scripts/Game/LevelClear.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156650"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LevelClear : MonoBehaviour {
public static LevelClear levelClear;
private int nextStage = 1;
// Use this for initialization
void Awake()
{
if (levelClear == null) {
levelClear = this;... | 2.495384 | 9ba28117d6c94e0ad3d7ddf2a89929fa |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837431 | {
"extension": "c-sharp",
"max_stars_count": "71.0",
"max_stars_repo_name": "ScriptBox99/msgraph-beta-sdk-dotnet",
"max_stars_repo_path": "src/Microsoft.Graph/Generated/requests/IIosEnterpriseWiFiConfigurationRequest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156651"
} | starcoder | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | 1.705101 | ba7a59dc30653682fe95480e0503c12f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837432 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "robg374/PlatformDiagnosticCollector",
"max_stars_repo_path": "Archive/kiroku-library/Kiroku/DataWriters/LogFileWriter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156652"
} | starcoder | namespace Kiroku
{
using System;
using System.IO;
using Newtonsoft.Json;
// Implements Utility Library
using Implements;
/// <summary>
/// CLASS: Contains all local I/O write operations.
/// </summary>
class LogFileWriter
{
#region Start Instance (Static)
/// ... | 2.845686 | 96e4b3fcc2206f2b1258bf14721cc9da |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837433 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JensSchadron/BulkCSVToExcel",
"max_stars_repo_path": "BulkCsvToExcel/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156653"
} | starcoder | <gh_stars>0
using System;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using DocumentFormat.OpenXml;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Spreadsheet;
namespace BulkCsvToExcel
{
// dotnet publish -r win-x64 -c Release /p:PublishSingleFi... | 2.418723 | 8b580b30ec419d7bf61ae4698264630f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837434 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "cashwu/Dependency-Injection-in-.NET-Core-2.0",
"max_stars_repo_path": "Chapter05/IndirectAssociation.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156654"
} | starcoder | using System;
using System.Collections.Generic;
namespace DependencyExamples
{
class Program
{
static void Main(string[] args)
{
SoftwareEngineer softEng = new SoftwareEngineer("<NAME>", 3);
// Get the Laptop object from AvailableLaptops class by id.
Laptop usedLaptop = AvailableLaptops.GetLaptop(3)... | 3.430197 | 9944b4ecdee44140315922b6bad134f7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837435 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FUUbi/ProtocolBuilder",
"max_stars_repo_path": "ProtocolBuilderTest/TestClient.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156655"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Text;
using System.Threading.Tasks;
namespace ProtocolBuilderTest
{
class TestClient
{
public StreamReader InStream;
public Stream OutStream;
private TcpClient _c;... | 2.618997 | b3d67fad1a69f3edba5db847e3234eb5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837436 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "MelbourneDeveloper/Uno",
"max_stars_repo_path": "src/Uno.UI/Generated/3.0.0.0/Windows.UI.Xaml.Controls/SwapChainPanel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156656"
} | starcoder | #pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class SwapChainPanel : global::Windows.UI.Xaml.Controls.Grid
{
... | 1.954992 | 534077b8b0ee13f678c1ba9826d62fa1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837437 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "Sathiyaraman-M/Endurance",
"max_stars_repo_path": "Quark.Infrastructure/Services/AuditService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156657"
} | starcoder | using Quark.Core.Responses.Audit;
using Quark.Infrastructure.Models.Audit;
using System.Linq.Expressions;
namespace Quark.Infrastructure.Services;
public class AuditService : IAuditService
{
private readonly LibraryDbContext _dbContext;
public AuditService(LibraryDbContext dbContext) => _dbContext = dbConte... | 2.20777 | 0567816693d348eaf2bedd0332fe4b1d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837438 | {
"extension": "c-sharp",
"max_stars_count": "38.0",
"max_stars_repo_name": "philbir/magic-media",
"max_stars_repo_path": "src/Services/Core/MediaSearchService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156658"
} | starcoder | using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using MagicMedia.Search;
using MagicMedia.Security;
using MagicMedia.Store;
using NGeoHash;
namespace MagicMedia
{
public class MediaSearchService : IMediaSearchService
{
private readonly IMediaSt... | 2.374992 | b4a0ebb9d0a291a3ea42000be9894bca |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837439 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "tnc1997/dotnet-multi-objective-shortest-path",
"max_stars_repo_path": "MultiObjectiveShortestPath.Models/UnweightedDirectedPathCollection.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156659"
} | starcoder | <filename>MultiObjectiveShortestPath.Models/UnweightedDirectedPathCollection.cs<gh_stars>1-10
using System.Collections.Generic;
using System.Linq;
namespace MultiObjectiveShortestPath.Models
{
public class UnweightedDirectedPathCollection<TVertex> : PathCollectionBase<TVertex>,
IUnweightedDirectedPathColle... | 3.127904 | a7b61be7b5470294813baa7471ed35f6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837440 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "Trxlz/WalletWasabi",
"max_stars_repo_path": "WalletWasabi.Fluent/Behaviors/FocusBehavior.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156660"
} | starcoder | using System.Reactive.Disposables;
using Avalonia;
using Avalonia.Controls;
using Avalonia.Data;
namespace WalletWasabi.Fluent.Behaviors;
internal class FocusBehavior : DisposingBehavior<Control>
{
public static readonly StyledProperty<bool> IsFocusedProperty =
AvaloniaProperty.Register<FocusBehavior, bool>(nameof... | 2.516298 | c946fc56c6282e21777852b8e2434bcc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837441 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Craig-J/Eto.Parse",
"max_stars_repo_path": "Eto.Parse.TestSpeed/Tests/Json/TestServiceStack.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156661"
} | starcoder | using System.Text;
using ServiceStack.Text;
namespace Eto.Parse.TestSpeed.Tests.Json
{
public class TestServiceStack : Test<JsonTestSuite>
{
public TestServiceStack()
: base("ServiceStack.Text")
{
}
public override void Warmup(JsonTestSuite suite)
{
var obj = JsonObject.Parse(suite.Json);
// need ... | 2.186075 | 7c4c1c2f6431a6cd272290d18b4fe5ab |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837442 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "arup-group/GSA-Grasshopper",
"max_stars_repo_path": "GhSA/Helpers/_GsaExportElements.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156662"
} | starcoder | <reponame>arup-group/GSA-Grasshopper
using GsaAPI;
using Rhino.Geometry;
using System;
using System.Collections.Generic;
using GhSA.Parameters;
using System.Linq;
using System.Collections.ObjectModel;
namespace GhSA.Util.Gsa.ToGSA
{
class Elements
{
#region element1d
public static void Convert... | 2.104876 | bdf8199f33c23686d6d7ea6b99d39dc2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837443 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ericln/storyteller",
"max_stars_repo_path": "source/StoryTeller/Html/StoryTellerTableTag.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156663"
} | starcoder | using System;
using System.Collections.Generic;
using HtmlTags;
using StoryTeller.Domain;
using StoryTeller.Engine;
using StoryTeller.Engine.Sets;
using StoryTeller.Model;
using FubuCore;
using System.Linq;
namespace StoryTeller.Html
{
public class StoryTellerTableTag : TableTag
{
p... | 2.477972 | f13312b0775621b142620bd44517f91d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837444 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "reyou/Ggg.Bootstrap",
"max_stars_repo_path": "apps/app-docs/Bootstrap.Web/Bootstrap.Web/Views/GridSystem/ResponsiveClasses.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:156664"
} | starcoder | <reponame>reyou/Ggg.Bootstrap
@{
ViewData["Title"] = "ResponsiveClasses";
}
<h2>ResponsiveClasses</h2>
<p>
<a href="https://getbootstrap.com/docs/4.0/layout/grid/#responsive-classes">
https://getbootstrap.com/docs/4.0/layout/grid/#responsive-classes
</a>
</p>
<p>
<b>Responsive classes</b>
... | 3.279749 | 039215d9eeddc4f2e74f835c5d9b3eaf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837445 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "McGlovin1337/TraceSANCertificate",
"max_stars_repo_path": "TraceSANCertificate.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156665"
} | starcoder | <reponame>McGlovin1337/TraceSANCertificate
using System;
using System.Management.Automation;
using System.Net.Security;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using System.Net.Sockets;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpres... | 2.570841 | fe380893e270b5e9607356a7e35ce429 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837446 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "kane-armstrong/simple-adventure",
"max_stars_repo_path": "deploy/PetDoctor.InfrastructureStack/Configuration/ResourceLimit.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156666"
} | starcoder | namespace PetDoctor.InfrastructureStack.Configuration
{
public class ResourceLimit
{
public string Request { get; set; }
public string Limit { get; set; }
}
} | 1.455114 | a2d17c2b4add2cadabe1adb6fe833a07 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837447 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "condep/condep-cli",
"max_stars_repo_path": "src/ConDep.Console/Relay/CmdRelayHandler.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156667"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using ConDep.Console.Deploy;
using ConDep.Dsl.Config;
using ConDep.Dsl.Logging;
using ConDep.Execution.Config;
using ConDep.Execution.Relay;
namespace ConDep.Console.Relay
{
public class CmdRelayHandler : IHandleConDepCommands
{
private ... | 2.153141 | b38ac62484189930a3668490c21a0a3e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837448 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ToastedGuy2/TwinEngines-Technical-Assignment",
"max_stars_repo_path": "server/Repositories/Migrations/20211218144653_Database Ready.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156668"
} | starcoder | using System;
using Microsoft.EntityFrameworkCore.Migrations;
namespace Repositories.Migrations
{
public partial class DatabaseReady : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.CreateTable(
name: "Type",
... | 2.139911 | 15a92386fe9b14d19cbf0577811c79e8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837449 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "unplatform-io/pulumi-commercetools",
"max_stars_repo_path": "sdk/dotnet/ProductType.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156669"
} | starcoder | <reponame>unplatform-io/pulumi-commercetools<gh_stars>1-10
// *** 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;
using System.Collections.Generic;
using System.Collections.Immutable;
using... | 1.874777 | 556691af52a1fa5a39bc59495ce49b78 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837450 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "aamcatamney/VerQL",
"max_stars_repo_path": "VerQL.Core/Comparer/BaseEqualityComparer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156670"
} | starcoder | using System;
using System.Collections;
using System.Collections.Generic;
using VerQL.Core.Models;
using VerQL.Core.Utils;
namespace VerQL.Core.Comparer
{
public class BaseEqualityComparer : IEqualityComparer<Base>
{
public bool Equals(Base x, Base y)
{
return x.GetKey().Equals(y.GetKey(), StringComp... | 2.59109 | 801ce21128ba83d686595f06cf4b5e1e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837451 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "isabella232/ccme",
"max_stars_repo_path": "src/shared/ServiceParityManager/JsonMatchUtils/Helpers/ObjectEqualityComparer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156671"
} | starcoder | <gh_stars>1-10
// -----------------------------------------------------------------------
// <copyright file="ObjectEqualityComparer.cs" company="Microsoft Corporation">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// ---------------------------------------------------------------------... | 2.213907 | 68f54222a2f992fd910f8d8a374bd0bc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837452 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "mikhail-khalizev/max",
"max_stars_repo_path": "source/MikhailKhalizev.Max/source/Program/Auto/z-0000-7868.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156672"
} | starcoder | using System;
using MikhailKhalizev.Processor.x86.BinToCSharp;
namespace MikhailKhalizev.Max.Program
{
public partial class RawProgram
{
[MethodInfo("0x7868-25cf79fd")]
public void Method_0000_7868()
{
ii(0x7868, 4); enter(2, 0); /* e... | 1.752217 | 5352ae80662f8ab39a3600767c0ba2fe |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837453 | {
"extension": "c-sharp",
"max_stars_count": "249.0",
"max_stars_repo_name": "rgwood/go2cs",
"max_stars_repo_path": "src/go-src-converted/cmd/go/internal/modload/modfile_requireMetaStruct.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156673"
} | starcoder | //---------------------------------------------------------
// <auto-generated>
// This code was generated by a tool. Changes to this
// file may cause incorrect behavior and will be lost
// if the code is regenerated.
//
// Generated on 2020 October 09 05:46:52 UTC
// </auto-generated>
//--------------... | 1.165761 | f9dd5504b652ca0451a9707651e4f5d3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837454 | {
"extension": "c-sharp",
"max_stars_count": "44.0",
"max_stars_repo_name": "hidekiEduardo/NFeEletronica.NET",
"max_stars_repo_path": "NFeEletronica/Contexto/INFeContexto.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156674"
} | starcoder | <reponame>hidekiEduardo/NFeEletronica.NET<gh_stars>10-100
using System.Security.Cryptography.X509Certificates;
using NFeEletronica.Versao;
namespace NFeEletronica.Contexto
{
public interface INFeContexto
{
bool Producao { get; }
BaseVersao Versao { get; }
X509Certificate2 Certificado {... | 1.354169 | b3f74b4ed764a037dfdc5b483afad427 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837455 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "codescene-org/das-roatp-service",
"max_stars_repo_path": "src/SFA.DAS.RoATPService.Importer/Parsers/ICsvParser.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156675"
} | starcoder | namespace SFA.DAS.RoATPService.Importer.Parsers
{
using System.IO;
using SFA.DAS.RoATPService.Importer.Models;
public interface ICsvParser
{
CsvImportResult ParseCsvFile(StreamReader csvFileReader);
}
}
| 1.45082 | e2f39fde08ec2c3525ca7bd16921f217 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837456 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SeanoNET/S3ZipSharp",
"max_stars_repo_path": "src/S3ZipSharp.Test/S3ZipSharpTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156676"
} | starcoder | <reponame>SeanoNET/S3ZipSharp<filename>src/S3ZipSharp.Test/S3ZipSharpTests.cs
using NUnit.Framework;
using S3ZipSharp.Interface;
using S3ZipSharp.Models;
using S3ZipSharp.Services;
using System;
using System.Collections.Generic;
using System.Text;
namespace S3ZipSharp.Test
{
class S3ZipSharpTests
{
[... | 2.256257 | 38a00b19e76b32b694b66fba129e310a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837457 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "RyuzakiH/WhatIsMyIPAddress-API",
"max_stars_repo_path": "src/WhatIsMyIPAddress.API/Models/IPDetails.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156677"
} | starcoder | using System.Collections.Generic;
namespace WhatIsMyIPAddress.API.Models
{
public class IPDetails
{
public string IP { get; set; }
public string Decimal { get; set; }
public string HostName { get; set; }
public string ASN { get; set; }
public string ISP { get; set; }
... | 2.158851 | a7e179d96a9259b09e8293ce9f2b9ab3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837458 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mrstruijk/ExtendingTimeline",
"max_stars_repo_path": "CustomPlayables/ToTarget/ToTargetTrackMixer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156678"
} | starcoder | using UnityEngine.Playables;
public class ToTargetTrackMixer : PlayableBehaviour
{
}
| 0.767935 | bf8209ac5315966686bee88b6f7bbe28 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837459 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mekk1t/trainer",
"max_stars_repo_path": "WebApplication/Views/Test/Hard.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:156679"
} | starcoder | @model IList<WebApplication.Models.Hard.HardQuestionViewModel>
<style>
body {
background: 0 100% url(/images/hard-background.jpg) no-repeat;
background-size: 100%;
}
input {
visibility: hidden;
}
label {
cursor: pointer;
}
input:checked + label img {
... | 2.585871 | 0a36992ca1e2b59e02cf8e3874121562 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837460 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yifeidong/PrivateSmartHome",
"max_stars_repo_path": "SubServer/SubServer/bin/ARM/Release/ilc/SafeTypes.g.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156680"
} | starcoder | <reponame>yifeidong/PrivateSmartHome<filename>SubServer/SubServer/bin/ARM/Release/ilc/SafeTypes.g.cs
#define MCG_WINRT_SUPPORTED
using Mcg.System;
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.In... | 1.994435 | eef8729f4b68dcfd92f775dec770887b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837461 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "LBHackney-IT/electoral-register-resident-information-api",
"max_stars_repo_path": "ElectoralRegisterResidentInformationApi/V1/UseCase/GetAllResidentsUseCase.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156681"
} | starcoder | <gh_stars>0
using ElectoralRegisterResidentInformationApi.V1.Boundary.Request;
using ElectoralRegisterResidentInformationApi.V1.Boundary.Response;
using ElectoralRegisterResidentInformationApi.V1.Factories;
using ElectoralRegisterResidentInformationApi.V1.Gateways;
using ElectoralRegisterResidentInformationApi.V1.UseCa... | 2.099571 | 8190b096b4b848d8644b5860aa04d306 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837462 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "mattjcowan/FreshBooks.ServiceStackClient",
"max_stars_repo_path": "src/FreshBooks.Api/LanguageListResponse.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156682"
} | starcoder | <gh_stars>1-10
namespace FreshBooks.Api.LanguageList {
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.81.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
... | 2.026253 | ae26d23baf73a526ab45e38d96cbd1f1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837463 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "Kodestruct/Kodestruct.Design",
"max_stars_repo_path": "Kodestruct.Common/Section/ProfileShapeTypes/ThinWall/ThinWallSegment.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156683"
} | starcoder | <filename>Kodestruct.Common/Section/ProfileShapeTypes/ThinWall/ThinWallSegment.cs
#region Copyright
/*Copyright (C) 2015 <NAME>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http:... | 2.618139 | 9ae0afb306f9d91fe4a1c5eaa2330fd6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837464 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "movia/rps_position_webapp",
"max_stars_repo_path": "src/RpsWebApp/RpsWebApp/VehicleEventHub.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156684"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web;
using Common.Logging;
using Microsoft.AspNet.SignalR;
using Microsoft.AspNet.SignalR.Hubs;
using RpsPositionWebApp.Data;
using RpsPositionWebApp.ViewModels;
namespace RpsPositionWebApp
{
[HubName("ve... | 2.172013 | 340531675d9912e98177da8fe8dd47bf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837465 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nickproud/OpenBots.Server",
"max_stars_repo_path": "OpenBots.Server.ViewModel/Core/CreateIPFencingViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156685"
} | starcoder | using OpenBots.Server.Model;
using OpenBots.Server.Model.Core;
using System.ComponentModel.DataAnnotations;
namespace OpenBots.Server.ViewModel
{
public class CreateIPFencingViewModel : IViewModel<CreateIPFencingViewModel, IPFencing>
{
[Required]
[Display(Name = "Usage")]
public UsageT... | 2.186687 | a2f6daa3c5e14c022b99064c4e8bd790 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837466 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "uwrit/composure",
"max_stars_repo_path": "src/Composure/Expression/Expression.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156686"
} | starcoder | using System;
using System.Linq;
using System.Collections.Generic;
namespace Composure
{
public abstract partial class ExpressionBase<T> : IExpression, IAggregatable
{
internal bool isEnumerable;
public T Value { get; set; }
internal string EnumerableToString(IEnumerable<string> vals... | 3.140183 | 85dab94dde1298092fb9fbd60328a397 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837467 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "nuttycream/SH-Save-Editor",
"max_stars_repo_path": "SpaceHaven Save Editor/Data/DataProp.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156687"
} | starcoder | <gh_stars>1-10
using ReactiveUI;
namespace SpaceHaven_Save_Editor.Data
{
public class DataProp : ReactiveObject
{
private int _value;
public DataProp()
{
Name = "def";
}
public int Id { get; set; }
public string Name { get; set; }
public i... | 2.425727 | 76a77feb4e39501a547d87c15083e445 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837468 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Gostareh-Negar/TeleNet",
"max_stars_repo_path": "MTProto.Net.Server/Infrastructure/IMessageContext.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156688"
} | starcoder | <reponame>Gostareh-Negar/TeleNet
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Text;
namespace MTProto.NET.Server.Infrastructure
{
public interface IMessageContext
{
IDictionary<string, string> Headers { get; }
IDictionary<string, object> Cache { get; }
objec... | 1.870462 | 185230aff614b64162502fbbf7fe669f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837469 | {
"extension": "c-sharp",
"max_stars_count": "1106.0",
"max_stars_repo_name": "hugoscottsladeresolution/MyBox",
"max_stars_repo_path": "Extensions/MyPhysics.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156689"
} | starcoder | <reponame>hugoscottsladeresolution/MyBox
using UnityEngine;
namespace MyBox
{
public static class MyPhysics
{
/// <summary>
/// Sets the state of constraints for the source Rigidbody.
/// </summary>
public static Rigidbody ToggleConstraints(this Rigidbody source,
RigidbodyConstraints constraints,
bool... | 1.971779 | 25b10e2798accf2cdccac37d2471ec12 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837470 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Fleetingold/Hangfire.Topshelf-myTest",
"max_stars_repo_path": "Hangfire.Core/Obsolete/ServerOwinExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156690"
} | starcoder | <gh_stars>1-10
// This file is part of Hangfire.
// Copyright © 2013-2014 <NAME>.
//
// Hangfire is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as
// published by the Free Software Foundation, either version 3
// of the License, or any later ve... | 2.084489 | 6cd89cc0d579b6e2b431924f0646cf0f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837471 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "dalprahcd/exercism-solutions",
"max_stars_repo_path": "csharp/etl/Etl.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156691"
} | starcoder | using System.Collections.Generic;
using System.Linq;
namespace Etl;
public static class Etl
{
public static Dictionary<string, int> Transform(Dictionary<int, string[]> old) =>
old
.SelectMany(keyPair => keyPair.Value.Select(letter => (keyPair, letter)))
.ToDictionary(pair => pair.letter.To... | 2.761244 | cd71c20e12923189e33ce94d76c1284c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837472 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MarkMulder94/ToolsNew",
"max_stars_repo_path": "src/Application/Tools/Commands/CreateToolCommand.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156692"
} | starcoder | <filename>src/Application/Tools/Commands/CreateToolCommand.cs<gh_stars>0
using CleanArchitecture.Application.Common.Interfaces;
using CleanArchitecture.Domain.Entities;
using MediatR;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
namespace Cle... | 2.79148 | d36eae36eb4bd109b3069039ffd4457b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837473 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "fernandoseguim/Amaury",
"max_stars_repo_path": "src/Amaury.Store.DynamoDb/DynamoDbCelebrityEventStore.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156693"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Amaury.Abstractions;
using Amaury.Persistence;
using Amaury.Store.DynamoDb.Configurations;
using Amaury.Store.DynamoDb.Models;
using Amazon.DynamoDBv2;
using Amazon.DynamoDBv2.DataModel;
using ... | 2.283325 | 14985825e61e2992c4fa3f5c94cd8c8e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837474 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "wgross/TreeStore.ProviderCore",
"max_stars_repo_path": "src/PowerShellFilesystemProviderBase/Nodes/ProviderNode.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156694"
} | starcoder | <filename>src/PowerShellFilesystemProviderBase/Nodes/ProviderNode.cs
using Microsoft.Extensions.DependencyInjection;
using PowerShellFilesystemProviderBase.Capabilities;
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Management.Automation;
namesp... | 2.486226 | e53885ade6665a2c1384efc5fc8955dc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837475 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "theradeonxt/FastImageEditor",
"max_stars_repo_path": "VectorImageEdit/Modules/LayerManagement/LayerMetadata.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156695"
} | starcoder | using System;
using System.Threading;
using JetBrains.Annotations;
namespace VectorImageEdit.Modules.LayerManagement
{
/// <summary>
/// LayerMetadata Info
///
/// - contains the layer metadata properties such as an UID and DisplayName
/// </summary>
[Serializable]
public class LayerMetad... | 2.754994 | 5081c3387d20a4eca3e8c378d39385ff |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837476 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "kazukioishi/Uzuki",
"max_stars_repo_path": "Uzuki/Dialogs/SettingDialog.xaml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156696"
} | starcoder | <reponame>kazukioishi/Uzuki<gh_stars>1-10
using MahApps.Metro.Controls;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Docum... | 1.585226 | 8792a9f742623472c2a50a711260bcf6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837477 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Test000021/PersonalBudget",
"max_stars_repo_path": "PersonalBudget/PersonalBudget.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156697"
} | starcoder | <reponame>Test000021/PersonalBudget<gh_stars>0
using PersonalBudget.DataAccess;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.For... | 2.421618 | dc7a27ed4485744c980e98d343eed5fc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837478 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dulcedu/refugeeshackathon",
"max_stars_repo_path": "PR01/WebApplication1/Views/Home/info.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:156698"
} | starcoder | @{
ViewData["Title"] = "info";
}
<h2>info</h2>
@{
}
| 1.50287 | 06ecb62fc5bed93502f3d7026d9834bc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837479 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Infosys/Script-Control-Center",
"max_stars_repo_path": "WEMServices/ActivityLibraries/InitializeAutomationAPI.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156699"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Activities;
using Infosys.ATR.WinUIAutomationRuntimeWrapper;
using Infosys.WEM.Infrastructure.Common;
using Designer = Infosys.WEM.AutomationActivity.Designers;
using ATRWrapperControls = Infosys.ATR.WinUIAut... | 1.882776 | 1adb51bf5fd24630129baababf306cd0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837480 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MyNihongo/HttpService",
"max_stars_repo_path": "src/Utils/Extensions/StreamEx.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156700"
} | starcoder | using System.Text.Json.Serialization.Metadata;
namespace MyNihongo.FluentHttp;
internal static class StreamEx
{
public static async Task<string> ReadToEndAsync(this Stream @this)
{
using var streamReader = new StreamReader(@this);
return await streamReader.ReadToEndAsync()
.ConfigureAwait(false);
}
publ... | 2.780566 | 60578b9dad6e080ba6682d1055a0e772 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837481 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Esurielt/Nijito",
"max_stars_repo_path": "Assets/!Scripts/Editor Systems/Beatmap Editor System/EditorFrameController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156701"
} | starcoder | using SongData;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.UI;
namespace Editors.BeatmapEditor
{
public class FrameValueRotateEvent : UnityEvent<int> { } //channel index
public class EditorFrameController : FrameController
{
public Image BackgroundImage;
public Butt... | 2.053422 | f309171fb1fbcfa3c6b38936864be04e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837482 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "feliposz/dotnet-experiments",
"max_stars_repo_path": "RazorPages/RazorContosoUniversity/Models/SchoolViewModels/CourseViewModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156702"
} | starcoder | #nullable disable
using System.ComponentModel.DataAnnotations;
namespace ContosoUniversity.Models.SchoolViewModels
{
public class CourseViewModel
{
public int CourseID { get; set; }
public string Title { get; set; }
public int Credits { get; set; }
[Display(Name = "Department")]... | 1.974638 | 2e7cd76f465c5fd573b6adde411bd41d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837483 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "alberto-chiesa/nduck",
"max_stars_repo_path": "src/NDuck/XmlDoc/XmlDocumentation.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156703"
} | starcoder | <reponame>alberto-chiesa/nduck<gh_stars>0
using System;
using System.Collections.Generic;
namespace NDuck.XmlDoc
{
/// <summary>
/// Class representing
/// the documentation extracted from
/// an Xml Documentation file generated
/// by Visual Studio.
/// </summary>
public class ... | 2.202538 | 3830ca437ac29411e48dc7b63681a128 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837484 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "offical-Cromatin/Mitternacht-NEW",
"max_stars_repo_path": "src/MitternachtBot/Database/Models/VoicePresenceChannel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156704"
} | starcoder | <gh_stars>1-10
namespace Mitternacht.Database.Models {
public class IgnoredVoicePresenceChannel : DbEntity {
public LogSetting LogSetting { get; set; }
public ulong ChannelId { get; set; }
}
}
| 1.172057 | afeebb86006edbcffb59f8cfbd642e67 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837485 | {
"extension": "c-sharp",
"max_stars_count": "51.0",
"max_stars_repo_name": "whitemike889/SkiaSharp.Components",
"max_stars_repo_path": "src/SkiaSharp.Components/Base/TextDecoration.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156705"
} | starcoder | <gh_stars>10-100
using System;
namespace SkiaSharp.Components
{
[Flags]
public enum TextDecoration
{
None,
Bold = 1,
Italic = 2,
Underlined = 4,
}
}
| 1.521991 | 0ca15ca45014f6ac1b8612b60a0d5c56 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837486 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "cyberjeff-u8t/ApiBase",
"max_stars_repo_path": "ApiBase/Models/Film.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156706"
} | starcoder | <reponame>cyberjeff-u8t/ApiBase<gh_stars>0
using Api.Interfaces;
using MongoDB.Bson;
using MongoDB.Bson.Serialization.Attributes;
namespace Api.Models
{
public class Film : IBaseModel
{
[BsonId]
[BsonRepresentation(BsonType.ObjectId)]
public string Id { get; set; }
[BsonElemen... | 1.936645 | 7cc5e1c7d0085303040d9fe200b59816 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837487 | {
"extension": "c-sharp",
"max_stars_count": "914.0",
"max_stars_repo_name": "haptear/Bing.NetCore",
"max_stars_repo_path": "samples/Bing.Samples.Hangfire/Modules/HangfireModule.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156707"
} | starcoder | <reponame>haptear/Bing.NetCore
using System;
using AspectCore.DependencyInjection;
using Bing.AspNetCore;
using Bing.Core.Modularity;
using Bing.Samples.Hangfire.Jobs;
using Hangfire;
using Hangfire.MemoryStorage;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
namespace Bing.Sampl... | 1.938808 | 15658613a22f394b3d108dae4dfbfc8e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837488 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AlbertZhaoz/DotNet",
"max_stars_repo_path": "PowershellExtensions/WechatHelper.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156708"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
namespace PowershellExtensions
{
public static class WechatHelper
{
[System.Runtime.InteropServices.DllImport(@"F:\Repo\WeChatRobot\Release\WeChatHelper.dll")]
public static extern void CheckIsLogin();
}
}
| 1.47235 | e7f0bbcab5bf2ad2f432097f40db0f08 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837489 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "josiasmontag/cloudconvert-dotnet",
"max_stars_repo_path": "CloudConvert.API/Models/ImportOperations/ImportGoogleCloudStorageCreateRequest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156709"
} | starcoder | using Newtonsoft.Json;
namespace CloudConvert.API.Models.ImportOperations
{
public class ImportGoogleCloudStorageCreateRequest
{
[JsonProperty("operation")]
public static string Operation = "import/google-cloud-storage";
[JsonProperty("project_id")]
public string Project_Id { get; set; }
[Jso... | 1.536035 | bfca9ccb069993cdcdc9b3b399455bcc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837490 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "automatedChaos/AugmentedTelegrapher",
"max_stars_repo_path": "Assets/Scripts/SpeechManager.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156710"
} | starcoder | <filename>Assets/Scripts/SpeechManager.cs
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
using UnityEngine.Windows.Speech;
using UnityEngine.SceneManagement;
using SocketIO;
public class SpeechManager : MonoBehaviour
{
private string sceneOne = "BinaryTree-hololens";
private string ... | 2.531024 | ec6565b817202fb8e8055d0ce0abfb71 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837491 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "Panda-Lewandowski/DataBase",
"max_stars_repo_path": "Exam/C#/Program32.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156711"
} | starcoder | <reponame>Panda-Lewandowski/DataBase
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Xml.Linq;
namespace ConsoleApplication32
{
class Program
{
static void Main(string[] args)
{
XElement root = XElement.Load("PurchaseOr... | 2.813015 | 859b12275a1809c6739119245f4f2fae |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837492 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "qwerelt/GrillBot",
"max_stars_repo_path": "src/Grillbot/Services/Permissions/Preconditions/RequirePermissionsAttribute.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156712"
} | starcoder | using Discord.Commands;
using Grillbot.Enums;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Threading.Tasks;
namespace Grillbot.Services.Permissions.Preconditions
{
public class RequirePermissionsAttribute : PreconditionAttribute
{
public override async Task<PreconditionRes... | 2.496731 | b4486d3a805f191035b0117017fc1896 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837493 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "djolent/WebApp",
"max_stars_repo_path": "LifeSciences/AzureBlast/AzureBlast.Web/Controllers/Api/AnalysesController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156713"
} | starcoder | <filename>LifeSciences/AzureBlast/AzureBlast.Web/Controllers/Api/AnalysesController.cs<gh_stars>0
// Copyright (c) Microsoft Corporation. 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 Syst... | 2.030634 | 3370dd45204ce33514d8de8c20e45f88 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837494 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sugadotnet/taskup",
"max_stars_repo_path": "APPBASE/Views/Dept/_Inputs.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:156714"
} | starcoder | @model APPBASE.Models.DeptVM
@using APPBASE.Helpers
@{string vsErrClass = "";}
@{string vsDisableButton = "";}
@{Boolean isShowDropdown = true;}
@{string vsReadonlyTextboxKey = "Readonly";}
@{string vsReadonlyTextbox = "";}
@if (ViewBag.CRUD_type == hlpFlags_CRUDOption.CREATE) { vsReadonlyTextboxKey = ""; }
@if ((Vie... | 2.162985 | ad1af94da883b51b4262d93d1933aa8a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837495 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kouh123/adfsmfa",
"max_stars_repo_path": "Neos.IdentityServer 3.1/Neos.IdentityServer.Multifactor.Samples/Neos.IdentityServer.MultiFactor.InMemoryRepository.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156715"
} | starcoder | <reponame>kouh123/adfsmfa
//******************************************************************************************************************************************************************************************//
// Copyright (c) 2020 @redhook62 (<EMAIL>) ... | 1.992226 | 82d13773dd856520c091ffb5678114dd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837496 | {
"extension": "c-sharp",
"max_stars_count": "412.0",
"max_stars_repo_name": "jxliujinyue/pgina",
"max_stars_repo_path": "pGina/src/Service/Service/ServiceHost.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156716"
} | starcoder | /*
Copyright (c) 2011, pGina Team
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the follo... | 1.837681 | 2ce701b90e59aa75dfe614cb97a1c259 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837497 | {
"extension": "c-sharp",
"max_stars_count": "23.0",
"max_stars_repo_name": "splitice/IPTables.Net",
"max_stars_repo_path": "IPTables.Net/Iptables/DataTypes/PortOrRange.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156717"
} | starcoder | using System;
namespace IPTables.Net.Iptables.DataTypes
{
public struct PortOrRange : IEquatable<PortOrRange>
{
public static PortOrRange Any = new PortOrRange(0, 0, ':');
private readonly uint _lowerPort;
private readonly char _splitChar;
private readonly uint _upperPort;
... | 2.950792 | b900df34e42b673b7a4a0117f1d2edab |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837498 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Tilps/TMD.Algo",
"max_stars_repo_path": "TMD.AlgoTest/FractionTest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156718"
} | starcoder | using NUnit.Framework;
using TMD.Algo.Algorithms;
namespace TMD.AlgoTest
{
[TestFixture]
public class FractionTest
{
[Test]
public void Basic()
{
Fraction a = new Fraction(4, 6);
Assert.AreEqual(2, a.Numerator);
Assert.AreEqual(3, a.Denominator);... | 2.920456 | 9bb390e5a17d3ca4c3392f361553893f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837499 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "m0rphed/SPBU-homework-sem02",
"max_stars_repo_path": "Source/ProblemSet06/Task-6.2/Task-6.2/Map.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156719"
} | starcoder | namespace Task_6.Problem2
{
using System;
using System.IO;
using System.Linq;
/// <summary>
/// Represents map of the game.
/// </summary>
public class Map
{
/// <summary>
/// Stores structure of the map.
/// </summary>
private readonly string[] _cells;
... | 3.720732 | 435fdbfe7185ab1803756f5fcd92e67e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837500 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FelipeKuster/portfolio",
"max_stars_repo_path": "SiemensS7PLC_CSharpControl/PLCIFESSystem_Test/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156720"
} | starcoder | <reponame>FelipeKuster/portfolio
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Threading;
using S7.Net;
namespace PLCIFESSystem_Test
{
public class Program
{
static PLCFactory m_PLCFactory = null;
public sta... | 2.396246 | a0bdad82b71cca17eafea8fc7fd47e95 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837501 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "moto2002/tianqi_src",
"max_stars_repo_path": "src/BattleLogUI.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156721"
} | starcoder | <reponame>moto2002/tianqi_src
using Foundation.Core.Databinding;
using Package;
using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class BattleLogUI : UIBase, ListViewInterface
{
private ListView ListViewLog;
private List<string> listLog = new List<string>();
private T... | 1.708508 | 65734787797d63f3a60eb0f3989b284d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837502 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "devel0/netcore-opengl",
"max_stars_repo_path": "netcore-opengl/OpenGlControl/30-Calc.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156722"
} | starcoder | namespace SearchAThing
{
public partial class OpenGlControl
{
/// <summary>
/// camera coordinate systems ( Z+ point to observer ):
/// - origin in CameraPosition
/// - csZaxis : Normalized(cameraPos - cameraTarget)
/// - csXaxis : Normalized(cameraUp x (cameraPos - ca... | 2.084755 | 199b04b7c6d3c9b2108171c3e10e96ae |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837503 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "Esri/arcgis-viewer-silverlight",
"max_stars_repo_path": "src/Extensibility/ESRI.ArcGIS.Client.Extensibility/IMapApplication.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156723"
} | starcoder | <gh_stars>1-10
/*
(c) Copyright ESRI.
This source is subject to the Microsoft Public License (Ms-PL).
Please see https://opensource.org/licenses/ms-pl for details.
All other rights reserved.
*/
using System;
using System.ComponentModel;
using System.Globalization;
using System.Windows;
using ESRI.ArcGIS.Client.WebMap;... | 2.457182 | 90734c111a391b8468e97040aae24e90 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837504 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "aurigma/WinControls",
"max_stars_repo_path": "VectorObjects/Objects/ControlPoints/JointCollections.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156724"
} | starcoder | // Copyright (c) 2018 Aurigma Inc. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
//
namespace Aurigma.GraphicsMill.WinControls
{
/// <summary>
/// Control point collection for JointControlPointsProvider.
/// </summary>
internal... | 2.093574 | 87e1d127f62a4ac87d2d6560e51218fd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837505 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Stelmashenko-A/EventEmitter",
"max_stars_repo_path": "EventEmitter.Storage/POCO/Claim.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156725"
} | starcoder | using System;
using LinqToDB.Mapping;
namespace EventEmitter.Storage.POCO
{
[Table(Name = "Claims")]
public class Claim : IPoco
{
[PrimaryKey, Identity, Column(Name = "ClaimId")]
public Guid Id { get; set; }
[Column(Name = "Name"), NotNull]
public string Name { get; set; }... | 1.997945 | b42762d5a2f26d24f90411f3ef77e5b2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837506 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "noelex/RabbitRPC",
"max_stars_repo_path": "src/RabbitRPC/WorkQueues/HandlerSpec.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156726"
} | starcoder | <filename>src/RabbitRPC/WorkQueues/HandlerSpec.cs<gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Text;
namespace RabbitRPC.WorkQueues
{
internal class HandlerSpec
{
public HandlerSpec(Type workItemType, Type handlerType, WorkItemHandlerOptions options)
=> (WorkI... | 2.23621 | 2db3a29190fd44b0aa7c580e56688f52 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837507 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "JoanBarduena/DataAnalysis_Delivery2",
"max_stars_repo_path": "DataAnalysisDelivery2/Assets/3DGamekitLite/Packages/SceneManagement/Editor/DataPersisterEditor.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156727"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
namespace Gamekit3D
{
public abstract class DataPersisterEditor : Editor
{
IDataPersister m_DataPersister;
protected virtual void OnEnable()
{
m_DataPersister = (IDataPersiste... | 2.482322 | 17b50e5647d2a291fb6118e72f0caa75 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837508 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "scottenriquez/cdktf-alpha-csharp-testing",
"max_stars_repo_path": "resources/.gen/aws/aws/Wafv2WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody.cs",
"p... | starcoder | <gh_stars>0
using Amazon.JSII.Runtime.Deputy;
#pragma warning disable CS0672,CS0809,CS1591
namespace aws
{
[JsiiByValue(fqn: "aws.Wafv2WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementStatementRegexPatternSetReferenceStatementFieldToMatchBody")]
public class Wafv2WebAclRuleStatementAnd... | 1.009928 | df7b498a687225b6f508537138f7b2dc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837509 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "nv-ksavaria/Uno",
"max_stars_repo_path": "src/Uno.UI/Controls/BindableSwitch.Android.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156729"
} | starcoder | <filename>src/Uno.UI/Controls/BindableSwitch.Android.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.CompilerServices;
using System.Text;
using Android.Content.Res;
using Android.Graphics;
using Android.Util;
using Android.Widget;
using Windows.UI.Xaml;
namespace U... | 2.03746 | 58c94d20077cd6ce09253e1a5705057a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837510 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "tonchevaAleksandra/C-Sharp-Basic-SoftUni",
"max_stars_repo_path": "GiftsFromSanta/GoldMine/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156730"
} | starcoder | <reponame>tonchevaAleksandra/C-Sharp-Basic-SoftUni
using System;
namespace GoldMine
{
class Program
{
static void Main(string[] args)
{
int locationsCount = int.Parse(Console.ReadLine());
for (int i = 0; i < locationsCount; i++)
{
double exp... | 3.265891 | 5421f019ddce4ff85abaa8e842372f23 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8837511 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "AlexanderSher/RTVS-Old",
"max_stars_repo_path": "src/Languages/Editor/Impl/Controller/ViewController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:156731"
} | starcoder | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Generic;
using Microsoft.VisualStudio.Text;
using Microsoft.VisualStudio.Text.Editor;
using Microsoft.Languages.Editor.Composi... | 1.97142 | 58c64480b877a7bed155e13ec1760576 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.