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 1120
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 655)
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 1120
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 |
|---|---|
<?php
namespace OrientDB\Classes;
class CustomClass implements ClassInterface
{
use ClassTrait;
}
| {
"content_hash": "24d2605c34b269de7b418d76c86a9da4",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 43,
"avg_line_length": 13,
"alnum_prop": 0.7692307692307693,
"repo_name": "codemix/php-orientdb",
"id": "6984a665179626cd8dc13ef6273d81a4632369d4",
"size": "104",
"binary"... |
package org.sirix.page;
import java.util.BitSet;
import java.util.List;
/**
* Simple immutable data/value/bean class.
*
* @author Johannes Lichtenberger <a href="mailto:lichtenberger.johannes@gmail.com">mail</a>
*
*/
public final class DeserializedBitmapReferencesPageTuple {
/** The page references. */
priv... | {
"content_hash": "053425f52c5f98fc7bcb304b1ad60ce3",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 107,
"avg_line_length": 19.875,
"alnum_prop": 0.6729559748427673,
"repo_name": "sirixdb/sirix",
"id": "6ee1f7c785e05efc357810639af149a6290b9ac8",
"size": "2526",
"binary"... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Logging.Services
{
/// <summary>
/// Wrapper for a recyleable resource. Encapsulates a function for recycling by abusing the IDiposable pattern.
/// This should be disposed after use.
/// ... | {
"content_hash": "52ffffc407efc9137d61a21c338ae1e9",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 112,
"avg_line_length": 26.153846153846153,
"alnum_prop": 0.7014705882352941,
"repo_name": "HelloKitty/.NetLoggingServices",
"id": "a90ca24a53668415e6be3feff906e38d51090d62",... |
module Ring where
-- You can optionally include a list of symbols after an import statement
-- to say exactly what you're importing from the other module. This is sometimes
-- useful for documentation, and to avoid name clashes between modules.
import Control.Arrow ( first )
import Data.Maybe ( listToMaybe )
cl... | {
"content_hash": "e497ac24de7502b26767803262649bfb",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 81,
"avg_line_length": 30.384615384615383,
"alnum_prop": 0.6349367088607595,
"repo_name": "sm-haskell-users-group/cis-194",
"id": "a36e3c06cfc55b0855fd69ab2c2bf52fbb6afb11",
... |
using UnityEngine;
public class BoxColliderMatcher : MonoBehaviour
{
public int padding = 10;
public float factor;
public float offset;
private int _maxBGAccesses = 10;
[SerializeField]
private UILabel _label;
private UISprite _bg;
private BoxCollider _collider;
public UILabel la... | {
"content_hash": "c405e36232d5b50a95a9e1b7f3765f36",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 101,
"avg_line_length": 21.96842105263158,
"alnum_prop": 0.5390512697652132,
"repo_name": "CyberCRI/Hero.Coli",
"id": "ad67d38b367ac6dccff4edc3e159ac5be1fb5504",
"size": "2... |
Imports System.IO
Imports System.Xml.Serialization
' modGlobal cannot be disabled, Disable and Enable methods will be skipped
Public Module modGlobal
Public HomeStatus As String
Public IsOnline As Boolean = True
Public DeviceCollection As New ArrayList
Sub LoadModules()
If My.Settings.Globa... | {
"content_hash": "6059159dd914964075b4f153a014b40a",
"timestamp": "",
"source": "github",
"line_count": 192,
"max_line_length": 403,
"avg_line_length": 52.145833333333336,
"alnum_prop": 0.6547143427886536,
"repo_name": "ocdtrekkie/HAController",
"id": "c070298fe71b4ec69b21cbfb4a594262eff3e363",
"si... |
import { join } from 'path'
import { promisify } from 'util'
import globMod from 'glob'
const glob = promisify(globMod)
const resolveDataDir = join(__dirname, 'fixtures', '**/*')
async function test() {
const time = process.hrtime()
await glob(resolveDataDir)
const hrtime = process.hrtime(time)
const nanosec... | {
"content_hash": "31f204265bd8ad00c090bcc25e0d932b",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 58,
"avg_line_length": 21.375,
"alnum_prop": 0.6647173489278753,
"repo_name": "JeromeFitz/next.js",
"id": "170f4fb050eb58abeff2807f78fc626ad2149e6f",
"size": "513",
"bina... |
package org.elasticsearch.cluster.node;
import com.carrotsearch.hppc.ObjectHashSet;
import com.carrotsearch.hppc.cursors.ObjectCursor;
import com.carrotsearch.hppc.cursors.ObjectObjectCursor;
import org.elasticsearch.Version;
import org.elasticsearch.cluster.AbstractDiffable;
import org.elasticsearch.common.Booleans... | {
"content_hash": "d51b7074fadf8fd0716df27273f0baf8",
"timestamp": "",
"source": "github",
"line_count": 661,
"max_line_length": 277,
"avg_line_length": 34.296520423600604,
"alnum_prop": 0.5633877370974857,
"repo_name": "davidvgalbraith/elasticsearch",
"id": "d07d3c334ac4521e4fe1c4516e67ab481bd997b8",... |
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>Donne Martin</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=... | {
"content_hash": "cfef44ac88a2a0d9139e83a99aa651cd",
"timestamp": "",
"source": "github",
"line_count": 180,
"max_line_length": 178,
"avg_line_length": 41.36666666666667,
"alnum_prop": 0.5632554391619662,
"repo_name": "donnemartin/outdated-donnemartin.github.io",
"id": "1e4ab122688797a1b370c64c8f5935... |
<component name="libraryTable">
<library name="mediarouter-v7-23.0.0">
<ANNOTATIONS>
<root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/mediarouter-v7/23.0.0/annotations.zip!/" />
</ANNOTATIONS>
<CLASSES>
<root url="file://$PROJECT_DIR$/app/build/intermedia... | {
"content_hash": "318c19e7672bf2b6aa833c229cd46f9a",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 156,
"avg_line_length": 57.8125,
"alnum_prop": 0.6951351351351351,
"repo_name": "schemon/congestion-tax",
"id": "fc84797f0dd4b6f56ac014b573a94344aa609527",
"size": "925",
... |
'use strict';
var should = require('should'),
request = require('supertest'),
path = require('path'),
mongoose = require('mongoose'),
User = mongoose.model('User'),
Spork = mongoose.model('Spork'),
express = require(path.resolve('./config/lib/express'));
/**
* Globals
*/
var app, agent, credentials, use... | {
"content_hash": "9e4bffcc492f99a8038e21d7d96b59db",
"timestamp": "",
"source": "github",
"line_count": 321,
"max_line_length": 123,
"avg_line_length": 27.557632398753896,
"alnum_prop": 0.5384354510513226,
"repo_name": "helaili/automatic-octo-spork",
"id": "fbe383d16d4d012e7427cdf322fd46fb008a1b4c",
... |
/**
* @constructor
* @extends {WebInspector.ElementsSidebarPane}
*/
WebInspector.StylesSidebarPane = function()
{
WebInspector.ElementsSidebarPane.call(this, WebInspector.UIString("Styles"));
this.setMinimumSize(96, 26);
WebInspector.moduleSetting("colorFormat").addChangeListener(this.update.bind(this... | {
"content_hash": "2dacb4f19caa62d314e7d3e56a232733",
"timestamp": "",
"source": "github",
"line_count": 3072,
"max_line_length": 238,
"avg_line_length": 34.3740234375,
"alnum_prop": 0.6177542922620908,
"repo_name": "weexteam/weex-devtool",
"id": "fa507a75a58bb9e8345e7def17227458da46c5c2",
"size": "... |
package com.intellij.codeInsight.daemon.impl;
import com.intellij.codeInsight.daemon.DaemonCodeAnalyzer;
import com.intellij.codeInsight.daemon.DaemonCodeAnalyzerSettings;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.components.ServiceManager;
import com.intellij.openapi.edit... | {
"content_hash": "60f49a7a1eae4886b8ca95528426bff9",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 128,
"avg_line_length": 43.082352941176474,
"alnum_prop": 0.7971054068814856,
"repo_name": "goodwinnk/intellij-community",
"id": "fb83e6257aefb7d766d716e2738e8c70770c90d3",
... |
End of preview.
No dataset card yet
- Downloads last month
- 1