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 | 4337 | {
"extension": "c-sharp",
"max_stars_count": "38.0",
"max_stars_repo_name": "cnurse/Naif.Blog.Core",
"max_stars_repo_path": "src/Naif.Blog.Core/Security/XmlRpcSecurityOptions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4338"
} | starcoder | <gh_stars>10-100
namespace Naif.Blog.Security
{
public class XmlRpcSecurityOptions
{
public string Username { get; set; }
public string Password { get; set; }
}
} | 1.380042 | fd329c9cb6485487d662ad03c9b72e44 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4338 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ViktoriyaVelikova/Book-Project",
"max_stars_repo_path": "BookBeing/BookBeing/Views/Announcement/_AnnouncementPartial.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:4339"
} | starcoder | @model AnnouncementFormModel
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3">
<h2 class="add-book">Announcement Form</h2>
<form method="post">
<div class="form-group">
<label class="font-weight-bold" asp-for="Text"></l... | 2.67824 | 14d3bf4945d293583947855cc994fe74 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4339 | {
"extension": "c-sharp",
"max_stars_count": "31.0",
"max_stars_repo_name": "smasihemami/Assisticant",
"max_stars_repo_path": "Assisticant.UnitTest/CollectionContentTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4340"
} | starcoder | #if NETFX_CORE
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
#else
using Microsoft.VisualStudio.TestTools.UnitTesting;
#endif
using Assisticant.UnitTest.ContactListData;
using System.Linq;
namespace Assisticant.UnitTest
{
[TestClass]
public class CollectionContentTest
{
private Cont... | 2.402274 | 7c17e59b84fdb516a6237d9c559e4239 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4340 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "0xCM/z0",
"max_stars_repo_path": "src/relations/src/models/Nodes.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4341"
} | starcoder | <gh_stars>0
//-----------------------------------------------------------------------------
// Copyright : (c) <NAME>, 2020
// License : MIT
//-----------------------------------------------------------------------------
namespace Z0
{
using System;
using System.Collections.Generic;
using System.Run... | 2.433916 | d4c370254a77204190de978250c6274c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4341 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "stfkolev/socket.io-client-csharp",
"max_stars_repo_path": "src/SocketIOClient/Processors/DisconnectedProcessor.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4342"
} | starcoder | <filename>src/SocketIOClient/Processors/DisconnectedProcessor.cs
namespace SocketIOClient.Processors
{
public class DisconnectedProcessor : Processor
{
public override void Process(MessageContext ctx)
{
if (string.IsNullOrEmpty(ctx.SocketIO.Namespace))
{
... | 2.331628 | af44c4cffa446b7ffb2428673520d8ee |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4342 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "joaope/galileo-agent-dotnet",
"max_stars_repo_path": "src/GalileoAgentNet/Extensions/StringExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4343"
} | starcoder | <reponame>joaope/galileo-agent-dotnet
namespace GalileoAgentNet.Extensions
{
internal static class StringExtensions
{
public static bool HasValue(this string str) => !string.IsNullOrEmpty(str);
}
}
| 1.661535 | 3674ed410b07fd01a3a1c64d51ed039c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4343 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "cancamilo/CEF-Experiment",
"max_stars_repo_path": "CefSharp/IWindowInfo.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4344"
} | starcoder | <reponame>cancamilo/CEF-Experiment<gh_stars>1-10
// Copyright © 2010-2016 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
namespace CefSharp
{
public interface IWindowInfo : IDisposable
{
... | 2.366729 | 28dca099630ca8a3ff04a0ca01ca7ff5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4344 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bjcull/TwentyTwenty.IdentityServer4.EntityFrameworkCore",
"max_stars_repo_path": "test/TwentyTwenty.IdentityServer4.EntityFrameworkCore.Tests/Serialization/ClaimConverterTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4345"
} | starcoder | using Newtonsoft.Json;
using System.Security.Claims;
using IdentityModel;
using TwentyTwenty.IdentityServer4.EntityFrameworkCore.Serialization;
using Xunit;
namespace TwentyTwenty.IdentityServer4.EntityFrameworkCore.Tests.Serialization
{
public class ClaimConverterTests
{
[Fact]
public void Ca... | 2.472676 | 710d75e50040b7beee19cdea911b6d4d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4345 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "Avd6977/squidex",
"max_stars_repo_path": "src/Squidex.Infrastructure/EventSourcing/CompoundEventConsumer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4346"
} | starcoder | <reponame>Avd6977/squidex
// ==========================================================================
// Squidex Headless CMS
// ==========================================================================
// Copyright (c) Squidex UG (haftungsbeschränkt)
// All rights reserved. Licensed under the MIT license.
// ==... | 2.260151 | 341745cd77512a143584bc50652ef645 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4346 | {
"extension": "c-sharp",
"max_stars_count": "19.0",
"max_stars_repo_name": "WilsonRedSocks/OGPC13",
"max_stars_repo_path": "src/Library/PackageCache/com.unity.shadergraph@7.3.1/Editor/Data/Nodes/Math/Derivative/DDXYNode.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4347"
} | starcoder | <filename>src/Library/PackageCache/com.unity.shadergraph@7.3.1/Editor/Data/Nodes/Math/Derivative/DDXYNode.cs<gh_stars>10-100
using System.Reflection;
using UnityEngine;
namespace UnityEditor.ShaderGraph
{
[Title("Math", "Derivative", "DDXY")]
class DDXYNode : CodeFunctionNode
{
public DDXYN... | 2.410184 | 39d0e8d0d5915baba35cb47426a07c74 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4347 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "polyadic/funcky-money",
"max_stars_repo_path": "Funcky.Money/ExpressionNodes/IMoneyExpression.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4348"
} | starcoder | <gh_stars>0
namespace Funcky
{
public interface IMoneyExpression
{
#if DEFAULT_INTERFACE_IMPLEMENTATION_SUPPORTED
public static IMoneyExpression operator *(IMoneyExpression multiplicand, decimal multiplier)
=> multiplicand.Multiply(multiplier);
public static IMoneyExpression operato... | 2.356473 | 3277ce4b75aea204f23cbd26dc6e175c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4348 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "dendeli-msft/tools",
"max_stars_repo_path": "tripled/tripled/Kernel/Logger.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4349"
} | starcoder | using System;
using System.Diagnostics;
using System.IO;
using System.Text;
namespace tripled.Kernel
{
internal class Logger
{
internal string CurrentLogFile { get; private set; }
private TraceLevel _traceLevel;
private bool _writeToFile = false;
private StringBuilder _sb = ne... | 2.936555 | 10f58c40190a97aeb4ec6f666ff80c6f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4349 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "dave-br/CSClassroom",
"max_stars_repo_path": "Services/src/CSClassroom/CSClassroom.Service/Identity/UserService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4350"
} | starcoder | <reponame>dave-br/CSClassroom
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using CSC.Common.Infrastructure.Email;
using CSC.Common.Infrastructure.GitHub;
using CSC.Common.Infrastructure.Utilities;
using CSC.CSClassroom.Model.Classrooms;
using CSC.CSClassroom.Model.Us... | 2.292751 | 5c76c774e8105c38979c0884f1f80154 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4350 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "brzozasr/WeatherAPI",
"max_stars_repo_path": "Services/ForecastServices/OpenWeatherForecastService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4351"
} | starcoder | <reponame>brzozasr/WeatherAPI<gh_stars>0
using System;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Threading.Tasks;
using WeatherAPI.Extensions;
using WeatherAPI.Models.WeatherForecast;
using Newtonsoft.Json;
namespace WeatherAPI.Services.ForecastServices
{
public class Op... | 2.794976 | 5de8679f4e5a172e328e1119c53c7a1a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4351 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "balazssimon/meta-cs",
"max_stars_repo_path": "src/Main/MetaDslx.VisualStudio/Editor/MetaDslxDefinition.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4352"
} | starcoder | using Microsoft.VisualStudio.Utilities;
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MetaDslx.VisualStudio.Editor
{
public sealed class MetaDslxDefinition
{
public const string Con... | 1.76457 | 5d668774e4879180cb5bf67f6d5f34cd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4352 | {
"extension": "c-sharp",
"max_stars_count": "5448.0",
"max_stars_repo_name": "Terra-jin/Humanizer",
"max_stars_repo_path": "src/Humanizer.Tests.Shared/Localisation/es/NumberToWordsFeminineTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4353"
} | starcoder | <filename>src/Humanizer.Tests.Shared/Localisation/es/NumberToWordsFeminineTest.cs
using Xunit;
namespace Humanizer.Tests.Localisation.es
{
[UseCulture("es-ES")]
public class NumberToWordsFeminineTests
{
[Theory]
[InlineData(1, "una")]
[InlineData(21, "veintiuna")]
... | 2.922299 | 44d3bf7fd18cef7a378a2897362922ad |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4353 | {
"extension": "c-sharp",
"max_stars_count": "3557.0",
"max_stars_repo_name": "agocke/winforms",
"max_stars_repo_path": "src/System.Windows.Forms.Primitives/src/Interop/Gdi32/Interop.BitBlt.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4354"
} | starcoder | <reponame>agocke/winforms
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Runtime.InteropServices;
internal static partial class Interop
{
intern... | 2.106276 | 1d3e4dcb0150726d88cc0233f4423b0e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4354 | {
"extension": "c-sharp",
"max_stars_count": "260.0",
"max_stars_repo_name": "alexbowers/pulumi-aws",
"max_stars_repo_path": "sdk/dotnet/ElasticTranscoder/Inputs/PresetAudioCodecOptionsGetArgs.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4355"
} | starcoder | <reponame>alexbowers/pulumi-aws
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
us... | 1.674783 | 155e235538052a1afa319554a8f5cb5f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4355 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "igoreksiz/NetOffice",
"max_stars_repo_path": "Examples/Outlook/C#/Standard Examples/OutookExamples/Examples/Example02.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4356"
} | starcoder | <filename>Examples/Outlook/C#/Standard Examples/OutookExamples/Examples/Example02.cs<gh_stars>0
using System;
using ExampleBase;
using NetOffice;
using Outlook = NetOffice.OutlookApi;
using NetOffice.OutlookApi.Enums;
namespace OutlookExamplesCS4
{
/// <summary>
/// Example 2 - Create Task Item
/// </summ... | 2.457319 | 2b6cb877234d379637e6f9a22b2983fc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4356 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "derkachdeveloper/DD.DotNet.ExtensionsPack",
"max_stars_repo_path": "DD.DotNet.ExtensionPack/DD.DotNet.ExtensionPack/Validation/Argument.ThrowIfNullOrReturn.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4357"
} | starcoder | using System;
using System.Linq.Expressions;
namespace DD.DotNet.ExtensionPack.Validation
{
public static partial class Argument
{
/// <summary>
/// Throws if <paramref name="o"/> is null or return value argument.
/// </summary>
/// <typeparam name="T">Object type.</typeparam>
... | 3.112172 | 2c5d35ef4bbb3f9f91bde6c7106cba2f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4357 | {
"extension": "c-sharp",
"max_stars_count": "26.0",
"max_stars_repo_name": "eaba/SharpPulsar",
"max_stars_repo_path": "Tests/SharpPulsar.Test/Schema/KeyValueSchemaInfoTest.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4358"
} | starcoder | <reponame>eaba/SharpPulsar
using SharpPulsar.Interfaces;
using SharpPulsar.Interfaces.ISchema;
using SharpPulsar.Schemas;
using SharpPulsar.Shared;
using System.Collections.Generic;
using Xunit;
/// <summary>
/// Licensed to the Apache Software Foundation (ASF) under one
/// or more contributor license agreements. S... | 1.720446 | 4a474cb7eb6ed6b3f17ff33bc7c4479a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4358 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "messerli-informatik-ag/MetaGenerator",
"max_stars_repo_path": "VsSolution/Model/Dependency.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4359"
} | starcoder | <filename>VsSolution/Model/Dependency.cs
using System;
namespace Messerli.VsSolution.Model
{
public class Dependency
{
public Dependency(Guid dependent, Guid dependee)
{
Dependent = dependent;
Dependee = dependee;
}
public Guid Dependent { get; }
... | 2.201637 | 4d3c83a348602f30050cee7a991d45cc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4359 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "dejx/PdfSharpCore",
"max_stars_repo_path": "PdfSharpCore/Internal/DoubleUtil.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4360"
} | starcoder | <reponame>dejx/PdfSharpCore<gh_stars>1-10
#region PDFsharp - A .NET library for processing PDF
//
// Authors:
// Microsoft
//
// Copyright (c) 2005-2016 empira Software GmbH, Cologne Area (Germany)
//
// http://www.PdfSharpCore.com
// http://sourceforge.net/projects/pdfsharp
//
// Permission is hereby granted, free ... | 2.658402 | bd84bed2119e43b792a364bb2b48663c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4360 | {
"extension": "c-sharp",
"max_stars_count": "10.0",
"max_stars_repo_name": "bing-framework/Bing.Offices",
"max_stars_repo_path": "src/Bing.Offices.Core/Bing/Offices/Attributes/Filters/MaxLengthAttribute.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4361"
} | starcoder | using System;
// ReSharper disable once CheckNamespace
namespace Bing.Offices.Attributes
{
/// <summary>
/// 最大长度特性
/// </summary>
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
public class MaxLengthAttribute : FilterAttributeBase
{
/// <summary>... | 2.821625 | 4f2b2dd7c7db3ac214eeb5b6d696888b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4361 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "jonboland/FeedSleepRepeat",
"max_stars_repo_path": "FeedSleepRepeatLibrary.Tests/ActivityTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4362"
} | starcoder | <reponame>jonboland/FeedSleepRepeat
using System;
using System.Globalization;
using Xunit;
namespace FeedSleepRepeatLibrary.Tests
{
public class ActivityTests
{
private readonly CultureInfo enGB = new("en-GB");
[Theory]
[InlineData("06/01/2020 09:00:00", "06/01/2020 09:00:00", 0, 0)]
... | 2.437511 | 11ad56a7c60da5d815efbc93c4290c0f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4362 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "LevyMatthew/vrmagic",
"max_stars_repo_path": "_VRSocket/Interaction/Slot.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4363"
} | starcoder | <reponame>LevyMatthew/vrmagic
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Slot : Interactable
{
private Socket socket = null;
private void Awake()
{
socket = GetComponent<Socket>();
}
public override void StartInteraction(Hand hand)
{
... | 2.302626 | d231fcff4fb0ca4264ed2979a8db3ef8 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4363 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "igorpopovio/common",
"max_stars_repo_path": "source/Nuke.Common/Tooling/NuGetPackageResolver.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4364"
} | starcoder | <gh_stars>0
// Copyright 2019 Maintainers of NUKE.
// Distributed under the MIT License.
// https://github.com/nuke-build/nuke/blob/master/LICENSE
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using JetBrains.Annotations;
using Newtonsoft.Json;
using ... | 2.200224 | 2d717482209598fe16b4117cfec29a0f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4364 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "GalyaIT/Dental-Studio",
"max_stars_repo_path": "Web/DentalStudio.Web/Areas/Administration/Views/Doctors/All.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:4365"
} | starcoder | @using DentalStudio.Web.ViewModels.Administration.Doctors
@model List<DoctorViewModel>
@{
ViewData["Title"] = "All";
}
@if (this.TempData["InfoMessage"] != null)
{
<div class="alert alert-success">
@this.TempData["InfoMessage"]
</div>
}
<!-- DATA TABLE-->
<div class="container">
<table>
... | 2.485063 | 46015266ebacc4cbc5914c7741af5c7d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4365 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bobbyache/BlackIrisConsole",
"max_stars_repo_path": "Code/UnitTests/Tests/ContractResolverTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4366"
} | starcoder | <filename>Code/UnitTests/Tests/ContractResolverTests.cs
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using BlackIris.Common.Exceptions;
using BlackIris;
using UnitTestFile.Support;
namespace UnitTests.Tests
{
[TestClass]
public class ContractResolverTests
{
[TestMethod]
... | 2.406322 | c17c0998923b41ae9100f6e9fd821528 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4366 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "LuccaSA/Haproxy.AgentCheck",
"max_stars_repo_path": "Haproxy.AgentCheck.Tests/ProcStatTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4367"
} | starcoder | using System;
using Haproxy.AgentCheck.Metrics;
using Xunit;
namespace Haproxy.AgentCheck.Tests
{
public class ProcStatTests
{
[Fact]
public void ProcStatParsing()
{
string sample = "cpu 23294 0 8415 11690959 1078 0 923 0 0 0";
var stat = ProcStat.FromLine(sampl... | 2.623232 | b5115efc6d82fc8d9ece32d729f3bd9e |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4367 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "coderIML/NetOffice.net",
"max_stars_repo_path": "Examples/Excel/C#/Standard Examples/ExcelExamples/FormMain.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4368"
} | starcoder | using System;
using System.Windows.Forms;
using ExampleBase;
namespace ExcelExamplesCS4
{
public partial class FormMain : FormBase
{
public FormMain()
{
InitializeComponent();
this.Text = "NetOffice Excel Examples in C#";
LoadExamples();
}
p... | 2.317643 | 281ba0ef42ebcb1afdc0995c99be0f89 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4368 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "chord-io/chord.io-service",
"max_stars_repo_path": "Models/Keycloak/ClientInitialAccessCreatePresentation.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4369"
} | starcoder | using System;
using System.Text;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using Newtonsoft.Json;
namespace IO.Swagger.Model {
/// <summary>
///
/// </summary>
[DataContract]
public class ClientInitialAccessCreatePresentation {
/// <summary>
///... | 2.600059 | 0d9a854f6fe21dc97722f2e8b8e6e87b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4369 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rabitdash/hackxAR",
"max_stars_repo_path": "InsightAR/Assets/InsightAR/Scripts/Internal/InsightARCameraParam.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4370"
} | starcoder | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.Runtime.InteropServices;
namespace InsightAR.Internal
{
public enum AR_CAMERA_FORMAT
{
ARCameraFormat_unknow = 0,
ARCameraFormat_BRGA = 1,
ARCameraFormat_420f = 2,
ARCameraFormat_420v = 3,
};
public enum AR_CAME... | 1.706504 | 74c7d8d706acbbc7cc35e0287b06e805 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4370 | {
"extension": "c-sharp",
"max_stars_count": "34.0",
"max_stars_repo_name": "poizan42/Ramone",
"max_stars_repo_path": "Ramone.Hypermedia/Mason/Link.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4371"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Ramone;
namespace Ramone.Hypermedia.Mason
{
public class Link : ControlBase
{
public string HRef { get; set; }
public Link(string name, string href)
: base(nam... | 2.510322 | 080a91eeb92d201ce0949d25facf3531 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4371 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Riccardo95Facchini/Challenges",
"max_stars_repo_path": "Easy/Array/Problems/IntersectionTwoArrays.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4372"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
/*
https://leetcode.com/explore/interview/card/top-interview-questions-easy/92/array/674/
Given two integer arrays nums1 and nums2,
return an array of their intersection. Each element in the result must appear as many time... | 3.727453 | c6774ad7395ecc1945558e17a75d2d38 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4372 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "hdefucom/HDF",
"max_stars_repo_path": "Example/WinForm/Editor/DCWriter/DCSoft.WinFormDemo/Test/FileOperations/ctlPrint.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4373"
} | starcoder | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DCSoft.Writer;
using DCSoft.Writer.Dom;
namespace DCSoft.Writer.WinFormDemo.Test.FileOperations
{
[System.ComponentModel.ToolboxItem(false)]
... | 2.067254 | f24e934a3566955e5c85a2197adc8144 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4373 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "juchom/marten",
"max_stars_repo_path": "src/Marten/Events/Daemon/HighWater/HighWaterDetector.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4374"
} | starcoder | using System;
using System.Threading;
using System.Threading.Tasks;
using Marten.Services;
using Npgsql;
using Weasel.Postgresql;
namespace Marten.Events.Daemon.HighWater
{
internal class HighWaterDetector: IHighWaterDetector
{
private readonly ISingleQueryRunner _runner;
private readonly Npgsq... | 2.187362 | a988c4dd4ed0adeed9643379cfd0c678 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4374 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "DumpsterNinja/NinjaMvvm",
"max_stars_repo_path": "src/NinjaMvvm/NinjaMvvm.Wpf/Converters/NegativeBooleanToVisibilityConverter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4375"
} | starcoder | <reponame>DumpsterNinja/NinjaMvvm<gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NinjaMvvm.Wpf.Converters
{
public class NegativeBooleanToVisibilityConverter : System.Windows.Data.IValueConverter
{
#region IVa... | 2.536185 | 6064ef2d67dacda9b824528ffa84b729 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4375 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "HikaruJ/i18n",
"max_stars_repo_path": "Services/GetText/i18n.Services.GetText/POFileService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4376"
} | starcoder | using i18n.Infrastructure.Entities.Contracts.IO;
using i18n.Services.GetText.Data.Enums;
using i18n.Services.GetText.Entities.Contracts;
using Karambolo.Common.Collections;
using Karambolo.PO;
using Microsoft.Extensions.Logging;
using System;
using System.Linq;
using System.Text;
namespace i18n.Services.GetText
{
... | 2.401022 | f034cb2fd858fdf59e36c16adc1260bd |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4376 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "hoest/AdventOfCode",
"max_stars_repo_path": "AdventOfCode.Year2019.Test/Day04Test.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4377"
} | starcoder | <gh_stars>0
namespace AdventOfCode.Year2019.Test {
using AdventOfCode.Year2019.Utils;
using Xunit;
public class Day04Test {
[Theory]
[InlineData(123456, new[] { 1, 2, 3, 4, 5, 6 })]
[InlineData(654321, new[] { 6, 5, 4, 3, 2, 1 })]
[InlineData(987632, new[] { 9, 8, 7, 6, 3, 2 })]
public void... | 2.41065 | d2b4ae24da126ae3943177f5d9d0cce2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4377 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "vladEffect/XamarinCommunityToolkit",
"max_stars_repo_path": "src/CommunityToolkit/Xamarin.CommunityToolkit/Views/RangeSlider/RangeSlider.shared.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4378"
} | starcoder | using System;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Threading;
using Xamarin.CommunityToolkit.Effects;
using Xamarin.CommunityToolkit.UI.Views.Internals;
using Xamarin.Forms;
using Xamarin.Forms.Internals;
using static System.Math;
using static Xamarin.Forms.AbsoluteLayo... | 1.962688 | 01501ff4128655f659a5ab7012833df5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4378 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Just3F/Design-Patterns",
"max_stars_repo_path": "DesignPatterns/Models/LogEntry.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4379"
} | starcoder | <filename>DesignPatterns/Models/LogEntry.cs
namespace DesignPatterns.Models
{
public class LogEntry
{
public string Message { get; set; }
public LogType LogType { get; set; }
}
public enum LogType
{
Warning,
Error,
Info
}
}
| 2.468755 | 880f474b1e1ac76437f9f080059f1c62 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4379 | {
"extension": "c-sharp",
"max_stars_count": "2228.0",
"max_stars_repo_name": "angelobreuer/StyleCopAnalyzers",
"max_stars_repo_path": "StyleCop.Analyzers/StyleCop.Analyzers/NamingRules/SA1306FieldNamesMustBeginWithLowerCaseLetter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4380"
} | starcoder | <gh_stars>1000+
// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace StyleCop.Analyzers.NamingRules
{
using System;
using System.Collections.Immutable;
using Microsoft.CodeAnalysis;
... | 2.383468 | 416bc24b757857069406cdb457b930bf |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4380 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "ADMTec/OpenMU",
"max_stars_repo_path": "src/GameServer/RemoteView/Character/UpdateMasterSkillsPlugIn.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4381"
} | starcoder | <gh_stars>1-10
// <copyright file="UpdateMasterSkillsPlugIn.cs" company="MUnique">
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
// </copyright>
namespace MUnique.OpenMU.GameServer.RemoteView.Character;
using System.Runtime.InteropServices;
using MUnique.OpenMU... | 2.035366 | a8daa17a8d39c375f98a208242959fd7 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4381 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "JamieMagee/webhooks.net",
"max_stars_repo_path": "src/Octokit.Webhooks/Events/Discussion/DiscussionTransferredEvent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4382"
} | starcoder | <gh_stars>0
namespace Octokit.Webhooks.Events.Discussion;
using System.Text.Json.Serialization;
using JetBrains.Annotations;
using Octokit.Webhooks.Models.DiscussionEvent;
[PublicAPI]
[WebhookActionType(DiscussionActionValue.Transferred)]
public sealed record DiscussionTransferredEvent : DiscussionEvent
{
[JsonPr... | 1.406893 | bd386d2469f60ac607f169717d855dc2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4382 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "KvanTTT/Education",
"max_stars_repo_path": "ComputerGraphics/5-Circle-and-Ellipse/Form1.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4383"
} | starcoder | <gh_stars>1-10
namespace CircleEllipse
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed reso... | 2.265174 | 3858830f8194b4f4088fb32bb0f5e06f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4383 | {
"extension": "c-sharp",
"max_stars_count": "7.0",
"max_stars_repo_name": "PacktPublishing/Learning-NHibernate-4",
"max_stars_repo_path": "Chapter 5/Tests.Unit/PersistenceTests/Transitive/EmployeePersistenceTests.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4384"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using Domain;
using NHibernate.Linq;
using NUnit.Framework;
namespace Tests.Unit.PersistenceTests.Transitive
{
[TestFixture]
public class EmployeePersistenceTests : TestUsingInMemoryDatabase
{
[Test]
public void... | 2.568153 | 8c364c69bde8d7effbafc12e53f57a6b |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4384 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "russ-travix/ComplexPlain",
"max_stars_repo_path": "Mandel/ComplexNumbers/ComplexExtensions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4385"
} | starcoder | <reponame>russ-travix/ComplexPlain
using System;
using System.Numerics;
namespace Mandel
{
public static class ComplexExtensions
{
public static Complex Square(this Complex z)
{
double ar_temp = z.Real * z.Real - z.Imaginary * z.Imaginary;
double ai = 2 * z.Real * z.Imaginary;
double ar = ar... | 3.157581 | 40717d1bffe213a4a58ebd4b99b0efed |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4385 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "Rud156/LoveCeleste",
"max_stars_repo_path": "Unity Test/SimpleQuest/Assets/Scripts/Common/Attacks/SeekingAttack.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4386"
} | starcoder | <reponame>Rud156/LoveCeleste<filename>Unity Test/SimpleQuest/Assets/Scripts/Common/Attacks/SeekingAttack.cs
using UnityEngine;
namespace Common.Attacks
{
[RequireComponent(typeof(Rigidbody))]
public class SeekingAttack : MonoBehaviour
{
[Header("Data")]
public float speed;
public fl... | 2.355879 | 044555da0f75b3a9c43e9c7630b72d4a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4386 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "henriktao/pulumi-azure",
"max_stars_repo_path": "sdk/dotnet/Network/GetFirewall.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4387"
} | starcoder | <reponame>henriktao/pulumi-azure
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
u... | 1.613151 | ade8da1f1d3a7b370a5b153e6c294e4a |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4387 | {
"extension": "c-sharp",
"max_stars_count": "5.0",
"max_stars_repo_name": "Elicon-IL/EDA-Tools",
"max_stars_repo_path": "Elicon.DataAccess/Files/Common/Write/StreamWriterProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4388"
} | starcoder | <reponame>Elicon-IL/EDA-Tools<gh_stars>1-10
using System.IO;
namespace Elicon.DataAccess.Files.Common.Write
{
public interface IStreamWriterProvider
{
IStreamWriter Get(string source);
}
public class StreamWriterProvider : IStreamWriterProvider
{
public IStreamWriter Get(string sou... | 2.610233 | e58078961c52bd84cb02f36356d239b5 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4388 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "szymski/LuaAdv",
"max_stars_repo_path": "LuaAdv/Compiler/Nodes/Expressions/FunctionCall.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4389"
} | starcoder | using System;
using System.Linq;
namespace LuaAdv.Compiler.Nodes.Expressions
{
public class FunctionCall : Expression, IStatementable
{
public Expression function;
public Node[] parameters;
public FunctionCall(Expression function, Node[] parameters)
{
this.function ... | 2.495088 | 2ef9f8788068e6c855a2f01a0df50fc6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4389 | {
"extension": "c-sharp",
"max_stars_count": "61.0",
"max_stars_repo_name": "Berrysoft/TsinghuaNet",
"max_stars_repo_path": "TsinghuaNet/Models/NetCredential.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4390"
} | starcoder | using System.ComponentModel;
using System.Net.Http;
using System.Runtime.CompilerServices;
namespace TsinghuaNet.Models
{
public class NetCredential : INotifyPropertyChanged
{
#pragma warning disable 0067
public event PropertyChangedEventHandler PropertyChanged;
#pragma warning restore 0067
p... | 2.420645 | 976e602ce875a36fef720640ca5deb35 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4390 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "hozuki/TheaterDaysSim",
"max_stars_repo_path": "src/TheaterDays.Scores/Animation/NoteTimePoints.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4391"
} | starcoder | <filename>src/TheaterDays.Scores/Animation/NoteTimePoints.cs
namespace OpenMLTD.MilliSim.Contributed.Scores.Animation {
public struct NoteTimePoints {
public NoteTimePoints(float enter, float leave) {
Enter = enter;
Leave = leave;
}
/// <summary>
/// Gets/se... | 2.717038 | 40d6e78132ee9b8ff063d8ecb03b9d32 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4391 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "m0sa/KarateSemaphore",
"max_stars_repo_path": "KarateSemaphore/Views/ControllerWindow.xaml.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4392"
} | starcoder | using System;
using System.Diagnostics;
using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Input;
using System.Windows.Media;
using KarateSemaphore.Core;
namespace KarateSemaphore
{
/// <summary>
/// Interaction logic for Contro... | 2.127292 | 1fe068afce5871bc2fce6212128308cc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4392 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "AbdulovHell/PSR",
"max_stars_repo_path": "PSR/Mod_BM.Designer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4393"
} | starcoder | namespace MainModule
{
partial class Mod_BM
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
... | 1.870561 | af1738f3064704046b394962da28b85c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4393 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "NGOCHOABUI/CompleteMVC",
"max_stars_repo_path": "Shop/Shop.Data.InMemory/InMemoryRespository.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4394"
} | starcoder | using Shop.Core.Contracts;
using Shop.Core.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Caching;
using System.Text;
using System.Threading.Tasks;
namespace Shop.Data.InMemory
{
public class InMemoryRepository<T> : IRepository<T> where T : BaseEntity
{
... | 3.105028 | fa4d69ee2e1e6a472e41d3ca18026ac3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4394 | {
"extension": "c-sharp",
"max_stars_count": "146.0",
"max_stars_repo_name": "RedBandana/Intersect-Engine",
"max_stars_repo_path": "Intersect (Core)/Network/Packets/Client/PartyInviteResponsePacket.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4395"
} | starcoder | <reponame>RedBandana/Intersect-Engine<filename>Intersect (Core)/Network/Packets/Client/PartyInviteResponsePacket.cs
using System;
namespace Intersect.Network.Packets.Client
{
public class PartyInviteResponsePacket : CerasPacket
{
public PartyInviteResponsePacket(Guid partyId, bool accepting)
... | 1.867095 | bd6f14001cbef37364c76fbc1e39353c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4395 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "amritdumre10/Kachuwa",
"max_stars_repo_path": "Core/Kachuwa.Web/Model/Setting/Setting.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4396"
} | starcoder | using System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Kachuwa.Data.Crud.Attribute;
using Microsoft.AspNetCore.Http;
namespace Kachuwa.Web.Model
{
[Table("Setting")]
public class Setting
{
[Key]
public int SettingId { get; set; }... | 1.882041 | 7f74b66db6e2e2132e7935b3d318023f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4396 | {
"extension": "c-sharp",
"max_stars_count": "192.0",
"max_stars_repo_name": "damienbod/AspNetCoreHybridFlowWithApi",
"max_stars_repo_path": "WebHybridFlowClient/Controllers/HomeController.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4397"
} | starcoder | using System.Diagnostics;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using WebHybridClient;
using WebHybridClient.Models;
namespace WebHybridClient.Controllers
{
[Authorize]
public class HomeController : Controller
{
private readonly ApiService _apiService... | 1.905428 | e7a15f4e0bf4dae4c955eb50160ecea2 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4397 | {
"extension": "c-sharp",
"max_stars_count": "48.0",
"max_stars_repo_name": "zpublic/cozy",
"max_stars_repo_path": "src/Learn/WpfCozy/A/TemplateDemoDetails/StyledButtonWindow.xaml.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4398"
} | starcoder | <reponame>zpublic/cozy
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using ... | 1.743719 | 93c0c0217d0bedc95b72f52383f31425 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4398 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "epam-cross-platform-lab/DataMocker",
"max_stars_repo_path": "src/DataMocker.Mock/MockHandlerInitializer.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4399"
} | starcoder | // =========================================================================
// Copyright 2021 EPAM Systems, Inc.
//
// 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.... | 2.368291 | 9d165e35f7e44976bcc4b4b37928beac |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4399 | {
"extension": "c-sharp",
"max_stars_count": "1794.0",
"max_stars_repo_name": "richamo/wcf",
"max_stars_repo_path": "src/System.Private.ServiceModel/src/System/ServiceModel/Security/InitiatorSessionSymmetricTransportSecurityProtocol.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4400"
} | starcoder | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Generic;
using System.IdentityModel.Selectors;
using System.IdentityModel.Tokens;
using Sy... | 1.69306 | 539b0c0ccb7ee61cc18ca55a7d3ea9e6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4400 | {
"extension": "c-sharp",
"max_stars_count": "137.0",
"max_stars_repo_name": "rafa6969/JitUnpacker-Framework",
"max_stars_repo_path": "RuntimeFunctionConfigGenerator/RuntimeEnvironment.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4401"
} | starcoder | using System;
using static JitTools.NativeMethods;
namespace JitTools {
internal static unsafe class RuntimeEnvironment {
private static readonly Version Clr45DevPreviewVersion = new Version(4, 0, 30319, 17020);
private static readonly Version _clrVersion;
private static readonly void* _clrModuleHandle;
priva... | 2.054584 | f3aef8b2b2f09bccb540091b73534ff0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4401 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "prollin/MonoGame",
"max_stars_repo_path": "MonoGame.Framework/Windows8/GameFrameworkViewSource.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4402"
} | starcoder | using Windows.ApplicationModel.Core;
using Microsoft.Xna.Framework;
namespace MonoGame.Framework
{
public class GameFrameworkViewSource<T> : IFrameworkViewSource
where T : Game, new()
{
public IFrameworkView CreateView()
{
return new MetroFrameworkView<T>();
}
}... | 1.792001 | 540711769a67f6037139cf9ec9dc89a3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4402 | {
"extension": "c-sharp",
"max_stars_count": "54.0",
"max_stars_repo_name": "stormpath/stormpath-sdk-dotnet",
"max_stars_repo_path": "src/Stormpath.SDK.Core/Impl/IdentityMap/IIdentityMap{TItem}.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4403"
} | starcoder | // <copyright file="IIdentityMap{TItem}.cs" company="Stormpath, Inc.">
// Copyright (c) 2016 Stormpath, Inc.
//
// 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.... | 2.452978 | eaba7cbd9ce48df35cad30340551c1a6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4403 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "TrainingByPackt/CSharp7-and-.NET-Core-2.0-Blueprints-eLearning",
"max_stars_repo_path": "Lesson07/AzureFunctionExample/EmailValidationFunction.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4404"
} | starcoder | using System;
using System.IO;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
namespace AzureFunctionExample
{
public class EmailValidationFunction
{
public ... | 2.819029 | c55e9f8ee90fe23b9ede2ffe64fb09a6 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4404 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "zjklee/Handlebars.Net",
"max_stars_repo_path": "source/Handlebars/Compiler/Lexer/Converter/HelperConverter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4405"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using HandlebarsDotNet.Compiler.Lexer;
using System.Linq.Expressions;
namespace HandlebarsDotNet.Compiler
{
internal class HelperConverter : TokenConverter
{
private static readonly HashSet<string> BuiltInHelpers = new HashSet<string>
... | 2.496105 | 36abf7d68c82b073cc7c15b6e4229f87 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4405 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "bstrukus/rt",
"max_stars_repo_path": "src/main/Program.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4406"
} | starcoder | /*
* #copyright_placeholder Copyright <NAME>
*/
namespace rt
{
using Utility;
using Execute;
using System.Collections.Generic;
internal class Program
{
private static void Main(string[] args)
{
LogStart("PROGRAM");
if (args.Length != 1)
{
... | 2.57605 | 78f2d73407fe22e09d5ffe3073788e75 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4406 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "neocodejack/burial-plots",
"max_stars_repo_path": "burialplots/areas/admin/views/NewsManagement/NewsDetails.cshtml",
"provenance": "train-00000-of-00045.jsonl.gz:4407"
} | starcoder | @model BurialPlots.DAL.NewsManagement
@{
ViewBag.Title = "News Details";
Layout = "~/Views/Shared/_Header.cshtml";
}
<link href="~/css/NewsArticles.css" rel="stylesheet" />
<div id="content" class="site-content topMargin bottomMar">
<div class="container">
<div class="row">
<div class... | 2.338052 | 659a49d9233228a4dfe224550fb66738 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4407 | {
"extension": "c-sharp",
"max_stars_count": "121.0",
"max_stars_repo_name": "lonelyxmas/BeetleX.Redis",
"max_stars_repo_path": "src/Commands/SETS_SISMEMBER.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4408"
} | starcoder | using System;
using System.Collections.Generic;
using System.Text;
namespace BeetleX.Redis.Commands
{
public class SETS_SISMEMBER : Command
{
public SETS_SISMEMBER(string key,string member)
{
Key = key;
Member = member;
}
public override bool Read => tru... | 2.543684 | 9af0ec5b811f976a6301bfd72285bcbe |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4408 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "PacktPublishing/Selenium-4-Design-Patterns-and-Best-Practices-Second-Edition",
"max_stars_repo_path": "Chapter 8- Building Extensibility in Your Test Library/ExtensibilityDemos/WebDriver.cs",
"provenance": "train-00000-of-00045.jsonl.... | starcoder | <filename>Chapter 8- Building Extensibility in Your Test Library/ExtensibilityDemos/WebDriver.cs
using System;
using System.Collections.Generic;
using ExtensibilityDemos.Locators;
using OpenQA.Selenium;
using OpenQA.Selenium.Chrome;
using OpenQA.Selenium.Edge;
using OpenQA.Selenium.Firefox;
using OpenQA.Selenium.IE;
u... | 2.370165 | 1e6096df0e70562ceddc8c301fbe3edc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4409 | {
"extension": "c-sharp",
"max_stars_count": "6451.0",
"max_stars_repo_name": "solidfoundationsoftware/Xamarin.Forms",
"max_stars_repo_path": "Xamarin.Forms.Platform.WPF/Microsoft.Windows.Shell/Standard/Utilities.Windows.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4410"
} | starcoder | namespace Standard
{
using System;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices;
internal static partial class Utility
{
private static readonly Version _osVersion = Environment.OSVersion.Version;
[SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
... | 2.39484 | 06d817aa686681fe415fd5a693d72da4 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4410 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "BearerPipelineTest/cofoundry",
"max_stars_repo_path": "src/Cofoundry.Domain/Data/DbContext/CustomEntities/CustomEntityVersion.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4411"
} | starcoder | using System;
using System.Collections.Generic;
namespace Cofoundry.Domain.Data
{
/// <summary>
/// <para>
/// Custom entities can have one or more version, with a collection
/// of versions representing the change history of custom entity
/// data.
/// </para>
/// <para>
/// Only one... | 2.346715 | 6abbff4429b728827d2619b82738b373 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4411 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "xp-development/HomeAutomation",
"max_stars_repo_path": "Source/HomeAutomation.Server.Core.UnitTests/_RequestHandlers/_Devices/_DeleteDeviceRequestHandler/Handle.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4412"
} | starcoder | <reponame>xp-development/HomeAutomation
using System.Linq;
using FluentAssertions;
using HomeAutomation.Protocols.App.v0.Requests.Devices;
using HomeAutomation.Protocols.App.v0.Responses.Devices;
using HomeAutomation.Server.Core.DataAccessLayer;
using HomeAutomation.Server.Core.RequestHandlers.Devices;
using Xunit;
n... | 2.240606 | 5f12c3836eef9e4cab1276063fc95698 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4412 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "cummingsi1993/Re.Base",
"max_stars_repo_path": "Re.Base/Queryables/File/FileQueryProvider.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4413"
} | starcoder | using Re.Base.Storage;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace Re.Base.Queryables.File
{
public class FileQueryProvider : IQueryProvider
{
string databaseLocati... | 2.518462 | d598642c7831a0b8eb38812815ba9b98 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4413 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "rubysiu/BiliBili",
"max_stars_repo_path": "src/Ray.BiliBiliTool.Agent/ServerChanAgent/Interfaces/IPushApi.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4414"
} | starcoder | <gh_stars>1-10
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Ray.BiliBiliTool.Agent.ServerChanAgent.Dtos;
using Refit;
namespace Ray.BiliBiliTool.Agent.ServerChanAgent.Interfaces
{
public interface IPushApi
{
[Post("/{scKey}.send?text={title}&de... | 1.704973 | 705c33c50bd3aced6bf34a2cbe17a5bc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4414 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "blindmatrix/Camelotia",
"max_stars_repo_path": "src/Camelotia.Presentation.Wpf/Views/FileView.xaml.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4415"
} | starcoder | <gh_stars>0
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Windows;
using System.Windows.Controls;
using Camelotia.Presentation.Interfaces;
using ReactiveUI;
namespace Camelotia.Presentation.Wpf.Views
{
public partial class FileView : UserControl, IViewFor<IFile... | 1.915355 | 990db8196f5b69e28784d966707f5aae |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4415 | {
"extension": "c-sharp",
"max_stars_count": "42.0",
"max_stars_repo_name": "dkozar/edriven-gui",
"max_stars_repo_path": "eDriven/eDriven.Gui/GUIStyles/DisabledOverlayStyle.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4416"
} | starcoder | <gh_stars>10-100
using eDriven.Gui.Components;
using eDriven.Gui.Graphics.Base;
using UnityEngine;
using Rect=eDriven.Gui.Graphics.Rect;
namespace eDriven.Gui.GUIStyles
{
public class DisabledOverlayStyle
{
#region Quasi-Singleton
private static GUIStyle _instance;
public static GUISty... | 2.213053 | 768ce5f82302ecfb86c20bc36ca74d07 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4416 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "bendyline/Tracer",
"max_stars_repo_path": "Net/DataStoreQuery.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4417"
} | starcoder | <gh_stars>0
/* Copyright (c) Bendyline LLC. All rights reserved. Licensed under the Apache License, Version 2.0.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. */
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
#if NET
namespace Bendyline... | 1.635417 | 4aeb77df70d6c472028fb8d0cd3832ba |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4417 | {
"extension": "c-sharp",
"max_stars_count": "83.0",
"max_stars_repo_name": "MathewSachin/Screna",
"max_stars_repo_path": "src/Properties/AssemblyInfo.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4418"
} | starcoder | using System.Reflection;
[assembly: AssemblyTitle("Screna")]
[assembly: AssemblyDescription(".Net Capture Library")]
[assembly: AssemblyCompany("<NAME>")]
[assembly: AssemblyProduct("Screna")]
[assembly: AssemblyCopyright("Copyright © 2016 <NAME>")]
[assembly: AssemblyTrademark("Screna")]
[assembly: AssemblyVersion(... | 1.520981 | 2085c976c0df8ea6a7426df2aa3d2c86 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4418 | {
"extension": "c-sharp",
"max_stars_count": "67.0",
"max_stars_repo_name": "khseob0715/FinallyArcore",
"max_stars_repo_path": "Assets/GoogleARCore/SDK/Scripts/Managers/ARCoreAndroidLifecycleManager.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4419"
} | starcoder | <gh_stars>10-100
//-----------------------------------------------------------------------
// <copyright file="ARCoreAndroidLifecycleManager.cs" company="Google">
//
// Copyright 2018 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file exce... | 1.525755 | 62784c50afc4db33601ac405873ebc1d |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4419 | {
"extension": "c-sharp",
"max_stars_count": "1.0",
"max_stars_repo_name": "mysharp/abp-vue-admin-element-typescript",
"max_stars_repo_path": "aspnet-core/modules/common/LINGYUN.Abp.Notifications/LINGYUN/Abp/Notifications/AbpNotificationOptions.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4420"
} | starcoder | <gh_stars>1-10
using Volo.Abp.Collections;
namespace LINGYUN.Abp.Notifications
{
// TODO: 需要重命名 AbpNotificationsOptions
public class AbpNotificationOptions
{
/// <summary>
/// 通知系统对于某个应用的定义
/// </summary>
public string Application { get; set; }
/// <summary>
... | 2.068037 | fc1aa464a386fd2a3fdf1f29b7a23c81 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4420 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "logangorence/UniFi.NET",
"max_stars_repo_path": "UniFi.NET/Responses/ResponseEnvelope.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4421"
} | starcoder | using System.Collections.Generic;
namespace UniFi.NET.Responses
{
/// <summary>
/// Base envelope package when receiving data from the UniFi Controller
/// </summary>
/// <typeparam name="T"></typeparam>
public class ResponseEnvelope<T> where T : BaseResponse
{
/// <summary>
//... | 2.280511 | 5b9bf04b778d5fcbc041e69e1971a96c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4421 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "MostafaEsmaeili/AccessControl",
"max_stars_repo_path": "src/application/Access/GenericRoleToResourceHandler.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4422"
} | starcoder | <filename>src/application/Access/GenericRoleToResourceHandler.cs<gh_stars>0
using AutoMapper;
using DotnetAccessControl.Application.Access.Dto;
using DotnetAccessControl.Application.common.interfaces;
using DotNetAccessControl.domain.entities;
using MediatR;
using Microsoft.EntityFrameworkCore;
using System;
using Sys... | 2.361654 | 53349147d5fced1e068dcd40606cdcd9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4422 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "atiq-shumon/DotNetProjects",
"max_stars_repo_path": "Hospital_ERP_VS13-WCF_WF/AH.PRMS/MODEL/Bed.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4423"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using AH.Shared.MODEL;
namespace AH.PRMS.MODEL
{
public class Bed
{
public Ward Ward { set; get; }
public Building Building { set; get; }
public string BedID { set... | 1.656445 | e68b5ab80dfdf47880e0e58d9673dbe0 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4423 | {
"extension": "c-sharp",
"max_stars_count": "11.0",
"max_stars_repo_name": "StefanSturm87/SharpRemote",
"max_stars_repo_path": "SharpRemote.Test/Types/Classes/StaticBeforeDeserializeCallback.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4424"
} | starcoder | <filename>SharpRemote.Test/Types/Classes/StaticBeforeDeserializeCallback.cs
using System.Runtime.Serialization;
using SharpRemote.Attributes;
namespace SharpRemote.Test.Types.Classes
{
[DataContract]
public sealed class StaticBeforeDeserializeCallback
{
[BeforeDeserialize]
public static void BeforeDeserialize(... | 1.878385 | 1a9d2260649c65405ec17c1fd1d9d360 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4424 | {
"extension": "c-sharp",
"max_stars_count": "2.0",
"max_stars_repo_name": "ezg/PanoramicDataWin8",
"max_stars_repo_path": "PanoramicDataWin8/utils/Blueprints2/Util/Wrappers/Event/Listener/VertexRemovedEvent.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4425"
} | starcoder | <filename>PanoramicDataWin8/utils/Blueprints2/Util/Wrappers/Event/Listener/VertexRemovedEvent.cs
using System.Collections.Generic;
using System.Diagnostics.Contracts;
namespace Frontenac.Blueprints.Util.Wrappers.Event.Listener
{
/// <summary>
/// Event fired when a vertex is removed.
/// </summary>
... | 2.763462 | db16c8a377b07d47f59e51976925b123 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4425 | {
"extension": "c-sharp",
"max_stars_count": "249.0",
"max_stars_repo_name": "rgwood/go2cs",
"max_stars_repo_path": "src/go-src-converted/runtime/type__typeStruct.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4426"
} | starcoder | //---------------------------------------------------------
// <auto-generated>
// This code was generated by a tool. Changes to this
// file may cause incorrect behavior and will be lost
// if the code is regenerated.
//
// Generated on 2020 October 09 04:49:08 UTC
// </auto-generated>
//--------------... | 1.436802 | f6265affcda8bc2032ccade359d5331f |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4426 | {
"extension": "c-sharp",
"max_stars_count": "3.0",
"max_stars_repo_name": "hahoyer/HWClassLibrary.cs",
"max_stars_repo_path": "src/hw.orm/hw/DataBase/SQLGenerator.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4427"
} | starcoder | #region Copyright (C) 2013
// Project hw.nuget
// Copyright (C) 2013 - 2013 <NAME>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, o... | 2.594282 | ad39dd549f70c80bc3106d8e55c6bdaa |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4427 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "rusmass/wealthland_client",
"max_stars_repo_path": "arpg_prg/nativeclient_prg/Assets/Code/Client/UI/UIRedPacket/UIRedPacketWindowCenter.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4428"
} | starcoder | <reponame>rusmass/wealthland_client<gh_stars>0
using System;
using System.Collections;
using UnityEngine;
using UnityEngine.UI;
using Metadata;
using DG.Tweening;
namespace Client.UI
{
public partial class UIRedPacketWindow
{
#region Const
private const string packPacketPrompt = "朋友XXX喜... | 1.636308 | 61c0a79e63dbb21043215471ce8bcdfc |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4428 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "ychung-mot/crt",
"max_stars_repo_path": "api/Crt.Domain/Services/CodeTableService.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4429"
} | starcoder | using Crt.Data.Database;
using Crt.Data.Repositories;
using Crt.Domain.Services.Base;
using Crt.Model;
using Crt.Model.Dtos;
using Crt.Model.Dtos.CodeLookup;
using Crt.Model.Utils;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Crt.Domain.... | 2.067277 | a3c8e57a654700923d7a7ed6e289040c |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4429 | {
"extension": "c-sharp",
"max_stars_count": "21.0",
"max_stars_repo_name": "Grinderofl/ConventionModelBuilder",
"max_stars_repo_path": "src/FluentModelBuilder/Builder/Conventions/InstancedObjectFactory.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4430"
} | starcoder | using System;
namespace FluentModelBuilder.Builder.Conventions
{
public class InstancedObjectFactory<T> : AbstractObjectFactory<T>
{
private readonly T _instance;
public InstancedObjectFactory(T instance)
{
if (instance == null) throw new ArgumentNullException(nameof(insta... | 2.338079 | f065be88fe7ba2f493ed2b39aaeee741 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4430 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "DikshaGunnewar/AllAssignmentsSDNBackUp",
"max_stars_repo_path": "PraJQX/PraJQX/Models/OrdersJqGridModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4431"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Trirand.Web.Mvc;
using System.Web.UI.WebControls;
namespace PraJQX.Models
{
public class OrdersJqGridModel
{
public JQGrid OrdersGrid { get; set; }
public OrdersJqGridModel()
{
Orde... | 2.217557 | 9c911d72d46825b8099fafd91d5004f9 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4431 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "andrewchungxam/ASampleAppSeventeen",
"max_stars_repo_path": "ASampleApp/ASampleApp/ViewModels/AddDogPhotoBlobViewModel.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4432"
} | starcoder | <reponame>andrewchungxam/ASampleAppSeventeen<gh_stars>0
using System;
using System.Threading.Tasks;
using System.Windows.Input;
using ASampleApp.CosmosDB;
using Plugin.Media;
using Plugin.Media.Abstractions;
using Xamarin.Forms;
namespace ASampleApp.ViewModels
{
public class AddDogPhotoBlobViewModel : BaseViewModel... | 2.494545 | 54d69259a9481218ce50f35426707b61 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4432 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "HolisticWare-Xamarin-Tools/HolisticWare.Xamarin.Tools.Bindings.XamarinAndroid.FassBinderMeister",
"max_stars_repo_path": "source/HolisticWare.Xamarin.Tools.Bindings.XamarinAndroid.FassBinderMeister/HTMLData.cs",
"provenance": "train-0... | starcoder | using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using HtmlAgilityPack;
namespace HolisticWare.Xamarin.Tools.Bindings.XamarinAndroid.FassBinderMeister
{
public class ReleaseNotesHTMLData
{
public ReleaseNotesHTMLData()
{
}
public string Url
... | 2.246337 | 144b45c3372661ae10de766c918aa1b3 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4433 | {
"extension": "c-sharp",
"max_stars_count": "1018.0",
"max_stars_repo_name": "pskumarweb/tweetinvi",
"max_stars_repo_path": "src/Tweetinvi/Client/Clients/V2/SearchV2Client.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4434"
} | starcoder | using System.Threading.Tasks;
using Tweetinvi.Client.Requesters.V2;
using Tweetinvi.Core.Iterators;
using Tweetinvi.Core.Web;
using Tweetinvi.Iterators;
using Tweetinvi.Models.V2;
using Tweetinvi.Parameters.V2;
namespace Tweetinvi.Client.V2
{
public class SearchV2Client : ISearchV2Client
{
private read... | 1.892866 | 6b19b7df293741549c11a055f4939f63 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4434 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "zgynhqf/trunk",
"max_stars_repo_path": "Rafy/WPF/Rafy.WPF/AutoUI/PrimitiveUI/Layouts/ListDetailLayout.xaml.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4435"
} | starcoder | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windo... | 1.769074 | 7e8ed18159869ba7d47ffb4155c5d799 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4435 | {
"extension": "c-sharp",
"max_stars_count": "0.0",
"max_stars_repo_name": "simerc/QuicksilverPlus",
"max_stars_repo_path": "Sources/EPiServer.Reference.Commerce.Site/Features/Global/Standard/Pages/StandardPage.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4436"
} | starcoder | using System.ComponentModel.DataAnnotations;
using EPiServer.Core;
using EPiServer.DataAbstraction;
using EPiServer.DataAnnotations;
using EPiServer.Reference.Commerce.Site.Infrastructure;
using EPiServer.SpecializedProperties;
using EPiServer.Reference.Commerce.Site.Features.Global.Checkout.Pages;
using EPiServer.Refe... | 1.66126 | 410e50cf8b9fd7611ae958b9bace9a02 |
2023-09-08T23:13:54.392Z | 2023-09-08T23:13:54.392Z | 4436 | {
"extension": "c-sharp",
"max_stars_count": "8.0",
"max_stars_repo_name": "YehudaEi/Bluestacks-source-code",
"max_stars_repo_path": "src/HD-ServiceInstaller/Common/WpfUtils.cs",
"provenance": "train-00000-of-00045.jsonl.gz:4437"
} | starcoder | // Decompiled with JetBrains decompiler
// Type: BlueStacks.Common.WpfUtils
// Assembly: HD-ServiceInstaller, Version=4.250.0.1070, Culture=neutral, PublicKeyToken=null
// MVID: 15F93427-26B3-4C7E-BAB1-0A00688BC4D4
// Assembly location: C:\Program Files\BlueStacks\HD-ServiceInstaller.exe
using System.Windows;
using S... | 2.160395 | 86614dad4629102b707f65efff2c8a3c |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.