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 | 5937 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "vanhogen/MRI-Breathing-Game",
"max_stars_repo_path": "MRI Game/Assets/Scripts/Output/Editor/OutputTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5938"
} | starcoder | <gh_stars>1-10
using System.Net.Mail;
using System.Net;
using System;
using System.IO;
using NUnit.Framework;
using NSubstitute;
public class OutputTest {
// Object under test
Output output;
// Mocked dependencies
MailMessage mockMessage;
MessageSender mockSender;
// Actual instance is requi... | 2.516019 | 972ec901fe2933291269ea9834e621e6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5938 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "santedb/santedb-dc-core",
"max_stars_repo_path": "SanteDB.DisconnectedClient.Core.SQLite/Migrations/AddSecurityChallenge.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5939"
} | starcoder | /*
* Copyright (C) 2019 - 2021, Fyfe Software Inc. and the SanteSuite Contributors (See NOTICE.md)
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. You may
* obtain a copy of the License at
*
* http://www.apache.org/licen... | 1.854841 | 8ffac10a5e775eaf8fd1e277be7c2b21 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5939 | {
"extension": "c-sharp",
"max_stars_count": "12.0",
"max_stars_repo_name": "berkansasmaz/runtime",
"max_stars_repo_path": "src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.Tests/PointerTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5940"
} | starcoder | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
using SharedTypes;
using Xunit;
namespace LibraryImportGenerator.IntegrationTests
{
partial class NativeExportsNE
{
[Library... | 2.302329 | f17170b6baf2caf28a84e579d6e9319e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5940 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Charlotte-Air/XLua_Game_Demo",
"max_stars_repo_path": "Assets/Script/Tools/GameTcpClient.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5941"
} | starcoder |
using System;
using System.Text;
public class GameTcpClient
{
// public TcpSocketClient tcp;
public bool isCompress;
public bool isEncrypt;
public GameTcpClient(string ip, int port)
{
isCompress = true;
isEncrypt = true;
// tcp = new TcpSocketClient(ip, port);
... | 2.243353 | 86b4f0f98905e6e1640d7caf32292d53 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5941 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ngoughnour/footie-stats",
"max_stars_repo_path": "SoccerStatsLib/Team.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5942"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SoccerStatsLib
{
public class Team
{
}
}
| 1.155837 | 4ea8b847cf2c4cbc709428dc7f437016 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5942 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Benkei/Crow",
"max_stars_repo_path": "CrowEngine/Mathematics/ViewportF.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5943"
} | starcoder | // Copyright (c) 2010-2014 SharpDX - <NAME>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
// associated documentation files (the "Software"), to deal in the Software without restriction,
// including without limitation the rights to use, copy, modify, merge, p... | 2.529045 | 668779f5990d5da3315c006202758011 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5943 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Caryfuk56/Pipes-Arcanoid",
"max_stars_repo_path": "BreakoutGame/Assets/Scripts/Bricks.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5944"
} | starcoder | <filename>BreakoutGame/Assets/Scripts/Bricks.cs
using UnityEngine;
using System.Collections;
public class Bricks : MonoBehaviour {
public GameObject brickParticle;
void OnCollisionEnter (Collision other)
{
Instantiate(brickParticle, transform.position, Quaternion.identity);
GM.instance.DestroyBrick();
Dest... | 1.967296 | 856bb1ecfba9705d0435ec63daafa863 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5944 | {
"extension": "c-sharp",
"max_stars_count": "142.0",
"max_stars_repo_name": "gejohnst/MixedRealityToolkit-Unity",
"max_stars_repo_path": "Assets/MixedRealityToolkit/Inspectors/ServiceInspectors/BaseMixedRealityServiceInspector.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5945"
} | starcoder | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using UnityEditor;
namespace Microsoft.MixedReality.Toolkit.Editor
{
public class BaseMixedRealityServiceInspector : IMixedRealityServiceInspecto... | 1.345349 | b4016d5199b14d47a3b26aa8c907e17f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5945 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "lkts/google-cloud-dotnet",
"max_stars_repo_path": "third_party/BreakingChangesDetector/BreakingChangesDetector/MetadataItems/Members/FieldData.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5946"
} | starcoder | <reponame>lkts/google-cloud-dotnet
/*
MIT License
Copyright(c) 2014-2018 Infragistics, Inc.
Copyright 2018 Google LLC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software with... | 2.258221 | c879db50de3bf532ee08db35cc9d52d4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5946 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "styletronix/cfapiSync",
"max_stars_repo_path": "cfapiSync/Helpers/AutoResetEventAsync.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5947"
} | starcoder | <filename>cfapiSync/Helpers/AutoResetEventAsync.cs
#nullable enable
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
/// <summary>
/// Represents an event that, when signaled, resets automatically after releasing a single waiting task.
/// </summary>
public sealed... | 2.686034 | 71646fd403686941f8d55fab72c525bf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5947 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "milovidov983/DapperHelpers",
"max_stars_repo_path": "examples/ExampleProject/Database.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5948"
} | starcoder | using DapperHelpers;
using DapperHelpers.Models;
using ExampleProject.Models;
using Npgsql;
using System;
using System.Data;
namespace ExampleProject {
public class Database : IDisposable {
public readonly Table<User> UsersTable = TableExtentions.Create<User>(User.TableName);
public Database() {
ActiveConnec... | 2.322192 | a074b26b52f077de2b18485f3eeeadb1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5948 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Chaojimengnan/ZombieOutbreak",
"max_stars_repo_path": "Assets/ContorltheAnimato.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5949"
} | starcoder | <reponame>Chaojimengnan/ZombieOutbreak<gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ContorltheAnimato : MonoBehaviour
{
public bool change = true;
public ParticleSystem myparticle;
public Animator animator;
public static int theDC1 = Animator.S... | 1.649444 | bc31d1efb5e1df2394e1f4c723adfe23 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5949 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "bpgabin/super-wow",
"max_stars_repo_path": "Assets/Scripts/OutMissile.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5950"
} | starcoder | using UnityEngine;
using System.Collections;
public class MissileExploded : BaseEvent {
public Vector3 position;
public MissileExploded(Vector3 position) {
this.position = position;
}
}
public class OutMissile : MonoBehaviour {
public float speed = 3.0f;
public GameObject ta... | 2.218358 | 2020630c195419965792d0b6c4ea56e4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5950 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "julianosaless/Reusables",
"max_stars_repo_path": "src/StringExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5951"
} | starcoder | <reponame>julianosaless/Reusables<gh_stars>0
using System;
using System.Globalization;
namespace Reusables.StringExtensions
{
public static class StringExtensions
{
public static T ToEnum<T>(this string str) => (T)Enum.Parse(typeof(T), str);
public static bool IsNullOrEmpty(this string... | 3.047319 | 2a414f8d5a227593400f4190770396b3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5951 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tranphucuk/SMTP-IP-Changer",
"max_stars_repo_path": "ssh change Multi Port/HomeModule/SshUsedCountEventArgs.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5952"
} | starcoder | <reponame>tranphucuk/SMTP-IP-Changer<filename>ssh change Multi Port/HomeModule/SshUsedCountEventArgs.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ssh_change_Multi_Port.HomeModule
{
public class SshUsedCountEventArgs
{
... | 1.555696 | 2c7c515f172fbd350f07315632119b8f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5952 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "qwqdanchun/SharpSocks",
"max_stars_repo_path": "SharpSocksImplant/Config/CommandChannelConfig.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5953"
} | starcoder | using System;
namespace SharpSocksImplant.Config
{
public class CommandChannelConfig
{
private readonly object _locker = new object();
private string _commandChannelSessionId;
public short CommandBeaconTime = 5000;
public Action CommandChannelSessionIdChanged;
public de... | 2.184909 | 1ab0ebb5ed93719a714c05ebfcdf98a9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5953 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "HackerBaloo/GitSharp",
"max_stars_repo_path": "Tests/Util/RepositoryTestCase.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5954"
} | starcoder | <reponame>HackerBaloo/GitSharp
/*
* Copyright (C) 2007, <NAME> <<EMAIL>>
* Copyright (C) 2008, <NAME> <<EMAIL>>
* Copyright (C) 2009, Henon <<EMAIL>>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the following
* cond... | 2.16825 | ee731062a963a78b316e45b7332653ef |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5954 | {
"extension": "c-sharp",
"max_stars_count": "169.0",
"max_stars_repo_name": "xueqingz/xenadmin",
"max_stars_repo_path": "XenAdminTests/CommandTests/AddHostToPoolCommandTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5955"
} | starcoder | <filename>XenAdminTests/CommandTests/AddHostToPoolCommandTest.cs
/* Copyright (c) <NAME>, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of so... | 1.918902 | 984e387ce9762150812bda0268285ed7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5955 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "SvetlomirBalevski/Databases",
"max_stars_repo_path": "Workshops/05. Final-workshop/ForumApplication/Forum.Data.Common/IUnitOfWork.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5956"
} | starcoder | <filename>Workshops/05. Final-workshop/ForumApplication/Forum.Data.Common/IUnitOfWork.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Forum.Data.Common
{
// IDisposable gives us syntactic sugar with the using keyword
pub... | 2.336217 | 2d775a69002876144f76d41172bb5dca |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5956 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "erikzhouxin/CSharpSolution",
"max_stars_repo_path": "TechTester/CSharpWebSI/2DModels/Entities/WorksBigsail/Base/SchoolGradeEnum.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5957"
} | starcoder | <filename>TechTester/CSharpWebSI/2DModels/Entities/WorksBigsail/Base/SchoolGradeEnum.cs
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace EZOper.TechTester.DModels.Entities.WorksBigsail
{
publi... | 2.403654 | 77d2186e17c012d41c1f70e5b3802174 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5957 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "CaptainBulba/advanced-game-dev",
"max_stars_repo_path": "Assets/Scripts/Level-3/Thow puzzle/ObjectDirection.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5958"
} | starcoder | <reponame>CaptainBulba/advanced-game-dev<filename>Assets/Scripts/Level-3/Thow puzzle/ObjectDirection.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ObjectDirection : MonoBehaviour
{
private LevelController levelController;
private GameObject puzzleButton;
pub... | 1.996745 | b4b55ae95cc2ff84ae5ff83f769dbb6c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5958 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "PaintLab/PixelFarm.External",
"max_stars_repo_path": "src/pdn/PdnCorePixelFarm/GpcWrapper/Polygon.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5959"
} | starcoder | <filename>src/pdn/PdnCorePixelFarm/GpcWrapper/Polygon.cs
/////////////////////////////////////////////////////////////////////////////////
// Paint.NET //
// Copyright (C) dotPDN LLC, <NAME>, <NAME>, and contributors. //
// Portions Copyright (C) Mi... | 2.405023 | 6c17be070cfe7c8f4aaa5781fa8d7aa0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5959 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gitcseme/tourBD",
"max_stars_repo_path": "source/Applications/tourBD.Web/Data/Migrations/20201207020844_Modified_Company_RelatedEntities.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5960"
} | starcoder | <gh_stars>0
using Microsoft.EntityFrameworkCore.Migrations;
namespace tourBD.Web.Data.Migrations
{
public partial class Modified_Company_RelatedEntities : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.DropColumn(
name: ... | 1.489644 | dd38b6abab24a32aa474417b6c58d48e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5960 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "cowtrix/tinysm",
"max_stars_repo_path": "TinySM_Editor/Assets/Scripts/LevelSingleton.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5961"
} | starcoder | using UnityEngine;
public class LevelSingleton<T> : MonoBehaviour where T : Object
{
private static double lastCheck;
private static object _levelInstance;
protected LevelSingleton()
{
_levelInstance = this;
}
public static T LevelInstance
{
get
{
#if UNITY_EDITOR
var t = UnityEditor.EditorApplicati... | 2.617689 | 31d3c3c63f50208cb9d18c6f77f9d92b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5961 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JohnMiz/MoneyFox",
"max_stars_repo_path": "Src/MoneyFox.Business/ViewModels/BaseViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5962"
} | starcoder | using System.Globalization;
using MoneyFox.Business.Helpers;
using MoneyFox.Foundation.Resources;
using MvvmCross.ViewModels;
namespace MoneyFox.Business.ViewModels
{
public abstract class BaseViewModel : MvxViewModel, IBaseViewModel
{
/// <summary>
/// Constructor
/// </summary>
... | 2.281235 | e3526814bf37f44ee83e42f3e604efb7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5962 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "tomasz-herman/RayTracing",
"max_stars_repo_path": "RayTracerDemo/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5963"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using OpenTK;
using OpenTK.Graphics;
using RayTracing;
using RayTracing.Cameras;
using RayTracing.Lights;
using RayTracing.Materials;
using RayTracing.Maths;
using RayTracing.Models;
using RayTracing.Sampling;
using RayTracing.World;
namespace RayTracerDe... | 2.366734 | 4374ec91b8c678eadcb3dd3efaef4bdd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5963 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "carlgevans/doctrineships",
"max_stars_repo_path": "DoctrineShips.Repository/Operations/LogMessageOperations.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5964"
} | starcoder | <gh_stars>1-10
namespace DoctrineShips.Repository.Operations
{
using System.Collections.Generic;
using System.Linq;
using GenericRepository;
using Tools;
using System;
internal sealed class LogMessageOperations
{
private readonly IUnitOfWork unitOfWork;
internal LogMessage... | 2.657228 | 36d310b384ada35ef5e1b58964d9ce7f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5964 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "pronoooobster/Selectio",
"max_stars_repo_path": "Assets/Chart And Graph/Script/PieChart/PieChart.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5965"
} | starcoder | #define Graph_And_Chart_PRO
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.UI;
namespace ChartAndGraph
{
/// <summary>
/// Pie chart class
/// </summary>
[ExecuteInEditMode]
[Serializable]
pub... | 2.386122 | c3a7ea8f45f1fce8e0807d0951cf30d1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5965 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "ZL93/EasyAIO",
"max_stars_repo_path": "EasyAIO/ImgSource/ImgSourceFrm.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5966"
} | starcoder | <reponame>ZL93/EasyAIO
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespace EasyAIO
{
internal partial class ImgSourceFrm : Form
{
ImgSourceEvent imgEvent;
... | 2.284864 | 6e5234508300e08ab7b5f373be0870f7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5966 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "asakura89/Ayumi",
"max_stars_repo_path": "KamenReader/FileReaderMap.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5967"
} | starcoder | <gh_stars>0
namespace KamenReader;
public record FileReaderMap(String Code, Int32 StartAt, Int32 Length); | 1.016677 | 6a9cdc341caab8bc9cbe70b3672114a4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5967 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BernhardMaier/dummyDataGenerator",
"max_stars_repo_path": "src/DummyDataGenerator.Backend/Interfaces/ISqlEntity.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5968"
} | starcoder | <reponame>BernhardMaier/dummyDataGenerator<filename>src/DummyDataGenerator.Backend/Interfaces/ISqlEntity.cs
namespace DummyDataGenerator.Backend.Interfaces
{
public interface ISqlEntity
{
string AsInsertScript();
}
} | 1.623943 | ce46f1f9fa5c4c5a052d4b68ec89300d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5968 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "iShapeUnity/Clipper",
"max_stars_repo_path": "Runtime/iShape/Clipper/Util/Rect.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5969"
} | starcoder | using iShape.Geometry;
namespace iShape.Clipper.Util {
public struct Rect {
private long minX;
private long minY;
private long maxX;
private long maxY;
public Rect(long minX, long minY, long maxX, long maxY) {
this.minX = minX;
this.minY = minY;
... | 2.835927 | 02acb7e2f5f009f7164a9c30a7698060 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5969 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "cwickham3/azure-sdk-for-net",
"max_stars_repo_path": "src/ResourceManagement/AzureBackup/BackupServicesManagement/Generated/CSMOperationResult.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5970"
} | starcoder | //
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless requi... | 1.443056 | f016c859931a968ab2963742f4bb2ef1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5970 | {
"extension": "c-sharp",
"max_stars_count": "1992.0",
"max_stars_repo_name": "WolfgangKluge/Blazorise",
"max_stars_repo_path": "Documentation/Blazorise.Docs/Components/DocsPageHeader.razor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5971"
} | starcoder | <filename>Documentation/Blazorise.Docs/Components/DocsPageHeader.razor.cs
#region Using directives
using Microsoft.AspNetCore.Components;
#endregion
namespace Blazorise.Docs.Components
{
public partial class DocsPageHeader
{
#region Properties
[Parameter] public string Title { get; set; }
... | 1.787336 | 8cb20bf4818229e3bc0635bc8480c0c2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5971 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "resc/redpipes",
"max_stars_repo_path": "src/RedPipes/Configuration/Exceptions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5972"
} | starcoder | using System;
using System.Linq.Expressions;
using System.Threading.Tasks;
using JetBrains.Annotations;
using RedPipes.Configuration.Visualization;
namespace RedPipes.Configuration
{
/// <summary> </summary>
public static class Exceptions
{
/// <summary> Ignore exceptions for which <paramref name... | 2.768785 | fef1722cae62f7232f6770de1cbd086a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5972 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "samneirinck-test/sello",
"max_stars_repo_path": "src/Sello.Data/Repositories/OrdersRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5973"
} | starcoder | <filename>src/Sello.Data/Repositories/OrdersRepository.cs
using System.Threading.Tasks;
using Sello.Datastore.SQL;
using Sello.Datastore.SQL.Model;
namespace Sello.Data.Repositories
{
public class OrdersRepository
{
private readonly CustomersRepository _customersRepository;
private readonly Pl... | 2.726955 | df551c2a1a28982bcb570e41ca3f240b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5973 | {
"extension": "c-sharp",
"max_stars_count": "29.0",
"max_stars_repo_name": "indietom/Gleed2D",
"max_stars_repo_path": "src/Gleed2D.Core/ImageRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5974"
} | starcoder | using System.Collections.Generic ;
using System.Drawing ;
using System.Windows.Forms ;
using JetBrains.Annotations ;
namespace Gleed2D.Core
{
[UsedImplicitly]
public class ImageRepository : IImageRepository
{
readonly Dictionary<string, ImageProperties> _images ;
readonly List<ImageList> _imageLists ;
public... | 2.918953 | c901db25eea61c890bddf049a8c0325d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5974 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Anna-Henson/SonderMITRealityHack",
"max_stars_repo_path": "Sonder/Assets/External/verb-collective/Verbs/whenHeld.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5975"
} | starcoder | /*
* He's got the whole world in his hands
* the whole world in his hands
*
* but most of the time
* it's just one object
* and if it is this object,
* with this verb,
* ...something might happen...
*
* Note: Requires a trigger object to work
*/
using System.Collections;
using System.Collections.Generic... | 2.541568 | cb0eb2feb4648963edfe6a10043eeced |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5975 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "mahmoodqanbary/MShop",
"max_stars_repo_path": "MShop/MShop/Controllers/HomeController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5976"
} | starcoder | using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Logging;
using MShop.Data;
using MShop.Models;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks;
namespace MShop.Controllers
{
public class HomeC... | 2.257385 | ed112238ae7925dcb06c1dcfb47591ce |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5976 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "noname0310/TownPatroller-Socketpacket",
"max_stars_repo_path": "TPPacket/TPPacket/InfoClass/GPSSpotManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5977"
} | starcoder | <filename>TPPacket/TPPacket/InfoClass/GPSSpotManager.cs
using System;
using System.Collections.Generic;
namespace TPPacket.Class
{
[Serializable]
public class GPSSpotManager
{
public List<GPSPosition> GPSPositions { get; private set; }
public int CurrentMovePosIndex { get; set; }
... | 2.990491 | 61c50c64d8dc3e7a28f3da8cc5baf14a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5977 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "glav/CognitiveServicesFluentApi",
"max_stars_repo_path": "Glav.CognitiveServices.FluentApi.Face/Domain/ExposureLevel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5978"
} | starcoder | using Glav.CognitiveServices.FluentApi.Core;
using Glav.CognitiveServices.FluentApi.Core.Extensions;
using System;
namespace Glav.CognitiveServices.FluentApi.Face.Domain
{
public enum ExposureLevel
{
Undefined,
GoodExposure,
OverExposure,
UnderExposure
}
... | 2.252809 | af0cf6852d2af8383b2c588305c0a93b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5978 | {
"extension": "c-sharp",
"max_stars_count": "199.0",
"max_stars_repo_name": "stannynuytkens/ExpressMapper",
"max_stars_repo_path": "ExpressMapper.Tests.Model/ViewModels/FlattenFatherSonDtoForGrandsonDto.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5979"
} | starcoder | <reponame>stannynuytkens/ExpressMapper<gh_stars>100-1000
using System;
namespace ExpressMapper.Tests.Model.ViewModels
{
public class FlattenFatherSonDtoForGrandsonDto
{
public int MyInt { get; set; }
public string MyString { get; set; }
public int SonMyInt { get; set; }
public... | 1.730482 | e53422467710c9ba1c2f06157fac0f3f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5979 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "WuJiBase/X",
"max_stars_repo_path": "XCode/DataAccessLayer/Common/ITransaction.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5980"
} | starcoder | <reponame>WuJiBase/X
using System;
using System.Data;
using System.Data.Common;
using System.Threading;
using NewLife;
using NewLife.Log;
namespace XCode.DataAccessLayer
{
/// <summary>事务对象</summary>
interface ITransaction : IDisposable
{
/// <summary>事务隔离级别</summary>
Isolatio... | 2.362711 | dc3846aba7b1cd358b963688510d8e53 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5980 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "marzmehr/embc-ess-mod",
"max_stars_repo_path": "suppliers/src/API/EMBC.Suppliers.API/SubmissionModule/Models/SubmissionRepository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5981"
} | starcoder | <filename>suppliers/src/API/EMBC.Suppliers.API/SubmissionModule/Models/SubmissionRepository.cs<gh_stars>1-10
// -------------------------------------------------------------------------
// Copyright © 2020 Province of British Columbia
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may ... | 2.377485 | cdf938e1351e2bfa2c59fa97e84ef4bc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5981 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bsmr/WolvenKit-CyberCAT",
"max_stars_repo_path": "CyberCAT.Core/Enums/Dumped Enums/vehicleTPPCameraHeight.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5982"
} | starcoder | <gh_stars>0
namespace CyberCAT.Core.DumpedEnums
{
public enum vehicleTPPCameraHeight
{
Low = 0,
High = 1
}
}
| 0.83756 | b2819499550f5036a87f6e55346acae0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5982 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "codescene-org/das-roatp-service",
"max_stars_repo_path": "src/SFA.DAS.RoATPService.Domain/Engagement.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5983"
} | starcoder | <reponame>codescene-org/das-roatp-service<gh_stars>0
using System;
namespace SFA.DAS.RoATPService.Domain
{
public class Engagement
{
public long Id { get; set; }
public long ProviderId { get; set; }
public string Event { get; set; }
public DateTime CreatedOn { get; set; }
}... | 1.313072 | ff5eef69ebfaa6bf363dd840daf4abfd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5983 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "sparql-studio/sparql-studio",
"max_stars_repo_path": "Code/Src/Shared/OntologyParser/OntologyParserBase.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5984"
} | starcoder | // Author: <NAME> <EMAIL>
//
// This code is copyright (c) by <NAME> and Modular Systems
// See the LICENSE file at the root of the repository for licensing details.
//
// THIS CODE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED
// ---------------------------------------------------------------... | 2.357823 | b548b84687657dc9fe4ab4b394b084b3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5984 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "draculakkk/EChartsBlazor",
"max_stars_repo_path": "src/EChartsBlazor/Components/SimpleParameter/LayoutRect .cs",
"provenance": "train-00000-of-00045.jsonl.gz:5985"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TagEChartsBlazor.Components
{
public readonly struct LayoutRect
{
public LayoutRect(int? x = null, int? y = null, int? width = null, int? height = null, int[]? r = null)
... | 3.020347 | 3ea8377b2465ad4389f8f9fa97578a29 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5985 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "PhilShishov/DataGate-Angular",
"max_stars_repo_path": "src/server/Web/DataGate.Web/Api/SubFundsController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5986"
} | starcoder | <gh_stars>1-10
using DataGate.Data.Common.Repositories.UsersContext;
using DataGate.Data.Models.Columns;
using DataGate.Data.Models.Users;
using DataGate.Services.Data.Entities;
using DataGate.Services.Data.Layouts;
using DataGate.Services.Data.ViewSetups;
using DataGate.Web.Api.Base;
using DataGate.Web.Helpers;
using... | 1.934702 | a33ea6555163b0fe91411aa907844dd2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5986 | {
"extension": "c-sharp",
"max_stars_count": "36.0",
"max_stars_repo_name": "YW-Ma/openWHURS",
"max_stars_repo_path": "ComputerGraphics/CSharpComputerGraphics/ComputerGraphics/ParallelProjection.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5987"
} | starcoder | using System;
using System.Drawing;
using System.Windows.Forms;
using System.Windows.Forms.DataVisualization.Charting;
namespace ComputerGraphics
{
public partial class Form1 : Form
{
private void ParallelProjection_Click(object sender, EventArgs e)
{
MenuID = 41;
Proje... | 2.581145 | 5d6803d58e32c4414f9ba9e7697e7baf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5987 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ZhangHuan0407/BMPFont",
"max_stars_repo_path": "Unity/BMPFont/Assets/Tween/Runtime/TimeTweener.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5988"
} | starcoder | <gh_stars>0
namespace Tween
{
/// <summary>
/// TimeTweener 实例时间单位类型
/// </summary>
public enum TweenerTimeType
{
Mix,
UnscaleTime,
ScaleTime,
}
public class TimeTweener : Tweener
{
/* field */
/// <summary>
/// 当前 Tweener 实例的累计执行时间,最后一帧超过... | 2.49504 | 162505b47de9aa79fcfb5a590f42deab |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5988 | {
"extension": "c-sharp",
"max_stars_count": "17.0",
"max_stars_repo_name": "tomasfabian/Kafka.DotNet.ksqlDB",
"max_stars_repo_path": "SqlServer.Connector/Cdc/ISqlServerCdcClient.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5989"
} | starcoder | using System.Threading.Tasks;
namespace SqlServer.Connector.Cdc
{
public interface ISqlServerCdcClient : ICdcClient
{
Task CdcEnableTableAsync(string tableName, string schemaName = "dbo");
Task CdcEnableTableAsync(CdcEnableTable cdcEnableTable);
Task CdcDisableTableAsync(string tableName, string sche... | 2.19135 | cfe08242dcfa2ee62aad82f3db0fe0aa |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5989 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "commentatorboy/PizzaWaiter",
"max_stars_repo_path": "PizzaWaiterServiceApp/PizzaWaiterServiceLibrary/Models/DishIngredient.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5990"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CustomHandlers.DatabaseLibrary;
using System.Runtime.Serialization;
namespace Models
{
/* Describes an object */
[DataContract]
public class DishIngredi... | 2.546193 | fb2fe74ea247e2cd7cd9e004d934b482 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5990 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "tenengroup/kInspector",
"max_stars_repo_path": "KInspector.Modules/Modules/Setup/WebFarmServersSetupModule.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5991"
} | starcoder | using System;
using Kentico.KInspector.Core;
namespace Kentico.KInspector.Modules
{
public class WebFarmServersSetupModule : IModule
{
public ModuleMetadata GetModuleMetadata()
{
return new ModuleMetadata
{
Name = "Disable enabled Web farm servers",
... | 2.182728 | c22792f2fe36e1bba0452dc2184b6e71 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5991 | {
"extension": "c-sharp",
"max_stars_count": "39.0",
"max_stars_repo_name": "Romfos/scsharp",
"max_stars_repo_path": "src/SCSharp.UI/ListBoxElement.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5992"
} | starcoder | //
// SCSharp.UI.ListBoxElement
//
// Authors:
// <NAME> (<EMAIL>)
//
// Copyright 2006-2010 <NAME>
//
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
//... | 2.204051 | 7886a6e9794f4951dd9d5ab66baab115 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5992 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "daejunpark/verisol",
"max_stars_repo_path": "Sources/SolToBoogie/ProcedureTranslator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5993"
} | starcoder | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
namespace SolToBoogie
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.Numerics;
using System.Text;
using BoogieAST;
... | 2.24346 | c2c1ea66e753fa7ee8182f3dc952be46 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5993 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Leucemidus/AccessB-Debug",
"max_stars_repo_path": "AccessB_Debug/Form1.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5994"
} | 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;
namespace AccessB_Debug
{
public partial class Form1 : Form
{
AccessB AccB = new AccessB... | 2.029074 | a0e70825779682cd76aae288225ff9c7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5994 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "colinkiama/dysprose",
"max_stars_repo_path": "DysproseTwo/Converters/IntToWordCount.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5995"
} | starcoder | <reponame>colinkiama/dysprose
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.UI.Xaml.Data;
namespace DysproseTwo.Converters
{
class IntToWordCount:IValueConverter
{
public object Convert(object value, Type targetType, o... | 2.09757 | e54a92a5f75a8afc110b959f1342fe6f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5995 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "antuniooh/exercises-computer-tech-ETEC",
"max_stars_repo_path": "Desenvolvimento de Software/Aulas/WinTab_Date/WinTab_Date/FrmTabData.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5996"
} | starcoder | namespace WinTab_Date
{
partial class FrmTabData
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | 2.039347 | e42046e6257b67172f6a1c3cd4516cb6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5996 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Bungalow64/DBConfirm",
"max_stars_repo_path": "tests/Sample.NUnit.Northwind.Tests/Procedures/CustOrdersOrdersTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5997"
} | starcoder | <reponame>Bungalow64/DBConfirm<filename>tests/Sample.NUnit.Northwind.Tests/Procedures/CustOrdersOrdersTests.cs
using NUnit.Framework;
using Sample.NUnit.Northwind.Tests.Templates;
using Sample.NUnit.Northwind.Tests.Templates.Complex;
using DBConfirm.Core.Data;
using DBConfirm.Core.DataResults;
using DBConfirm.Packages.... | 2.123631 | 26dd3e4ec444d19b268ef1913ec295dc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5997 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Zastai/ListenBrainz",
"max_stars_repo_path": "MetaBrainz.ListenBrainz/Json/Readers/LatestImportReader.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5998"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Text.Json;
using MetaBrainz.Common.Json;
using MetaBrainz.Common.Json.Converters;
using MetaBrainz.ListenBrainz.Objects;
namespace MetaBrainz.ListenBrainz.Json.Readers;
internal sealed class LatestImportReader : ObjectReader<LatestImport> {
... | 2.205138 | b792fb0458d30ab2b4dbe5a7ecb164a1 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5998 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "olympum/caffeine",
"max_stars_repo_path": "src/Caffeine.Jni/JObject.cs",
"provenance": "train-00000-of-00045.jsonl.gz:5999"
} | starcoder | /*
* Copyright (C) 2003, 2004 <NAME> <<EMAIL>>
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation files
* (the "Software"), to deal in the Software without restriction,
* including without limitation the rights to use, copy, modify, me... | 2.045561 | 49651c8151d624883c9a588ea69c12c5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 5999 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "HolisticWare/HolisticWare.Core.Serialization.SharpSerializer",
"max_stars_repo_path": "samples/HelloWorldApp.MonoForAndroid/Form1.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6000"
} | starcoder | <reponame>HolisticWare/HolisticWare.Core.Serialization.SharpSerializer
using System;
using Android.App;
using Android.Content;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.OS;
using HelloWorldApp.BusinessObjects;
namespace HelloWorldApp
{
[Activity (Label = "www.sharpserializer.... | 2.177897 | 6dfe0bfd2a207ddf1ac4a36059932529 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6000 | {
"extension": "c-sharp",
"max_stars_count": "333.0",
"max_stars_repo_name": "DukeChiang/DCET.Game",
"max_stars_repo_path": "Unity/Packages/Protobuf/Runtime/ProtoBufMeta/LockContentedEventHandler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6001"
} | starcoder | <filename>Unity/Packages/Protobuf/Runtime/ProtoBufMeta/LockContentedEventHandler.cs
namespace ProtoBuf.Meta
{
public delegate void LockContentedEventHandler(object sender, LockContentedEventArgs args);
}
| 1.116515 | 7fceca3c18e494a81373d7219b540ee2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6001 | {
"extension": "c-sharp",
"max_stars_count": "629.0",
"max_stars_repo_name": "Sreejithpin/odata.net",
"max_stars_repo_path": "test/FunctionalTests/Service/Microsoft/OData/Service/CallbackQueryOptionHandler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6002"
} | starcoder | <gh_stars>100-1000
//---------------------------------------------------------------------
// <copyright file="CallbackQueryOptionHandler.cs" company="Microsoft">
// Copyright (C) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
// </copyright>
//-------... | 2.626054 | ec6b6a22d423c278bd7ec09dc2bf83eb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6002 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "HerHex/NonProductiveBot-Discord-Csharp",
"max_stars_repo_path": "Infrastructure/Servers.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6003"
} | starcoder | using Microsoft.EntityFrameworkCore;
using System.Linq;
using System.Threading.Tasks;
namespace Infrastructure
{
public class Servers
{
private readonly Context _context;
public Servers(Context context)
{
_context = context;
}
public async Task Nu... | 2.904171 | 8b6a1b11a42d7b476e8336ccecd9fbab |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6003 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "13pneto/GitHub-Locadora",
"max_stars_repo_path": "WPFVendas/Utils/ValidadorCPF.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6004"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace VendasConsole.Utils
{
class ValidadorCPF
{
public static bool validaCpf(string cpf)
{
if (cpf.Length != 11)
{
throw new Excepti... | 3.439471 | a9c4dfc538a0fa3573f513a1ce153650 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6004 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "1NieR/Fergun.Interactive",
"max_stars_repo_path": "src/Entities/IInteractiveInputHandler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6005"
} | starcoder | <gh_stars>1-10
using System.Threading.Tasks;
using Discord;
namespace Fergun.Interactive
{
/// <summary>
/// Provides methods for handling inputs in interactive entities.
/// </summary>
public interface IInteractiveInputHandler
{
/// <summary>
/// Handles a message.
/// </su... | 2.507577 | 21b53a20edd391a8695cfbab3dcd2ab4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6005 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "richstep/TVWS-DB-Code",
"max_stars_repo_path": "src/Entities/IInterferenceQueryRequest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6006"
} | starcoder | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
namespace Microsoft.Whitespace.Entities
{
using Newtonsoft.Json;
/// <summary>
/// Interface defining the InterferenceQuery request parameters.
/// </summary>
public interface IInterferenceQueryRequest
... | 1.952098 | 385283971d0d36c6a59e31cc1fac1558 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6006 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "julianpratt/DBTools",
"max_stars_repo_path": "src/Command.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6007"
} | starcoder | <filename>src/Command.cs
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Diagnostics;
using System.Text;
using System.Threading.Tasks;
using System.Data;
using System.Xml;
using System.Xml.XPath;
using Mistware.Utils;
namespace DBTools
{
/... | 2.776049 | 6ebcb75215bc5d8209e00ac43a0b5897 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6007 | {
"extension": "c-sharp",
"max_stars_count": "10964.0",
"max_stars_repo_name": "ackhack/osu",
"max_stars_repo_path": "osu.Game/Online/Multiplayer/InvalidStateChangeException.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6008"
} | starcoder | // Copyright (c) p<NAME> <<EMAIL>>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Runtime.Serialization;
using Microsoft.AspNetCore.SignalR;
namespace osu.Game.Online.Multiplayer
{
[Serializable]
public class InvalidS... | 2.080343 | 89b6145e1eefc999ae1f26e9e2c50c6d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6008 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Mids/Korea-Random-Defence",
"max_stars_repo_path": "Assets/02. Scripts/UI/CombinationButtonManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6009"
} | starcoder | <gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
using UnityEngine.UI;
namespace KRD
{
public class CombinationButtonManager : MonoBehaviour
{
public CombinationButton ButtonPrefab;
private bool _isCombinationKeyPressed = false;
private CharacterFac... | 1.855119 | faf7c6321ad8d77a06a7edc7dfcbadbc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6009 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "maxstralin/chargebee-dotnet",
"max_stars_repo_path": "ChargeBee/Models/Transaction.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6010"
} | starcoder | using System;
using System.IO;
using System.ComponentModel;
using System.Collections.Generic;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using ChargeBee.Internal;
using ChargeBee.Api;
using ChargeBee.Models.Enums;
using ChargeBee.Filters.Enums;
namespace ChargeBee.Models
{
public class Transaction : Res... | 1.924093 | 32423d7f664df5f21e3c52e6414e700e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6010 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Wampe/soncoord",
"max_stars_repo_path": "Soncoord.Player/ViewModels/SettingsViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6011"
} | starcoder | <reponame>Wampe/soncoord
using NAudio.Wave;
using Prism.Commands;
using Prism.Mvvm;
using Prism.Regions;
using Soncoord.Infrastructure.Interfaces;
using Soncoord.Infrastructure.Interfaces.Services;
using System.Collections.Generic;
namespace Soncoord.Player.ViewModels
{
[RegionMemberLifetime(KeepAlive = false)]
... | 1.913429 | 5d2484962a8b5c0b9a0c84f6fb564372 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6011 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "arminherling/Ragnarok-Online-Item-Viewer",
"max_stars_repo_path": "RagnarokOnlineItemViewer/ViewModels/MainWindowViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6012"
} | starcoder | <reponame>arminherling/Ragnarok-Online-Item-Viewer<gh_stars>0
using RagnarokOnlineItemViewer.Service;
namespace RagnarokOnlineItemViewer.ViewModels
{
class MainWindowViewModel : BindableBase
{
private BindableBase _currentViewModel;
public MainWindowViewModel()
{
var repos... | 1.825387 | 6e23e9aeeed23ad72e70677ab089b885 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6012 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "seb776/Ray-Marching",
"max_stars_repo_path": "Assets/Oculus/Voice/Scripts/Editor/Windows/AboutWindow.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6013"
} | starcoder | <reponame>seb776/Ray-Marching
/**************************************************************************************************
* Copyright : Copyright (c) Facebook Technologies, LLC and its affiliates. All rights reserved.
*
* Your use of this SDK or tool is subject to the Oculus SDK License Agreement, available... | 1.485363 | 0f66ec96b0625240a66c6555401d5001 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6013 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yataya1987/EXT.Net-Theme-Hard-Coded",
"max_stars_repo_path": "src/Areas/Models/Controllers/StoreForController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6014"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace Ext.Net.MVC.Examples.Areas.Models.Controllers
{
public class StoreForController : Controller
{
public ActionResult Index()
{
return View();
}
... | 1.437179 | 33ac1df63b4a4f9492c14a29b805da21 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6014 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AdsHan/core-unit-testing",
"max_stars_repo_path": "src/Order/Data/Entities/OrderItemModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6015"
} | starcoder | using Order.Data.DomainObjects;
using Order.Data.Enum;
namespace Order.Data.Entities
{
public class OrderItemModel : BaseEntity
{
public OrderItemModel(int orderId, int productId, int quantity, decimal unitPrice, DiscountType discount, decimal discountValue)
{
OrderId = orderId;
... | 2.847698 | 56c42a9d896ddf837632f6d5165fc3a3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6015 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "mdekrey/DeKreyConsulting.AdoTestability",
"max_stars_repo_path": "DeKreyConsulting.AdoTestability.Postgres.Example/FunctionalSqlExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6016"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Linq;
using System.Threading.Tasks;
namespace DeKreyConsulting.AdoTestability.Postgres.Example
{
public static class FunctionalSqlExtensions
{
public static Task<TReturn> CreateOpenConnectionAndAsync<... | 2.769313 | 7dc00dddd097165964f90732ec602dd8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6016 | {
"extension": "c-sharp",
"max_stars_count": "419.0",
"max_stars_repo_name": "vst-h/DotNetCore.SKIT.FlurlHttpClient.Wechat",
"max_stars_repo_path": "src/SKIT.FlurlHttpClient.Wechat.Api/Models/Wxa/Plugin/WxaPluginListResponse.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6017"
} | starcoder | <filename>src/SKIT.FlurlHttpClient.Wechat.Api/Models/Wxa/Plugin/WxaPluginListResponse.cs
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
/// <para>表示 [POST] /wxa/plugin?action=list 接口的响应。</para>
/// </summary>
public class WxaPluginListResponse : WechatApiResponse
{
public ... | 2.156624 | e3a8601ec27caf01279288492a58652b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6017 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "WCoetser/Trl.Serialization",
"max_stars_repo_path": "Trl.Serialization.SampleApp/ExpresionTree/Mul.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6018"
} | starcoder | <filename>Trl.Serialization.SampleApp/ExpresionTree/Mul.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Trl.Serialization.SampleApp.ExpresionTree
{
public class Mul : BinaryOperator, IExpression
{
public Mul(double lhs, double rhs) : base(lhs, rhs)
{
}
... | 2.770031 | 73640d2bddc699c046fedcabe34650ef |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6018 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jennifermarsman/azure-sdk-for-net",
"max_stars_repo_path": "sdk/keyvault/Azure.Management.KeyVault/src/Generated/VaultsClient.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6019"
} | starcoder | <reponame>jennifermarsman/azure-sdk-for-net<filename>sdk/keyvault/Azure.Management.KeyVault/src/Generated/VaultsClient.cs
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
using System;
using System.Threading;
using System.Threading... | 1.624076 | 9b1ff13d0d729dc75f43a91721b034a8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6019 | {
"extension": "c-sharp",
"max_stars_count": "59.0",
"max_stars_repo_name": "MicroWorldwide/BGC_Tools",
"max_stars_repo_path": "Parameters/ControlledParameters/ControlledDoubleProperty.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6020"
} | starcoder | <filename>Parameters/ControlledParameters/ControlledDoubleProperty.cs
using BGC.Parameters.Algorithms;
using BGC.Mathematics;
namespace BGC.Parameters
{
[PropertyChoiceTitle("Controlled", renderingModifier: ChoiceRenderingModifier.Controlled)]
public abstract class ControlledDoubleProperty : StimulusPropertyG... | 2.487242 | 351cf8a3f0a79ce87e8246b971ae4dbd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6020 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "afonsof/meganium",
"max_stars_repo_path": "Site/Areas/Admin/Controllers/FeaturedController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6021"
} | starcoder | using System.Collections.Generic;
using System.Linq;
using System.Web.Mvc;
using Meganium.Api.Managers;
using Meganium.Api.Messaging;
using Meganium.Api.Resources;
using Meganium.Api.Web;
namespace Meganium.Site.Areas.Admin.Controllers
{
[Authorize]
public class FeaturedController : BaseController
{
... | 2.161746 | 1c4d62e41d90ba2cfafdbdffaee3000e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6021 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Asledorf/Software-Projects-Bullet-Hell",
"max_stars_repo_path": "Assets/BulletPro/Core/Classes/BulletModules/BulletModuleParameters.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6022"
} | starcoder | <reponame>Asledorf/Software-Projects-Bullet-Hell<filename>Assets/BulletPro/Core/Classes/BulletModules/BulletModuleParameters.cs<gh_stars>0
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
// This script is part of the BulletPro package for Unity.
// Author : <NAME> <<EMAIL>>
namespace B... | 2.299892 | 7d0c6111a34ea0367741357c22fd7462 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6022 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "SinyavtsevIlya/Gemscapes",
"max_stars_repo_path": "Assets/_Client/Features/Rpg/Source/Feature.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6023"
} | starcoder | using Nanory.Lex;
namespace Client.Rpg
{
public class Feature : FeatureBase { }
}
| 0.818201 | a860e1b2e26a2d6594c0b311084418c4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6023 | {
"extension": "c-sharp",
"max_stars_count": "17.0",
"max_stars_repo_name": "npocmaka/Windows-Server-2003",
"max_stars_repo_path": "com/netfx/src/clr/bcl/system/diagnostics/symbolstore/symaddresskind.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6024"
} | starcoder | <filename>com/netfx/src/clr/bcl/system/diagnostics/symbolstore/symaddresskind.cs<gh_stars>10-100
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*============================================================
**
** Class: SymAddressKind
**
** Author: <NAME> (mikemag)... | 2.214175 | c32f77a9f7079c8ef33ab4d80753bc1e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6024 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Cavcode/WOD_NWN",
"max_stars_repo_path": "WOD.Game.Server/Core/NWScript/String.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6025"
} | starcoder | <filename>WOD.Game.Server/Core/NWScript/String.cs
namespace WOD.Game.Server.Core.NWScript
{
public partial class NWScript
{
/// <summary>
/// Get the length of sString
/// * Return value on error: -1
/// </summary>
public static int GetStringLength(string sString)
... | 2.685013 | d5fcff55139061bac06325817467c963 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6025 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Kaelum/openSourceC.FrameworkLibrary",
"max_stars_repo_path": "src/openSourceC.FrameworkLibrary.Core/Core/EnumHelper.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6026"
} | starcoder | using System;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.Xml.Serialization;
namespace openSourceC.FrameworkLibrary
{
/// <summary>
/// Summary description for EnumHelper.
/// </summary>
public static class EnumHelper
{
/// <summary>
/// Converts the seriali... | 2.839942 | baef21b0046520c4cc56b3c1b1267a74 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6026 | {
"extension": "c-sharp",
"max_stars_count": "188.0",
"max_stars_repo_name": "NETMF/llilum",
"max_stars_repo_path": "Zelig/Zelig/CompileTime/CodeGenerator/CodeTransformation/CompilationSteps/Phases/ComputeCallsClosure.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6027"
} | starcoder | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//#define DEBUG_INCLUDE_ALL_METHODS
namespace Microsoft.Zelig.CodeGeneration.IR.CompilationSteps.Phases
{
using System;
using Microsoft.Zelig.Runtime.TypeSystem;
[PhaseOrdering( ExecuteAfter = typeof( PropagateCompilationConstraints )... | 1.663727 | 3af18a5d71e16fc4e8290ca1db0af8ff |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6027 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ibprovider/Lcpi.EFCore.LcpiOleDb-v06.00",
"max_stars_repo_path": "Code/Provider/Source/Basement/EF/Dbms/Firebird/Common/FB_Common__Initializer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6028"
} | starcoder | <filename>Code/Provider/Source/Basement/EF/Dbms/Firebird/Common/FB_Common__Initializer.cs<gh_stars>0
////////////////////////////////////////////////////////////////////////////////
//EF Core Provider for LCPI OLE DB.
// IBProvider and Contributors. 22.05.2018.
using System;
using ... | 1.63104 | d847044adb0b54247b9ab5a7792059bb |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6028 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "aldonunez/KiriEdit",
"max_stars_repo_path": "TryFreetypeDemo/CodeFile4.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6029"
} | starcoder | using System;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.IO;
using KiriFig;
using KiriFig.Model;
using Point = KiriFig.Model.Point;
namespace KiriFigDemo.Sample4
{
static class Sample
{
public static void Run()
{
Figu... | 2.523885 | 1324dae11cda7fc2eb33363d7bd2cc92 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6029 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "entrotech/deployapp",
"max_stars_repo_path": "Sabio.Web/Models/Requests/SquadMemberAddRequest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6030"
} | starcoder | using Sabio.Web.Domain;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Web;
namespace Sabio.Web.Models.Requests
{
public class SquadMemberAddRequest
{
[Required]
public int SquadId { get; set; }
[Req... | 1.891731 | e09eda7c7bc756b23e56e93b3719ee60 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6030 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "Roog/ember-plus-sharp",
"max_stars_repo_path": "Lawo.EmberPlusSharp/S101/CommandType.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6031"
} | starcoder | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// <copyright>Copyright 2012-2017 Lawo AG (http://www.lawo.com).</copyright>
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at http:/... | 2.261279 | 947414018067afdded03822a72d442b7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6031 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "lenerson/Dapper-Extensions",
"max_stars_repo_path": "DapperExtensions/Predicates.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6032"
} | starcoder | <filename>DapperExtensions/Predicates.cs<gh_stars>0
using DapperExtensions.Mapper;
using DapperExtensions.Sql;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
namespace DapperExtensions
{
public... | 3.108986 | 5d6f956671a6cf2ae4a1519eee3074fc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6032 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "GabrielEstebanSalvatore/N-Commerce",
"max_stars_repo_path": "Dominio/Entidades/DetalleComprobante.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6033"
} | starcoder | using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Dominio.MetaData;
namespace Dominio.Entidades
{
[Table("DetalleComprobante")]
[MetadataType(typeof(IDetalleComprobante))]
public class DetalleComprobante : EntidadBase
{
// Propiedades
... | 2.170817 | 42fea6dc9b8770c8623c5afadf850574 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6033 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sevdalin/Software-University-SoftUni",
"max_stars_repo_path": "C-sharp-Web-Developer/C# OOP Advanced/01. Interfaces and Abstraction/08. MilitaryElite/Interfaces/ICommando.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6034"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _08.MilitaryElite.Interfaces
{
public interface ICommando
{
List<Mission> Missions { get; set; }
}
}
| 1.713047 | aadd0eb21ad226894132fcc171fe3de3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6034 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "AardhynLavender/WinFormsPacman",
"max_stars_repo_path": "Pacman/GameObjects/World.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6035"
} | starcoder | <reponame>AardhynLavender/WinFormsPacman
//
// World : Game Object Class
// Created 22/09/2021
//
// WinForms PacMan v0.0.1
// <NAME> 2021
//
// Uses LINQ-XML to parse tilemap data combined with a tileset to create a collection
// of Tile objects correctly arranged on the screen with the right texture and colli... | 2.848055 | aa7540ef6bd9c62ad8e94594ceebb45f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6035 | {
"extension": "c-sharp",
"max_stars_count": "39.0",
"max_stars_repo_name": "Skippeh/Oxide.GettingOverItMP",
"max_stars_repo_path": "WebAPI/Data.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6036"
} | starcoder | using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using WebAPI.Models;
namespace WebAPI
{
public static class Data
{
public static read... | 2.683164 | a5b6df29241ca297ae0c5995ee15c2ed |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 6036 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "Sumpfkraut-Online/SumpfkrautOnline-Khorinis",
"max_stars_repo_path": "GUCClient/WorldObjects/Mobs/MobInter.Client.cs",
"provenance": "train-00000-of-00045.jsonl.gz:6037"
} | starcoder | <filename>GUCClient/WorldObjects/Mobs/MobInter.Client.cs<gh_stars>10-100
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Gothic.Objects;
namespace GUC.WorldObjects.Mobs
{
public partial class MobInter : Mob
{
new public oCMobInter gVob { get { return (oCMobI... | 2.087456 | d7f39d49c924a1643b94d75cd66f02a8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.