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 1319
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 11322)
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 1319
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 |
|---|---|
function [expe, options] = expe_build_conditions(options)
% Creates the options and expe structs. Those contain all conditions and
% params that are needed for the experiment.
%% ----------- Create Instructions
options.instructions.start = ['We want to test your understanding of speech in the presence of another spea... | {
"content_hash": "8ea655c18794a486ac4848d278351a75",
"timestamp": "",
"source": "github",
"line_count": 305,
"max_line_length": 140,
"avg_line_length": 33.94426229508197,
"alnum_prop": 0.5855307640297498,
"repo_name": "NawalElBoghdady/S2_E1_SOS",
"id": "fc8db7e93b47802006d168bde2a41ee984a962ca",
"s... |
<!--
~ Copyright (c) 2015 Tapglue (https://www.tapglue.com/). All rights reserved.
~
~ 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-... | {
"content_hash": "3858a69ec6b2f1e0298f168e4aca5027",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 79,
"avg_line_length": 34.87096774193548,
"alnum_prop": 0.7012025901942646,
"repo_name": "AutomatedPlayground/android_sdk",
"id": "023eaf4bfed718adb367e0aa264af7fa4542be35",
... |
package com.amazonaws.services.iotthingsgraph.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.services.iotthingsgraph.model.*;
import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;
/**
* MetricsConfigurationMarshaller
*/... | {
"content_hash": "b87191ca283bc8188af4c80ac43c2324",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 127,
"avg_line_length": 38.680851063829785,
"alnum_prop": 0.7546754675467546,
"repo_name": "aws/aws-sdk-java",
"id": "33bc079c75b4895ddf81bcb6d66c829b1f17e840",
"size": "23... |
from __future__ import print_function, absolute_import
import sys
import llvmlite.llvmpy.core as lc
import llvmlite.binding as ll
from numba import _dynfunc, config
from numba.callwrapper import PyCallWrapper
from .base import BaseContext, PYOBJECT
from numba import utils, cgutils, types
from numba.utils import cach... | {
"content_hash": "be94fd66469f66a1a3b437d27b42ee22",
"timestamp": "",
"source": "github",
"line_count": 250,
"max_line_length": 83,
"avg_line_length": 33.22,
"alnum_prop": 0.5824202287778447,
"repo_name": "stefanseefeld/numba",
"id": "54bcc830f1ba3cd883c630f0eb4989ff4738e93a",
"size": "8305",
"bi... |
#include "platform/CCPlatformConfig.h"
#if CC_TARGET_PLATFORM == CC_PLATFORM_TIZEN
#include "platform/CCCommon.h"
#include "platform/tizen/CCStdC-tizen.h"
#include "base/CCConsole.h"
NS_CC_BEGIN
void MessageBox(const char * msg, const char * title)
{
log("%s: %s", title, msg);
}
void LuaLog(const char * forma... | {
"content_hash": "56e8bda6c74a5a2ba4ef539e687f6f7c",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 53,
"avg_line_length": 17,
"alnum_prop": 0.6911764705882353,
"repo_name": "ecmas/cocos2d",
"id": "4b4e60b5f0f0835ce9ccb449e079cce75828b94f",
"size": "1737",
"binary": fal... |
"""
Module defining ZeroIntelligenceBoundedTrader agent class.
"""
import random
from fms import agents
from fms.utils import BUY, SELL
from fms.utils.exceptions import MissingParameter
class ZeroIntelligenceBoundedTrader(agents.Agent):
"""
Simulate an agent taking random decisions
This agent subclass s... | {
"content_hash": "a8a8cd7adc188fca09406b597d6dfc77",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 80,
"avg_line_length": 33.61904761904762,
"alnum_prop": 0.6195467422096317,
"repo_name": "jcbagneris/fms",
"id": "e4a78913194baa7a0bd9c01799131d95fdb8b58f",
"size": "3575"... |
#include <grpc/support/port_platform.h>
#include "src/core/lib/gprpp/arena.h"
#include <string.h>
#include <new>
#include <grpc/support/alloc.h>
#include <grpc/support/atm.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include "src/core/lib/gpr/alloc.h"
#include "src/core/lib/gprpp/memory.h"
na... | {
"content_hash": "99578cfdfad54479eed8d9499a1821a7",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 78,
"avg_line_length": 29.517241379310345,
"alnum_prop": 0.6674454828660437,
"repo_name": "donnadionne/grpc",
"id": "61688258a1ccd823cd083d6a92f305efecfb36b1",
"size": "317... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ru">
<head>
<title>Uses of Class org.apache.poi.hssf.record.aggregates.CustomViewSettingsRecordAggregate (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../... | {
"content_hash": "e29dc6b86636a6edf196153260f51a59",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 205,
"avg_line_length": 40.05982905982906,
"alnum_prop": 0.6255600597397055,
"repo_name": "pedro93/ifarmaStudents",
"id": "aff41ded55885c118ff46c26250b547cdcd68969",
"size... |
/** Used as the size to enable large array optimizations. */
var LARGE_ARRAY_SIZE = 200;
/** Used to stand-in for `undefined` hash values. */
var HASH_UNDEFINED = '__lodash_hash_undefined__';
/** Used as references for various `Number` constants. */
var MAX_SAFE_INTEGER = 9007199254740991;
/** `Object#toString` re... | {
"content_hash": "ff657c88f21c7202e6b5bfa7eeb67e2e",
"timestamp": "",
"source": "github",
"line_count": 2247,
"max_line_length": 98,
"avg_line_length": 26.39163328882955,
"alnum_prop": 0.6465043337492833,
"repo_name": "isabela-angelo/scratch-tangible-blocks",
"id": "6dbf06897cde4f360f542e710bd50a8075... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.tsa.statespace.mlemodel.MLEResults.remove_data — statsmodels v0.10.1 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet"... | {
"content_hash": "61ba05167a991e0ffec20f36e90fbb44",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 308,
"avg_line_length": 47.57446808510638,
"alnum_prop": 0.6633497316636852,
"repo_name": "statsmodels/statsmodels.github.io",
"id": "4851a085ca63b90de4651348b1a66f250b0d850... |
package armblueprint
import (
"encoding/json"
"fmt"
"github.com/Azure/azure-sdk-for-go/sdk/azcore"
"reflect"
"regexp"
"strings"
"time"
)
const (
utcLayoutJSON = `"2006-01-02T15:04:05.999999999"`
utcLayout = "2006-01-02T15:04:05.999999999"
rfc3339JSON = `"` + time.RFC3339Nano + `"`
)
// Azure reports ... | {
"content_hash": "deccec31544e48695c7ce96b9c700f8b",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 91,
"avg_line_length": 22.987179487179485,
"alnum_prop": 0.6731734523145566,
"repo_name": "Azure/azure-sdk-for-go",
"id": "2d0a46b1712fe8c1d9912422e4549163eead3d3a",
"size"... |
@interface MPStaticNativeAdRenderer () <MPNativeAdRendererImageHandlerDelegate>
@property (nonatomic) UIView<MPNativeAdRendering> *adView;
@property (nonatomic) id<MPNativeAdAdapter> adapter;
@property (nonatomic) BOOL adViewInViewHierarchy;
@property (nonatomic) Class renderingViewClass;
@property (nonatomic) MPNativ... | {
"content_hash": "0431e3be30c86a3d293f90514b1a2197",
"timestamp": "",
"source": "github",
"line_count": 169,
"max_line_length": 183,
"avg_line_length": 46.396449704142015,
"alnum_prop": 0.7360030608340773,
"repo_name": "LawrenceHan/iOS-project-playground",
"id": "53d8567cf4caf088e327ff3df7b2321281266... |
package com.hotels.styx.admin.handlers;
import com.codahale.metrics.Counter;
import com.codahale.metrics.Gauge;
import com.codahale.metrics.Histogram;
import com.codahale.metrics.Meter;
import com.codahale.metrics.Metric;
import com.codahale.metrics.MetricFilter;
import com.codahale.metrics.MetricRegistryListener;
im... | {
"content_hash": "6c2956b632e19bacc0a0e73ca7c2c478",
"timestamp": "",
"source": "github",
"line_count": 153,
"max_line_length": 132,
"avg_line_length": 29.22875816993464,
"alnum_prop": 0.6464669051878354,
"repo_name": "mikkokar/styx",
"id": "d739fcd3a96d3987a115a3f3b4cd2a37acdb0f0b",
"size": "5056"... |
DELIMITER /
CREATE TABLE SEQ_IACUC_PROTO_CORRESP_TEMPL (
id bigint(19) not null auto_increment, primary key (id)
) ENGINE MyISAM
/
ALTER TABLE SEQ_IACUC_PROTO_CORRESP_TEMPL auto_increment = 1
/
DELIMITER ;
| {
"content_hash": "f3c9ffd9baa55662c64cfef19264bd6d",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 60,
"avg_line_length": 23.22222222222222,
"alnum_prop": 0.7511961722488039,
"repo_name": "blackcathacker/kc.preclean",
"id": "589ae694a2ef662c50b2b00a24610ee8b814f399",
"siz... |
<?hh // strict
namespace traitorous\http\headers\response;
use traitorous\http\headers\HttpResponseHeader;
class WwwAuthenticateHeader extends HttpResponseHeader {
public function getKey(): string {
return "WWW-Authenticate";
}
} | {
"content_hash": "9bdbf894aa958de21ab38c95cffc7651",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 56,
"avg_line_length": 20.75,
"alnum_prop": 0.7469879518072289,
"repo_name": "traitorous/traitorous",
"id": "9840a8742976749c8d57d7918dc84ac8423fb727",
"size": "249",
"bi... |
<?php
declare(strict_types=1);
namespace Sonata\MediaBundle\CDN;
use Aws\CloudFront\CloudFrontClient;
use Aws\CloudFront\Exception\CloudFrontException;
/**
* From http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html.
*
* Invalidating Objects (Web Distributions Only)
* If you nee... | {
"content_hash": "9e6c972ddce7a931751ba064d810ae26",
"timestamp": "",
"source": "github",
"line_count": 295,
"max_line_length": 146,
"avg_line_length": 33.440677966101696,
"alnum_prop": 0.5871262037506335,
"repo_name": "jerome-fix/SonataMediaBundle",
"id": "cedd0331dea4fcc4b0795fbcdc30fef7a7d7e77f",
... |
class Bloc_Destructible :
public Blocs
{
public:
Bloc_Destructible();
~Bloc_Destructible();
};
| {
"content_hash": "226ed043794ef9ce25a54272d180d96f",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 25,
"avg_line_length": 13.375,
"alnum_prop": 0.6542056074766355,
"repo_name": "MasterKkaj/TP3-bart-sdl-Bomberman",
"id": "eb4fdb9e72e35d702219fe167c44d3a9c256c2c8",
"size": ... |
export function NoListenToGiven(msg) {
this.name = 'NoListenToGiven';
this.message = msg || 'Reducer must listen to something.';
}
NoListenToGiven.prototype = Error.prototype;
| {
"content_hash": "b2132822c808a973ed6dcec01a3a56f9",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 60,
"avg_line_length": 36,
"alnum_prop": 0.75,
"repo_name": "JiriChara/redux-blower",
"id": "0fc48568ca99a263290389c6399c714a48f51f90",
"size": "180",
"binary": false,
"... |
namespace rocksdb {
class EnvMirrorTest : public testing::Test {
public:
Env* default_;
MockEnv* a_, *b_;
EnvMirror* env_;
const EnvOptions soptions_;
EnvMirrorTest()
: default_(Env::Default()),
a_(new MockEnv(default_)),
b_(new MockEnv(default_)),
env_(new EnvMirror(a_, b_)) ... | {
"content_hash": "72762127be27394eaf913b8b22cfcd1b",
"timestamp": "",
"source": "github",
"line_count": 211,
"max_line_length": 80,
"avg_line_length": 32.161137440758296,
"alnum_prop": 0.6457412319481285,
"repo_name": "hkernbach/arangodb",
"id": "0de68b305df6f4f933e16ad291d45a70a0ed6326",
"size": "... |
int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}
| {
"content_hash": "7b0252cffefcb5d682d322aa97899af0",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 90,
"avg_line_length": 31.6,
"alnum_prop": 0.6582278481012658,
"repo_name": "xiaofei86/LPLaunchManager",
"id": "fb86c8612e181a3459c04069c605dcd2dae0b7b9",
"size": "343",
"... |
package org.lockss.plugin.highwire;
import java.io.*;
import org.lockss.util.*;
import org.lockss.test.LockssTestCase;
public class TestHighWireFilterRule extends LockssTestCase {
private HighWireFilterRule rule;
public void setUp() throws Exception {
super.setUp();
rule = new HighWireFilterRule();
... | {
"content_hash": "9a599650ee03fdf2767ff1be5524772f",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 306,
"avg_line_length": 45,
"alnum_prop": 0.7172222222222222,
"repo_name": "lockss/lockss-daemon",
"id": "c56de1f43da0d996fa71c1210ab1c8fbe158d264",
"size": "3334",
"bina... |
namespace arthr.Web.Models.ManageViewModels
{
public class FactorViewModel
{
#region Properties
public string Purpose { get; set; }
#endregion
}
}
| {
"content_hash": "36609e76fe803a646cb3f0a8c86cf1cf",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 44,
"avg_line_length": 16.90909090909091,
"alnum_prop": 0.6182795698924731,
"repo_name": "timbjames/arthR",
"id": "35f84741a310e71ecab232d3c765e8f0060fa326",
"size": "188",... |
module Para
module Component
module Subclassable
extend ActiveSupport::Concern
included do
configurable_on :subclasses
end
def subclassable?
@subclassable ||= subclass_names.length > 0
end
def subclassable_with?(class_name)
subclassable? && class_name... | {
"content_hash": "3e68750f85d1f72a0381cb3c6b36cb75",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 55,
"avg_line_length": 19.296296296296298,
"alnum_prop": 0.5834932821497121,
"repo_name": "para-cms/para",
"id": "3048738637da10b1049c0549124a9ca5d11c43a1",
"size": "521",
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tribute Page - Leonardo da Vinci</title>
<link href='https://fonts.googleapis.com/css?family=Berkshire+Swash' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='styl... | {
"content_hash": "9843a342806b06d6329cae063b47ffbf",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 221,
"avg_line_length": 58.02777777777778,
"alnum_prop": 0.6476783149832456,
"repo_name": "Atomk/fcc-projects",
"id": "7c2dee3e93a4fe0670e215b4a78290cc95ed83f7",
"size": "2... |
End of preview.
No dataset card yet
- Downloads last month
- 2