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 | 8847212 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Projekt2021/BakdelarWebShop",
"max_stars_repo_path": "Bakdelar/Models/Customer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166432"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Threading.Tasks;
namespace Bakdelar.Models
{
public class Customer
{
[Required]
[StringLength(60, MinimumLength = 3, ErrorMessage = "Förnamn är obligatoriskt") ]
... | 2.598067 | 9826dd75100bcf13bf21181d1117eeaf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847213 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dotJEM/kudu",
"max_stars_repo_path": "Kudu.SiteManagement/Configuration/Section/UriSchemes.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166433"
} | starcoder | using System;
namespace Kudu.SiteManagement.Configuration.Section
{
[Flags]
public enum UriSchemes
{
None = 0,
Http = 1,
Https = 2,
Both = Http | Https
}
} | 1.670299 | 13c977f52381dddd75f6b0bb93856f0b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847214 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "PlamenMichev/SoftGym",
"max_stars_repo_path": "Tests/SoftGym.Services.Data.Tests/ExercisesServiceTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166434"
} | starcoder | namespace SoftGym.Services.Data.Tests
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
using Moq;
using SoftGym.Data;
using SoftGym.Data.Models;
using SoftGym... | 2.33857 | b02d5880de18a8d020d43c17aeeb2bac |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847215 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "Troilk/TicTacToe",
"max_stars_repo_path": "Assets/Scripts/Pages/PageGameplay/PageGameplayControllers.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166435"
} | starcoder | using UnityEngine;
public class PageGameplayController : UIPageController<PageGameplayView, UIPageModel>
{
public event System.Action<GameState> OnGameStateTransitionRequested;
public PageGameplayController(UIPageModel model, PageGameplayView view)
:base(model, view)
{
view.OnGameStateTransitionButtonPressed... | 2.190864 | 8fba5cd6e72a830dd5fda7e663ccfdaf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847216 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Sun-Jc/GC-GraphView",
"max_stars_repo_path": "GraphView/GremlinTranslation/variables/table/tvf/multiType/GremlinMapVariable.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166436"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GraphView
{
internal class GremlinMapVariable : GremlinTableVariable
{
public GremlinToSqlContext MapContext { get; set; }
public static GremlinMapVariable... | 2.081698 | 6cb6537e30711c8c848b3cc78b3d0df8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847217 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ivan-alles/poker-acpc",
"max_stars_repo_path": "lib/algorithms/trunk/src/main/net/ai.lib.algorithms/strings/StringHashCode.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166437"
} | starcoder | <filename>lib/algorithms/trunk/src/main/net/ai.lib.algorithms/strings/StringHashCode.cs<gh_stars>0
/* Copyright 2010-2012 <NAME>.
Licensed under the MIT License (see file LICENSE). */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
namespace ai.lib.a... | 2.939284 | 14e3472d020d834afa8332fd9f7efe81 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847218 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "darkfoxdeveloper/FoxConquer5517",
"max_stars_repo_path": "ServerCore/Networking/Packets/1126-MsgInviteTrans.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166438"
} | starcoder | <reponame>darkfoxdeveloper/FoxConquer5517
// World Conquer Online Project 2.5517 - Phoenix Project Based
// This project has been created by <NAME> and updated by <NAME>
// Source Infrastructure based on Phoenix Source, written by <NAME>
// This source is targeted to Conquer Online, client version 5517
//
// Computer... | 1.567119 | ec0a9901f0f3d80eee97e9d57da65132 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847219 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "SNBnani/Xian",
"max_stars_repo_path": "ImageServer/Core/Command/RebuildStudyXmlCommand.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166439"
} | starcoder | #region License
// Copyright (c) 2011, 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
using System;
using System.Collections.Generic;
... | 2.193159 | 425e1890524b0df876462240f040fc84 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847220 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "frenebo/ZMOD",
"max_stars_repo_path": "zmm/src/Models/ResponseMessages/Property.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166440"
} | starcoder | using Newtonsoft.Json;
namespace ZMM.Models.ResponseMessages
{
public class Property
{
[JsonProperty("key")]
public string key { get; set; }
[JsonProperty("value")]
public string value { get; set; }
}
} | 1.858886 | abf85419e49f12761e9865745d75fc57 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847221 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "mxashlynn/Parquet",
"max_stars_repo_path": "ParquetUnitTests/Parquets/FloorModelUnitTest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166441"
} | starcoder | <filename>ParquetUnitTests/Parquets/FloorModelUnitTest.cs<gh_stars>10-100
using System;
using Parquet;
using Parquet.Parquets;
using Xunit;
namespace ParquetUnitTests.Parquets
{
/// <summary>
/// Unit tests <see cref="FloorModel"/>.
/// </summary>
public class FloorModelUnitTest
{
#region T... | 2.533381 | 93008b6135a9f73ed685c3036e33e4a2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847222 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "sakwa-im/design-studio",
"max_stars_repo_path": "sakwa-core/implementation/support/Constants.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166442"
} | starcoder | using configuration;
namespace sakwa
{
public class Constants
{
public static eConfigurationSource ConfigurationSource = eConfigurationSource.UserAppData;
#region IBaseNode persistence constants
public static string Base_ClassType = typeof(IBaseNodeImpl).ToString();
p... | 1.473333 | c4169f733bd77556877abe8e2e566c03 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847223 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "sstistkoo/prednasky",
"max_stars_repo_path": "Xamarin.Forms/09-Hra/Asteroids/Asteroids.Shared/SpriteExplosion.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166443"
} | starcoder | <filename>Xamarin.Forms/09-Hra/Asteroids/Asteroids.Shared/SpriteExplosion.cs
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
namespace Asteroids.Shared
{
public class SpriteExplosionHit : SpriteItem
{
public stat... | 2.141254 | 78c58a06bd2c0d2a14044190ae874622 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847224 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "frankhaugen/Frank.Extensions",
"max_stars_repo_path": "src/Frank.Libraries.Ubl/UBL/RequestForTenderLineType.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166444"
} | starcoder | namespace Frank.Libraries.Ubl;
/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "urn:... | 1.61746 | 79fcff58a6a935a25e9c19f95f45d517 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847225 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "bodyquest/SoftwareUniversity-Bulgaria",
"max_stars_repo_path": "Technology Fundamentals C# Jan2019/6.Dictionaries/Word-Filter/Word-Filter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166445"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Word_Filter
{
class Program
{
static void Main()
{
var array = Console.ReadLine().Split(' ').ToArray();
var filtered = array.Wher... | 2.907355 | 9fa9a96feebb125a8dfbe640d8eb4427 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847226 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bsimser/xeva",
"max_stars_repo_path": "src/Framework.Services/Interfaces/IProxyGeneratorFactory.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166446"
} | starcoder | using System;
using Castle.Core.Interceptor;
namespace XF.Services
{
public interface IProxyGeneratorFactory
{
object GenerateProxy(Type serviceType, IInterceptor interceptor);
}
} | 1.466734 | 9024fad853c18567c2049bb7e4817551 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847227 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Xinjo/Wox.Plugin.YouTube",
"max_stars_repo_path": "Models/YouTubeSearchResult.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166447"
} | starcoder | using System.Collections.Generic;
namespace Wox.Plugin.YouTube.Models
{
public class YouTubeSearchResult
{
public string Kind { get; set; }
public string Etag { get; set; }
public string NextPageToken { get; set; }
public string RegionCode { get; set; }
public PageInfo ... | 1.606953 | 139bd6ab0daf8d7b0592625df136dc1a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847228 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "coolOrangeLabs/inventor-link-parameters",
"max_stars_repo_path": "addin/XmlUtilities.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166448"
} | starcoder | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) Autodesk, Inc. All rights reserved
// Written by <NAME> & <NAME> 2011 - ADN/Developer Technical Services
//
// This software is provided as is, without any warranty that it wil... | 2.773618 | 0efd3ffb062f9bdb2ffe08de4ef542e7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847229 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "nvdeveloper/UmbracoUpgrade-7.7.0-WorkAround",
"max_stars_repo_path": "src/Umbraco.Tests/CodeFirst/Attributes/AliasAttribute.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166449"
} | starcoder | <gh_stars>1-10
using System;
namespace Umbraco.Tests.CodeFirst.Attributes
{
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Interface, AllowMultiple = false, Inherited = true)]
public class AliasAttribute : Attribute
{
public AliasAttribute(string @alias)
{
Alias =... | 2.457521 | 05283e097563f65618e00f5ff28b141f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847230 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Borck/CB-Libs",
"max_stars_repo_path": "CB.System/DelegateX.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166450"
} | starcoder | <filename>CB.System/DelegateX.cs
using System;
using System.Threading.Tasks;
namespace CB.System {
public static class DelegateX {
/// <summary>
/// Invokes the action asynchronous.
/// </summary>
/// <param name="action"></param>
/// <returns></returns>
public static Task InvokeAsync(th... | 2.728661 | 80a835907b6db8e59e0bdb199aca0b25 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847231 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "lyplcr/SciChart.WPF.Examples",
"max_stars_repo_path": "v5.x/Examples/SciChart.Examples/Examples/Charts3D/CreateASurfaceMeshChart/SurfaceMeshContours.xaml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166451"
} | starcoder | <reponame>lyplcr/SciChart.WPF.Examples
using System.Windows.Controls;
namespace SciChart.Examples.Examples.Charts3D.CreateASurfaceMeshChart
{
/// <summary>
/// Interaction logic for CreateAContouredChart.xaml
/// </summary>
public partial class SurfaceMeshContours : UserControl
{
public Su... | 1.30566 | 7f6c153e1a437a41eede6218fb770f27 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847232 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "U-Labs/ULabs.VBulletinEntity",
"max_stars_repo_path": "ULabs.VBulletinEntityDemo/Views/WarmUp/Index.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:166452"
} | starcoder | <filename>ULabs.VBulletinEntityDemo/Views/WarmUp/Index.cshtml
@DateTime.Now.ToString() | 1.411728 | 27ec1dc308d8269437ccf20ee35f4d5e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847233 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "cdhabook/TEAMModelOS",
"max_stars_repo_path": "TEAMModelOS.Service/Core/Implements/SchoolsService.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166453"
} | starcoder | <reponame>cdhabook/TEAMModelOS
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using TEAMModelOS.Model.Core;
using TEAMModelOS.SDK.Context.Configuration;
using TEAMModelOS.SDK.Extension.DataResult.JsonRpcRequest;
using TEAMModelOS.SDK.Extension.DataResult.JsonRpcRespons... | 2.060682 | 26b85a25f090f78ceb0cfa49f7646e96 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847234 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "matthewling-stripe/stripe-dotnet",
"max_stars_repo_path": "src/Stripe.net/Services/Methods/MandateGetOptions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166454"
} | starcoder | <reponame>matthewling-stripe/stripe-dotnet<filename>src/Stripe.net/Services/Methods/MandateGetOptions.cs
namespace Stripe
{
public class MandateGetOptions : BaseOptions
{
}
}
| 0.953217 | 0670d83c94e521a8fe6b519890975568 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847235 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "gsvasile/TerminalWordGame",
"max_stars_repo_path": "Assets/WM2000/Extensions/StringExtensions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166455"
} | starcoder | using System;
public static class StringExtensions
{
public static string Shuffle(this string str)
{
var characters = str.ToCharArray();
var random = new Random();
var numberOfCharacters = characters.Length;
while(numberOfCharacters > 1)
{
var index = random... | 3.769928 | 0c425c64ed7911604fad9328d7e8fb09 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847236 | {
"extension": "c-sharp",
"max_stars_count": "12.0",
"max_stars_repo_name": "onepiecefreak3/commercetools-dotnet-core-sdk",
"max_stars_repo_path": "commercetools.Sdk/commercetools.Sdk.Domain/ShippingMethods/UpdateActions/SetPredicateUpdateAction.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166456"
} | starcoder | <reponame>onepiecefreak3/commercetools-dotnet-core-sdk
namespace commercetools.Sdk.Domain.ShippingMethods.UpdateActions
{
public class SetPredicateUpdateAction : UpdateAction<ShippingMethod>
{
public string Action => "setPredicate";
public string Predicate { get; set; }
}
} | 1.559433 | 8aa6bbd0eaebccba4cec1aa76b115c29 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847237 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "lt5d-yunzi/VMagicMirrorConfig_Sinicization",
"max_stars_repo_path": "VMagicMirrorConfig/VMagicMirrorConfig/Model/InterprocessCommunication/EmptyMessageSender.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166457"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace Baku.VMagicMirrorConfig
{
class EmptyMessageSender : IMessageSender
{
public void EndCommandComposite()
{
}
public Task<string> QueryMessageAsync(Message ... | 1.903917 | 5f4bf1cd60fbbdefddfb8c28719bf798 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847238 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "McNerdius/GooglyEyes",
"max_stars_repo_path": "Source/LCD/GridIndicator/Enclosure/Battery.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166458"
} | starcoder | <reponame>McNerdius/GooglyEyes
using SharpSCAD;
using SharpSCAD.McSCAD;
class Battery : Module
{
public override ScadObject Content =>
new RoundedCube( 36, 14, 21, 2, center: true )
.Translate( z: 21 / 2f ).Color( "royalblue" );
}
//
// battery.Translate( x: 13.5, z: 4 ),
// new Un... | 1.760295 | e1ab79c592dbb535e78481da61b3f23c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847239 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "chenxihoho/FirstFrame",
"max_stars_repo_path": "007.FileIO/aliyun_dotnet_sdk_20150115/FileIO_ALIYUN/sample/Samples/CNameSample.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166459"
} | starcoder | /*
* Copyright (C) Alibaba Cloud Computing
* All rights reserved.
*
* 版权所有 (C)阿里云计算有限公司
*/
using System;
using System.Collections.Generic;
namespace Aliyun.OpenServices.OpenStorageService.Samples
{
/// <summary>
/// Sample for the usage of CNAME.
/// </summary>
public static clas... | 2.524189 | 99edb8f24e78ac3e5cd1a5f47af1f985 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847240 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "sotanmochi/EnvironmentQueryForUnity",
"max_stars_repo_path": "Assets/EnvironmentQuery/Scripts/EnvQueryTests/EnvQueryTestDot.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166460"
} | starcoder | using System.Collections.Generic;
using UnityEngine;
public class EnvQueryTestDot : EnvQueryTest
{
public enum DirModeForLineA
{
FromTargetToEachItem,
FromEachItemToTarget,
}
public enum DirModeForLineB
{
DirectionVector_Forward,
DirectionVector_Backward,
Di... | 2.236072 | cae8ee37df7431e2c5a78430f3cbeeab |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847241 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "old101/MyStardewMods",
"max_stars_repo_path": "Better Resource Clumps/BetterResourceClumps.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166461"
} | starcoder | <gh_stars>0
using System;
using Harmony;
using Microsoft.Xna.Framework;
using StardewModdingAPI;
using StardewModdingAPI.Events;
using StardewValley;
using StardewValley.TerrainFeatures;
namespace Better_Resource_Clumps
{
public class BetterResourceClumps : Mod
{
private ResourcePrefix pre;
pu... | 1.89044 | 5f8060e67f4c13adc0ca6a4174302806 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847242 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "akqira/ContactCase",
"max_stars_repo_path": "ContactManager.Infrastructure/Exceptions/ContactManagerExceptions.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166462"
} | starcoder | using System;
namespace ContactManager.Infrastructure.Exceptions
{
public class NullCompanyException : Exception
{
public NullCompanyException() : base()
{
}
}
public class NullVatNumberException : Exception
{
public NullVatNumberException() : base()
{
... | 2.044969 | ab1a6e2e2555376dd9572358ba2797c2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847243 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "lantis-of-china/UnityFramework",
"max_stars_repo_path": "ClientFramework/HotFixLogic/HotFixLogic/FrameWork/DllFrameWork/GameScript/GameProject/ScriptProject/B_Rall/MessageCall/AddGameLogicRecordCallProcess.cs",
"provenance": "train-00... | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Text;
namespace WordProcess
{
/// <summary>
/// 用户进入游戏返回 结果 包括游戏服务器信息
/// </summary>
public class AddGameLogicRecordCallProcess : ProcessMessageBase
{
public AddGameLogicRecordCallProcess()
{
... | 2.310797 | 15f475b92cf67959f9603c3de5c19acc |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847244 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "brunobalmeida/DevliftMedia",
"max_stars_repo_path": "EventApp/Views/Event/Delete.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:166464"
} | starcoder | @model EventApp.Models.Events
@using Microsoft.AspNetCore.Http;
@{
ViewData["Title"] = $"Delete {Context.Session.GetString("eventTitle")}";
}
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-4 text-center">
<div class="font-weight-bold text-uppercase text-primary ">
... | 2.496051 | e44d6d55418a9bb1126474a0916b3f5a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847245 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "anandtpatel/AutoCompare",
"max_stars_repo_path": "src/AutoCompare.Console/Consumer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166465"
} | starcoder | <filename>src/AutoCompare.Console/Consumer.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace AutoCompare.Console
{
public class Consumer
{
public string FirstName { get; set; }
public string LastName { get; set; }
public Addre... | 2.817752 | 150c88851541f6c5505a7026007a6416 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847246 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "JTOne123/CommonFoundation",
"max_stars_repo_path": "development/Beyova.Server/ApiTracking/Interface/IApiEventTrackingOptionController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166466"
} | starcoder | <reponame>JTOne123/CommonFoundation
using Beyova.Api;
namespace Beyova.Diagnostic
{
/// <summary>
///
/// </summary>
public interface IApiEventTrackingOptionController
{
/// <summary>
/// Gets the option.
/// </summary>
/// <param name="routeIdentifier">The route id... | 1.609298 | 3041f12ab9fb61986da4adc66cca4317 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847247 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "andrewleader/WPFToastNotificationsMockups",
"max_stars_repo_path": "PrismApp/PrismApp/App.xaml.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166467"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Threading;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Toolkit... | 1.661155 | 818a73174fe9a503e10f86f0f0d110f5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847248 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Epicguru/NotQuiteDead",
"max_stars_repo_path": "Assets/Scripts/Translation/Language Editor/LanguageItemUI.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166468"
} | starcoder | using UnityEngine;
using UnityEngine.UI;
public class LanguageItemUI : MonoBehaviour
{
[HideInInspector]
public Language Lang;
[HideInInspector]
public LanguageDefinition Def;
[Header("Controls")]
public string Key;
public Vector2 InputSizes = new Vector2(50f, 200f);
public float Tran... | 2.270262 | 74bea5b92f30089afff1a9ed84f8a11c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847249 | {
"extension": "c-sharp",
"max_stars_count": "23.0",
"max_stars_repo_name": "gsscoder/pickall",
"max_stars_repo_path": "src/PickAll/Internal/EventHelper.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166469"
} | starcoder | using System;
using System.Runtime.CompilerServices;
static class EventHelper
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static void RaiseEvent(object sender, EventHandler handler, EventArgs args, bool enabled)
{
if (enabled && handler != null) {
handler(sender, args);
... | 2.940536 | 7fae61d80ab19e2041ee0e78442dde1d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847250 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ifaham/Test",
"max_stars_repo_path": "Solutions/PowerShell.Commands/Commands/Principals/SetGroup.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166470"
} | starcoder | using OfficeDevPnP.PowerShell.Commands.Base.PipeBinds;
using OfficeDevPnP.PowerShell.Commands.Enums;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Management.Automation;
using System.Text;
using System.Threading.Tasks;
using Microsoft.SharePoint.Client;
namespace OfficeDevPnP.PowerSh... | 2.118865 | 3d87be1e736048c0dd89eebf5ede931e |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847251 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "seri-prg/VRVServer",
"max_stars_repo_path": "Assets/VRVServer/Plugins/Common/Script/Core/MonoBehaviourSingleton.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166471"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
public class MonoBehaviourSingleton<T> : MonoBehaviour where T : MonoBehaviour
{
private static T _instance = null;
public static T Instance
{
get
{
if (_instance == null)
... | 2.694956 | 29ce4828dc4da8aadec167adeffe07cf |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847252 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "earalov/Skylines-NotSoUniqueBuildings",
"max_stars_repo_path": "NotSoUniqueBuildings/NotSoUniqueBuildings.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166472"
} | starcoder | <gh_stars>1-10
using CitiesHarmony.API;
using ICities;
namespace NotSoUniqueBuildings
{
public class NotSoUniqueBuildings : IUserMod
{
public string Name => "Not So Unique Buildings";
public string Description => "Now you can plop unique buildings as many times as you wish";
... | 1.947924 | b11af2a1cbcc854381fdd6e99d6488c8 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847253 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "OBeautifulCode/OBeautifulCode.AccountingTime",
"max_stars_repo_path": "OBeautifulCode.AccountingTime/Models/Enums/AccountingPeriodSystem/FiftyTwoFiftyThreeWeekMethodology.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166473"
} | starcoder | // --------------------------------------------------------------------------------------------------------------------
// <copyright file="FiftyTwoFiftyThreeWeekMethodology.cs" company="OBeautifulCode">
// Copyright (c) OBeautifulCode 2018. All rights reserved.
// </copyright>
// -----------------------------------... | 2.868689 | d63bb9b4f649e4084fde0be76321ead2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847254 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jakobz/NetTypeS",
"max_stars_repo_path": "src/NetTypeS/NetTypeS.Example/Interfaces/IInheritedFromComplexExample.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166474"
} | starcoder | using System;
namespace NetTypeS.Example.Interfaces
{
interface IInheritedFromComplexExample : IComplexExample
{
DateTime? AnotherProperty { get; set; }
}
}
| 1.740071 | 357b88c3061be337e13a1cfc143c992f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847255 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "Fishfly233/FluentNetease",
"max_stars_repo_path": "Classes/NeteaseMusic.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166475"
} | starcoder | <gh_stars>1-10
using System.Threading.Tasks;
using Windows.Media.Playback;
namespace FluentNetease.Classes
{
public class NeteaseMusic : AbstractMusic
{
public override async Task<MediaPlaybackItem> ToMediaPlaybackItem()
{
var (IsSuccess, Result) = await Network.GetOfficialMusicUrl... | 1.861701 | 4a9f2608a07e5d0de064a8d4c692765b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847256 | {
"extension": "c-sharp",
"max_stars_count": "24.0",
"max_stars_repo_name": "geffzhang/Wonka",
"max_stars_repo_path": "WonkaSystem/WonkaEth/Extensions/OpSource/Baseline/Registry/WonkaEthBaselineOrgRegistryOpSource.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166476"
} | starcoder | <filename>WonkaSystem/WonkaEth/Extensions/OpSource/Baseline/Registry/WonkaEthBaselineOrgRegistryOpSource.cs
using System;
using Nethereum.ABI.FunctionEncoding.Attributes;
using Nethereum.Contracts;
using Wonka.BizRulesEngine.RuleTree;
using Wonka.Eth.Autogen.Baseline.Registry;
namespace Wonka.Eth.Extensions.OpSource... | 1.614235 | 19f9f3107e7d7ec1a9b4d02b40b53a69 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847257 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DFE-Digital/fe-interventions-portal-api",
"max_stars_repo_path": "src/Dfe.FE.Interventions.Application.UnitTests/FeProvidersTests/FeProviderManagerTests/WhenUpsertingAProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166477"
... | starcoder | using System.Threading;
using System.Threading.Tasks;
using AutoFixture.NUnit3;
using Dfe.FE.Interventions.Application.FeProviders;
using Dfe.FE.Interventions.Domain.FeProviders;
using Dfe.FE.Interventions.Domain.Learners;
using Dfe.FE.Interventions.Domain.LearningDeliveries;
using Dfe.FE.Interventions.Domain.Locations... | 2.171916 | f18f57ed2fbed1b542eb510890d0f7e9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847258 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "NicatorBa/unity-e2e-testing-sample",
"max_stars_repo_path": "source/RandomGame/Assets/AltUnityTester/AltUnityServer/Commands/InputActions/TiltCommand.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166478"
} | starcoder | namespace Assets.AltUnityTester.AltUnityServer.Commands
{
class TiltCommand:Command
{
UnityEngine.Vector3 acceleration;
public TiltCommand(UnityEngine.Vector3 acceleration)
{
this.acceleration = acceleration;
}
public override string Execute()
{
#if... | 2.142019 | d82c2711c4992702f97bd5d3c56df69a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847259 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "matteo-mosca-easydom/EntityFramework",
"max_stars_repo_path": "src/EntityFramework.InMemory/Query/InMemoryQueryModelVisitor.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166479"
} | starcoder | // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using JetBr... | 1.887159 | ddbd3bd6ae6e05f39be9c57f15e16187 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847260 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dqSofi/CSharp_Lessons",
"max_stars_repo_path": "AddressbookWebTest/AddressbookWebTest/model/AccountData.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166480"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WebAddressbookTests
{
public class AccountData
{
private String username;
private String password;
public AccountData(string username,string password)
... | 2.581703 | d1cdfd3e2ab4fc5960bdd562572e9367 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847261 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jinspark-lab/MultiplayChasingGame",
"max_stars_repo_path": "Assets/Scripts/GameServer/Network/NetSession.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166481"
} | starcoder |
using System;
using System.Net.Sockets;
using System.Text;
using System.Runtime.Serialization.Formatters.Binary;
/***
* Connection Class to manage client socket
*
* This class is Client connection managed from Game Server side.
* After accepting TCP Connection, Persistent connection is handled in NetSession ... | 2.656506 | 8b820e07cca030858dde3744727e9c89 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847262 | {
"extension": "c-sharp",
"max_stars_count": "18.0",
"max_stars_repo_name": "IEvangelist/pwned-client",
"max_stars_repo_path": "tests/HaveIBeenPwned.ClientTests/Extensions/StringExtensionsTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166482"
} | starcoder | // Copyright (c) <NAME>. All rights reserved.
// Licensed under the MIT License.
using Xunit;
using HaveIBeenPwned.Client.Extensions;
namespace HaveIBeenPwned.ClientTests.Extensions;
public class StringExtensionsTests
{
[
Theory,
InlineData(null, null),
InlineData("", "")
... | 2.516623 | dc7e246e88aa67d2c6c81de907ba9ba9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847263 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "blyman94/calculator-application",
"max_stars_repo_path": "Prototype/CalculatorLibrary/ExtensionMethods.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166483"
} | starcoder | namespace CalculatorLibrary;
/// <summary>
/// A collection of extension methods used for the calculator application.
/// </summary>
public static class ExtensionMethods
{
#region Stack Extension Methods
/// <summary>
/// Determines if the stack is empty based on its count of elements.
/// </summary>
... | 3.588475 | ee882a26df7e58923142e17c4b66ed3a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847264 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "emiswelt/sGrid",
"max_stars_repo_path": "sGridServer/API/Client/MessageClasses/SerializableGridProjectDescription.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166484"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Runtime.Serialization;
using sGridServer.Code.GridProviders;
namespace sGrid
{
/// <summary>
/// A serializeable copy of the GridProjectDescription class.
/// </summary>
[DataC... | 2.438563 | cc3b43c80173d5bdd11face11e8a8838 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847265 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "sachint2001/ifcGH",
"max_stars_repo_path": "T_RexEngine_Test/TestRebarProperties.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166485"
} | starcoder | using System;
using T_RexEngine;
using Xunit;
namespace T_RexEngine_Test
{
public class TestRebarPropertiesHelper : TheoryData<double, Material>
{
public TestRebarPropertiesHelper()
{
Add(20.00, new Material("Name", "Grade", 10.0));
Add(0.012, new Material("Name", "Grad... | 2.973766 | 76469d9973c258e9582793e003c260ac |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847266 | {
"extension": "c-sharp",
"max_stars_count": "6.0",
"max_stars_repo_name": "jbuedel/AgentRalphPlugin",
"max_stars_repo_path": "SharpRefactoring/Src/ISelection.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166486"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using ICSharpCode.NRefactory;
using ICSharpCode.NRefactory.Ast;
namespace SharpRefactoring
{
public interface ISelection
{
bool ContainsPosition(int column, int line);
Location EndPosition { get; }
Location S... | 2.900973 | b7b98eb3e83be23f8f9190cd1be56556 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847267 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ghter123/TinyAsp.netCore",
"max_stars_repo_path": "TinyAsp.netCore/ApplicationBuilder.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166487"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace TinyAsp.netCore
{
public class ApplicationBuilder : IApplicationBuilder
{
private readonly List<Func<Func<HttpContext, Task>, Func<HttpContext, Task>>> _midderwares = new List<Func<Func<HttpContext, Tas... | 2.271306 | 3a4ca583313c1c833f64c4d7d85adfa7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847268 | {
"extension": "c-sharp",
"max_stars_count": "15.0",
"max_stars_repo_name": "pittsh/dbqf",
"max_stars_repo_path": "lib/Application/Standalone/Forms/RetrieveFieldsView.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166488"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using dbqf.Criterion;
namespace Standalone.Forms
{
public partial class RetrieveFieldsView : UserCon... | 2.388063 | 856c577ea373a16e29e005568faea66a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847269 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "850wyb/RRQMSocket",
"max_stars_repo_path": "RRQMCore/Resource.Designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166489"
} | starcoder | //------------------------------------------------------------------------------
// 此代码版权(除特别声明或在RRQMCore.XREF命名空间的代码)归作者本人若汝棋茗所有
// 源代码使用协议遵循本仓库的开源协议及附加协议,若本仓库没有设置,则按MIT开源协议授权
// CSDN博客:https://blog.csdn.net/qq_40374647
// 哔哩哔哩视频:https://space.bilibili.com/94253567
// Gitee源代码仓库:https://gitee.com/RRQM_Home
// Gi... | 1.974231 | eb340685a2ac612ccb264168c0ebfd8c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847270 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "prixladi/expendity-server",
"max_stars_repo_path": "src/Shamyr.Expendity.Server.Service/Models/ProjectPermission/UpdateProjectPermissionModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166490"
} | starcoder | <reponame>prixladi/expendity-server<filename>src/Shamyr.Expendity.Server.Service/Models/ProjectPermission/UpdateProjectPermissionModel.cs
using Shamyr.Expendity.Server.Entities;
namespace Shamyr.Expendity.Server.Service.Models.ProjectPermission
{
public class UpdateProjectPermissionModel
{
public PermissionTy... | 1.436505 | 27624065e2182f4e37150dc99467f2b5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847271 | {
"extension": "c-sharp",
"max_stars_count": "235.0",
"max_stars_repo_name": "AlexanderSemenyak/Kerberos.NET",
"max_stars_repo_path": "Kerberos.NET/Client/Transport/KerberosTransportException.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166491"
} | 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;
using System.Diagn... | 1.805693 | 0171920778b79ee074b25db87d94ca28 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847272 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "manisero/YouShallNotPass",
"max_stars_repo_path": "src/Manisero.YouShallNotPass/Validations/EmailValidation.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166492"
} | starcoder | <gh_stars>1-10
using System;
using Manisero.YouShallNotPass.Validations;
namespace Manisero.YouShallNotPass.Validations
{
public static class EmailValidation
{
public class Rule : IValidationRule<string, Error>
{
}
public class Error
{
public static readonl... | 2.486891 | dff19e6290a4b0587d6a61c6c4271297 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847273 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JeloH/RegisterManagment",
"max_stars_repo_path": "UEditUser.designer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166493"
} | starcoder | namespace Applictaion_Ozviat
{
partial class UEditUser
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summar... | 1.890521 | 21c330b36f0b86d4541014466902b1a5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847274 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JorisVB/VDT",
"max_stars_repo_path": "demo/Views/Datatreeview/Index.cshtml",
"provenance": "train-00027-of-00045.jsonl.gz:166494"
} | starcoder | <gh_stars>0
@{
ViewBag.Title = "Datatreeview demo";
}
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lobortis, ipsum ut vulputate vestibulum, sem odio fermentum magna, sed ultricies sem purus et dolor. Aliquam dapibus felis magna, vitae ultrices sem posuere eu. Sed ante orci, dictum tincidun... | 2.271036 | 25821160b83682c78879c797d781a8b5 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847275 | {
"extension": "c-sharp",
"max_stars_count": "153.0",
"max_stars_repo_name": "EmperorPark/lslib",
"max_stars_repo_path": "StoryDecompiler/Arguments.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166495"
} | starcoder | using CommandLineParser.Arguments;
using System;
namespace LSTools.StoryDecompiler
{
public class CommandLineArguments
{
[ValueArgument(typeof(string), "input",
Description = "Compiled story/savegame file path",
ValueOptional = false,
Optional = false
)]
... | 2.072655 | 9734c13cca7a06ea206a56c11c1eb7c6 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847276 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "Svengali/elasticsearch-net",
"max_stars_repo_path": "src/Nest/Cluster/ClusterAllocationExplain/ElasticClient-ClusterAllocationExplain.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166496"
} | starcoder | using System;
using System.Threading;
using System.Threading.Tasks;
namespace Nest
{
public partial interface IElasticClient
{
/// <summary>
/// The cluster allocation explanation API is designed to assist in answering the question "why is this shard unassigned?"
/// <para> </para>
/// <a href="https://www.... | 2.254534 | 8fba62810afc5162e57a89a95c1b3356 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847277 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "NorkQ/N-Remote-Administration-Tool",
"max_stars_repo_path": "NRat/Models/DataController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166497"
} | starcoder | <reponame>NorkQ/N-Remote-Administration-Tool
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web.Script.Serialization;
using System.IO;
namespace NRat
{
class DataController
{
public static void SaveConnData(C... | 2.277562 | c24de4c6787a0a6ea5f63eabae7d3050 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847278 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Amphibian007/MyDotnetProjects-2021",
"max_stars_repo_path": "Udemy Project Part2/SumCalculator/SumCalculator/Models/Digit.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166498"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace SumCalculator.Models
{
public class Digit
{
public decimal Num1 { get; set; }
public decimal Num2 { get; set; }
public string Operation { get; set; }
public de... | 2.843314 | d277bc86a8a6376ee2c12bc282331d50 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847279 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "millroy28/RhymeBinder",
"max_stars_repo_path": "RhymeBinder/Models/GroupAction.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166499"
} | starcoder | using System;
using System.Collections.Generic;
#nullable disable
namespace RhymeBinder.Models
{
public partial class GroupAction
{
public GroupAction()
{
GroupHistories = new HashSet<GroupHistory>();
}
public int GroupActionId { get; set; }
public string ... | 1.972303 | 7e6fdfe808271b095b6d929868dc9170 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847280 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yookjy/Chameleon",
"max_stars_repo_path": "WowStuffLib/Helper/FileHelper.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166500"
} | starcoder | using System;
using System.IO;
using System.IO.IsolatedStorage;
using System.Threading.Tasks;
using System.Windows.Controls;
using System.Windows.Media.Imaging;
namespace ChameleonLib.Helper
{
public class FileHelper
{
public static string GetUniqueFileName(string name)
{
return st... | 3.008865 | 4b79cddab9bb4526214f01c20b19181d |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847281 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "afumoleau/ggj2017",
"max_stars_repo_path": "Assets/Scripts/Jump.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166501"
} | starcoder | using System.Collections;
using UnityEngine;
using UnityEngine.Events;
public class Jump : MonoBehaviour {
[System.Serializable]
public class FloatEvent : UnityEvent<float> {};
float crouchTime;
float crouchOvertime;
bool crouching;
[HideInInspector] public bool rotating;
new Rigidbody2D rigidbody;
bool scr... | 2.102615 | eb2c27fc99abb47955b828e8472cde0a |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847282 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Rnlalfred/GLifeInc",
"max_stars_repo_path": "src/Infrastructure/Mappings/RoleProfile.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166502"
} | starcoder | <filename>src/Infrastructure/Mappings/RoleProfile.cs<gh_stars>0
using AutoMapper;
using GLifeInc.Infrastructure.Models.Identity;
using GLifeInc.Application.Responses.Identity;
namespace GLifeInc.Infrastructure.Mappings
{
public class RoleProfile : Profile
{
public RoleProfile()
{
C... | 1.664891 | ed5834c3cdde42ed1054476a9bcd1013 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847283 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "slorion/multiagent-system-example",
"max_stars_repo_path": "DLC.Multiagent/QbservableProvider/IParameterizedQbservableProvider.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166503"
} | starcoder | <filename>DLC.Multiagent/QbservableProvider/IParameterizedQbservableProvider.cs
using System.Linq.Expressions;
using System.Reactive.Linq;
namespace QbservableProvider
{
public interface IParameterizedQbservableProvider : IQbservableProvider
{
IQbservable<TResult> CreateQuery<TResult>(Expression expression, objec... | 1.596723 | f6ce70ed4393050f62b52a8ac66a7894 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847284 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "madmarks/FiddlerCertGen",
"max_stars_repo_path": "VCSJones.FiddlerCertGen/X509SubjectAlternativeNameExtension.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166504"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Net;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
using VCSJones.FiddlerCertGen.Interop;
namespace VCSJones.FiddlerCertGen
{
public class X509S... | 2.105208 | 02928262215f79420efb7713d3be45f7 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847285 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "shllshckd/SoftUni-Programming-Basics-March-2020",
"max_stars_repo_path": "03 - CSharp-Advanced/06 - Defining Classes - Lab & Exercise/PokemonTrainer/Program.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166505"
} | starcoder | using System;
using System.Linq;
using System.Collections.Generic;
namespace PokemonTrainer
{
class Program
{
static void Main(string[] args)
{
string command = Console.ReadLine();
List<Trainer> trainers = new List<Trainer>();
while (command.ToLower() != "t... | 3.309132 | cc73611822597b11457fad33a916c914 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847286 | {
"extension": "c-sharp",
"max_stars_count": "127.0",
"max_stars_repo_name": "RakhithJK/CyberCAT",
"max_stars_repo_path": "CyberCAT.Core/Classes/DumpedClasses/WorkspotEntryData.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166506"
} | starcoder | using CyberCAT.Core.Classes.Mapping;
namespace CyberCAT.Core.Classes.DumpedClasses
{
[RealName("WorkspotEntryData")]
public class WorkspotEntryData : IScriptable
{
[RealName("workspotRef")]
public NodeRef WorkspotRef { get; set; }
[RealName("isEnabled")]
public bool... | 1.389808 | 865527f6db0226d1eb3c5ff300dc49e4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847287 | {
"extension": "c-sharp",
"max_stars_count": "16.0",
"max_stars_repo_name": "ishatalkin/code-contracts-remover",
"max_stars_repo_path": "src/CodeContractsRemover/CS/Members/ContractResultRewriter.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166507"
} | starcoder | using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
namespace CodeContractsRemover.CS.Members
{
public class ContractResultRewriter : CSharpSyntaxRewriter
{
private readonly string _varName;
public ContractResultRewriter(string varName)
{
... | 2.221997 | 5a83d840aff9e08c1204dd88726b82b1 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847288 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "wamplerj/TVTamer",
"max_stars_repo_path": "TvTamer.Core/Migrations/201510020040064_AlternateNamesFix.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166508"
} | starcoder | namespace TvTamer.Core.Migrations
{
using System;
using System.Data.Entity.Migrations;
public partial class AlternateNamesFix : DbMigration
{
public override void Up()
{
DropIndex("dbo.TvSeries", new[] { "SeriesId" });
RenameColumn("dbo.TvSeries", "SeriesId",... | 2.043862 | 21806b274260cbf996859ad998765622 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847289 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "ShereSoft/Zip2City",
"max_stars_repo_path": "src/Zip2City/Zip2City/Zip2City.CS08000.partial.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166509"
} | starcoder | using System;
namespace ShereSoft
{
partial class Zip2City
{
static readonly ulong[] CS08000 =
{
443568323921817989,
1133140616296217759,
814453839247675710,
196415828683567497,
560796506719749522,
578236960891615599,
... | 1.592232 | 6498a9de1035395ae61e8915c0646c41 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847290 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mbrenn/datenmeister-new",
"max_stars_repo_path": "src/DatenMeister/Provider/ManagementProviders/Workspaces/ExtentObject.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166510"
} | starcoder | using System;
using DatenMeister.Core.EMOF.Implementation;
using DatenMeister.Core.EMOF.Implementation.AutoEnumerate;
using DatenMeister.Core.EMOF.Interface.Identifiers;
using DatenMeister.Core.Helper;
using DatenMeister.Core.Models;
using DatenMeister.Core.Runtime.Workspaces;
using DatenMeister.Extent.Manager.ExtentS... | 2.065936 | 63abee8b1ac32d7d598ea71847c48098 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847291 | {
"extension": "c-sharp",
"max_stars_count": "4.0",
"max_stars_repo_name": "emberstack/ES.FX.Alexa",
"max_stars_repo_path": "ES.FX.Alexa/CustomSkill/Display/DisplayElementSelectedRequest.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166511"
} | starcoder | using ES.FX.Alexa.Json;
using Newtonsoft.Json;
namespace ES.FX.Alexa.CustomSkill.Display
{
[HasType("Display.ElementSelected")]
public class DisplayElementSelectedRequest : Request, IDisplayRequest
{
[JsonProperty("token")]
public string Token { get; set; }
}
} | 1.81364 | 9624c729a6e5ec56d42658bb58793370 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847292 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "pkgw/wwt-website",
"max_stars_repo_path": "src/WWTMVC5/SystemWebWwtContext.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166512"
} | starcoder | <reponame>pkgw/wwt-website<filename>src/WWTMVC5/SystemWebWwtContext.cs<gh_stars>0
using System;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
using System.Web.Caching;
using WWT.Providers;
namespace WWTMVC5
{
internal class SystemWebWwtContext : IWwtContext, IRequest, IR... | 2.193676 | cfb598d8c4259e787654926163771e69 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847293 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "PatrykSzwer/DatingApp",
"max_stars_repo_path": "DatingApp.API/Controllers/ValuesController.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166513"
} | starcoder | <gh_stars>0
using DatingApp.Model.Repository.IRepository;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using System.Threading.Tasks;
namespace DatingApp.API.Controllers
{
[Authorize]
[Route("api/[controller]")]
[ApiController]
public class ValuesController : ControllerBase... | 2.127786 | 79c18797cc882d0d2b41fe1a57637912 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847294 | {
"extension": "c-sharp",
"max_stars_count": "72.0",
"max_stars_repo_name": "azsdaja/Osnowa",
"max_stars_repo_path": "Assets/Osnowa/Osnowa.Core/CSharpUtilities/FunctionalComparer.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166514"
} | starcoder | <filename>Assets/Osnowa/Osnowa.Core/CSharpUtilities/FunctionalComparer.cs
namespace Osnowa.Osnowa.Core.CSharpUtilities
{
using System;
using System.Collections.Generic;
public class FunctionalComparer<T> : IComparer<T>
{
private readonly Func<T, T, int> _comparer;
public FunctionalComparer(Func<T, T, int> co... | 3.139755 | 38b44faf686b242b0bacc6e8b7a86c5c |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847295 | {
"extension": "c-sharp",
"max_stars_count": "293.0",
"max_stars_repo_name": "tbolon/AngleSharp",
"max_stars_repo_path": "src/AngleSharp/Dom/Css/Properties/Background/CssBackgroundClipProperty.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166515"
} | starcoder | namespace AngleSharp.Dom.Css
{
using AngleSharp.Css;
using AngleSharp.Extensions;
/// <summary>
/// More information available at:
/// https://developer.mozilla.org/en-US/docs/Web/CSS/background-clip
/// Gets an enumeration with the desired clip settings.
/// </summary>
sealed class Cs... | 2.505035 | 0314490a2f31b1292c50d896958669ff |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847296 | {
"extension": "c-sharp",
"max_stars_count": "290.0",
"max_stars_repo_name": "midas-phoenix/Revo",
"max_stars_repo_path": "Tests/Revo.Core.Tests/Events/FilteringMetadataTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166516"
} | starcoder | <reponame>midas-phoenix/Revo
using System.Collections.Generic;
using FluentAssertions;
using Revo.Core.Events;
using Xunit;
namespace Revo.Core.Tests.Events
{
public class FilteringMetadataTests
{
private FilteringMetadata sut;
public FilteringMetadataTests()
{
sut = new F... | 2.230265 | 88d8f1dadf7d3c17f574d279b4c918a4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847297 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "damian-krychowski/vagrantegrate",
"max_stars_repo_path": "Source/Vagrantegrate/Factory/Provisioning/DockerCompose/IDockerComposeProvisioningSource.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166517"
} | starcoder | <reponame>damian-krychowski/vagrantegrate
namespace Vagrantegrate.Factory.Provisioning.DockerCompose
{
public interface IDockerComposeProvisioningSource
{
IDockerComposeProvisioningDestination From(string dockerComposeFilePath);
}
} | 1.40979 | 2cf0ccd04a6b98ed83c043cd7a1d60aa |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847298 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "SkillsFundingAgency/DC-ILR-1819-ValidationService",
"max_stars_repo_path": "src/ESFA.DC.ILR.ValidationService.Rules/CrossEntity/R29Rule.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166518"
} | starcoder | <filename>src/ESFA.DC.ILR.ValidationService.Rules/CrossEntity/R29Rule.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ESFA.DC.ILR.Model.Interface;
using ESFA.DC.ILR.ValidationService.Data.Extensions;
using ESFA.DC.ILR.ValidationService.Interf... | 2.070335 | ccf81e9e91001fe8a686f6c02bdc8ed2 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847299 | {
"extension": "c-sharp",
"max_stars_count": "32.0",
"max_stars_repo_name": "williamrjackson/WordGuess",
"max_stars_repo_path": "Assets/UnityScriptingUtilities/WeightedElements.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166519"
} | starcoder | <reponame>williamrjackson/WordGuess
using System.Collections.Generic;
using UnityEngine;
namespace Wrj
{
[System.Serializable]
public class WeightedElements<T>
{
private List<WeightedElement> objectList = new List<WeightedElement>();
private List<int> availableIndices = new List<int>();
... | 2.835579 | 243cf5e48c0e60cd4664931a0fecef68 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847300 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "vain0x/playground",
"max_stars_repo_path": "2016-08-10-aster-sql/AsterSql.Core/SqlSyntax/SqlCondition/SqlCondition.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166520"
} | starcoder | <gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AsterSql.SqlSyntax
{
public abstract class SqlCondition
: SqlPart
{
internal SqlBuilder SqlBuilder { get; }
internal SqlCondition(SqlBuilder sqlBui... | 1.896902 | 12035ebecfd428c932fdfd85568f5a11 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847301 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "cs17resch01003/gpurepair",
"max_stars_repo_path": "src/Repair/BoogieUtilities.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166521"
} | starcoder | <reponame>cs17resch01003/gpurepair<gh_stars>1-10
namespace GPURepair.Repair
{
using System.Collections.Generic;
using System.IO;
using Microsoft.Boogie;
public static class BoogieUtilities
{
/// <summary>
/// Reads the file and generates a program.
/// </summary>
//... | 2.642529 | ba40e2caecde76c9714a0c2980dcbb53 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847302 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "luk355/flickr-net",
"max_stars_repo_path": "FlickrNetTest/PhotosGetInfoTests.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166522"
} | starcoder | using System;
using System.Linq;
using FlickrNet.Exceptions;
using NUnit.Framework;
using FlickrNet;
using System.Reactive.Subjects;
using System.Reactive.Linq;
using Shouldly;
namespace FlickrNetTest
{
/// <summary>
/// Summary description for PhotosGetInfoTests
/// </summary>
[TestFixture]
publi... | 2.357438 | f0cfd071fb05f85a24fb188258543333 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847303 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "net-lisias-ksph/KodeUI",
"max_stars_repo_path": "KodeUI-Unity/Assets/KodeUI/VertiLinkLayoutGroup.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166523"
} | starcoder | // From Fattie on stackoverflow https://stackoverflow.com/questions/36888780/how-to-make-an-invisible-transparent-button-work
// but with some mods
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
using TMPro;
namespace KodeUI
{
public class VertiLinkLayoutGroup : VerticalLayoutGroup
{
publ... | 2.202415 | 025a763f6a6a662034fa19ed44708ef4 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847304 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "zed220/SearchStringParser2",
"max_stars_repo_path": "SearchStringParser/SearchStringParser.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166524"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SearchStringParser {
public class SearchStringParser {
#region Inner Types
enum PhaseState { None, Include, Exclude }
enum GroupingState { None, Started, Finished,... | 2.847883 | 653d4c65a57045b95d4a8badf0fe0a93 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847305 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "toanvo/netcorekit",
"max_stars_repo_path": "src/NetCoreKit.Infrastructure.Bus/EventEnvelopeProfile.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166525"
} | starcoder | <gh_stars>1-10
using AutoMapper;
using NetCoreKit.Domain;
using NetCoreKit.Infrastructure.Mappers;
namespace NetCoreKit.Infrastructure.Bus
{
public class EventEnvelopeProfile : Profile
{
public EventEnvelopeProfile()
{
this.MapToNotification<EventEnvelope, NotificationEnvelope>();
}
}
}
| 1.093286 | 40cac124f9a5e4abee89e9ca5d97b897 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847306 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "yh-zhu18thu/floor-ui",
"max_stars_repo_path": "Assets/ArucoUnity/Scripts/Plugin/Cv/Size.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166526"
} | starcoder | <gh_stars>0
using System.Runtime.InteropServices;
namespace ArucoUnity
{
/// \addtogroup aruco_unity_package
/// \{
namespace Plugin
{
public static partial class Cv
{
public class Size : Utility.HandleCppPtr
{
// Native functions
[DllImport("ArucoUnity")]
static e... | 2.087794 | c50986085ca5bb774d717e211f026a92 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847307 | {
"extension": "c-sharp",
"max_stars_count": "13.0",
"max_stars_repo_name": "mxashlynn/Parquet",
"max_stars_repo_path": "ParquetClassLibrary/Parquets/IMutableCollectibleModel.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166527"
} | starcoder | namespace Parquet.Parquets
{
/// <summary>
/// Facilitates editing of a <see cref="CollectibleModel"/> from design tools while maintaining a read-only face for use during play.
/// </summary>
/// <remarks>
/// By design, subtypes of <see cref="CollectibleModel"/> should never themselves use <see cre... | 2.619484 | d93924374b72e75b6837c0750aa2378f |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847308 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DanyaalA/Custom-Controls-C-",
"max_stars_repo_path": "CustomControls/FlatButton.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166528"
} | starcoder | <filename>CustomControls/FlatButton.cs<gh_stars>0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Drawing;
namespace CustomControls
{
public class FlatButton : Button
{
public FlatButton()
... | 2.963639 | 0dad93d0688076b1770157f3a48fecc9 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847309 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "201019-UiPath/JenningsJacob-Project0",
"max_stars_repo_path": "GGsApp/GGsDB/Repos/DBRepo.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166529"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using GGsDB.Entities;
using GGsDB.Mappers;
using GGsDB.Models;
namespace GGsDB.Repos
{
/// <summary>
/// Repository responsible for interfacing directlly with the database
/// </summary>
public class DBRepo... | 2.964537 | 2e3eb084a2d6d10dc93e395b23a1da2b |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847310 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ndcomplete/oakton",
"max_stars_repo_path": "src/Tests/FlagTester.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166530"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using Baseline.Conversion;
using Baseline.Reflection;
using Oakton.Parsing;
using Shouldly;
using Xunit;
namespace Oakton.Testing
{
public class FlagTester
{
private Flag forProp(Expression<Func<FlagTarget, object>> expressi... | 2.480488 | 348c872ff4d9534c8fb89c50a98c6480 |
2023-09-08T23:13:54.396Z | 2023-09-08T23:13:54.396Z | 8847311 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "KodeFoxx/Numaris",
"max_stars_repo_path": "Source/Backend/Kf.Numaris.Api.Tests/Validation/Numbers/FakeNumberValidator.cs",
"provenance": "train-00027-of-00045.jsonl.gz:166531"
} | starcoder | <filename>Source/Backend/Kf.Numaris.Api.Tests/Validation/Numbers/FakeNumberValidator.cs
using System.Collections.Generic;
using Kf.Numaris.Api.Parsing.Parsers;
using Kf.Numaris.Api.Specifications.Field;
using Kf.Numaris.Api.Tests.Specifications.Numbers;
using Kf.Numaris.Api.Validation.Fields;
using Kf.Numaris.Api.Vali... | 1.982875 | 8316cc301a24989ccf7b62c1940cf904 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.