added string | created string | id string | metadata dict | source string | text string | code-score float64 | md5 string |
|---|---|---|---|---|---|---|---|
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2737 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "arvaris/HRI-Umbraco",
"max_stars_repo_path": "HRI/Views/ForgotPassword.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:2738"
} | starcoder | @inherits Umbraco.Web.Mvc.UmbracoTemplatePage
@{
Layout = "MasterPage.cshtml";
}
<div id="hri-content">
<div class="row-fluid">
<div class="span4 offset4 well regular-form">
<h3>@Umbraco.Field("FormTitle")</h3>
@{Html.RenderPartial("ForgotPasswordForm", Model.Content);}... | 1.706111 | 8076aceefcf4b557e4555c808fbe5277 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2738 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "airbrake/sharpbrake-net35",
"max_stars_repo_path": "src/Sharpbrake.Client/Impl/FileLogger.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2739"
} | starcoder | <reponame>airbrake/sharpbrake-net35<gh_stars>1-10
using System;
using System.IO;
using System.Reflection;
using System.Text;
namespace Sharpbrake.Client.Impl
{
/// <summary>
/// Implementation of <see cref="ILogger"/> for logging into file.
/// </summary>
public class FileLogger : ILogger
{
... | 2.730972 | 380e49726ba744da230ecbfe3ed94f53 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2739 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JTOne123/elasticsearch-net",
"max_stars_repo_path": "tests/Tests/Mapping/Types/Core/Date/DateAttributeTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2740"
} | starcoder | // Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
using System;
using Nest;
namespace Tests.Mapping.Types.Core.Date
{
public class DateTest
{
[Date(
DocVal... | 1.812005 | b71d23648cc2be98a57acd09a109793a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2740 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "kou-yeung/Alice",
"max_stars_repo_path": "prog/client/Alice/Assets/Application/Scenes/Title.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2741"
} | starcoder | <gh_stars>1-10
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.SceneManagement;
using Zoo.Auth;
using Zoo;
using Zoo.Communication;
using Alice.Entities;
using UnityEngine.Advertisements;
using System;
using UnityEngine.Purchasing;
usin... | 1.739577 | 85b7a5ff43e78aadaeafe87e8fe81bdd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2741 | {
"extension": "c-sharp",
"max_stars_count": "101.0",
"max_stars_repo_name": "iHamzaKhanzada/Car-Rental-Project",
"max_stars_repo_path": "CarRentalProject/DataAccess/Concrete/EntityFramework/EfCustomerDal.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2742"
} | starcoder | using Core.DataAccess.EntityFramework;
using DataAccess.Abstract;
using Entities.Concrete;
using Entities.DTOs;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Text;
namespace DataAccess.Concrete.EntityFramework
{
public class EfCustomerDal : EfCarRen... | 2.626448 | 147a54e785919f8aedda78d4cb89714e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2742 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "berkansasmaz/runtime",
"max_stars_repo_path": "src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Win32.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2743"
} | starcoder | <filename>src/libraries/System.Private.CoreLib/src/System/TimeZoneInfo.Win32.cs
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.I... | 2.071318 | f851fb72fbd26047a00e2e9a2dd817f3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2743 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SHAMMY1/Telerik-Academy-2016",
"max_stars_repo_path": "UnitTesting/Demos/03.Mocking/MockingDemo/TaskManager.Models/Task.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2744"
} | starcoder | <reponame>SHAMMY1/Telerik-Academy-2016
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TaskManager.Models
{
public class Task
{
public Task(string description, DateTime? deadline = null)
{
this.Descrip... | 2.511884 | 8b59a3fafefdfd83b0792506c91c2b8c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2744 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "iagocavalcante/w3-generator",
"max_stars_repo_path": "generators/app/templates/core/APIModelo.Infra.Data.MSSQL/Repositories/ConnExample.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2745"
} | starcoder | <gh_stars>1-10
using <%= solutionName %>.Domain.Domain.Models;
using System;
using System.Threading.Tasks;
namespace <%= solutionName %>.Infra.Data.MSSQL.Repositories
{
public class ConnExample
{
//protected readonly IConnectionFactory _conn;
public ConnExample()
{
... | 2.211803 | 645f71405cbc55a08c686b5cf64010f4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2745 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "ReqRest/ReqRest",
"max_stars_repo_path": "src/ReqRest.Serializers.Json/ApiRequestUpgraderExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2746"
} | starcoder | namespace ReqRest.Serializers.Json
{
using System;
using System.Collections.Generic;
using System.Text.Json;
using ReqRest;
using ReqRest.Http;
/// <summary>
/// Defines extension methods for the <see cref="ApiRequestUpgrader{TUpgradedRequest}"/>
/// class which allow upgrading... | 2.583219 | 647d3a40e027f0e9afc2486560222626 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2746 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "activitymaster/azure-documentdb-net",
"max_stars_repo_path": "samples/code-samples/Queries.JavaScript/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2747"
} | starcoder | <gh_stars>0
namespace DocumentDB.Samples.Queries.JavaScript
{
using System;
using System.Collections.Generic;
using System.Configuration;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using DocumentDB.Samples.Shared;
using Microsoft.Azure.Documents;
using Microso... | 2.54955 | 4aaa885bbf07b778f29ce6589d43d46d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2747 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "RH-Code/GAPP",
"max_stars_repo_path": "GAPPSF/Core/Storage/Database.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2748"
} | starcoder | using GAPPSF.Core.Data;
using GAPPSF.Utils;
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Data;
namespace GAPPSF.Core.Storage
{
public class Database: ... | 1.87477 | 0fdc23985b99ff11dc860cc168779ead |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2748 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sandermvanvliet/CollabAssist",
"max_stars_repo_path": "src/CollabAssist.Incoming.DevOps/Models/BuildResource.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2749"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
using Newtonsoft.Json;
namespace CollabAssist.Incoming.DevOps.Models
{
public class BuildResource
{
[JsonProperty("uri")]
public string Uri { get; set; }
[JsonProperty("id")]
public int Id { get; set; }
... | 1.719433 | 48dbd7fae5e0b15ed3d611a38764f9a8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2749 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "FotoFinderDev/ActiveDirectory.NETStandard",
"max_stars_repo_path": "ActiveDirectory.NETStandard/Object/InetOrgPerson.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2750"
} | starcoder | using System.DirectoryServices;
namespace ActiveDirectory.NETStandard.Object
{
public class InetOrgPerson : ActiveDirectoryObject
{
internal InetOrgPerson(DirectoryEntry directoryEntry) :
base(directoryEntry)
{
}
}
}
| 1.712545 | d0d018daac8490f27feb8d61b2c8e4b9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2750 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "erri120/BinaryShenanigans",
"max_stars_repo_path": "BinaryShenanigans.BinaryParser/BinaryParserBuilder.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2751"
} | starcoder | <reponame>erri120/BinaryShenanigans<gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using System.Reflection;
using BinaryShenanigans.BinaryParser.Interfaces;
using BinaryShenanigans.BinaryParser.ReadSteps;
using CodeWriterUtils;
using JetBrains.Annotations;
namespace BinarySh... | 2.410266 | ec443dfb8611fc0795b9fa75b3b62e5c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2751 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sakwa-im/design-studio",
"max_stars_repo_path": "common/pgDatabase/domain/IPgDatabase.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2752"
} | starcoder | <filename>common/pgDatabase/domain/IPgDatabase.cs
using Npgsql;
using System;
using System.Collections.Generic;
using System.Data;
namespace pgDatabase
{
public interface IPgDatabase
{
IPgConnection PgConnection { get; set; }
NpgsqlConnection Connection { get; }
void Close();
... | 2.347197 | c4d71b8ebf38e1afa170cc1acf76aa05 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2752 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "masastack/MASA.MC",
"max_stars_repo_path": "src/Contracts/Masa.Mc.Contracts.Admin/Dtos/Channels/GetChannelInputDto.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2753"
} | starcoder | <reponame>masastack/MASA.MC
// Copyright (c) MASA Stack All rights reserved.
// Licensed under the Apache License. See LICENSE.txt in the project root for license information.
namespace Masa.Mc.Contracts.Admin.Dtos.Channels;
public class GetChannelInputDto : PaginatedOptionsDto
{
public string Filter { get; set;... | 2.201532 | 6ffbd8b3d12c4a98ce5e16b92647cb72 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2753 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "Aghyad-Khlefawi/Coddee",
"max_stars_repo_path": "src/Coddee.Core/UISynchronizationContext.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2754"
} | starcoder | // Copyright (c) <NAME>. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
using System;
using System.Threading;
namespace Coddee
{
/// <summary>
/// Manages the UI thread for UI interactions.
/// </summary>
public static cl... | 2.867581 | 1b9e834187e9eab961dd2f0bfcc94448 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2754 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jfuerlinger/bring-me-food",
"max_stars_repo_path": "src/backend/BringMeFood.Backend/BringMeFood.Backend.Persistence/Repositories/StoreRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2755"
} | starcoder | using BringMeFood.Backend.Core.Contracts;
using BringMeFood.Backend.Core.Model;
namespace BringMeFood.Backend.Persistence.Repositories
{
class StoreRepository : GenericRepository<Store>, IStoreRepository
{
public StoreRepository(ApplicationDbContext dbContext) : base(dbContext)
{
}
}
}
| 1.491654 | 3f539e59328efea1ea0abe403d308f25 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2755 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "SkillsFundingAgency/tl-results-and-certification",
"max_stars_repo_path": "src/Sfa.Tl.ResultsAndCertification.Web/Views/PostResultsService/PrsUlnWithdrawn.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:2756"
} | starcoder | @model Sfa.Tl.ResultsAndCertification.Web.ViewModel.PostResultsService.PrsUlnWithdrawnViewModel
@using Sfa.Tl.ResultsAndCertification.Web.Content.PostResultsService
@{
ViewData["Title"] = PrsUlnWithdrawn.Page_Title;
}
@section NavigationBar {
<vc:back-link model=Model.BackLink></vc:back-link>
}
<div class="... | 2.017422 | e376163566f6c74b60ebe82c603c9dee |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2756 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "enginekit/copy_of_roslyn",
"max_stars_repo_path": "Src/Compilers/Core/Source/Emit/InitialPeGeneration.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2757"
} | starcoder | using Microsoft.Cci;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection.Metadata.Ecma335;
using System.Reflection.Metadata.Ecma335.Tokens;
namespace Microsoft.CodeAnalysis.Emit
{
internal sealed class InitialPeGeneration : PeGeneration
{
private readonly ... | 1.957097 | c31069d77fb361992fdb951ac5d7e691 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2757 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "Serviceware/rocketcress",
"max_stars_repo_path": "src/Rocketcress.Core/IO/XmlHelper.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2758"
} | starcoder | <reponame>Serviceware/rocketcress<filename>src/Rocketcress.Core/IO/XmlHelper.cs
using System.IO;
using System.Xml.Serialization;
#nullable disable
namespace Rocketcress.Core.IO
{
/// <summary>
/// Provides methods that help with XML files.
/// </summary>
public static class XmlHelper
{
//... | 2.982382 | 2bc1fb128d405325940471da88a365a6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2758 | {
"extension": "c-sharp",
"max_stars_count": "73.0",
"max_stars_repo_name": "impworks/lens",
"max_stars_repo_path": "Lens/SyntaxTree/Declarations/Locals/LetNode.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2759"
} | starcoder | namespace Lens.SyntaxTree.Declarations.Locals
{
/// <summary>
/// The constant declaration node.
/// </summary>
internal class LetNode : NameDeclarationNodeBase
{
public LetNode(string name = null) : base(name, true)
{
}
}
} | 2.281986 | dc5b235aace9596a05333d0ee89c0df8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2759 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "saad-khannn/RhythmGameBattleRoyale",
"max_stars_repo_path": "Chart_Loader/Chart_Loader/Note.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2760"
} | starcoder | <reponame>saad-khannn/RhythmGameBattleRoyale
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Chart_Loader
{
class Note
{
public int timestamp = -1;
public int duration;
public string type = "Normal";
... | 2.281409 | b33cb9e2716db74adef32a61cf1195bb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2760 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "val-ugs/UDevMe.Cryptography",
"max_stars_repo_path": "Cryptography.Domain/Abstractions/ITrisemusCipherService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2761"
} | starcoder | <reponame>val-ugs/UDevMe.Cryptography<filename>Cryptography.Domain/Abstractions/ITrisemusCipherService.cs
using Cryptography.Domain.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cryptography.Domain.Abstractions
{
public interf... | 1.757123 | ac43488f1ecdffad7367081d6376eeb0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2761 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "xels-io/SideChain-SmartContract",
"max_stars_repo_path": "src/Xels.Bitcoin.Features.ColdStaking.Tests/ColdStakingManagerTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2762"
} | starcoder | <reponame>xels-io/SideChain-SmartContract<gh_stars>0
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Moq;
using NBitcoin;
using Xels.Bitcoin.AsyncWork;
using Xels.Bitcoin.Configuration;
using Xels.Bitcoin.Consensus;
using Xels.Bitcoin.Features.Wallet;
using Xels.Bitcoin.Features.Wallet.Inte... | 1.763512 | d3222f63993d2835c100b9a0ab518cc3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2762 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "PacktPublishing/Modernizing-Your-Windows-Applications-with-the-Windows-Apps-SDK-and-WinUI",
"max_stars_repo_path": "Chapter07/WinUI/ModernDesktop/Helper/GenderValueConverter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2763"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.UI.Xaml.Data;
using ModernDesktop.Model;
namespace ModernDesktop.Helper
{
public class GenderValueConverter : IValueConverter
{
public object Convert(object value, Type t... | 2.749066 | 07c1769267a2ef46982b60d993ea7397 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2763 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "evadremlab/tweetinvi-1.3-issue-850-fix",
"max_stars_repo_path": "Tweetinvi.Factories/Search/SearchFactory.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2764"
} | starcoder | using System.Linq;
using Tweetinvi.Core.Factories;
using Tweetinvi.Core.Injectinvi;
using Tweetinvi.Logic.Model;
using Tweetinvi.Models;
using Tweetinvi.Models.DTO;
namespace Tweetinvi.Factories.Search
{
public class SearchResultFactory : ISearchResultFactory
{
private readonly ITweetFactory _tweetFac... | 2.305304 | 3852c617ab5a4fd0b946abdb85e0d691 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2764 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rggammon/botbuilder-dotnet",
"max_stars_repo_path": "FunctionalTests/Microsoft.Bot.Builder.FunctionalTests/DirectLineClientTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2765"
} | starcoder | <reponame>rggammon/botbuilder-dotnet
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Bot.Connector.DirectLine;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Microsoft.Bot.Bui... | 2.498314 | 0be8be931ad9c142a359a03f20e3c590 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2765 | {
"extension": "c-sharp",
"max_stars_count": "50.0",
"max_stars_repo_name": "dimitarminchev/ITCareer",
"max_stars_repo_path": "07. Software Development/2021/8. UI/WebApp/Views/Products/Delete.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:2766"
} | starcoder | @model Data.Model.Product
@{
ViewData["Title"] = "Delete";
}
<h1>Изтриване</h1>
<h3>Сигурни ли сте че искате да изтриете този продукт?</h3>
<div>
<h4>Продукт</h4>
<hr />
<dl class="row">
<dt class = "col-sm-2">
@Html.DisplayNameFor(model => model.Name)
</dt>
<dd c... | 2.649324 | e8e45b6c8b10ece15c61bcbe98c01517 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2766 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "PumpkinKaneko/GGJFukuoka2022",
"max_stars_repo_path": "Assets/Scripts/HPBar/HPBarDirection.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2767"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class HPBarDirection : MonoBehaviour
{
public Canvas canvas;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{... | 1.800902 | 2fcd74f32d8b162a8604b367dce0a4de |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2767 | {
"extension": "c-sharp",
"max_stars_count": "22.0",
"max_stars_repo_name": "kbatbouta/CameraPlus",
"max_stars_repo_path": "Source/ProminentColor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2768"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
class ColorAmount
{
public Color32 color;
public int amount;
public ColorAmount(Color32 color, int amount)
{
this.color = color;
this.amount = amount;
}
}
public static class ProminentColor
{
static readonly List<Color32... | 2.72115 | d638fa805b6d05c203c8803e01ddeabc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2768 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "brminnick/GitHubExplorer",
"max_stars_repo_path": "GitHubExplorer/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2769"
} | starcoder | <filename>GitHubExplorer/Program.cs<gh_stars>1-10
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace GitHubExplorer
{
class MainClass
{
public static async Task Main()
{
var username = GitHubConstants.GitHubRepoDictionary.Values.First()... | 3.158593 | 48b5ecae305eaf0efd26216606c9ee1a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2769 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rob-derosa/AIPlatform",
"max_stars_repo_path": "end-to-end-solutions/kma/src/Web UI Template/CognitiveSearch.Web/Views/Home/About.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:2770"
} | starcoder |
@{
ViewData["Title"] = "About";
}
<main role="main" class="m-5">
<div class="content row m-3">
<div class="col-md-8">
<div>
<h1>About Knowledge Mining Accelerator Demo Solution</h1>
<p>The Azure Customer Engineering Team created this demo solution to speed ... | 2.566564 | 4bf2379c119152cd9bff993ebae4e44b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2770 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "TheoChristo/Parallel_Tumor_Modelling",
"max_stars_repo_path": "Parallel_Tumor_ModellingConsoleApp/Parallel_Tumor_ModellingConsoleApp/MSolveLib/ISAAR.MSolve.Solvers/DomainDecomposition/Dual/LagrangeMultipliers/ICrosspointStrategy.cs",
... | starcoder | using System;
using System.Collections.Generic;
using ISAAR.MSolve.Discretization.Interfaces;
namespace ISAAR.MSolve.Solvers.DomainDecomposition.Dual.LagrangeMultipliers
{
/// <summary>
/// Finds the combinations of subdomains that contain same boundary node.
/// Authors: <NAME>
/// </summary... | 2.51325 | 99ea284bb87fff79a34be65325f1987f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2771 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "echoprotocol/echo-unity-lib",
"max_stars_repo_path": "Plugins/CustomTools/Editor/PropertyDrawers/OverrideLabelAttributeDrawer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2772"
} | starcoder | using CustomTools.Attributes;
using UnityEditor;
using UnityEngine;
namespace CustomTools.Editor.Attributes {
[CustomPropertyDrawer( typeof( OverrideLabelAttribute ) )]
public class OverrideLabelAttributeDrawer : PropertyDrawer {
public override void OnGUI( Rect position, SerializedProperty prope... | 2.161145 | 93c3a6dd055a9eb0b1cf26090820c9d6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2772 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mauricemarkvoort/MvvmCross",
"max_stars_repo_path": "MvvmCross-Forms/MvvmCross.Forms.iOS/Platform/MvxFormsIosSetup.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2773"
} | starcoder | using System.Collections.Generic;
using System.Reflection;
using MvvmCross.Binding;
using MvvmCross.Binding.Bindings.Target.Construction;
using MvvmCross.Core.ViewModels;
using MvvmCross.Forms.Bindings;
using MvvmCross.Forms.iOS.Bindings;
using MvvmCross.Forms.iOS.Presenters;
using MvvmCross.Forms.Platform;
using MvvmC... | 1.482061 | 26c02dd617a5aad1ca77a8804d60b4d1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2773 | {
"extension": "c-sharp",
"max_stars_count": "234.0",
"max_stars_repo_name": "Drul1337/DigitalRune",
"max_stars_repo_path": "Source/DigitalRune.Geometry.Tests/Collisions/CollisionFilterTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2774"
} | starcoder | <gh_stars>100-1000
using System;
using DigitalRune.Collections;
using NUnit.Framework;
namespace DigitalRune.Geometry.Collisions.Tests
{
[TestFixture]
public class CollisionFilterTest
{
[Test]
public void ConstructorTest()
{
CollisionFilter filter = new CollisionFilter();
filter.Get(0);... | 2.456576 | 67d723564ff2e261998fe5e35720b7b7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2774 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SimassoftCodeChallenge/distribuicao-dos-lucros",
"max_stars_repo_path": "01-Applicacao/Simasoft.Challenge.Lucro.Aplicacao/Contratos/IAplicacaoFuncionario.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2775"
} | starcoder | using System.Collections.Generic;
using System.Threading.Tasks;
using Simasoft.Challenge.Lucro.Aplicacao.Dto.Funcionario;
namespace Simasoft.Challenge.Lucro.Aplicacao.Contratos
{
public interface IAplicacaoFuncionario
{
Task CadastrarFuncionarios(FuncionarioDto[] funcionarios);
Task<IEnumerab... | 1.671568 | 8715ae30e1669a0cf2c9cfee613c021a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2775 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "larsolm/Archives",
"max_stars_repo_path": "Monster RPG Game Kit/MonsterRPGGameKit/Assets/PiRhoSoft Utilities/Scripts/Engine/Wrappers/JoinEnumerator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2776"
} | starcoder | using System.Collections;
using System.Collections.Generic;
namespace PiRhoSoft.UtilityEngine
{
public class JoinEnumerator : IEnumerator
{
private IEnumerator _root;
private Stack<IEnumerator> _enumerators = new Stack<IEnumerator>(10);
public object Current
{
get { return _enumerators.Peek().Current; }... | 3.11976 | 1bc4881316543b4bd40288674f28d4b7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2776 | {
"extension": "c-sharp",
"max_stars_count": "349.0",
"max_stars_repo_name": "marlandolaud/presentations",
"max_stars_repo_path": "DOTNETCORE/EFCoreSamples/PerformanceEf6/Models/PurchaseOrderDetail.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2777"
} | starcoder | <reponame>marlandolaud/presentations<filename>DOTNETCORE/EFCoreSamples/PerformanceEf6/Models/PurchaseOrderDetail.cs<gh_stars>100-1000
using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace PerformanceEf6.Models
{
[Table("Purchasing.PurchaseOrderDeta... | 2.148683 | 90799a946506208802b78840393413a6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2777 | {
"extension": "c-sharp",
"max_stars_count": "1004.0",
"max_stars_repo_name": "SpiritWolf2015/ShaderlabVS",
"max_stars_repo_path": "Src/ShaderlabVS.LexData/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2778"
} | starcoder | <filename>Src/ShaderlabVS.LexData/Program.cs
using ShaderlabVS.Lexer;
namespace ShaderlabVS.LexData
{
class Program
{
static void Main(string[] args)
{
Scanner.GenerateTableData();
}
}
}
| 1.428862 | 842f46b391bfdd56ccc8bdeaadc4eae0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2778 | {
"extension": "c-sharp",
"max_stars_count": "17.0",
"max_stars_repo_name": "chtoucas/Narvalo.NET",
"max_stars_repo_path": "src/Narvalo.Fx/Applicative/Fallible.Helpers.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2779"
} | starcoder | // Copyright (c) Narvalo.Org. All rights reserved. See LICENSE.txt in the project root for license information.
namespace Narvalo.Applicative
{
using System;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.ExceptionServices;
public partial struct Fallible
{
[SuppressMessage("M... | 2.591628 | 43d76fea19c0f7e17c389f81ceeaf617 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2779 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "atc-net/atc",
"max_stars_repo_path": "test/Atc.Tests/Attributes/DataAnnotations/ValidationAttributes/UriAttributeTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2780"
} | starcoder | using System.ComponentModel.DataAnnotations;
using Xunit;
namespace Atc.Tests.Attributes.DataAnnotations.ValidationAttributes
{
public class UriAttributeTests
{
[Theory]
[InlineData(true, "http://dr.dk")]
[InlineData(true, "https://dr.dk")]
[InlineData(true, "ftp://dr.dk")]
... | 2.556348 | a1e6edefee00e8f8eda77e25869c53b9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2780 | {
"extension": "c-sharp",
"max_stars_count": "152.0",
"max_stars_repo_name": "itlibrium/DDD-starter-dotnet",
"max_stars_repo_path": "Sources/Contacts/Contacts.Crud/ContactsCrudEfDao.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2781"
} | starcoder | <gh_stars>100-1000
using System.Diagnostics.CodeAnalysis;
using MyCompany.Crm.TechnicalStuff.Crud.Ef;
namespace MyCompany.Crm.Contacts
{
public class ContactsCrudEfDao : EfCrudDao, ContactsCrudOperations
{
[SuppressMessage("ReSharper", "SuggestBaseTypeForParameter",
Justification = "Require... | 1.80363 | 7ff9d6762a9caaf15abae629c37dbbce |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2781 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "LykkeCity/LykkePublicAPI",
"max_stars_repo_path": "src/Core/Domain/Exchange/ITradesCommonRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2782"
} | starcoder | <reponame>LykkeCity/LykkePublicAPI
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace Core.Domain.Exchange
{
public interface ITradeCommon
{
string Id { get; set; }
DateTime Dt { get; set; }
string AssetPair { get; set; }
string BaseAsset { ... | 1.606432 | 1e024c5fcb6ee29373c19899a6ebcb32 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2782 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ablaise/Lumina",
"max_stars_repo_path": "src/Lumina.Excel/GeneratedSheets/GatheringPointBonus.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2783"
} | starcoder | <reponame>ablaise/Lumina<filename>src/Lumina.Excel/GeneratedSheets/GatheringPointBonus.cs
// ReSharper disable All
using Lumina.Text;
using Lumina.Data;
using Lumina.Data.Structs.Excel;
namespace Lumina.Excel.GeneratedSheets
{
[Sheet( "GatheringPointBonus", columnHash: 0xcd832c29 )]
public class GatheringPoin... | 2.154528 | e850263d037b309ed6ef3f56cd9c4bd7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2783 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "pushy-me/pushy-demo-xamarin-android",
"max_stars_repo_path": "PushyDemo/Model/RegistrationResult.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2784"
} | starcoder | using System;
using ME.Pushy.Sdk.Util.Exceptions;
namespace PushyDemo
{
public class RegistrationResult
{
public String DeviceToken { get; set; }
public PushyException Error { get; set; }
}
}
| 1.339243 | 318c11344b68930385c223966d9500f6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2784 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "cts-randrid/WurmAssistant3",
"max_stars_repo_path": "src/Apps/WurmAssistant/WurmAssistant3/Areas/Core/IChangelogManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2785"
} | starcoder | <filename>src/Apps/WurmAssistant/WurmAssistant3/Areas/Core/IChangelogManager.cs
using System;
namespace AldursLab.WurmAssistant3.Areas.Core
{
public interface IChangelogManager
{
string GetNewChanges();
void UpdateLastChangeDate();
void ShowChanges(string changesText);
strin... | 1.976292 | 3d64ae5de95326160e63e65bea429db0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2785 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "YannMouchon/eiin839",
"max_stars_repo_path": "TD5/MathsLibrary/MathsLibraryClient/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2786"
} | starcoder | <filename>TD5/MathsLibrary/MathsLibraryClient/Program.cs<gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MathsLibraryClient
{
class Program
{
static void Main(string[] args)
{
MathService.Maths... | 2.550844 | b99e449bf83955f793449d0e9efa4bd0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2786 | {
"extension": "c-sharp",
"max_stars_count": "1757.0",
"max_stars_repo_name": "ngxuansang/squidex",
"max_stars_repo_path": "backend/src/Squidex.Infrastructure.MongoDb/Migrations/MongoMigrationEntity.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2787"
} | starcoder | <filename>backend/src/Squidex.Infrastructure.MongoDb/Migrations/MongoMigrationEntity.cs<gh_stars>1000+
// ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftu... | 1.650798 | d8e79e0e02809ed354f6465dcc2e38af |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2787 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "fvilers/AspNetCqrsSample",
"max_stars_repo_path": "BookStore/BookStore.Core/EventSourcing/VersionedEvent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2788"
} | starcoder | using BookStore.Core.Messaging;
namespace BookStore.Core.EventSourcing
{
public class VersionedEvent : Event, IVersionedEvent
{
public int Version { get; set; }
}
}
| 1.529868 | 885af285ca3d104cd2a4f427d5b9f2e7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2788 | {
"extension": "c-sharp",
"max_stars_count": "97.0",
"max_stars_repo_name": "phantomcosmonaut/azure-functions-signalrservice-extension",
"max_stars_repo_path": "src/SignalRServiceExtension/TriggerBindings/Executor/SignalRConnectMethodExecutor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2789"
} | starcoder | <filename>src/SignalRServiceExtension/TriggerBindings/Executor/SignalRConnectMethodExecutor.cs
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
... | 1.899882 | c75d9174b4520362163a136164496c3f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2789 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "IRONKAGE/ShutemUpValhallaHackGames",
"max_stars_repo_path": "Assets/Scripts/Common/BitMask.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2790"
} | starcoder | <reponame>IRONKAGE/ShutemUpValhallaHackGames
namespace game
{
public class BitMask
{
private int m_bits;
public int bits
{
get { return m_bits; }
set { m_bits = value; }
}
public BitMask(int initialBits = 0)
{
m_bits = initialBits;
}
public void Set(int bit)
{
m_bits |= (1 << bit);
... | 3.010341 | 23dea25b4b68fc8652562a0cdcd5236f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2790 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mwlopez/hackaton-ifm-cr",
"max_stars_repo_path": "APILotes/Controllers/BS.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2791"
} | starcoder | <filename>APILotes/Controllers/BS.cs
using Npgsql;
using RestSharp;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Web;
namespace APIProgramathon.Controllers
{
public class BS
{
public void insertDetail(long idLote, List<APIProgramathon.Mo... | 2.338336 | a96eacc4c7429a9a54ab1332dee6a30d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2791 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ClintFrancis/AzureSearchBot",
"max_stars_repo_path": "Projects/CustomerRecognition/src/CustomerRecognition.Forms/Pages/OrdersPage.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2792"
} | starcoder | using System;
using CustomerRecognition.Common;
using CustomerRecognition.Forms.Models;
using Xamarin.Forms;
using System.Linq;
using CustomerRecognition.Forms.Converters;
namespace CustomerRecognition.Forms
{
public class OrdersPage : ContentPage
{
IOrdersModel ordersModel;
static OrdersPage ... | 2.466299 | 0ec54d9a0b6fdced707b2d1abc517fe3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2792 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "KamenRiderKuuga/NetPro",
"max_stars_repo_path": "src/Library/NetPro.Web.Api/Extensions/Extensions.Identity.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2793"
} | starcoder | using Microsoft.AspNetCore.Http;
using System.Collections.Generic;
using System.Globalization;
using System.Security.Claims;
using System.Security.Principal;
namespace System.NetPro
{
/// <summary>
/// IdentityExtensions
/// </summary>
public static partial class Extensions
{
//
//... | 2.737432 | f36f95d41f95d63b9d1e92a9016aebbf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2793 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ThunderSL/Tftp.NetStandard",
"max_stars_repo_path": "Tftp.NetStandard/Commands/CommandParser.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2794"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace Tftp.NetStandard.Commands
{
/// <summary>
/// Parses a ITftpCommand.
/// </summary>
class CommandParser
{
/// <summary>
/// Parses an ITftpCommand from the given byte array. If the byte ar... | 2.966523 | 980babfb5fcf74a52091a24fe59aa110 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2794 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "xPanini/Bubblim.Core",
"max_stars_repo_path": "Services/WhisperListenerService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2795"
} | starcoder | <reponame>xPanini/Bubblim.Core
using Bubblim.Core;
using Discord;
using Discord.Commands;
using Discord.WebSocket;
using System;
using System.IO;
using System.Threading.Tasks;
namespace Bubblim
{
public class WhisperListenerService
{
private readonly DiscordSocketClient _discord;
private reado... | 2.185875 | cb15bc08372d0c6e4aeb358a8e0f8e28 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2795 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "archi-Doc/Tinyhand",
"max_stars_repo_path": "Tinyhand/Formatters/CollectionFormatter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2796"
} | starcoder | <filename>Tinyhand/Formatters/CollectionFormatter.cs
// Copyright (c) All contributors. All rights reserved. Licensed under the MIT license.
using System;
using System.Buffers;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using ... | 2.708693 | d5c45b0e977a73b7f5d828968cdfdf15 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2796 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "auroraland-vr/auroraland-client",
"max_stars_repo_path": "Assets/UniversalMediaPlayer/Scripts/Sources/Services/VideoHostingParser.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2797"
} | starcoder | using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class VideoHostingParser
{
private MonoBehaviour _monoObject;
private Dictionary<string, VideoHostingInfo[]> _cachedVideoUrls;
private List<IVideoHosting> _videoParsers;
private IVideoHosting _currentVi... | 2.521471 | 0f42f3649b2cb2f7d31707caece1cc4c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2797 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Bluesoul02/The-rebirth-of-a-ressentful-spirit",
"max_stars_repo_path": "Assets/Scripts/Game/MainManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2798"
} | starcoder | <reponame>Bluesoul02/The-rebirth-of-a-ressentful-spirit
using UnityEngine;
using UnityEngine.SceneManagement;
using System.IO;
using System.Collections.Generic;
/*
* le système de sauvegarde fonctionne avec des fichiers texte
* data.txt pour le joueur
* Settings.txt pour les paramètres
* LootToCheck_zonedujoueur.... | 2.279684 | be271fa00f929338a569333a8b882495 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2798 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "dabide/ServiceStack",
"max_stars_repo_path": "src/ServiceStack.Client/Serialization/DataContractSerializer.Deserialize.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2799"
} | starcoder | <reponame>dabide/ServiceStack<filename>src/ServiceStack.Client/Serialization/DataContractSerializer.Deserialize.cs
using System;
using System.IO;
using System.Text;
using System.Runtime.Serialization;
using System.Xml;
namespace ServiceStack.Serialization
{
public partial class DataContractSerializer
... | 2.389931 | 629256b06da769164cf6c2e4a4c067c2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2799 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sono8stream/WodiLib",
"max_stars_repo_path": "WodiLib/WodiLib/Database/Model/Internal/DBItemSettingDesc/DBItemSettingDescDatabase.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2800"
} | starcoder | <reponame>sono8stream/WodiLib<gh_stars>0
// ========================================
// Project Name : WodiLib
// File Name : DBItemSettingDescDatabase.cs
//
// MIT License Copyright(c) 2019 kameske
// see LICENSE file
// ========================================
using System;
using System.Collections.Gener... | 2.121748 | 669d8b53d0ea64cf8e4b8a0644986305 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2800 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dolittle-platform/ContinuousImprovement",
"max_stars_repo_path": "Source/Policies.Specs/for_Improvements/for_TrackedStepStatus/when_checking_has_been_handled/and_mark_as_handled_has_not_been_called.cs",
"provenance": "train-00000-of-0... | starcoder | <filename>Source/Policies.Specs/for_Improvements/for_TrackedStepStatus/when_checking_has_been_handled/and_mark_as_handled_has_not_been_called.cs
using Concepts.Improvements;
using Machine.Specifications;
using Policies.Improvements.Tracking;
namespace Policies.Specs.for_Improvements.for_TrackedStepStatus.when_checking... | 2.392265 | d927743e9c7b5dd3967c9549e9b35948 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2801 | {
"extension": "c-sharp",
"max_stars_count": "50.0",
"max_stars_repo_name": "dimitarminchev/ITCareer",
"max_stars_repo_path": "02. Programming/2019/2019.03.09/09. ShortWordSort/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2802"
} | starcoder | <filename>02. Programming/2019/2019.03.09/09. ShortWordSort/Program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _09.ShortWordSort
{
class Program
{
static void Main(string[] args)
{
// ... | 3.680302 | 845e29028ee32d50ec4a1b9440bc7772 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2802 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "phillipmacon/maui",
"max_stars_repo_path": "src/Platform.Renderers/src/Xamarin.Forms.Platform.WPF/Enums/Symbol.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2803"
} | starcoder | <gh_stars>1-10
namespace Xamarin.Forms.Platform.WPF.Enums
{
public enum Symbol
{
//
// Résumé :
// E100 <img alt = src="./Microsoft.UI.Xaml.controls/images/symbol/previous « Précédent
// icône ». Aligner PNG » = « premiers » />
Previous = 57600,
//
// Résumé :
// E101 <img alt = « Icône s... | 2.307621 | 15b71a01f35c9f4f0655fa2870ddc480 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2803 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "lurienanofab/lnf",
"max_stars_repo_path": "LNF.Impl/Repository/Data/DemCitizen.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2804"
} | starcoder | using LNF.DataAccess;
namespace LNF.Impl.Repository.Data
{
public class DemCitizen : IDataItem
{
public virtual int DemCitizenID { get; set; }
public virtual string DemCitizenValue { get; set; }
}
}
| 1.549091 | 64b84ccda9a495b2ae2bd01ba7bf4f48 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2804 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "goblinhero/NCore",
"max_stars_repo_path": "src/NCore.Web/Extensions/MappingExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2805"
} | starcoder | using System;
using System.Linq.Expressions;
using NCore.Web.Api.Contracts;
using NHibernate.Mapping.ByCode;
using NHibernate.Mapping.ByCode.Conformist;
namespace NCore.Web.Extensions
{
public static class MappingExtensions
{
public static void MapId<TMapping, T>(this TMapping mapping)
whe... | 2.242553 | 0dda770880d609af126558ccb967d8c2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2805 | {
"extension": "c-sharp",
"max_stars_count": "225.0",
"max_stars_repo_name": "uQr/scriptsharp",
"max_stars_repo_path": "src/Core/Compiler/ScriptModel/Expressions/IndexerExpression.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2806"
} | starcoder | <filename>src/Core/Compiler/ScriptModel/Expressions/IndexerExpression.cs<gh_stars>100-1000
// IndexerExpression.cs
// Script#/Core/Compiler
// This source code is subject to terms and conditions of the Apache License, Version 2.0.
//
using System;
using System.Collections;
using System.Collections.Generic;
using Syste... | 2.279468 | 2c0470905686179581b253c328061256 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2806 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "ousttrue/UniVRMUtility",
"max_stars_repo_path": "Assets/UniVRMUtility/VRMViewer/InitialLocalization.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2807"
} | starcoder | using UnityEngine;
using UnityEngine.UI;
using UniVRM10;
namespace UniVRMUtility.VRMViewer
{
public class InitialLocalization : MonoBehaviour
{
[SerializeField]
[TextArea]
public string Japnaese = "日本語";
[SerializeField]
[TextArea]
public string English = "Engl... | 2.268693 | 25ce94836cdfafee497a0b5c53778ede |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2807 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "carolynvs/GitVersion",
"max_stars_repo_path": "GitVersionCore.Tests/Fixtures/BaseGitFlowRepositoryFixture.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2808"
} | starcoder | using System;
using System.IO;
using GitVersion;
using LibGit2Sharp;
public class BaseGitFlowRepositoryFixture : EmptyRepositoryFixture
{
public BaseGitFlowRepositoryFixture(string initialVersion) : base(new Config())
{
SetupRepo(r => r.MakeATaggedCommit(initialVersion));
}
public ... | 2.27631 | 57f225efaed249e0107610986bd7130d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2808 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DanailY/StrumskaSlava",
"max_stars_repo_path": "Web/StrumskaSlava.Web.ViewModels/Gallery/Delete/GalleryDeleteViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2809"
} | starcoder | namespace StrumskaSlava.Web.ViewModels.Gallery.Delete
{
using System;
using System.Collections.Generic;
using System.Text;
using StrumskaSlava.Services.Data;
using StrumskaSlava.Services.Mapping;
public class GalleryDeleteViewModel : IMapFrom<GalleryServiceModel>
{
public string N... | 1.566651 | dc55eb8600722c73d8ac398b743b7b11 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2809 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mrcrane/azure-functions-host",
"max_stars_repo_path": "src/WebJobs.Script.WebHost/Extensions/WebHostSettingsExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2810"
} | starcoder | <gh_stars>1-10
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
namespace Microsoft.Azure.WebJobs.Script.WebHost.Extensions
{
public static class WebHostSettingsExtensions
{
public static ScriptHostCo... | 1.151294 | 9704149f591e658114aa2c75e88723cd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2810 | {
"extension": "c-sharp",
"max_stars_count": "192.0",
"max_stars_repo_name": "zhaoshaolin0/PosePlus_TBS",
"max_stars_repo_path": "Assets/Code/poseplus/util/BitHelper.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2811"
} | starcoder | <gh_stars>100-1000
using System;
using System.Collections.Generic;
using UnityEngine;
using System.Text;
class BitHelper
{
public static byte[] getBytes(Vector2 pos)
{
byte[] buf = new byte[8];
BitConverter.GetBytes(pos.x).CopyTo(buf, 0);
BitConverter.GetBytes(pos.y).CopyTo(buf, 4);
... | 2.747223 | 2fd3115f378576b23d035725408937a5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2811 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rquackenbush/EmbeddedFiniteStateMachine",
"max_stars_repo_path": "EFSM.Generator/TextGeneration/TextGenerator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2812"
} | starcoder | <filename>EFSM.Generator/TextGeneration/TextGenerator.cs
using System;
using System.Text;
namespace EFSM.Generator.TextGeneration
{
public class TextGenerator
{
private readonly int _spacesPerIndent;
private const int DefaultSpacesPerIndent = 4;
private int _indentLevel;
priva... | 3.328634 | 4b085c29ff09704b65c3a39a0517cd96 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2812 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "GoFightNguyen/programming-in-csharp",
"max_stars_repo_path": "4.ImplementDataAccess/3.LINQ/4.62_Paging_SkipAndTake/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2813"
} | starcoder | <gh_stars>0
using System.Linq;
using System.Collections.Generic;
using System;
namespace _4._62_Paging_SkipAndTake
{
class Program
{
static void Main(string[] args)
{
bool wereThereOrders;
int pageIndex = 1;
int pageSize = 3;
do
{
... | 3.444538 | 8c5fe9924eb6ba5ce46b8647df1b2669 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2813 | {
"extension": "c-sharp",
"max_stars_count": "2977.0",
"max_stars_repo_name": "DeonHeyns/ServiceStack",
"max_stars_repo_path": "tests/ServiceStack.Common.Tests/ServiceClient.Web/ServiceClientBaseTester.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2814"
} | starcoder | <filename>tests/ServiceStack.Common.Tests/ServiceClient.Web/ServiceClientBaseTester.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using ServiceStack.Web;
namespace ServiceStack.Common.Tests.ServiceClient.Web
{
public class ServiceClientBaseTester : ServiceClientB... | 2.118336 | b88719f8aa24f26c39a6e735731c7a50 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2814 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yuinore/HeartBeat",
"max_stars_repo_path": "HatoDSP/Rainbow.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2815"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HatoDSP
{
public class Rainbow : Cell
{
CellTree children;
List<Cell> list;
int rainbowN = 7;
float detuneAmount = 0.2f; // 0~
float unisoneAmo... | 2.558973 | 3264ba44b281e670592c41a7f77134ee |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2815 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "pradipkumarraushan/ApartmentManagementSystem",
"max_stars_repo_path": "ApartmentManagementSystem/ModelManager/MeetingModelManger.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2816"
} | starcoder | using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Web;
using ApartmentManagementSystem.Models;
namespace ApartmentManagementSystem.ModelManager
{
public class MeetingModelManger
{
string Cns = Con... | 2.505839 | b7919e10b63b5f1c047cf320a9665611 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2816 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gdearth/RetailCalendar",
"max_stars_repo_path": "src/RetailCalendar/FiscalDay.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2817"
} | starcoder | using System;
namespace RetailCalendar
{
public class FiscalDay : IEquatable<FiscalDay>
{
public FiscalDay()
{
}
public FiscalDay(int fiscalYear, short fiscalDay)
{
var details = FiscalDayExtension.FiscalDayDetails(fiscalYear, fiscalDay);
Year ... | 3.220761 | 25b9d239a91ffa813bd24b0e843517ec |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2817 | {
"extension": "c-sharp",
"max_stars_count": "1761.0",
"max_stars_repo_name": "rwleo/ReactiveTraderCloud",
"max_stars_repo_path": "src/server/Adaptive.ReactiveTrader.Contract/Events/Trade/TradeIdIncrementedEvent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2818"
} | starcoder | <reponame>rwleo/ReactiveTraderCloud<filename>src/server/Adaptive.ReactiveTrader.Contract/Events/Trade/TradeIdIncrementedEvent.cs<gh_stars>1000+
namespace Adaptive.ReactiveTrader.Contract.Events.Trade
{
public class TradeIdIncrementedEvent
{
}
} | 0.990859 | c757f886108a93c187028120c8aa8187 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2818 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "philanderson888/c-sharp",
"max_stars_repo_path": "API_Console_Core_01/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2819"
} | starcoder | using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace API_2019_09_07_JSON_dot_NET
{
class Program
{
static List<Customer> customers = new List<Customer>();
static void Main(string[] args)
{
// ... | 3.629606 | e7f6fefccfc7d64ba000e083e6c2ca5e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2819 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Recognos/CodeChalenges",
"max_stars_repo_path": "Challenge2/Challenge2/PaulParau1.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2820"
} | starcoder | using System;
using System.Threading;
using System.Threading.Tasks;
namespace Challenge2
{
class PaulParau1
{
const int MaxConcurrency = 5;
const int TotalNumberOfExecutions = 20;
static int currentlyActiveOperations = 0;
static int startedOperations = 0;
public stati... | 3.317116 | 6fed5fdfcc60eff747b2f9a35d7db0d7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2820 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "SimonCropp/EfLocalDb",
"max_stars_repo_path": "src/LocalDb/Timestamp.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2821"
} | starcoder | #if EF
namespace EfLocalDb
#else
namespace LocalDb
#endif
{
#region Timestamp
public static class Timestamp
{
public static DateTime LastModified(Delegate @delegate)
{
if (@delegate.Target is not null)
{
var targetAssembly = @delegate.Target.GetType(... | 2.24432 | f9c6c4e9ec8ea1401e8e0f397bee18c8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2821 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "TsvetanMilanov/Employer-Employee-Hunt",
"max_stars_repo_path": "Web/EmployerEmployeeHuntSystem.Web/Controllers/SkillsController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2822"
} | starcoder | namespace EmployerEmployeeHuntSystem.Web.Controllers
{
using System.Linq;
using System.Web.Mvc;
using Services.Data.Contracts;
public class SkillsController : BaseController
{
private ISkillsService skills;
public SkillsController(ISkillsService skills)
{
this.... | 2.384565 | ece2c64324e85a2b3b569abfe53b8403 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2822 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ermontgo/kapitan",
"max_stars_repo_path": "src/Kanyon.Kubernetes/Rbac/V1alpha1/Subject.generated.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2823"
} | starcoder | using System;
using System.Collections.Generic;
using Newtonsoft.Json;
using Kanyon.Kubernetes;
namespace Kanyon.Kubernetes.Rbac.V1alpha1
{
public partial class Subject
{
/** <summary>APIVersion holds the API group and version of the referenced subject. Defaults to "v1" for ServiceAccount subjects. Def... | 2.283166 | 432a4fa1f88b3111fbcce06cf011187b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2823 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "KoMaTo3/csgl",
"max_stars_repo_path": "csgl/ShaderProgramUniformMatrix4Pointer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2824"
} | starcoder | using System;
using OpenTK;
using OpenTK.Graphics.OpenGL;
namespace csgl {
public class ShaderProgramUniformMatrix4Pointer: ShaderProgramUniform {
private ValueMatrix4 _value;
public Matrix4 value {
get { return this._value.value; }
protected set { }
}
public override void Apply() {
... | 2.195944 | c2f83b75946363c7c5f1eeea744d7e04 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2824 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "zxyacb/wpftoolkit",
"max_stars_repo_path": "ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/PropertyGrid/Implementation/PropertyGridUtilities.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2825"
} | starcoder | /*************************************************************************************
Extended WPF Toolkit
Copyright (C) 2007-2013 Xceed Software Inc.
This program is provided to you under the terms of the Microsoft Public
License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license
... | 2.118455 | a650e3928171de17c66e03294b166827 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2825 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ognjenkatic/windows-forensics-uf",
"max_stars_repo_path": "WinFo/WinFo/Service/Configuration/IShareService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2826"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WinFo.Model.Configuration;
namespace WinFo.Service.Configuration
{
/// <summary>
/// Interface that defines a share information service
/// </summary>
public interface IShareServic... | 1.784753 | 0aaac3465604dc3c91f76974c4fd3d09 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2826 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "mingyaaaa/Brochure",
"max_stars_repo_path": "test/BenchmarkTest/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2827"
} | starcoder | using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Running;
using BenchmarkTest.BenchmarkTest;
using Brochure.Core;
using Brochure.Core.Extenstions;
using Brochure.Core.Server;
using Brochure.ORM.Extensions;
using Brochure.ORM.MySql;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection... | 1.45722 | 7ec63b994affe947dbbcce181c36534f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2827 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "bielu/Examine",
"max_stars_repo_path": "src/Examine/LuceneEngine/Directories/TempEnvDirectoryFactory.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2828"
} | starcoder | <reponame>bielu/Examine<gh_stars>1-10
using System;
using System.IO;
using System.Security;
using System.Web;
using Examine.LuceneEngine.Providers;
using Lucene.Net.Store;
namespace Examine.LuceneEngine.Directories
{
/// <summary>
/// A directory factory used to create an instance of FSDirectory that uses the ... | 2.428238 | baf24857ec329a6717e29afbbfb38b0a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2828 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BorislavBarov/OOP-Basics-With-C-Sharp",
"max_stars_repo_path": "Exercise/06. Polymorphism - Exercise/P03_WildFarm/Models/Cat.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2829"
} | starcoder | using System.Collections.Generic;
using System.Text;
public class Cat : Feline, ICat
{
private List<string> favoriteFoods = new List<string>() { "Vegetable", "Meat" };
public Cat(string name, double weight, string livingRegion, string breed)
: base(name, weight, livingRegion, breed)
{
thi... | 3.307587 | b2137ee7bf5c10b9ba5f8abd85756854 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2829 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "shuitian/pokemon_rpg",
"max_stars_repo_path": "Assets/Scripts/Player.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2830"
} | starcoder | <filename>Assets/Scripts/Player.cs<gh_stars>0
using UnityEngine;
using System.Collections;
using UnityTool.Libgame;
[RequireComponent(typeof(PlayerMove))]
[RequireComponent(typeof(PlayerHpComponent))]
public class Player : Character {
new protected void Awake()
{
base.Awake();
player = this;
... | 2.593378 | 7ea9ad0f2b4c7a7742d858151875566b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2830 | {
"extension": "c-sharp",
"max_stars_count": "38.0",
"max_stars_repo_name": "shopyourway/moranbernate",
"max_stars_repo_path": "src/OhioBox.Moranbernate/Utils/ExpressionProcessor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2831"
} | starcoder | <reponame>shopyourway/moranbernate
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq.Expressions;
using OhioBox.Moranbernate.Mapping;
namespace OhioBox.Moranbernate.Utils
{
internal static class ExpressionProcessor<T>
{
private static readonly IDiction... | 2.296433 | e2f8675834460d0a00d5e00ccdd11411 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2831 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sht0lz/rossko",
"max_stars_repo_path": "Infrastructure/PermutationsCache.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2832"
} | starcoder | using Domain;
using Domain.Interfaces;
using Newtonsoft.Json;
using StackExchange.Redis;
namespace Infrastructure
{
public class PermutationsCache : IPermutationsCache
{
private readonly IDatabase _database;
public PermutationsCache(string redisConnectionString)
{
var redis... | 2.793609 | 9ed3bc49ba3ea7c884f4b225384c1914 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2832 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "devhuseyinkartal/eyazisma.online.api",
"max_stars_repo_path": "src/eyazisma.online.api.standard/Classes/BelgeHedef.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2833"
} | starcoder | using System;
using System.Collections.Generic;
using eyazisma.online.api.Interfaces.Fluents;
namespace eyazisma.online.api.Classes
{
/// <summary>
/// Belgenin elektronik ortamda iletileceği tarafların bilgisidir.
/// </summary>
public sealed class BelgeHedef
{
public BelgeHedef()
... | 2.842909 | 226c17cd28c360b2601dd86a024e6383 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2833 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "pierresprim/WinCopies.Util",
"max_stars_repo_path": "Source/WinCopies.Util.Extensions.Shared/Diagnostics/If/If.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2834"
} | starcoder | <reponame>pierresprim/WinCopies.Util
/* Copyright © <NAME>, 2020
*
* This file is part of the WinCopies Framework.
*
* The WinCopies Framework 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, eithe... | 2.188723 | c6ef4dd8918a6cbf095b901e59fd2210 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2834 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "PacktPublishing/C-8-and-.NET-Core-3.1-Recipes-2nd-Edition",
"max_stars_repo_path": "Section 3/3.7_Custom_Attributes/CustomAttributes/CustomAttributes/ProfileService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2835"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
namespace CustomAttributes
{
[Deprecated]
public class ProfileService
{
}
}
| 1.017256 | c857589542e76978e6955e2edaa57daf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2835 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Fildrance/GetTheFoodAlready",
"max_stars_repo_path": "src/GetTheFoodAlready.DeliveryClubBridge/DeliveryClubClientSettings.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2836"
} | starcoder | using System;
namespace GetTheFoodAlready.DeliveryClubBridge
{
public class DeliveryClubClientSettings
{
public DeliveryClubClientSettings(string apiBaseUrl, string apiVersion)
{
if (string.IsNullOrEmpty(apiBaseUrl))
{
throw new ArgumentNullException(nameof(apiBaseUrl));
}
if (string.IsNullOrEm... | 2.490527 | 0fac389c7e3231c194b90b9f0ed757d0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 2836 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bsitler/BuckleMyBRB",
"max_stars_repo_path": "BRBBuckling/BRBBucklingFunctions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:2837"
} | starcoder | using static System.Math;
using ExcelDna.Integration;
using static BRBBuckling.OptionalParams;
public static class BRBBucklingFunctions
{
#region Stability limits
[ExcelFunction(Description = @"Nakamura's BRB buckling method
Ncr=π^2EI/2L^2
Tsai, Nakamura et al. 2002: Experimental te... | 2.543396 | 547d7421f38cb80971c13162d4cfc78a |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.