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 1215
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 4488)
              
              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 1215
              
              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
package uk.gov.hmrc.play.audit.http.connector import play.api.Logger import play.api.libs.json.{JsValue, Json} import uk.gov.hmrc.play.audit.http.config.AuditingConfig import uk.gov.hmrc.play.audit.model.{AuditEvent, MergedDataEvent} import uk.gov.hmrc.play.connectors.Connector import uk.gov.hmrc.play.http.{HeaderCa...
{ "content_hash": "e37f324fc21515a7727862b2484c1a37", "timestamp": "", "source": "github", "line_count": 90, "max_line_length": 140, "avg_line_length": 42.233333333333334, "alnum_prop": 0.7437516443041305, "repo_name": "beyond-code-github/play-auditing", "id": "6eb98158e8aa0776321067fa3171bb2edeb8a584...
package lu.gab.com.alertapet; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute on an Android...
{ "content_hash": "8002254d0cacce49c30c6517228cfea0", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 78, "avg_line_length": 28.615384615384617, "alnum_prop": 0.7446236559139785, "repo_name": "luanacereja/alertaPet", "id": "a4f9d322e1ec60d37ccd1d303cff05b337284cf0", "size":...
'use strict'; let harvesterPort = process.env.HARVESTER_PORT || 8000; module.exports = { baseUrl: 'http://localhost:' + harvesterPort, harvester: { port: harvesterPort, options: { adapter: 'mongodb', connectionString: process.env.MONGODB_URL || 'mongodb://127.0.0.1:27017/test', db...
{ "content_hash": "f3f0bc61b4bd38c0517dbcc21209bf2f", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 62, "avg_line_length": 28.555555555555557, "alnum_prop": 0.6167315175097277, "repo_name": "agco/harvesterjs", "id": "1aa8b8deb5834eb6467a68e5a3336589b2cdd5f2", "size": "514...
package com.webcohesion.ofx4j.domain.data.creditcard; import com.webcohesion.ofx4j.domain.data.TransactionWrappedRequestMessage; import com.webcohesion.ofx4j.meta.Aggregate; import com.webcohesion.ofx4j.meta.ChildAggregate; /** * @author Ryan Heaton */ @Aggregate ("CCSTMTTRNRQ") public class CreditCardStatementRe...
{ "content_hash": "05cdc1d91d2c49ddc4f10d76f12b214d", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 121, "avg_line_length": 22.609756097560975, "alnum_prop": 0.7400215749730313, "repo_name": "stoicflame/ofx4j", "id": "d2ae95aa058613b6d65aacdd51566535ca201a65", "size": "15...
package io.sarl.lang.ui.labeling; import java.lang.reflect.Method; import javax.inject.Singleton; import com.google.inject.Inject; import org.eclipse.emf.common.util.Diagnostic; import org.eclipse.emf.ecore.resource.Resource; import org.eclipse.emf.ecore.util.Diagnostician; import org.eclipse.jdt.internal.ui.views...
{ "content_hash": "face2550618392c5b84395f933b9b141", "timestamp": "", "source": "github", "line_count": 162, "max_line_length": 110, "avg_line_length": 31.28395061728395, "alnum_prop": 0.7452644041041832, "repo_name": "jgfoster/sarl", "id": "86ab965958c32468e7c34aa4a49baa1514669cd3", "size": "5803"...
package org.onosproject.oxp.protocol.ver10; import org.jboss.netty.buffer.ChannelBuffer; import org.jboss.netty.buffer.ChannelBuffers; import org.junit.Test; import org.onosproject.oxp.protocol.*; import org.onosproject.oxp.types.OXPVport; import java.util.HashSet; import java.util.Set; import static org.hamcrest.Ma...
{ "content_hash": "f135e9e8ddf47d619202ff8c78f9b6b3", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 81, "avg_line_length": 35.2093023255814, "alnum_prop": 0.6948480845442536, "repo_name": "paradisecr/ONOS-OXP", "id": "7b68e99078561971fa5360d5b28d4ad238e20bdd", "size": "15...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "cedc9a5d3bed323a59ce6bf8aec80092", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "c7fa08948ed6228906b1b057db65561c9e710a8f", "size": "18...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "d31ffc2e42464e6e4c4f3f6163ee2480", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "aadeb317ea1c7cc9b63f80ef7d9533b947b48fe4", "size": "184...
package uk.co.seanotoole.qwery.clauses.ansi; import static org.assertj.core.api.Assertions.assertThat; import org.junit.Test; import uk.co.seanotoole.qwery.clauses.Statement; import uk.co.seanotoole.qwery.clauses.sql.Select; public class AnsiSqlFactoryTest { private final AnsiSqlFactory factory = new AnsiSqlFacto...
{ "content_hash": "f18c9922039f25a3456e8309968b9f4b", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 71, "avg_line_length": 26.57894736842105, "alnum_prop": 0.7722772277227723, "repo_name": "SeanOToole/Qwery", "id": "c6ec5420f714e8d584ac1adde7e4d7827478c4e8", "size": "505"...
import json import shutil from pathlib import Path import pytest from eodatasets3 import serialise from eodatasets3.scripts import tostac from tests.common import run_prepare_cli, assert_same TO_STAC_DATA: Path = Path(__file__).parent.joinpath("data/tostac") ODC_METADATA_FILE: str = "ga_ls8c_ard_3-1-0_088080_2020-05-...
{ "content_hash": "a2e9d3da5b3a56df8f43778c689ec252", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 86, "avg_line_length": 32.3936170212766, "alnum_prop": 0.683415435139573, "repo_name": "GeoscienceAustralia/eo-datasets", "id": "f11a0eb64622cbdf253357dca5dc0271c46afb8d", ...
/* eslint max-params: [2, 11] */ define([ 'underscore', 'shared/views/BaseView', 'shared/util/TemplateUtil', './AppDescriptionView', './tab/ModalTabs', './MappingsViewContent', 'shared/models/ud/ProfileAppInstance', 'shared/models/ud/AppUserProfile', 'shared/models/ud/OktaUserProfile', 'shared/model...
{ "content_hash": "25d4b8b623ec635220fd647d4acc22ec", "timestamp": "", "source": "github", "line_count": 303, "max_line_length": 115, "avg_line_length": 35.026402640264024, "alnum_prop": 0.6025628945632715, "repo_name": "alanzhou-okta/okta-signin-widget", "id": "7542231aabdf9cb692ff9029e50a3c9ba2d2f11...
#include "battery.h" #include "charge_state.h" #include "charger.h" #include "chipset.h" #include "common.h" #include "console.h" #include "extpower.h" #include "gpio.h" #include "hooks.h" #include "host_command.h" #include "printf.h" #include "sb_fw_update.h" #include "system.h" #include "task.h" #include "timer.h" ...
{ "content_hash": "9821f3b1378ecf81a3b275a79c0104d3", "timestamp": "", "source": "github", "line_count": 1046, "max_line_length": 79, "avg_line_length": 26.719885277246654, "alnum_prop": 0.6715088196357651, "repo_name": "md5555/ec", "id": "90d93446a2866a441d56bfd786ab2e24081fea91", "size": "28171", ...
package com.spotify.missinglink.datamodel; import com.google.common.collect.ImmutableMap; import io.norberg.automatter.AutoMatter; @AutoMatter public interface Artifact { /** "Name" of artifact, for example a directory path or jar file or something else symbolic. */ ArtifactName name(); /** * Map of clas...
{ "content_hash": "74e9097085671c2eada8c6e752f5313a", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 97, "avg_line_length": 24.38888888888889, "alnum_prop": 0.7494305239179955, "repo_name": "dflemstr/missinglink", "id": "75f59941529b59ab9583c0c198e48c8f5e98c49e", "size": "...
<?php namespace AppBundle\Service; use AppBundle\Document\TrackImpression; use Doctrine\ODM\MongoDB\DocumentManager; use Symfony\Component\VarDumper\VarDumper; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; use GuzzleHttp\Client; class TrackServiceMongo { protected $...
{ "content_hash": "df2729c3e5837f8d8451255340c92298", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 122, "avg_line_length": 28.896907216494846, "alnum_prop": 0.6022119158044952, "repo_name": "tulik/symfony-micro", "id": "a652bbf1b0e9732e3210db56f7e3bf570f9fc16f", "size": ...
using System; namespace UnitTestingWithoutIoC { public class OperationFactory { public IOperation Create(string token) { switch (token) { case "+": return new Plus(); case "-": return n...
{ "content_hash": "bc551972d832e338eabf328f0fe74abc", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 56, "avg_line_length": 24.625, "alnum_prop": 0.38071065989847713, "repo_name": "IoCHowTo/IoCTasksSolutions", "id": "a9f5a322c0cb96b7b31fed1eb7fc450510943b3f", "size": "593"...
+++ hook = "It's 2017, and the state of instant messaging is in worse shape than ever before." published_at = 2017-01-17T15:33:00Z title = "The state of messaging" +++ I recently had a friend switch from iPhone to Android, and it was an unpleasant wakeup call to see just how subdivided the world of instant messaging i...
{ "content_hash": "2cf348ede2199a1160b75fdf29207811", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 90, "avg_line_length": 46.645833333333336, "alnum_prop": 0.7865118356409111, "repo_name": "brandur/sorg", "id": "6221d79e439783839bd8dd9505f92d51b91b280e", "size": "2239", ...
/******************************************************************** Popup Windows - V 4.5 Author: Brian Gosselin Site URL: http://scriptasylum.com Read the "releasenotes.txt" for supported features and release notes. ************** EDIT THE LINES BELOW AT YOUR OWN RISK ****************/ var w3c=(document....
{ "content_hash": "d1aadacad6426dadb9a938381f7ae4cb", "timestamp": "", "source": "github", "line_count": 394, "max_line_length": 386, "avg_line_length": 31.253807106598984, "alnum_prop": 0.6780087705051161, "repo_name": "moodboom/Reusable", "id": "54607ceab4de64394096701466e3efbebd27c4fa", "size": "...
@interface MyTextView : UITextView - (void)setUndoManager:(NSUndoManager *)undoManager; @end @interface MessageViewControler : UITableViewController <UITextViewDelegate> @property (nonatomic, strong) MyTextView * textView; @property (nonatomic, strong) Countdown * countdown; - (IBAction)clear:(id)sender; @end
{ "content_hash": "9e6ae16f2e026291161c0b680f9db672", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 76, "avg_line_length": 21.2, "alnum_prop": 0.779874213836478, "repo_name": "Lisapple/Closer", "id": "5dd29dc1b8802fe6f633e5c8c17f89bb807ed5dc", "size": "450", "binary": f...
var fs = require('fs'); var path = require('path'); var _ = require('underscore'); var Promise = require('promise'); var exec = require('child_process').exec; var FfmpegTask = function(videoPath, config) { this.videoPath = videoPath; this.config = config; var log = this.log = ''; this.run = function() { v...
{ "content_hash": "ffe938f47e0957ec3a6cc6b4792bb308", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 83, "avg_line_length": 31.5, "alnum_prop": 0.566984126984127, "repo_name": "codeimpossible/node-tcp-socket", "id": "506e627b94d7da99921b7fe7e9817621b3aa8158", "size": "1575...
using Xunit; using SecurionPay.Exception; using SecurionPay.Request; using SecurionPayTests.ModelBuilders; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SecurionPayTests.Integration { public class CustomerTests : IntegrationTest ...
{ "content_hash": "8a44afd105ec17259fa5ac7eca20bd42", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 117, "avg_line_length": 34.135802469135804, "alnum_prop": 0.5956600361663653, "repo_name": "securionpay/securionpay-net", "id": "9cd80f579cf7c8346c632c0132f5a1662289f817", ...
package stashkins import ( "testing" "github.com/xoom/jenkins" ) var maven string = `<?xml version='1.0' encoding='UTF-8'?> <maven2-moduleset plugin="maven-plugin@2.7.1"> <description>Build maven</description> </maven2-moduleset>` var freestyle string = `<?xml version='1.0' encoding='UTF-8'?> <project> ...
{ "content_hash": "290c5b776022477adf28add2fdd80bfb", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 76, "avg_line_length": 27.386363636363637, "alnum_prop": 0.6647302904564315, "repo_name": "xoom/stashkins", "id": "b095e253f16d8d6737862ae2aee1eac5448d07d5", "size": "1205"...
package com.mycompany.myapp.service.mapper; import com.mycompany.myapp.domain.Authority; import com.mycompany.myapp.domain.User; import com.mycompany.myapp.service.dto.UserDTO; import org.mapstruct.*; import java.util.List; import java.util.Set; import java.util.stream.Collectors; /** * Mapper for the entity User a...
{ "content_hash": "2e7a82bbbd5d330fe4ffcc0b3df2dd56", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 77, "avg_line_length": 31.12280701754386, "alnum_prop": 0.6567080045095829, "repo_name": "cfaddict/jhipster-course", "id": "011e947eda71fba878652ef0d75639ed9c3831b4", "size...
<project default="help" name="Vibrator"> <property file="build.system.properties"/> <property file="build.properties"/> <property name="src.dir" value="src"/> <property name="build.dir" value="build"/> <property name="lib.dir" value="lib"/> <property name="doc.dir" ...
{ "content_hash": "5fd97dfb5d0bc789b9c0a19d0f0c6526", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 121, "avg_line_length": 40.386138613861384, "alnum_prop": 0.5687668546212307, "repo_name": "wjsrobertson/j2menace", "id": "33800b73840120d0d560f9509f61e6a9b2e52282", "size...
// This file is automatically generated. package adila.db; /* * HTC Desire 626s * * DEVICE: htc_a32ewhl * MODEL: HTC Desire 626s */ final class htc5fa32ewhl_htc20desire20626s { public static final String DATA = "HTC|Desire 626s|"; }
{ "content_hash": "6bb40344a12b434c28584eab0c5c61ba", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 57, "avg_line_length": 18.76923076923077, "alnum_prop": 0.7049180327868853, "repo_name": "karim/adila", "id": "96a73878013527c66cf4d865875994b65332b038", "size": "244", "...
import Component from './component' import Controller from './controller' import Event from './event' import dom from './dom' import locale from './locale' import router from './router' import utils from './utils/main' export default { Component, Controller, Event, dom, locale, router, utils }
{ "content_hash": "5a008c84b6e5aa22770e5fbabdb1aca1", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 37, "avg_line_length": 18.235294117647058, "alnum_prop": 0.7064516129032258, "repo_name": "SuneBear/Email-Catcher", "id": "ae57bc2e688c89be843a3b5fce2c55c7846b25d3", "size"...
This repository provides an [`istio-manifests`](/istio-manifests) directory containing ingress resources (an Istio `Gateway` and `VirtualService`) needed to expose the app frontend running inside a Kubernetes cluster. You can apply these resources to your cluster in addition to the `kubernetes-manifests`, then use the...
{ "content_hash": "3dbf88b52a750fe050e17e41cce5d21d", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 217, "avg_line_length": 38.72222222222222, "alnum_prop": 0.7388809182209469, "repo_name": "GoogleCloudPlatform/training-data-analyst", "id": "676bddb5e181d2dbdfbe0587219edfc5...
package com.amazonaws.services.simplesystemsmanagement.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** * * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/UpdateDocumentDefaultVersion" target="_top">AWS * API Docum...
{ "content_hash": "9d0d0f270d467d493b026643423df554", "timestamp": "", "source": "github", "line_count": 166, "max_line_length": 131, "avg_line_length": 30.64457831325301, "alnum_prop": 0.619028897188913, "repo_name": "jentfoo/aws-sdk-java", "id": "1738188688e39c4858eb09e53933684a6b11b8ef", "size": ...
End of preview.

No dataset card yet

Downloads last month
1