Dataset Preview
Duplicate
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 1239
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 995)
              
              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 1239
              
              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 dataset

Need 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> <head lang="en"> <meta charset="UTF-8"> <title></title> <script src="../build/react.js"></script> <script src="../build/react-dom.js"></script> <script src="../lib/browser.min.js"></script> <script src="../lib/jquery.min.js"></script> </head> <body> <div id="container"></d...
{ "content_hash": "18a6c10ac1185159d14a7a46a5c0b705", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 55, "avg_line_length": 26.333333333333332, "alnum_prop": 0.6050632911392405, "repo_name": "Jackey-Sparrow/learn-react-day-by-day", "id": "3fd4956e3390b664c008bf4aec9e39ce1550...
/*jslint node: true */ "use strict"; var $ = require('gulp-load-plugins')(); var argv = require('yargs').argv; var gulp = require('gulp'); var browserSync = require('browser-sync').create(); var merge = require('merge-stream'); var sequence = require('run-sequence'); var colors = ...
{ "content_hash": "de85a56342671d397134b5ee5199f40e", "timestamp": "", "source": "github", "line_count": 272, "max_line_length": 109, "avg_line_length": 29.933823529411764, "alnum_prop": 0.6314173421763695, "repo_name": "JP-Keilbach/japshirt", "id": "bc2ac511a48b1c2eae332f9945b684722a4909d0", "size"...
using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("FabricAdcHub.Sender")] [assembly: Assembly...
{ "content_hash": "835377cab30dadc6f4d2567cfba54a84", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 84, "avg_line_length": 39.05714285714286, "alnum_prop": 0.745427944403804, "repo_name": "Caraul/FabricAdcHub", "id": "52e7388fd25a2df6bebc382bcfb1483deb758750", "size": "13...
package example.csci567.loclistenerexample; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test ...
{ "content_hash": "6fd0b77e12a9680c0a9b68a9656c64bd", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 81, "avg_line_length": 24.235294117647058, "alnum_prop": 0.7014563106796117, "repo_name": "CSUChico-CSCI567/CSCI567-Spring2017-Lecture-Examples", "id": "5a0ad623e96838e55bbbb...
fromMaybe defval wrapped = case wrapped of Nothing -> defval Just value -> value
{ "content_hash": "3089a13bb6ae5c6dd48a9f8e10718736", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 28, "avg_line_length": 25.5, "alnum_prop": 0.6078431372549019, "repo_name": "Sgoettschkes/learning", "id": "f7c47ef37dd107d8676f9e7e6ba6840484b34680", "size": "226", "bina...
require 'erubis' require 'net/ssh' require 'socket' require 'timeout' require 'colorize' module Hetzner class Bootstrap class FreeBSD class Target attr_accessor :ip attr_accessor :login attr_accessor :password attr_accessor :rescue_os attr_accessor :rescue_os_bit ...
{ "content_hash": "208a5a328e92323d45c31004f305c394", "timestamp": "", "source": "github", "line_count": 238, "max_line_length": 118, "avg_line_length": 29.777310924369747, "alnum_prop": 0.5256102723296177, "repo_name": "asconix/hetzner-bootstrap-freebsd", "id": "fc2879479a7187556cbd6698cc508e822b8220...
<?php /* * BOOM. We're a PHP application now. */ ?> <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class...
{ "content_hash": "0cedfbad3eea74ee4c77a235f0e37d19", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 184, "avg_line_length": 43.4375, "alnum_prop": 0.5669064748201439, "repo_name": "tannerhodges/heroku-test", "id": "b291aa1d62c3ce9981b3e09480143d0af17de1f7", "size": "2085"...
import { Component, OnInit, OnDestroy } from '@angular/core'; import { Store } from '@ngrx/store'; import { AppState } from '../../../../interfaces'; import { UserActions } from '../../../actions/user.actions'; import { UserService } from '../../../services/user.service'; import { Address } from '../../../../core/model...
{ "content_hash": "96501817e175232bd4abf38d0bfc6c83", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 89, "avg_line_length": 28.98, "alnum_prop": 0.6359558316080055, "repo_name": "plumkaballZ/theGlobalX", "id": "081a626b99594e9a0a754af2ac42f78194a09a3f", "size": "2898", ...
package fm.jiecao.jcvideoplayer_lib; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.text.TextUtils; import android.util.AttributeSet; import android.view.Gravity; import android.view.LayoutIn...
{ "content_hash": "3951b301a71d799aa1ed68311958b23e", "timestamp": "", "source": "github", "line_count": 770, "max_line_length": 131, "avg_line_length": 37.82987012987013, "alnum_prop": 0.5896185931545882, "repo_name": "lipprints/jjjx", "id": "f89e64c1d667ee80f6880c3a84206d9382ced0ec", "size": "2912...
package ast import ( "fmt" "io" "strings" "time" "github.com/pingcap/errors" "github.com/pingcap/tidb/parser/format" "github.com/pingcap/tidb/parser/model" "github.com/pingcap/tidb/parser/types" ) var ( _ FuncNode = &AggregateFuncExpr{} _ FuncNode = &FuncCallExpr{} _ FuncNode = &FuncCastExpr{} _ FuncNode...
{ "content_hash": "d8a7f49e03615bd067ddd61306f68739", "timestamp": "", "source": "github", "line_count": 1106, "max_line_length": 110, "avg_line_length": 29.029837251356238, "alnum_prop": 0.6581119382066216, "repo_name": "ngaut/tidb", "id": "b911734a993e7fbe55b8f34d84e733af36bb91ff", "size": "32622"...
package com.wangjie.rxandroideventssample.mvp.persenter; import com.wangjie.androidbucket.log.Logger; import com.wangjie.androidbucket.services.network.interceptor.Interceptor; import com.wangjie.androidinject.annotation.annotations.mvp.AIPresenter; import com.wangjie.rxandroideventssample.mvp.interactor.UserInteract...
{ "content_hash": "f14ed867c78756f03b4140b7f580e18d", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 110, "avg_line_length": 39.714285714285715, "alnum_prop": 0.7020383693045563, "repo_name": "xuhongjia/RxAndroidEvents", "id": "bb606751d435758471f4064664a8d0f4615a6210", "s...
using System; using System.Data; using System.Data.SqlClient; using Microsoft.VisualStudio.TestTools.UnitTesting; using ReceiverDBStmtSqlServer; using System.Threading.Tasks; using Nest; using SenderElasticSearch; using StankinsInterfaces; using StanskinsImplementation; using System.Collections.Generic; using System.L...
{ "content_hash": "c75ce3cf99bd24d3576e457aebddad06", "timestamp": "", "source": "github", "line_count": 211, "max_line_length": 467, "avg_line_length": 47.00473933649289, "alnum_prop": 0.6195805605968945, "repo_name": "ignatandrei/stankins", "id": "fee67b6a6b028bdb21566f40f4ee4dc8230e21bc", "size":...
@implementation JSONPatchDocument - (NSString *) convertToJsonStringWithError: (NSError **) error{ NSError *jsonDataError; NSData *jsonData = [self convertToJsonDataWithError: &jsonDataError]; if(jsonDataError){ if(error) *error = jsonDataError; retu...
{ "content_hash": "ed714a25cab98267c613877c1602edd7", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 159, "avg_line_length": 24.48235294117647, "alnum_prop": 0.5487746275828929, "repo_name": "qurami/jsonapi-ios", "id": "42387c1807a24bd8527439d45b37db67b059e219", "size": "2...
package com.pi4j.io.gpio.tasks.impl; import com.pi4j.io.gpio.GpioPinDigitalOutput; public class GpioBlinkTaskImpl implements Runnable { private final GpioPinDigitalOutput pin; public GpioBlinkTaskImpl(GpioPinDigitalOutput pin) { this.pin = pin; } public void run() { p...
{ "content_hash": "45fb1d8e9f499176165d0cb3b5d53ef8", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 56, "avg_line_length": 17.94736842105263, "alnum_prop": 0.6656891495601173, "repo_name": "starksm64/pi4j", "id": "97a844caa01ee408cce9cab2eb22dec5b03f0490", "size": "1358",...
**************************** Customer Service Information **************************** Contact the office nearest you. U.S., Canada, Asia Pacific & Latin America ------------------------------------------ `<http://www.wizards.com/customerservice>`_ Wizards of the Coast LLC P.O. Box 707 Renton WA, 98057-0707 U.S.A. ...
{ "content_hash": "831953f651ef96e6c697401bc9db1f59", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 55, "avg_line_length": 20.575, "alnum_prop": 0.6002430133657352, "repo_name": "Julian/cardboard", "id": "5f999de01b59edb0fa93e823014444e743157002", "size": "823", "binary...
package com.android.settings.location; import android.content.Context; import android.content.Intent; import android.content.pm.ApplicationInfo; import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.content.pm.ServiceInfo; import android.content.res.Resources; import android...
{ "content_hash": "6a2e63de9130760b26b24b293111b29f", "timestamp": "", "source": "github", "line_count": 497, "max_line_length": 100, "avg_line_length": 40.36217303822938, "alnum_prop": 0.5990528414755733, "repo_name": "manuelmagix/android_packages_apps_Settings", "id": "f0a0ff3543cfeb85f993e919e7bd47...
namespace app { namespace Fuse { namespace Animations { struct MasterBase__Fuse_Elements_StretchMode; } } } namespace app { namespace Fuse { namespace Animations { struct MixerHandle__Fuse_Elements_StretchMode; struct MixerHandle__Fuse_Elements_StretchMode__uType : ::uClassType { ::app::Fuse::Animations::IMixerH...
{ "content_hash": "1b101cac5e24acc92d8a7939c472d80d", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 201, "avg_line_length": 59.18, "alnum_prop": 0.7620817843866171, "repo_name": "blyk/BlackCode-Fuse", "id": "aa77f1c296a098bf73e034b65a59696e61d49677", "size": "3391", "bi...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (1.8.0_121) on Tue Aug 01 15:20:36 CST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>com.zwy.kutils.http 类分层结构 (...
{ "content_hash": "c91629f7c3995f570ba19a0255408dde", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 498, "avg_line_length": 39.69032258064516, "alnum_prop": 0.6285760728218466, "repo_name": "devzwy/KUtils", "id": "f8247a4d773c5f42c828ce6dddb5460cb8c768b5", "size": "6526"...
Community Development- Metrics ============================== Introduction to measures to evaluate the vitality and viability of an open source community. This presentation is publicly distributed under the Apache 2.0 License, see LICENSE file for details. Works of Art in this repository are distributed under the Cr...
{ "content_hash": "044fc53b4f250ba884eeecc3ff7b711c", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 102, "avg_line_length": 41.8, "alnum_prop": 0.7559808612440191, "repo_name": "luisibanez/Community-Development-Metrics", "id": "4bed7ac0f5161eb49fbcd1879ab6c514e19b37eb", "...
#ifndef __COMMON_H__ #define __COMMON_H__ #define MAX_PATH (260) #include "boot0_head.h" #include "toc_head.h" #include "uboot_head.h" #include "script.h" #include <stdlib.h> #include <stdio.h> #include <malloc.h> #include <string.h> void GetFullPath(char *dName, const char *sName); ...
{ "content_hash": "8cf9a823be0a52cce4be3509acd0beb7", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 77, "avg_line_length": 26.307692307692307, "alnum_prop": 0.6549707602339181, "repo_name": "OLIMEX/DIY-LAPTOP", "id": "3e147aadb4614dac54cbefa2abd0321f23c88ed4", "size": "12...
#ifndef WEBRTC_BASE_NETWORK_H_ #define WEBRTC_BASE_NETWORK_H_ #include <deque> #include <map> #include <string> #include <vector> #include "webrtc/base/basictypes.h" #include "webrtc/base/ipaddress.h" #include "webrtc/base/messagehandler.h" #include "webrtc/base/scoped_ptr.h" #include "webrtc/base/sigslot.h" #if d...
{ "content_hash": "976e4e49dea8ec6a3bcbd81da2de5a7f", "timestamp": "", "source": "github", "line_count": 304, "max_line_length": 80, "avg_line_length": 35.01973684210526, "alnum_prop": 0.7147285365395454, "repo_name": "CTSRD-SOAAP/chromium-42.0.2311.135", "id": "13dee65b5ae2f7ca3d85e384f189f0bb8e5f728...
ACCEPTED #### According to Index Fungorum #### Published in Bull. N. Y. St. Mus. 197: 28 (1918) #### Original name Diplodia convolvuli Dearn. & House ### Remarks null
{ "content_hash": "6088d6374ecffbf1368d19e71b2e618c", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 35, "avg_line_length": 13.076923076923077, "alnum_prop": 0.6705882352941176, "repo_name": "mdoering/backbone", "id": "eb93f472e20b76d460dc8f245fa3acc8157018b6", "size": "22...
package command.otherCommands; import command.Command; import controller.ParseTreeChildren; import controller.Traverser; import model.data.Data; public class DoTimes extends Command { private static final long serialVersionUID = -1709915109882273600L; private Data allData; private Traverser traverser = new Tr...
{ "content_hash": "78c9948cf06e6e39146d0eb3d6bb28e5", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 69, "avg_line_length": 24.548387096774192, "alnum_prop": 0.7109067017082786, "repo_name": "karenli1995/slogo_ide", "id": "87ad2b9c2f2338ab67c057c444256c475e032c1b", "size":...
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle 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, or // (at your option) any later version. // // Moodle...
{ "content_hash": "769d6d692286e4badb074f22bcc02f6d", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 71, "avg_line_length": 35.86363636363637, "alnum_prop": 0.7313054499366286, "repo_name": "Vicecalidadumb/empleoumb", "id": "8501512ff897036926c6a783588c3315fdfe4931", "size...
package proto // nolint:lll func _() { /* dummy file that fixes this error when build tag proto is not specified: $ go mod tidy [...] github.com/jwkohnen/airac imports github.com/jwkohnen/airac/proto: module github.com/jwkohnen/airac@latest found (v1.0.4), but does not contain package github.c...
{ "content_hash": "a136d4a8a774fb80f6920f810c44c127", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 154, "avg_line_length": 29.166666666666668, "alnum_prop": 0.6914285714285714, "repo_name": "wjkohnen/airac", "id": "2cddbf25a3d455074aa66dabd4499e84f2c82433", "size": "350"...
jQuery(function($) { $("[data-scroll-down]").each(function(index, element) { element.scrollTop = element.scrollHeight; }); var applyTriggerCheckbox = function(element) { var what = $(element).data("filter-build-trigger"); if( element.checked ) { $("[data-build-trigger="+what+"]").show(); }...
{ "content_hash": "b00923ccdafa4a35c210dfb0abeabc54", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 66, "avg_line_length": 25.954545454545453, "alnum_prop": 0.6147110332749562, "repo_name": "inch-ci/inch_ci-web", "id": "5afa8b4e9995e92bcefc22b7db732cb55894c28f", "size": "...
using System; using System.Collections.Specialized; using System.Reflection; using System.Threading.Tasks; using System.Web; using System.Web.Mvc; using System.Web.Routing; using Moq; namespace NuGetGallery { public static class TestUtility { // We only need this method because testing URL generation ...
{ "content_hash": "757f28a132c109b6673fa6ac49f54dc1", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 143, "avg_line_length": 49.348314606741575, "alnum_prop": 0.6593806921675774, "repo_name": "ouhi2008/NuGetGalleryWithLDAP", "id": "e5a9bf76ff052b319ef9a1a434ed3fa7bfeabfdc", ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>TeamSpeak 3 PHP Framework: libraries/TeamSpeak3/Transport/Abstract.php ...
{ "content_hash": "5fb6fa7eec717807ed3187b3f008cc56", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 684, "avg_line_length": 56.320388349514566, "alnum_prop": 0.6788484744009653, "repo_name": "tperroin/nuitblanche", "id": "12b5355c3439e504ef19790675820b44c1bb4235", "size"...
module.exports = { getReadWidget: function () { return '<ma-choices-column values="::entry.listValues[field.name()]"></ma-choices-column>'; }, getLinkWidget: function () { return '<ma-reference-many-link-column ids="::entry.values[field.name()]" values="::entry.listValues[field.name()]" ...
{ "content_hash": "b32e18cb06cf73d348d9b55436ae9a8b", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 174, "avg_line_length": 52.42857142857143, "alnum_prop": 0.6348773841961853, "repo_name": "AgustinCroce/ng-admin", "id": "101f904e74774103b08055aa1c97c81b96ca48c3", "size":...
import { environment } from 'environments/environment'; import { ZendeskEnv } from 'environments/environment-type'; interface ZendeskUrls { billing: string; policy: string; createBillingAccount: string; egressFaq: string; dataDictionary: string; videos: string; genomicExtraction: string; gettingStarted...
{ "content_hash": "9dfdd2ba744424865578bdc6d77aad95", "timestamp": "", "source": "github", "line_count": 163, "max_line_length": 78, "avg_line_length": 34.75460122699386, "alnum_prop": 0.688261253309797, "repo_name": "all-of-us/workbench", "id": "f40dd35493b1a2fd142d44c413ba29a2a193a2b7", "size": "5...
@extends('app') @section('content') <div class="container-fluid"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <div class="panel panel-default"> <div class="panel-heading">Profile</div> <div class="panel-body"> @if (count($errors) > 0) <div class="alert alert-danger"> <stron...
{ "content_hash": "bc52bbc0f52ade409d93ca2877abb956", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 122, "avg_line_length": 30.048780487804876, "alnum_prop": 0.5487012987012987, "repo_name": "CjanOrg/cjan.org", "id": "2c255ddcac59aac3918922e0faaf0d670ac15532", "size": "24...
Autoloading Files ################# Every application consists of a large number of classes in many different locations. The framework provides classes for core functionality. Your application will have a number of libraries, models, and other entities to make it work. You might have third-party classes that your proj...
{ "content_hash": "798ad303c6f8950da1f20419b93a59af", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 128, "avg_line_length": 47.421052631578945, "alnum_prop": 0.7547169811320755, "repo_name": "gustavojm/CodeIgniter4", "id": "3fba2750757708ca0d4a196be74ec7d7e65ec271", "size...
End of preview.

No dataset card yet

Downloads last month
1