Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: ArrowInvalid
Message: JSON parse error: Missing a closing quotation mark in string. in row 1105
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 145, in _generate_tables
dataset = json.load(f)
File "/usr/local/lib/python3.9/json/__init__.py", line 293, in load
return loads(fp.read(),
File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.9/json/decoder.py", line 340, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 2 column 1 (char 8076)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1995, in _prepare_split_single
for _, table in generator:
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 148, in _generate_tables
raise e
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/json/json.py", line 122, in _generate_tables
pa_table = paj.read_json(
File "pyarrow/_json.pyx", line 308, in pyarrow._json.read_json
File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status
pyarrow.lib.ArrowInvalid: JSON parse error: Missing a closing quotation mark in string. in row 1105
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1529, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1154, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2038, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string | meta dict |
|---|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>minic: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... | {
"content_hash": "048d142673a5ca4485e494b87e5b4fef",
"timestamp": "",
"source": "github",
"line_count": 176,
"max_line_length": 159,
"avg_line_length": 40.80681818181818,
"alnum_prop": 0.5488721804511278,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "954de3c4905a7ff7ca84a653d6bc7fce33c6a536",
... |
title: "Your Private API Network"
order: 73.2
page_id: "adding_private_network"
updated: 2022-05-11
warning: false
contextual_links:
- type: section
name: "Prerequisites"
- type: link
name: "Working with your team"
url: "/docs/collaborating-in-postman/working-with-your-team/collaboration-overview/"
- ... | {
"content_hash": "c7319f33c73e618b4b9ec7cc2d473f08",
"timestamp": "",
"source": "github",
"line_count": 341,
"max_line_length": 556,
"avg_line_length": 64.92961876832844,
"alnum_prop": 0.7671740210469266,
"repo_name": "postmanlabs/postman-docs",
"id": "28d240608f5d3b1b7c557b452d0f4e11d94e02fa",
"si... |
import { Component } from '@angular/core';
import { IonicPage, NavController, NavParams , ViewController } from 'ionic-angular';
import { FormBuilder, Validators, FormGroup } from '@angular/forms';
import { PublicService } from '../../../../providers/PublicService';
import { ContractService } from "../contract-service"... | {
"content_hash": "862616be782ec02f81534790e73e345c",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 85,
"avg_line_length": 28.23076923076923,
"alnum_prop": 0.5799273387829246,
"repo_name": "cicixiaoyan/OA_WEBApp",
"id": "92ab45ca94530f4c91afcfea7e1e092d7e749ad7",
"size": ... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="MergedApiRoot.cs" company="KlusterKite">
// All rights reserved
// </copyright>
// <summary>
// The merged api root description
// </summary>
// ------------------------------... | {
"content_hash": "fa956760708850ae92900166139aba61",
"timestamp": "",
"source": "github",
"line_count": 530,
"max_line_length": 130,
"avg_line_length": 41.83207547169811,
"alnum_prop": 0.45861711244418385,
"repo_name": "KlusterKite/KlusterKite",
"id": "d5aafa79f364e5bde26b3e4a82234731b4a3143e",
"si... |
module Raml
# @private
module Merge
def merge(other)
other.scalar_properties.each do |prop|
prop_var = "@#{prop}"
prop_val = other.instance_variable_get prop_var
instance_variable_set prop_var, prop_val unless prop_val.nil?
end
end
def merge_properties(other, type)
... | {
"content_hash": "e8565a9cf0bcc0bdae8600748f0b3593",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 104,
"avg_line_length": 32.583333333333336,
"alnum_prop": 0.6163682864450127,
"repo_name": "quri/raml_ruby",
"id": "ccf1b34f5f8c1ae3105c302a34121cf19a699d92",
"size": "782"... |
using System;
using System.Diagnostics;
using System.Reflection;
using System.Threading;
using System.Globalization;
using System.IO;
using NUnit.Framework.Constraints;
using NUnit.Framework.Internal.Execution;
using NUnit.Framework.Interfaces;
#if !NETSTANDARD1_3 && !NETSTANDARD1_6
using System.Security.Principal;
#e... | {
"content_hash": "571afb85d6e318d592da9da52215e01e",
"timestamp": "",
"source": "github",
"line_count": 1047,
"max_line_length": 158,
"avg_line_length": 35.96084049665711,
"alnum_prop": 0.6437544819526706,
"repo_name": "ggeurts/nunit",
"id": "8341b537cfe81026f20db293565a1de174700104",
"size": "3892... |
<?php
namespace Model;
use Illuminate\Database\Eloquent\Model;
class Period extends Model
{
protected $fillable = [ 'name'];
public function courses()
{
return $this->hasMany('Model\CourseTime');
}
}
| {
"content_hash": "aa9d43a63429ee684f781958deb4981a",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 50,
"avg_line_length": 15.2,
"alnum_prop": 0.6491228070175439,
"repo_name": "iattempt/elegant-selection",
"id": "316b8363d4ee3c5b974541c84279b3c97a200b44",
"size": "228",
... |
#import "UIViewAdditions.h"
@implementation UIView (KalAdditions)
- (CGFloat)left
{
return self.frame.origin.x;
}
- (void)setLeft:(CGFloat)x
{
CGRect frame = self.frame;
frame.origin.x = x;
self.frame = frame;
}
- (CGFloat)right
{
return self.frame.origin.x + self.frame.size.width;
}
- (void)setRight:(... | {
"content_hash": "c852963d90a7424df562bc21c841cb8c",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 54,
"avg_line_length": 14.620253164556962,
"alnum_prop": 0.6692640692640692,
"repo_name": "kyleconroy/rollcall",
"id": "ca8e4fb55b2492c4fb7fb1172221225bd37703c2",
"size": "... |
Imports BVSoftware.Bvc5.Core
Partial Class Win_Big_Congratulations
Inherits System.Web.UI.Page
Protected Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit
Me.MasterPageFile = PersonalizationServices.GetSafeMasterPage("Custom.master")
End Sub
End Class
| {
"content_hash": "dc0fceedaa77a97483d436e9466fd40e",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 99,
"avg_line_length": 31.2,
"alnum_prop": 0.7724358974358975,
"repo_name": "ajaydex/Scopelist_2015",
"id": "e6446147bcbdb913877812d0b65478e9595757b5",
"size": "314",
"bi... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_MAIN_H
#define BITCOIN_MAIN_H
#include "bignum.h"
#include "sync.h... | {
"content_hash": "090c1f146c72bd1d1dab95d22d9e5f91",
"timestamp": "",
"source": "github",
"line_count": 1606,
"max_line_length": 281,
"avg_line_length": 28.093399750933997,
"alnum_prop": 0.6021986790194601,
"repo_name": "Rimbit/Wallets",
"id": "1e2d723275be78a487c7344211b0bcf5dac3beb4",
"size": "45... |
Tiny but fully functional box label generator software sample built using Python tkinter and HTML.
You can use this software in your own purpose or just a learning sample.
Requirements:
1) For source code:
- Python 3.4 or higher
- Python modules:
- pillow
- qrcode
- pdfkit
- Wkhtmltopdf from http://wkhtmltopdf... | {
"content_hash": "fe5241515073ce23331fa6c672beec63",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 98,
"avg_line_length": 23.4375,
"alnum_prop": 0.76,
"repo_name": "bzimor/LabelGenerator",
"id": "6ec58ebb238e709e0b09eaabf54afd2ad2fe3c72",
"size": "392",
"binary": false... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CHAIN_PARAMS_H
#define BITCOIN_CHAIN_PARAMS_H
#include "bignum.h"... | {
"content_hash": "e7fd11e7dd7f3b370c3baad1e63e8397",
"timestamp": "",
"source": "github",
"line_count": 149,
"max_line_length": 135,
"avg_line_length": 29.973154362416107,
"alnum_prop": 0.7133900582176445,
"repo_name": "Leocoin-project/LEOcoin",
"id": "140a321d13d9d6ae59848b571a20dc9221fbed12",
"si... |
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace CloudStack.Net
{
public class ListPortableIpRangesRequest : APIListRequest
{
public ListPortableIpRangesRequest() : base("listPortableIpRanges") {}
... | {
"content_hash": "f94e64a338bc3081f389b2b8dd055178",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 194,
"avg_line_length": 46.163636363636364,
"alnum_prop": 0.7156360771957464,
"repo_name": "richardlawley/cloudstack.net",
"id": "1a5a874edf765bf1e28ca34d6c92a00d27007cb3",
... |
import React, { PropTypes } from 'react';
import { Popover, OverlayTrigger, Tooltip } from 'react_bootstrap';
import ChangesLinks from 'es6!display/changes/links';
import { Button } from 'es6!display/button';
import { ProgrammingError } from 'es6!display/errors';
import Request from 'es6!display/request';
import { bui... | {
"content_hash": "d0a809f129733a5236418863cf5561a9",
"timestamp": "",
"source": "github",
"line_count": 312,
"max_line_length": 121,
"avg_line_length": 31.69871794871795,
"alnum_prop": 0.6194135490394338,
"repo_name": "dropbox/changes",
"id": "29035d5f8145fcd42eae1224193cddb8d766a51b",
"size": "989... |
<bill session="115" type="s" number="1571" updated="2017-09-11T03:01:53Z">
<state datetime="2017-07-17">REFERRED</state>
<status>
<introduced datetime="2017-07-17"/>
</status>
<introduced datetime="2017-07-17"/>
<titles>
<title type="short" as="introduced">National Flood Insurance Program Reauthorizat... | {
"content_hash": "aabb09a07fe78588c0266ceb500464b7",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 134,
"avg_line_length": 40.76470588235294,
"alnum_prop": 0.6984126984126984,
"repo_name": "peter765/power-polls",
"id": "1de59e9c5c5a2465b79a392138bcab82505d60c9",
"size": ... |
package seedu.task.commons.exceptions;
/**
* Signals that some given data does not fulfill some constraints.
*/
public class IllegalValueException extends Exception {
/**
* @param message
* should contain relevant information on the failed constraint(s)
*/
public IllegalValueExcepti... | {
"content_hash": "e26358d2008572fcf10f02e965f71726",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 81,
"avg_line_length": 26.642857142857142,
"alnum_prop": 0.675603217158177,
"repo_name": "CS2103JAN2017-F11-B2/main",
"id": "518fdb0485e464dffeba72e2aab7d8abb628cbd8",
"siz... |
#ifndef _TUPL_PVT_NONPAGEDB_HPP
#define _TUPL_PVT_NONPAGEDB_HPP
#include "PageDb.hpp"
namespace tupl { namespace pvt {
class NonPageDb: public PageDb {
const size_t mPageSize;
public:
NonPageDb(size_t pageSize): mPageSize (pageSize) {}
size_t pageSize() const override { return mPageSize; }
lon... | {
"content_hash": "c66acc821a64aeee1263af2821e85d50",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 58,
"avg_line_length": 17.857142857142858,
"alnum_prop": 0.68,
"repo_name": "cojen/TuplNative",
"id": "9778a00ff9675e8ffaf9ddb32a997f6e8fb16dad",
"size": "1030",
"binary"... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Mycopathologia 5: 169 (1951)
#### Original name
Asterina solanicoloides var. atypica Bat.
### Remarks
null | {
"content_hash": "e71c8ab2dabfc8129df475762918536a",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 41,
"avg_line_length": 13.076923076923077,
"alnum_prop": 0.7235294117647059,
"repo_name": "mdoering/backbone",
"id": "357979719ed6ad8eb2da8db02b33b394be32c525",
"size": "23... |
var imgcomId =null;
var wxmsDomain = 'http://120.132.50.71/wxms';
QUnit.asyncTest('addImgcom--新增单个图片组件', function (assert) {
var projectEntity = {
name: 'testPage',
description: '我是自动化测试',
updatetime: new Date()
};
$.ajax({
method: "POST",
url: wxmsDomain+"/addProj... | {
"content_hash": "482b8934039c2dbdbffb9507e1fd1a42",
"timestamp": "",
"source": "github",
"line_count": 213,
"max_line_length": 89,
"avg_line_length": 22.704225352112676,
"alnum_prop": 0.5018610421836228,
"repo_name": "knowThis/wxms",
"id": "a82bdb5bc3892a10421a1faf4e470bfc3493700f",
"size": "5024"... |
.. _debian-install:
******************************************
Debian/Ubuntu: Install from apt.mopidy.com
******************************************
If you run a Debian based Linux distribution, like Ubuntu, the easiest way to
install Mopidy is from the `Mopidy APT archive <https://apt.mopidy.com/>`_.
When installing... | {
"content_hash": "7a97f93a9ec8c547f13b6599f529978a",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 93,
"avg_line_length": 38.859375,
"alnum_prop": 0.6964213912344189,
"repo_name": "liamw9534/mopidy",
"id": "268649866167a4d0b13c90a5eac01d17c6a0720f",
"size": "2487",
"bi... |
using UnityEngine;
using System.Collections;
//[CreateAssetMenu(menuName="Brains/Player Controlled")]
public class PlayerControlledSnack //: SnackBrain
{
/*public int PlayerNumber;
private string m_MovementAxisName;
private string m_TurnAxisName;
private string m_FireButton;
public void OnEnable()
{
m_Move... | {
"content_hash": "ddc273c551e2ebd8c2601f66b81a8a66",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 83,
"avg_line_length": 24,
"alnum_prop": 0.7487745098039216,
"repo_name": "DavidAzouz29/Food-Fight-2016-Prototype-Unity",
"id": "bf6901b87975f4ae18df6d52ed5e24283bedc04e",
... |
require 'spec_helper'
describe EnvironmentsHelper do
set(:environment) { create(:environment) }
set(:project) { environment.project }
set(:user) { create(:user) }
describe '#metrics_data' do
before do
# This is so that this spec also passes in EE.
allow(helper).to receive(:current_user).and_re... | {
"content_hash": "c4d3368100d7b8fa2867288bc6f244c4",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 121,
"avg_line_length": 44.659574468085104,
"alnum_prop": 0.6731777036684136,
"repo_name": "stoplightio/gitlabhq",
"id": "2b8bf9319fc2f392fa8af7dfdf8d87e45d58c0b2",
"size":... |
// Copyright (c) 2022, WNProject Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// clang-format off
#ifndef ROCKETCONTROLSINPUTTYPEBUTTON_H
#define ROCKETCONTROLSINPUTTYPEBUTTON_H
#include "../../Include/Rocket/Core/ElementDocum... | {
"content_hash": "1aaf57f8b2a34418f78d5dfe77512176",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 79,
"avg_line_length": 28.20689655172414,
"alnum_prop": 0.7292176039119804,
"repo_name": "WNProject/WNFramework",
"id": "034253907554498e0a37e3e5a38102e39313e6cc",
"size": ... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="v... | {
"content_hash": "839ec0ff13fcbeee7d5a13814e045b2e",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 74,
"avg_line_length": 34.60606060606061,
"alnum_prop": 0.6112084063047285,
"repo_name": "beanu/smart-farmer-android",
"id": "747b81d7c6bc383ee2d1793d744898703f8cca0b",
"si... |
<?php
namespace Elemecca\HipchatBundle\Model;
class Installation {
private $id;
private $secret;
private $group_id;
private $room_id;
private $token;
private $token_expires;
private $capability_url;
private $token_url;
private $api_url;
public function __construct($id, $secret... | {
"content_hash": "6d308ed3fb31dc4e61946043a7e4f71e",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 66,
"avg_line_length": 21.130434782608695,
"alnum_prop": 0.5864197530864198,
"repo_name": "Elemecca/hipchat-bundle",
"id": "714fa0d9fb96f339c150ddc700add0228c786e12",
"size... |
End of preview.
No dataset card yet
- Downloads last month
- 1