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 | 8841412 | {
"extension": "c-sharp",
"max_stars_count": "24.0",
"max_stars_repo_name": "onovotny/PersistenceChannel",
"max_stars_repo_path": "AppInsights.WindowsDesktop/WindowsDesktop/UnobservedExceptionTelemetryModule.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160632"
} | starcoder | namespace Microsoft.ApplicationInsights.WindowsDesktop
{
using System;
using System.Threading.Tasks;
using Microsoft.ApplicationInsights.Common;
using Microsoft.ApplicationInsights.DataContracts;
using Microsoft.ApplicationInsights.Extensibility;
using Microsoft.ApplicationInsights.Extensibilit... | 2.392454 | 37e15244dc0a933bc62662337ba76c54 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841413 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "YiJingFramework/YiJingFramework.Painting.Deriving",
"max_stars_repo_path": "YiJingFramework.Painting.Deriving/YiJingFramework.Painting.Deriving/IComparer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160633"
} | starcoder | <reponame>YiJingFramework/YiJingFramework.Painting.Deriving
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YiJingFramework.Painting.Deriving
{
/// <summary>
/// 卦画比较器。
/// A paintings' comparer.
/// </summary>
/// <type... | 2.70716 | cfbbacdf4609fe1b528b5fd39ae280b5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841414 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "michael2xiang/EShop.FrontEnd",
"max_stars_repo_path": "EShop.FrontEnd.UI.Web.MVC/Helpers/EshopHtmlHelper.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160634"
} | starcoder | using System;
using System.Collections.Generic;
using System.Data.Entity.Migrations.Builders;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.Mvc;
namespace EShop.FrontEnd.UI.Web.MVC.Helpers
{
public static class EshopHtmlHelper
{
public static string BuildPageLinksFrom(this H... | 2.512823 | a9d491cb69e6d0e59ad92ab724e79789 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841415 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jkniest/Collections",
"max_stars_repo_path": "CollectionsTest/Person.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160635"
} | starcoder | namespace CollectionsTest
{
public class Person
{
public int Age;
public float Height;
public Person(int age, float height = 1.7f)
{
Age = age;
Height = height;
}
}
} | 2.630799 | c68193750f89900ce1dd7cb7b843d7e2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841416 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "greeduomacro/vivre-uo",
"max_stars_repo_path": "Scripts/Items/Addons/StoneOvenEastAddon.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160636"
} | starcoder | <filename>Scripts/Items/Addons/StoneOvenEastAddon.cs
using System;
using Server;
namespace Server.Items
{
public class StoneOvenEastAddon : BaseAddon
{
public override BaseAddonDeed Deed{ get{ return new StoneOvenEastDeed(); } }
[Constructable]
public StoneOvenEastAddon()
{
AddComponent( new AddonCompone... | 2.40217 | 02b40d79f53fcf5ae3dd537bec7206d4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841417 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Mefgalm/PlayCatCore",
"max_stars_repo_path": "src/PlayCat.Music/AudioOptions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160637"
} | starcoder | <reponame>Mefgalm/PlayCatCore
namespace PlayCat.Music
{
public class AudioOptions
{
public int BitRate { get; set; }
public string DefaultFormat { get; set; }
}
}
| 1.268081 | 835c2fc42e75d19a1a2cc8d77c740620 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841418 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "davesmits/microsoft-identity-web",
"max_stars_repo_path": "tests/PerformanceTests/Microsoft.Identity.Web.Perf.Client/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160638"
} | starcoder | <gh_stars>0
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Threading.Tasks;
using Microsoft.Extensions.Configuration;
namespace Microsoft.Identity.Web.Perf.Client
{
class Program
{
static async Task Main(string[] args)
... | 1.907209 | 4b458e8f4caaf0274a11bf38afaa3bf5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841419 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dannmichelson/cleanCode",
"max_stars_repo_path": "API/DannMichelson.CleanCodeApi/Controllers/KcdcController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160639"
} | starcoder | <filename>API/DannMichelson.CleanCodeApi/Controllers/KcdcController.cs
using System.Web.Http;
namespace DannMichelson.CleanCodeApi.Controllers
{
public class KcdcController : ApiController
{
public IHttpActionResult GetSessions
}
} | 1.596628 | 45eca5161c707c7e3c3a833867d1dccc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841420 | {
"extension": "c-sharp",
"max_stars_count": "149.0",
"max_stars_repo_name": "Iemnur/Mother2GbaTranslation",
"max_stars_repo_path": "tools/ScriptTool/FixedStringCollection.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160640"
} | starcoder | <gh_stars>100-1000
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace ScriptTool
{
public class FixedStringCollection
{
public int StringsLocation { get; set; }
public IList<int> TablePointers { ... | 1.806339 | 5e716c64f2fa8984da011030f500cbb4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841421 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JTOne123/SimpleEssentials",
"max_stars_repo_path": "SimpleEssentials.ToQuery/IQueryObject.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160641"
} | starcoder | using System.Collections;
using System.Collections.Generic;
namespace SimpleEssentials.ToQuery
{
public interface IQueryObject
{
string Query { get; set; }
Dictionary<string, object> Parameters { get; set; }
IQueryObject IsQuery(string query);
void IsParameter(object value);
... | 2.380564 | 8b24cb61aeff5fddbfdea74e7f949e00 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841422 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "unitycoder/CGALDotNet",
"max_stars_repo_path": "CGALDotNet/Triangulations/BaseTriangulation3.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160642"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Text;
using CGALDotNetGeometry.Numerics;
using CGALDotNetGeometry.Shapes;
namespace CGALDotNet.Triangulations
{
public enum TRIANGULATION3
{
TRIANGULATION,
DELAUNAY
}
/// <summary>
/// Base triangulation cl... | 2.73954 | f60edb5e92c7667ccdc4eb1aaacdf2d5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841423 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lsalomao/RestCliente.Net",
"max_stars_repo_path": "RestClient.Net.Abstractions/IZip.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160643"
} | starcoder | namespace RestClient.Net.Abstractions
{
/// <summary>
/// Abstraction for compressing and decompressing data. This is used in cases where the platform does not automatically handle compression/decompression
/// </summary>
public interface IZip
{
byte[] Unzip(byte[] compressedData);
... | 2.31267 | 6d8ec3b36528dda709d6083f64ff7829 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841424 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "llijaz/Shoot-em-up",
"max_stars_repo_path": "Assets/Skripts/Explosion.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160644"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Explosion : MonoBehaviour
{
public Sprite[] sprites;
public int delay;
int index = 0;
void Start()
{
}
void Update()
{
if (index - delay > sprites.Length - 1)
{
... | 2.418465 | f059901cfdf678ded6d0e378c569291f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841425 | {
"extension": "c-sharp",
"max_stars_count": "9.0",
"max_stars_repo_name": "KOREAN139/simulator",
"max_stars_repo_path": "Assets/Scripts/ScenarioEditor/Undo/Records/UndoRotateElement.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160645"
} | starcoder | /**
* Copyright (c) 2020 LG Electronics, Inc.
*
* This software contains code licensed as described in LICENSE.
*
*/
namespace Simulator.ScenarioEditor.Undo.Records
{
using Elements;
using Managers;
using UnityEngine;
/// <summary>
/// Record that undoes rotating scenario element on the map
... | 2.155246 | 275a95e3df1e04f63e85ae1297feaa49 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841426 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "paulosalvatore/Jogo_Dino",
"max_stars_repo_path": "Assets/Scripts/Jogo.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160646"
} | starcoder | <filename>Assets/Scripts/Jogo.cs
using System.Collections;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
public class Jogo : MonoBehaviour
{
[Header("Configurações do Jogo")]
[Range(0f, 100f)]
public float velocidade = 10f;
[Range(0f, 20f)]
[SerializeField]
priva... | 2.119272 | b387acdf540cdc1a6187c545861b1adf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841427 | {
"extension": "c-sharp",
"max_stars_count": "126.0",
"max_stars_repo_name": "xiongfang/UnrealCS",
"max_stars_repo_path": "Script/UnrealEngine/GeneratedScriptFile/USoundNodeQualityLevel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160647"
} | starcoder | <gh_stars>100-1000
using System;
namespace UnrealEngine
{
public partial class USoundNodeQualityLevel:USoundNode
{
}
}
| 0.335097 | 36a5af46feac64cac9c513f06dc38350 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841428 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "manbeardgames/kbinxml-sharp",
"max_stars_repo_path": "kbinxml-sharp/Utilities.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160648"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace kbinxml_sharp
{
internal static class Utilities
{
public static byte[] Slice(this byte[] array,
int startIndex, int range)
{
int length = range ... | 2.926206 | f0588df99b835d0d4a359cff34aad9ac |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841429 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "VismaSolutionsOy/VismaSignApiClient",
"max_stars_repo_path": "Visma.Sign.Api.Client.UnitTests/Resources/V1/AddFileToDocumentTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160649"
} | starcoder | <reponame>VismaSolutionsOy/VismaSignApiClient
using System.Net.Http;
using NUnit.Framework;
using Visma.Sign.Api.Client.UnitTests.Builders.Dtos;
using Visma.Sign.Api.Client.UnitTests.Builders.Resources.V1;
namespace Visma.Sign.Api.Client.UnitTests.Resources.V1
{
[TestFixture]
class AddFileToDocumentTests
... | 2.38089 | afd81a5587564365e57166559601b9ea |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841430 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "LocalJoost/TextureLoaderError",
"max_stars_repo_path": "Assets/Assets/HoloToolkitExtensions/Scripts/RemoteAssets/UWPDynamicTextureDownloader.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160650"
} | starcoder | using System;
#if UNITY_UWP || WINDOWS_UWP
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
#endif
using UnityEngine;
namespace HoloToolkitExtensions.RemoteAssets
{
public class UWPDynamicTextureDownloader : MonoBehaviour
{
protected MainThreadExecuter _mainThreadExe... | 2.351789 | 40bdf690ec8fff6fad99bc02f10cf5e5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841431 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nikolayvutov/CSharp",
"max_stars_repo_path": "25.OOP-Polymorphism/Vehicles/Truck.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160651"
} | starcoder | <filename>25.OOP-Polymorphism/Vehicles/Truck.cs
using System;
public class Truck : Vehicle
{
public Truck(double fuelQuantity, double fuelConsumationPerKm, double tankCapacity)
:base(fuelQuantity, fuelConsumationPerKm, tankCapacity)
{
}
public void DriveDistance(double distance)
{
... | 3.631106 | 69852913c030a1ae35f8ef97cbaf07bb |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841432 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "nimrodolev/SimpleTyped",
"max_stars_repo_path": "src/SimplyTyped/Utils/UnixTimestampUtility.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160652"
} | starcoder | <filename>src/SimplyTyped/Utils/UnixTimestampUtility.cs
using System;
namespace SimplyTyped.Utils
{
internal class UnixTimestampUtility
{
private static DateTime _epoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
public static DateTime UnixTimestampToDatetime(long timestamp)
... | 3.321929 | b64a13c08b00ed733e73732f7e43f38c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841433 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "damaraaxaindonesia/DamaCMS",
"max_stars_repo_path": "DamaCoreCMS.Framework/Core/Services/Auth/EmailSender.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160653"
} | starcoder | <reponame>damaraaxaindonesia/DamaCMS
using System.Text.Encodings.Web;
using System.Threading.Tasks;
namespace DamaCoreCMS.Framework.Core.Services.Auth
{
// This class is used by the application to send email for account confirmation and password reset.
// For more details see https://go.microsoft.com/fwlink... | 2.480419 | 36629ee69a57054851cb8e5658dcd887 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841434 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sbully/TP_ABC_Dev",
"max_stars_repo_path": "Minuteur/Minuteur/Form1.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160654"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Diagnostics;
namespace Minuteur
{
public partial class Form1 : Form
{
Date... | 2.41429 | 766ebfc37b28d4aeaa881f100ea62bb0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841435 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ArcSin2000X/FederatedSidechains",
"max_stars_repo_path": "src/Stratis.FederatedSidechains.IntegrationTests/TestHelper.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160655"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using NBitcoin;
using NBitcoin.Protocol;
using Stratis.Bitcoin.Builder;
using Stratis.Bitcoin.IntegrationTests.Common;
using Stratis.Bitcoin.IntegrationTests.Common.EnvironmentMockUpHelpers;
using Stratis.FederatedPeg;
usin... | 1.959714 | 557ccf6f084dced1423bed02470b6dc3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841436 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Tragedian-HLife/HLife",
"max_stars_repo_path": "HLife/GameEntities/People/PersonPreferences.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160656"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HLife.GameEntities.People
{
public class PersonPreferences
{
public PersonPhysique Physique { get; set; }
}
}
| 1.456918 | 8031e4d8fc6380e5c8aa8c6b1e0f1d43 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841437 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "acapdevila/gestionfacturas",
"max_stars_repo_path": "GestionFacturas.Tests/Modelos/TestsFactura.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160657"
} | starcoder | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using GestionFacturas.Modelos;
using System.Collections.Generic;
namespace GestionFacturas.Tests.Modelos
{
[TestClass]
public class TestsFactura
{
[TestMethod]
public void CaluculaBaseImponible_FacturaConTresLineas()... | 2.754486 | 9199ccb3f4cdd25b7f770ecbb5fdca1a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841438 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Saschanski/EventSubExample",
"max_stars_repo_path": "EventSubExample/Models/Subscriptions/StreamSubscriptions/StreamOfflineNotification.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160658"
} | starcoder | <gh_stars>1-10
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace EventSubExample.Models.Subscriptions.StreamSubscriptions
{
/// <summary>
/// The stream.offline subscription type sends a notification when the specified broadcaster... | 2.193885 | dcd06a4a957cbf53b4bd4313e26685b9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841439 | {
"extension": "c-sharp",
"max_stars_count": "22.0",
"max_stars_repo_name": "popcron/sheets",
"max_stars_repo_path": "Popcron.Sheets/IterativeCalculationSettings.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160659"
} | starcoder | <reponame>popcron/sheets<gh_stars>10-100
using System;
namespace Popcron.Sheets
{
[Serializable]
public class IterativeCalculationSettings
{
public int maxIterations;
public int convergenceThreshold;
}
} | 1.524132 | f6517e3209dd59ee11fd3071103c7a1f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841440 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Andraz1999/LudwigJam",
"max_stars_repo_path": "Ludwig Jam 2021/Assets/Scripts/MainMenu.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160660"
} | starcoder | <reponame>Andraz1999/LudwigJam
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.EventSystems;
using UnityEngine.InputSystem;
public class MainMenu : MonoBehaviour
{
public GameObject howToPlayScreen;
public GameObject storyScree... | 1.811415 | a4f10d904a270e18643223340346a84d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841441 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "eltra-ch/eltra-sdk",
"max_stars_repo_path": "connect/EltraConnector/Controllers/Queue/ParameterChangeQueueItem.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160661"
} | starcoder | using EltraCommon.ObjectDictionary.Common.DeviceDescription.Profiles.Application.Parameters;
using System;
using System.Threading.Tasks;
namespace EltraConnector.Controllers.Queue
{
class ParameterChangeQueueItem
{
#region Private fields
private ParameterValue _actualValue;
private re... | 2.391777 | 3626c94eb257a74e68e191b06dc8e7bf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841442 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "kawaitenshi/foolsrun",
"max_stars_repo_path": "Assets/Scripts/potionCollision.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160662"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class potionCollision : MonoBehaviour
{
public GameObject particleEffect;
// void OnCollisionEnter(Collision collision) {
// if (collision.collider.CompareTag("Player")) Explode();
// Debug.Log("Hit the player... | 2.43859 | f74b7b1ba6e767902b42940f0e9d24b1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841443 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "gerolds/Wolfgang",
"max_stars_repo_path": "Wolfgang/Place.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160663"
} | starcoder | <reponame>gerolds/Wolfgang
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
namespace Wolfgang
{
public class Place :
IPlace,
IEnumerable<KeyValuePair<IToken, int>>,
IObserva... | 2.317452 | 289e6a5871a7abd7ffa256c6b0445647 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841444 | {
"extension": "c-sharp",
"max_stars_count": "53.0",
"max_stars_repo_name": "JamesBondski/MComponents",
"max_stars_repo_path": "MComponents.ExampleApp/Data/WeatherForecastType.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160664"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace MComponents.ExampleApp.Data
{
public enum WeatherForecastType
{
Standard,
Epic
}
}
| 1.628178 | b1431e473e1730876adfeb60c0a200f6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841445 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "wanglong/NetCore22.Consul.gRpcService",
"max_stars_repo_path": "Consul.gRpcService.GrpcClient/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160665"
} | starcoder | using System;
using Consul.gRpcService.GrpcClient.Framework;
using Consul.gRpcService.GrpcClient.RpcClient;
using Microsoft.Extensions.DependencyInjection;
namespace Consul.gRpcService.GrpcClient
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hell... | 2.428818 | 8d29d5746597d8954c0b84d4d0b69b2a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841446 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "nhannd/Xian",
"max_stars_repo_path": "ImageViewer/Explorer/Dicom/Tests/StudyQueryTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160666"
} | starcoder | <gh_stars>1-10
#region License
// Copyright (c) 2012, ClearCanvas Inc.
// All rights reserved.
// http://www.clearcanvas.ca
//
// This software is licensed under the Open Software License v3.0.
// For the complete license, see http://www.clearcanvas.ca/OSLv3.0
#endregion
#if UNIT_TESTS
using System;
... | 1.945242 | 650249fb88304140a281673f300a8574 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841447 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "codecore/Functional",
"max_stars_repo_path": "Functional/Utility/Something.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160667"
} | starcoder | <reponame>codecore/Functional<filename>Functional/Utility/Something.cs
using System;
using System.IO;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Linq;
using System.Text;
using Functional.Contracts.Utility;
namespace Functional.Utility {
public class Something<T> : ISom... | 2.808782 | 4d507fc07d7d9b3c21f6883e5c7c345a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841448 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "sujayvsarma/SujaySarma.Sdk.Azure",
"max_stars_repo_path": "src/SujaySarma.Sdk.Azure.MarketPlace/Catalogs/IndexCatalogCategory.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160668"
} | starcoder | <gh_stars>1-10
using Newtonsoft.Json;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace SujaySarma.Sdk.Azure.MarketPlace.Catalogs
{
/// <summary>
/// This is a category or subsection hierarchically under the <seealso cref="IndexCatalog"/>.... | 2.67875 | 8d8ca6beb6d4b27a125e4662c9d220cb |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841449 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "wutipong/ZipPicViewUWP",
"max_stars_repo_path": "MediaProvider/FileFilter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160669"
} | starcoder | // <copyright file="FileFilter.cs" company="<NAME>">
// Copyright (c) <NAME>. All rights reserved.
// </copyright>
namespace ZipPicViewUWP.MediaProvider
{
/// <summary>
/// File filter class. The filter is used to filter out unsupported file format. It can also find a cover image file from the list of file na... | 2.916524 | 90bf2df19fd99b4211029089508e7979 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841450 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "radoikoff/SoftUni",
"max_stars_repo_path": "DB Advanced/BusTicketsSystem/BusTicketsSystem.Services/Contracts/ITripService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160670"
} | starcoder | <reponame>radoikoff/SoftUni<gh_stars>0
using System.Collections.Generic;
namespace BusTicketsSystem.Services.Contracts
{
public interface ITripService
{
bool Exists(int tripId);
TModel ById<TModel>(int tripId);
IEnumerable<TModel> ByOriginStationId<TModel>(int stationId);
IEnum... | 1.960896 | 17fe5ba5c71f36130e8ff76c6fac61eb |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841451 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "JulianVo/SumpfkrautOnline-Khorinis",
"max_stars_repo_path": "Gothic/View/zCViewText.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160671"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
using WinApi;
using Gothic.Types;
namespace Gothic.View
{
public class zCViewText : zClass//, IDisposable
{
public abstract class VarOffsets
{
public const int VTBL = 0,
PosX = 4,
PosY = 8,
... | 2.260928 | 2b70d78f28dc27eb37cf34d8f05d63c9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841452 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "dheavy/unity-basic-fps-character",
"max_stars_repo_path": "Assets/Scripts/Spin.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160672"
} | starcoder | <filename>Assets/Scripts/Spin.cs<gh_stars>1-10
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Spin : MonoBehaviour {
public float speed = 3.0f;
void Update () {
transform.Rotate(0, speed, 0);
}
}
| 2.258843 | 022c123f80be62a9a4dd79eed5e55807 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841453 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "marosicsaba91/ComponentRegistry",
"max_stars_repo_path": "Sample/Dog.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160673"
} | starcoder | <filename>Sample/Dog.cs
using System;
using ComponentRegistrySystem;
[Registrable]
public abstract class Dog : Animal, IPet, IPredator
{
public override string Introduce() => "My name is Boy, <NAME>.";
public Type GetFavoriteFood() => typeof(Cat);
}
| 2.732839 | 661b79b769cccf4830de9db896857f6c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841454 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Bhupesh392/TameOfThrones",
"max_stars_repo_path": "AGoldenCrown/AGoldenCrown/AGoldenCrown.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160674"
} | starcoder | <reponame>Bhupesh392/TameOfThrones
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
namespace Problem_AGoldenCrown
{
class AGoldenCrown
{
static void Main(string[] args)
{
Conso... | 3.247532 | afb2fe0d88d2068749e4766340f163a8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841455 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jerrytang67/szsj",
"max_stars_repo_path": "backend/Modules/TTWork.Abp.AuditManagement/Domain/AuditNode.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160675"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Diagnostics.CodeAnalysis;
using Abp.Domain.Entities.Auditing;
namespace TTWork.Abp.AuditManagement.Domain
{
[Table("AuditNodes")]
public class AuditNode... | 2.182653 | 9f6801550002e2b72d5699a518a3c7b4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841456 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Onikey/NewsPortal",
"max_stars_repo_path": "NewsPortal.Dto/NewsItemFullInfoDto.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160676"
} | starcoder | using System;
namespace NewsPortal.Dto
{
public class NewsItemFullInfoDto : IDto
{
public Guid Id { get; set; }
public string Title { get; set; }
public string Content { get; set; }
public string Author { get; set; }
public Guid AuthorId { get; set; }
}
}
| 1.719226 | 5aae3f73fa1c98b53b92f7be5e55ab25 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841457 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "forki/OwinFramework.Pages",
"max_stars_repo_path": "OwinFramework.Pages.Html/Builders/LayoutDefinition.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160677"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using OwinFramework.Pages.Core.Enums;
using OwinFramework.Pages.Core.Exceptions;
using OwinFramework.Pages.Core.Interfaces;
using OwinFramework.Pages.Core.Interfaces.Builder;
using OwinFramework.Pages.Core.Interfaces.DataModel;
using OwinFr... | 1.784783 | 9e66fbf936146f52023448441d6b9f3d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841458 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lovecruel/hprose1.x-dotnet",
"max_stars_repo_path": "src/System/IO/Compression/GZipStream.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160678"
} | starcoder | <gh_stars>0
#if (dotNET10 || dotNET11 || PocketPC || Smartphone || WindowsCE || dotNETMF) && !dotNETCF35 && !dotNETCF39 && !MONO
using System;
using System.IO;
namespace System.IO.Compression {
public class GZipStream : Stream, IDisposable {
private DeflateStream deflateStream;
public GZipStream(... | 2.453013 | dc5fb522c9b9f23fa5deb51dc67cd3f5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841459 | {
"extension": "c-sharp",
"max_stars_count": "41.0",
"max_stars_repo_name": "AdamFrisby/unity3d-ttftext",
"max_stars_repo_path": "Assets/TTFText/TTFText/Scripts/Plugins/TTFSubtext.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160679"
} | starcoder | using UnityEngine;
using System.Collections;
[AddComponentMenu("Text/Internal/TTFSubtext")]
public class TTFSubtext : MonoBehaviour {
//[SerializeField]
//private int _lineidx;
[SerializeField]
public int _seqno;
[SerializeField]
public string _text;
[SerializeField]
public Vector3 _advance;
[SerializeField]
... | 1.906304 | a245afa30d8a76282e862ae432857aa7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841460 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Qrivi/WPF-PiCross",
"max_stars_repo_path": "Domain/PiCross/ArchiveDatabase.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160680"
} | starcoder | <filename>Domain/PiCross/ArchiveDatabase.cs
using System;
using System.Collections.Generic;
using System.Linq;
namespace PiCross
{
internal class ArchiveDatabase : IDatabase
{
private readonly IGameDataArchive archive;
private readonly InMemoryDatabase database;
public ArchiveDatabas... | 2.763442 | 7d2881910a99b764ef64c89b0822685e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841461 | {
"extension": "c-sharp",
"max_stars_count": "30.0",
"max_stars_repo_name": "edleno2/nf-Visual-Studio-extension",
"max_stars_repo_path": "VisualStudio.Extension/CorDebug/CorDebugFrame.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160681"
} | starcoder | <reponame>edleno2/nf-Visual-Studio-extension
//
// Copyright (c) .NET Foundation and Contributors
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
// See LICENSE file in the project root for full license information.
//
using CorDebugInterop;
using nanoFramework.Tools.Debugger;
using System;
usin... | 1.611408 | 409779c2f20c6f30d4e7394c82eb577b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841462 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Dimitvp/PetsLostAndFoundSystem",
"max_stars_repo_path": "PetsLostAndFound/PetsLostAndFoundSystem.Reporters/Models/Reporters/ReporterDetailsOutputModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160682"
} | starcoder | using System.Linq;
using AutoMapper;
using PetsLostAndFoundSystem.Reporters.Data.Models;
namespace PetsLostAndFoundSystem.Reporters.Models.Reporters
{
public class ReporterDetailsOutputModel : ReporterOutputModel
{
public int TotalReports { get; private set; }
public void Mapping(Profile ma... | 2.096075 | ae20f81782c400aeaf780f330d3cafdd |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841463 | {
"extension": "c-sharp",
"max_stars_count": "134.0",
"max_stars_repo_name": "gitter-badger/open-pdd-net-sdk",
"max_stars_repo_path": "PddOpenSdk/Sample/Views/Auth/Index.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:160683"
} | starcoder | @{
ViewData["Title"] = "Home Page";
}
<div>
<a href="@ViewData["url"]" class="btn btn-primary">授权跳转</a>
</div>
| 1.800816 | 1b4ed22f34b90f1f061f0234318c58a0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841464 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AshleyHollis/MarkWildmanNerdMathWorkouts",
"max_stars_repo_path": "Tests/MarkWildmanNerdMathWorkouts.Tests/WorkoutProgramScheduleShould.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160684"
} | starcoder | <filename>Tests/MarkWildmanNerdMathWorkouts.Tests/WorkoutProgramScheduleShould.cs
using FluentAssertions;
using MarkWildmanNerdMathWorkouts.Application.Enums;
using MarkWildmanNerdMathWorkouts.Application.Extensions;
using MarkWildmanNerdMathWorkouts.Application.Features.Workouts;
using System;
using System.Collection... | 2.965861 | 971d7003c973d4cd8fbfc06dc83df966 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841465 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ch604aru/ProviderBase",
"max_stars_repo_path": "ProviderBase.Framework/Entities/CustomField/CustomFieldGroup.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160685"
} | starcoder | <gh_stars>0
using ProviderBase.Data.Entities;
using KeyType = ProviderBase.Data.Entities.DataProviderKeyType;
using FieldAction = ProviderBase.Data.Entities.DataProviderResultFieldAction;
namespace ProviderBase.Framework.Entities
{
public class CustomFieldGroup
{
[DataProviderResultField("", KeyType.... | 1.559074 | f86dfd8a23165aca4f7e76b9b989ea27 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841466 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "zurkon/platformer-jumper",
"max_stars_repo_path": "Assets/Scripts/AnimationController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160686"
} | starcoder | <reponame>zurkon/platformer-jumper<filename>Assets/Scripts/AnimationController.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class AnimationController : MonoBehaviour
{
private Animator anim;
private PlatformerController controller;
private Collision coll;
pr... | 2.098686 | 398d6e9c149bb8fe5efc05f7c3c17857 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841467 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "ddobric/DurableTaskMicroservices",
"max_stars_repo_path": "Daenet.DurableTaskMicroservices/Daenet.DurableTaskMicroservices.DotNetUnitTests/UnitTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160687"
} | starcoder | // ----------------------------------------------------------------------------------
// Copyright daenet Gesellschaft für Informationstechnologie mbH
// 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 ... | 1.84597 | 29a8d237135fd094ab63b64651518ba6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841468 | {
"extension": "c-sharp",
"max_stars_count": "20.0",
"max_stars_repo_name": "kashifiqb/Aspose.GIS-for-.NET",
"max_stars_repo_path": "Examples/CSharp/Rendering/LabelMap.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160688"
} | starcoder | using System;
using System.Drawing;
using Aspose.Gis;
using Aspose.Gis.Rendering;
using Aspose.Gis.Rendering.Labelings;
using Aspose.Gis.Rendering.Symbolizers;
using Aspose.GIS.Examples.CSharp;
using FontStyle = Aspose.Gis.Rendering.Labelings.FontStyle;
namespace Aspose.GIS_for.NET.Rendering
{
public class LabelM... | 2.562054 | 14f057f5b415b53661c6f8b5bed13477 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841469 | {
"extension": "c-sharp",
"max_stars_count": "36.0",
"max_stars_repo_name": "gfoidl/Base64",
"max_stars_repo_path": "tests/gfoidl.Base64.Tests/Internal/CodepathVerification/Decode.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160689"
} | starcoder | <reponame>gfoidl/Base64<filename>tests/gfoidl.Base64.Tests/Internal/CodepathVerification/Decode.cs
using System;
using System.Buffers;
using System.Runtime.InteropServices;
using gfoidl.Base64.Internal;
using NUnit.Framework;
#if NETCOREAPP
using System.Runtime.Intrinsics.X86;
#endif
namespace gfoidl.Base64.Tests.In... | 2.131024 | a8f60d09d92824997924a961b3ddbbfa |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841470 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "kostrse/sally",
"max_stars_repo_path": "src/Sally/Models/WebhookBody.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160690"
} | starcoder | using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Text.Json.Serialization;
namespace Sally.Models
{
public class WebhookBody
{
[Required, JsonPropertyName("destination")]
public string Destination { get; set; }
[Required, JsonPropertyName("even... | 1.902687 | e944d9b3f98ea001a38c944aa7591aa3 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841471 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "next-scale/ERPCore",
"max_stars_repo_path": "Enterprise/Models/Documents/DocumentGroup.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160691"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Linq;
using System.Web;
namespace ERPCore.Enterprise.Models.Documents
{
[Table("ERP_FileGroups")]
public class DocumentGroup
{
[Key]
... | 1.92824 | b2b2807dc447dcee3b0b02f3fcd5d7c2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841472 | {
"extension": "c-sharp",
"max_stars_count": "27.0",
"max_stars_repo_name": "SammyEnigma/ModernUIDoneRight",
"max_stars_repo_path": "ModernUIDoneRight/Objects/MenuItems/AppBarMenuItem.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160692"
} | starcoder | <reponame>SammyEnigma/ModernUIDoneRight
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
namespace NickAc.ModernUIDoneRight.Objects.MenuItems
{
[Serializable]
public abstract class AppBarMenuItem
{
/// <summary>
/// Called to signa... | 2.638941 | 632a2960ec68e30ed3f1672394fc77e7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841473 | {
"extension": "c-sharp",
"max_stars_count": "3088.0",
"max_stars_repo_name": "GrizzlyEnglish/efcore",
"max_stars_repo_path": "test/EFCore.Specification.Tests/TestModels/ManyToManyModel/JoinOneToThreePayloadFull.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160693"
} | starcoder | <reponame>GrizzlyEnglish/efcore<gh_stars>1000+
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Microsoft.EntityFrameworkCore.TestModels.ManyToManyModel
{
public class JoinOneToThreePayloadFull
{
public v... | 1.331203 | 974c900c9fa83eb821d5a72f9df7eeac |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841474 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mateusggeracino/Exam-70-483",
"max_stars_repo_path": "source/Console.Tasks/Parallel/Invoke.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160694"
} | starcoder | using System.Threading;
namespace Console.Tasks.Parallel
{
public class Invoke
{
public static void Execute()
{
/*
* A classe Parallel pode ser encontrada na biblioteca --System.Threading.Tasks
* O método --Invoke, pode receber N parametros delegates.
... | 3.611257 | 852ba9a3ee612881d67665b48da53242 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841475 | {
"extension": "c-sharp",
"max_stars_count": "39.0",
"max_stars_repo_name": "hardcpp/BeatSaberPlus",
"max_stars_repo_path": "SDK/Chat/Models/Twitch/TwitchRoomstate.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160695"
} | starcoder | <reponame>hardcpp/BeatSaberPlus
namespace BeatSaberPlus.SDK.Chat.Models.Twitch
{
public class TwitchRoomstate
{
public string BroadcasterLang { get; internal set; }
public string RoomId { get; internal set; }
public bool EmoteOnly { get; internal set; }
public bool FollowersOnly... | 1.628835 | 78ee691ed9f3a23e75642ef84f1eb3f0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841476 | {
"extension": "c-sharp",
"max_stars_count": "17.0",
"max_stars_repo_name": "JohnDebono/orleans",
"max_stars_repo_path": "test/Grains/BenchmarkGrains/Properties/AssemblyInfo.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160696"
} | starcoder | <filename>test/Grains/BenchmarkGrains/Properties/AssemblyInfo.cs
using Orleans.CodeGeneration;
using BenchmarkGrains.MapReduce;
[assembly: GenerateSerializer(typeof(MapProcessor))]
[assembly: GenerateSerializer(typeof(ReduceProcessor))]
[assembly: GenerateSerializer(typeof(EmptyProcessor))]
| 0.827571 | 4c795c8e38a309f8feb1a72091e34662 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841477 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "AutoTestNET/AutoTest.ArgumentNullException",
"max_stars_repo_path": "test/AutoTest.ArgumentNullException.Tests/MethodDataExtensionsShould.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160697"
} | starcoder | namespace AutoTest.ArgNullEx
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using AutoFixture.Xunit2;
using AutoTest.ArgNullEx.Execution;
using AutoTest.ArgNullEx.Xunit;
using Moq;
using global::Xunit;
using global::Xunit.Sdk;
... | 2.395364 | 78db173d98e4c489514a43307d59651b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841478 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Pickle102/Unity",
"max_stars_repo_path": "Number Wizard UI/Assets/Scripts/NumberWizard.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160698"
} | starcoder | <filename>Number Wizard UI/Assets/Scripts/NumberWizard.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement; // SceneManagement
using UnityEngine.UI; // Text
public class NumberWizard : MonoBehaviour {
public int maxGuessesAllowed;
public int max... | 2.944537 | 5ee236a890f1ed31f96162c2ac7d56c4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841479 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "KayYowanu/TheKingdomAge",
"max_stars_repo_path": "Oqtane.Server/Modules/TKA.Home/Manager/HomeManager.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160699"
} | starcoder | <reponame>KayYowanu/TheKingdomAge
using System.Collections.Generic;
using System.Linq;
using System.Text.Json;
using Oqtane.Modules;
using Oqtane.Models;
using Oqtane.Infrastructure;
using Oqtane.Repository;
using TKA.Home.Models;
using TKA.Home.Repository;
namespace TKA.Home.Manager
{
public class HomeManager : I... | 2.157091 | f5e7794d8501d03f716e32f6ec4ef7af |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841480 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "SergAtGitHub/Solo.BinaryTree",
"max_stars_repo_path": "Solo.BinaryTree.Constructor/Parser/BinaryTreeNodeModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160700"
} | starcoder | <filename>Solo.BinaryTree.Constructor/Parser/BinaryTreeNodeModel.cs
namespace Solo.BinaryTree.Constructor.Parser
{
public class BinaryTreeNodeModel
{
public string Root { get; set; }
public string Left { get; set; }
public string Right { get; set; }
}
} | 2.039608 | 2e241d8e58555736fb23a7a22f1d204b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841481 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jwooley/CSVersions",
"max_stars_repo_path": "CS10/RecordStruct.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160701"
} | starcoder | <gh_stars>0
namespace LanguageFeatures.CS10;
record Employee(string NameFirst, string NameLast, string Title);
record struct EmployeeStruct(string NameFirst, string NameLast, string Title);
record class EmployeeClass(string NameFirst, string NameLast, string Title);
public class RecordStruct
{
[Fact]
public... | 3.187895 | 2db741f53cf90a52064d4b7d41b0381c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841482 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yazawa-ichio/ANovel",
"max_stars_repo_path": "Unity/Assets/ANovel/Engine/Service/Sound/SoundMixerProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160702"
} | starcoder | using UnityEngine;
using UnityEngine.Audio;
namespace ANovel.Engine
{
public interface IAudioMixerProvider
{
AudioMixerGroup GetGroup(SoundPlayerType type, string group);
void Transition(string name, float time);
}
public class AudioMixerProvider : MonoBehaviour, IAudioMixerProvider
{
[SerializeField]
A... | 2.518363 | f90d74010b31b1327cb24d4292d31f38 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841483 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mrememisaac/DonationPortal",
"max_stars_repo_path": "SWNI.Entities/PaymentConfiguration.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160703"
} | starcoder | <filename>SWNI.Entities/PaymentConfiguration.cs
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SWNI.Entities
{
public class PaymentConfiguration : AuditedEntityBase
{
[StringLeng... | 1.823781 | 475d9328aab064c4fff282ffa88ac3cb |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841484 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "KingdomFirst/RockAssemblies",
"max_stars_repo_path": "rocks.kfs.Workflow.Action.CheckIn/Migrations/002_AddOccurrenceClosedAttribute.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160704"
} | starcoder | <filename>rocks.kfs.Workflow.Action.CheckIn/Migrations/002_AddOccurrenceClosedAttribute.cs
// <copyright>
// Copyright 2019 by Kingdom First Solutions
//
// 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 th... | 1.898602 | b915e92c9208af73e68267d2973ccd5f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841485 | {
"extension": "c-sharp",
"max_stars_count": "14.0",
"max_stars_repo_name": "thoo0224/Fortnite.Net",
"max_stars_repo_path": "src/Fortnite.Net/Services/FortniteService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160705"
} | starcoder | using Fortnite.Net.Objects;
using Fortnite.Net.Objects.Profile;
using RestSharp;
using System.Threading.Tasks;
namespace Fortnite.Net.Services
{
public class FortniteService : BaseService
{
public override string BaseUrl => "https://fortnite-public-service-prod11.ol.epicgames.com";
interna... | 2.131674 | 56566dab545bfab8e3119396a3ce349e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841486 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Doomer3D/Corpora",
"max_stars_repo_path": "Generators/DictCompiler/Options.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160706"
} | starcoder | <filename>Generators/DictCompiler/Options.cs<gh_stars>1-10
using System;
using CommandLine;
namespace Corpora
{
/// <summary>
/// настройки генератора
/// </summary>
public class Options
{
/// <summary>
/// путь к словарю OpenCorpora
/// </summary>
//... | 2.130764 | fd6d4868a2710444a0cf5dc435085dd7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841487 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Th-Os/NetworkVisualizer",
"max_stars_repo_path": "Assets/Scripts/Device/DeviceDefiner.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160707"
} | starcoder | <reponame>Th-Os/NetworkVisualizer<filename>Assets/Scripts/Device/DeviceDefiner.cs
using UnityEngine;
using UnityEngine.UI;
using HoloToolkit.Unity.InputModule;
using UnityEngine.XR.WSA.Input;
using NetworkVisualizer.Enums;
namespace NetworkVisualizer
{
/// <summary>
/// The DeviceDefiner handles the device po... | 2.305066 | c01ad4e89c86f4f9f34ca6c8b2d5d528 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841488 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BadgeUp/badgeup-dotnet-core-client",
"max_stars_repo_path": "BadgeUpClient/Types/QueryParams.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160708"
} | starcoder | using BadgeUp.Extensions;
using System;
using System.Linq;
using System.Reflection;
namespace BadgeUp.Types
{
public class QueryParams
{
public string ToQueryString()
{
var properties = this.GetType()
.GetTypeInfo()
.GetProperties()
.Where(p => p.GetValue(this, null) != null)
.Select(p => Firs... | 3.001745 | d9864338c290961144242f728e7d5add |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841489 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "qq283335746/Infoztc",
"max_stars_repo_path": "src/Team12/TygaSoft/SqlServerDAL/AutoCode/InformationAd.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160709"
} | starcoder | <reponame>qq283335746/Infoztc<filename>src/Team12/TygaSoft/SqlServerDAL/AutoCode/InformationAd.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using TygaSoft.IDAL;
using TygaSoft.Model;
using TygaSoft.DBUtility;
namespace TygaSoft... | 2.33941 | 4a79c470a88d93c1848917b411461f11 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841490 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mambo87/raspiGas",
"max_stars_repo_path": "0313-rspGas/janpGui/PL/mariella.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160710"
} | starcoder | <reponame>mambo87/raspiGas
using Gtk;
using System;
namespace janpGui
{
public partial class mariella : Gtk.Window
{
public mariella() :
base(Gtk.WindowType.Toplevel)
{
this.Build();
}
protected void btnClick(object sender, EventArgs e)
{
Application.Quit();
}
}
}
| 1.703494 | a57a2568125222fdcc0cd6b62640202d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841491 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yordanov1/Bookstore",
"max_stars_repo_path": "Bookstore/Areas/Identity/Pages/Account/_ViewImports.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:160711"
} | starcoder | @using Bookstore.Areas.Identity.Pages.Account
@using Microsoft.AspNetCore.Identity
@using Bookstore.Areas.Identity
@using Bookstore.Areas.Identity.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@using Bookstore.Data.Models
| 1.340737 | 60fa45700a649fd71af52dcbc4a8e26d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841492 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "YordanYordanov97/Softuni",
"max_stars_repo_path": "C# Web Development Basics - May 2018/Game Store Server/GameStoreApplication/Controllers/Controller.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160712"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
namespace WebServer.GameStoreApplication.Controllers
{
public abstract class Controller
{
public Dictionary<string, string> ViewData { get; set; }
public Controller()
{
this.ViewData = new Dictionary<string... | 2.00067 | d25dcc7b49219c6c35b8ce1b44653617 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841493 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DaemonIB/UnityOpenSimClient",
"max_stars_repo_path": "Assets/Scripts/Tests/FacetedMeshTest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160713"
} | starcoder | <reponame>DaemonIB/UnityOpenSimClient
using System.Collections.Generic;
using OpenMetaverse.ImportExport.Collada14;
using Rendering.OpenMetaverse;
using UnityEngine;
namespace Tests
{
public class FacetedMeshTest : MonoBehaviour
{
private FacetedMeshX mesh;
public void Start()
{
... | 1.94433 | b79a350cba5d476032fde5d9e005e1c7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841494 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "jojozhuang/shoe-store-aspnet",
"max_stars_repo_path": "Src/ShoeStore.WebUI/Areas/Admin/Infrastructure/PermissionBasedAuthorizeAttribute.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160714"
} | starcoder | using Johnny.ShoeStore.Domain.Identity;
using Microsoft.Owin.Security;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using Microsoft.Owin;
using Johnny.ShoeStore.Domain.Entities;
using Johnny.ShoeStore.Domain.Concrete;
using Microsoft.AspNet.Identity.EntityF... | 2.226296 | e8786dc4f24d7f4881b6e16cadd6925a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841495 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "crazyants/KVLite",
"max_stars_repo_path": "test/PommaLabs.KVLite.UnitTests/MemoryCacheTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160715"
} | starcoder | <reponame>crazyants/KVLite
// File name: PersistentCacheTests.cs
//
// Author(s): <NAME> <<EMAIL>>
//
// The MIT License (MIT)
//
// Copyright (c) 2014-2017 <NAME> <<EMAIL>>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
// associated documentation files (the "S... | 2.194593 | 562d955a682b19fd28eb5bb981bbef5d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841496 | {
"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/IWafv2WebAclRuleStatementOrStatementStatementAndStatementStatementAndStatementStatementSizeConstraintStatementFieldToMatchMethod.cs",
"provenanc... | starcoder | using Amazon.JSII.Runtime.Deputy;
#pragma warning disable CS0672,CS0809,CS1591
namespace aws
{
[JsiiInterface(nativeType: typeof(IWafv2WebAclRuleStatementOrStatementStatementAndStatementStatementAndStatementStatementSizeConstraintStatementFieldToMatchMethod), fullyQualifiedName: "aws.Wafv2WebAclRuleStatementOrSta... | 1.568126 | 1b1a2a34066a500d7be97e52113baa86 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841497 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mayaleh/Maya.Raynet.Crm",
"max_stars_repo_path": "src/Maya.Raynet.Crm/Request/Get/People.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160717"
} | starcoder | // Copyright (c) 2021 <NAME>. All Rights Reserved
// Licensed under the BSD-3-Clause License
// Generated at 08.11.2021 21:25:55 by RaynetApiDocToDotnet.ApiDocParser, created by <NAME>.
using System.Collections.Generic;
using System.Threading.Tasks;
using Maya.Raynet.Crm.Attribute;
namespace Maya.Raynet.Crm.Request.... | 1.79106 | 1cfb3f466a0d18dba736d9d27f0592c1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841498 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "vthem/PolyRace",
"max_stars_repo_path": "Assets/Scripts/Game/Bonus/BonusType.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160718"
} | starcoder | <filename>Assets/Scripts/Game/Bonus/BonusType.cs
namespace Game.Bonus
{
public enum BonusType
{
InverseTimer
}
}
| 1.264413 | aa86e329a310947dfbceef35298fe92c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841499 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "INVA-Spa/Laser.Orchard.Platform",
"max_stars_repo_path": "src/Modules/Laser.Orchard.UserReactions/Models/UserReactionsSettings.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160719"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Orchard.ContentManagement;
namespace Laser.Orchard.UserReactions.Models {
public class UserReactionsSettingsPart : ContentPart {
public StyleFileNameProviders StyleFileNameProvider {
get { return this.... | 1.898186 | f2756f60a8150c656bed7f810daec56d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841500 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jimidark/pro-aspnet-mvc-5-fifth-edition",
"max_stars_repo_path": "pro-asp.net-mvc-5/Chapter 23/HelperMethods/HelperMethods/Views/Home/CreatePerson.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:160720"
} | starcoder | <reponame>jimidark/pro-aspnet-mvc-5-fifth-edition<filename>pro-asp.net-mvc-5/Chapter 23/HelperMethods/HelperMethods/Views/Home/CreatePerson.cshtml
@model HelperMethods.Models.Person
@{
ViewBag.Title = "CreatePerson";
Layout = "/Views/Shared/_Layout.cshtml";
Html.EnableClientValidation(false);
}
<h2>Create... | 2.105202 | b30083746bddc276351149c4c0e25479 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841501 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mhamwala/StaffApplication",
"max_stars_repo_path": "ThreeAmigosStaff/ThreeAmigosStaff/Views/Product/PriceHistory.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:160721"
} | starcoder | <filename>ThreeAmigosStaff/ThreeAmigosStaff/Views/Product/PriceHistory.cshtml
@model IEnumerable<ThreeAmigosProduct.Services.ProductHistoryDto>
@{
ViewData["Title"] = "Details";
}
<h1>Resell Price History</h1>
<table class="table">
<thead>
<tr>
<th>
@Html.Displ... | 2.556441 | 29b32c580ad6b147a0d45a611850dbe4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841502 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jefnazario/SignalRExperience",
"max_stars_repo_path": "WhiteBoard.TodoList/Startup.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160722"
} | starcoder | <reponame>jefnazario/SignalRExperience
using System.Web.Http;
using Microsoft.Owin;
using Newtonsoft.Json.Serialization;
using Owin;
using WhiteBoard.TodoList;
[assembly: OwinStartup(typeof(Startup))]
namespace WhiteBoard.TodoList
{
public class Startup
{
public void Configuration(IAppBuilder app)
... | 1.946599 | f465705ab8f1366016c52f8468c31bf1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841503 | {
"extension": "c-sharp",
"max_stars_count": "1205.0",
"max_stars_repo_name": "zach-tyl/aws-lambda-dotnet",
"max_stars_repo_path": "Libraries/test/TestServerlessApp.IntegrationTests/Helpers/LambdaHelper.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160723"
} | starcoder | <reponame>zach-tyl/aws-lambda-dotnet<filename>Libraries/test/TestServerlessApp.IntegrationTests/Helpers/LambdaHelper.cs
using System.Collections.Generic;
using System.Threading.Tasks;
using Amazon.Lambda;
using Amazon.Lambda.Model;
namespace TestServerlessApp.IntegrationTests.Helpers
{
public class LambdaHelper
... | 2.617813 | c028ce7be20fd356bf70195b0dbd42e0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841504 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mkdong/EasySock.DotNet",
"max_stars_repo_path": "EasySockDotNetClient/EasySockDotNetClient.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160724"
} | starcoder | <filename>EasySockDotNetClient/EasySockDotNetClient.cs<gh_stars>0
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Net;
using System.Text;
namespace EasySockDotNetClient
{
public class Socket
{
private System.Net.Sockets.Socket socket;
private Dictionary... | 2.816186 | 97e2526433722c1607969e3679176c6e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841505 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "hamiltonmarques/QuiuiTool",
"max_stars_repo_path": "TestProject/TestClassA.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160725"
} | starcoder | using Microsoft.VisualStudio.TestTools.UnitTesting;
using OpenQA.Selenium;
using System.Threading;
using System.Collections.Generic;
using Xceed.Words.NET;
namespace TestProject
{
[TestClass]
public class TestClassA
{
[TestMethod]
public void FranceTest(string docxName, List<string> logs)
... | 2.487076 | b399ece4df60bb8fe9413ebadd9e7e43 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841506 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "Xyncross1111/Zhongli",
"max_stars_repo_path": "Zhongli.Data/Migrations/20210610222603_DiscordEntities.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160726"
} | starcoder | <reponame>Xyncross1111/Zhongli
// <auto-generated />
using System;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
... | 1.797569 | 8e47dd3ed5ca916973008d322529b561 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841507 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "HEF-Sharp/HEF.Security",
"max_stars_repo_path": "src/HEF.Security.Cryptography/Random/IRandomProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160727"
} | starcoder | <filename>src/HEF.Security.Cryptography/Random/IRandomProvider.cs<gh_stars>0
namespace HEF.Security.Cryptography
{
/// <summary>
/// 随机数提供程序接口
/// </summary>
public interface IRandomProvider
{
/// <summary>
/// 返回一个非负随机整数
/// </summary>
/// <returns></returns>
... | 2.980876 | 08d2224835ee0ebe3fb4a9d3ab4f6c1d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841508 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "danpoage/hall-of-beorn",
"max_stars_repo_path": "src/HallOfBeorn/Models/LotR/Scenarios/AngmarAwakened/TheWastesOfEriadorScenario.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160728"
} | starcoder | <gh_stars>1-10
namespace HallOfBeorn.Models.LotR.Scenarios.AngmarAwakened
{
public class TheWastesOfEriadorScenario : Scenario
{
public TheWastesOfEriadorScenario()
{
Title = "The Wastes of Eriador";
ProductName = "The Wastes of Eriador";
GroupName = "... | 2.064552 | 243e8fd91f521728b65b9036ec1c01f6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841509 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DFE-Digital/manage-courses-api",
"max_stars_repo_path": "src/ManageCourses.UcasCourseImporter/xls-reader/XlsReader.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160729"
} | starcoder | using System.Collections.Generic;
using System.IO;
using System.Linq;
using GovUk.Education.ManageCourses.Xls.Domain;
using NPOI.HSSF.UserModel;
using Serilog;
namespace GovUk.Education.ManageCourses.Xls
{
public class XlsReader
{
private readonly ILogger _logger;
private const string InstFil... | 2.500038 | ad23e2c4421d8d02906a179aff9047d0 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841510 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SkillsFundingAgency/hmrc-apprenticeship-levy-api-stub",
"max_stars_repo_path": "src/SFA-DAS-HMRC-API-Stub.Application/Queries/GetEmployerChecksRequest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160730"
} | starcoder | using System;
namespace SFA.DAS.HMRC.API.Stub.Application.Queries
{
public class GetEmployerChecksRequest
{
public string EmpRef { get; }
public string Nino { get; }
public DateTime? FromDate { get; }
public DateTime? ToDate { get; }
public GetEmployerChecks... | 2.017289 | d4c9f2d78ed6af6b596487e64c8cf8ab |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8841511 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ahmedmatem/schoolsystem",
"max_stars_repo_path": "SchoolSystem.Model/Contract/IRelationships.cs",
"provenance": "train-00027-of-00045.jsonl.gz:160731"
} | starcoder | <gh_stars>0
namespace SchoolSystem.Model.Contract
{
using System.Data.Entity;
public interface IRelationships
{
void Configure(DbModelBuilder modelBuilder);
}
}
| 1.179414 | ec9823ab65961d6310d39f0a04d566d5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.