Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
3
1.02M
//----------------------------------------------------------------------- // <copyright file="XmlObjectExtension.cs" company="NJsonSchema"> // Copyright (c) Rico Suter. All rights reserved. // </copyright> // <license>https://github.com/rsuter/NJsonSchema/blob/master/LICENSE.md</license> // <author>Rico Suter, mai...
using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Sockets; using System.ComponentModel; using System.IO; using System.Text.RegularExpressions; namespace GRebind { public class HttpData { public WebHeaderCollection Headers; public...
using System; using System.Collections.Generic; using System.Linq; namespace _01.CountCharsInAString { class Program { static void Main(string[] args) { string[] text = Console.ReadLine() .Split(" ",StringSplitOptions.RemoveEmptyEntries) .ToArray(); ...
using System; using NetOffice; namespace NetOffice.MSHTMLApi.Enums { /// <summary> /// SupportByVersion MSHTML 4 /// </summary> [SupportByVersionAttribute("MSHTML", 4)] [EntityTypeAttribute(EntityType.IsEnum)] public enum _htmlZOrder { /// <summary> /// SupportByVersion MSHTML 4 /// </su...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
using Rakor.Blazor.ECharts.Option.Enum; namespace Rakor.Blazor.ECharts.Option { public class LineStyle : AreaStyle { /// <summary> /// 线宽。 /// </summary> public double? Width { set; get; } /// <summary> /// 线的类型。 /// </summary> public LineStyle...
//------------------- // Copyright 2019 // Reachable Games, LLC //------------------- using System; using System.Collections; using UnityEngine; using UnityEngine.Networking; using UnityEditor; namespace ReachableGames { namespace SmoothTrails { public class AssetsPopup : EditorWindow { static string kNextC...
/* This file is part of the iText (R) project. Copyright (c) 1998-2022 iText Group NV Authors: iText Software. This program is offered under a commercial and under the AGPL license. For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below. AGPL licensing: This program is free...
using UnityEngine; using UnityEngine.UI; public class MoleculeText : MonoBehaviour { public int option; public Image line; private void OnEnable() { ContentAdaptationManager.NextMolecule += SetText; } private void OnDisable() { ContentAdaptationManager.NextMolecule -= Se...
@using Syncfusion.EJ2.PivotView @section Meta{ <meta name="description" content="This demo for Essential JS2 ASP.NET MVC Pivot Table control demonstrate the cell selection feature" /> } @section ControlsSection{ <div class="col-lg-8 control-section" style="overflow:auto"> <div class="content-wrapper"> ...
using System; using System.Collections.Generic; using System.Text; using FlubuCore.Context; using FlubuCore.Tasks; using FlubuCore.Tasks.Process; namespace FlubuCore.Azure.Tasks.Sf { public partial class AzureSfClusterClientCertificateTask : ExternalProcessTaskBase<AzureSfClusterClientCertificateTask> { ...
namespace _07.RawData { public class Car { public string Model { get; set; } public Engine Engine { get; private set; } public Cargo Cargo { get; private set; } public Tire[] Tires { get; private set; } public Car(string model, Engine engine, Cargo cargo, Tire[] tires) ...
// *** WARNING: this file was generated by the Pulumi SDK Generator. *** // *** 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; using Pulumi.Serialization; namespace Pulumi.Azur...
using System; using System.IO; using System.Net; using System.Net.Security; using System.Net.Sockets; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; using System.Threading; using System.Threading.Tasks; namespace Myrtille.Fleck { public class SocketWrapper : ...
// Copyright 2015-2018 The NATS Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to...
namespace HuaweiMobileServices.IAP { public class OrderStatusCode { public const int ORDER_STATE_SUCCESS = 0; public const int ORDER_STATE_FAILED = -1; public const int ORDER_STATE_CANCEL = 60000; public const int ORDER_STATE_PARAM_ERROR = 60001; public const int ORD...
using System; using System.IO; using System.Linq; namespace AdventOfCode { class Program { static void Main (string[] args) { string[] dimensions = File.ReadLines(@"input.txt").ToArray(); ulong lengthOfRibbon = 0; foreach (var dim in dimensions) ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Antlr.Runtime; using Compiler.SemanticStructures; using Compiler.Errors; using Compiler.CodeGenerators; using System.Reflection; using System.Reflection.Emit; namespace Compiler.AST { public class RecordDotAccessNode : Ac...
/* *************************************************************************** * This file is part of SharpNEAT - Evolution of Neural Networks. * * Copyright 2004-2016 Colin Green (sharpneat@gmail.com) * * SharpNEAT is free software; you can redistribute it and/or modify * it under the terms of The MIT License ...
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
6