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 447
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 7604)
              
              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 447
              
              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 contagionJVM.Dialog; import contagionJVM.Entities.PlayerEntity; import contagionJVM.GameObject.PlayerGO; import contagionJVM.Helper.ColorToken; import contagionJVM.Helper.MenuHelper; import contagionJVM.Repository.OverflowItemRepository; import contagionJVM.Repository.PlayerRepository; import contagionJVM.Repo...
{ "content_hash": "e4341ee452a289343e497b5c6f265c0f", "timestamp": "", "source": "github", "line_count": 163, "max_line_length": 155, "avg_line_length": 41.74846625766871, "alnum_prop": 0.49875091844232183, "repo_name": "zunath/Contagion_JVM", "id": "6caa56512fda4f36da1b6d460dcd6711416987c3", "size"...
package org.codehaus.mojo.mrm.plugin; import java.io.IOException; /** * A thread that waits for the user to press a key. */ public class ConsoleScanner extends Thread { /** * The guard for {@link #finished}. */ private final Object lock = new Object(); /** * Flag to indicate that t...
{ "content_hash": "8eb2250b3d4921b014b351dac8fa9e62", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 56, "avg_line_length": 21.733870967741936, "alnum_prop": 0.3562152133580705, "repo_name": "mojohaus/mrm", "id": "f8049feae487f475c93d030320908c3df9f1556b", "size": "3294",...
import re import requests import json class InfobloxNotFoundException(Exception): pass class InfobloxNoIPavailableException(Exception): pass class InfobloxNoNetworkAvailableException(Exception): pass class InfobloxGeneralException(Exception): pass class InfobloxBadInputParameter(Exception): ...
{ "content_hash": "fcf3186b466deb6146ebaf383232b65d", "timestamp": "", "source": "github", "line_count": 1463, "max_line_length": 131, "avg_line_length": 44.75598086124402, "alnum_prop": 0.48413207489538473, "repo_name": "kraigu/Infoblox-API-Python", "id": "207f3105377db663a8e598d8d4b3da53ce6077a2", ...
package a.org.fakereplace.test.replacement.annotated.inherited; @InheritedAnnotation(20) @NotInheritedAnnotation public class RemovedInheritedSuperClass { }
{ "content_hash": "43ca06f28344c1e62b9e0c4593b4e21a", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 63, "avg_line_length": 17.88888888888889, "alnum_prop": 0.8385093167701864, "repo_name": "fakereplace/fakereplace", "id": "e8c2cdc4d8485403ba5fd2fb467e9c42fecbb80c", "size":...
package com.paypal.risk.hadoopjt.util import org.slf4j.LoggerFactory import scala.xml.XML import scala.collection.mutable.Map /** * @author Danick */ object Constants { val logger = LoggerFactory.getLogger(getClass()) val hadoopConfigProperties: Map[String, String] = Map() val MAPRED_JT_HT...
{ "content_hash": "35435053ad6adfdd6e62ba60f00862ca", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 160, "avg_line_length": 35.46666666666667, "alnum_prop": 0.6657894736842105, "repo_name": "danickzhu/commandline-hadoop-job-tracker", "id": "1721f96b7f6f5a0a961345f640425bbac...
var neo4j = require('./src/persistence/neo4j'); neo4j.createNode({ name: 'develop', type: 'branch'}, function(err, branch) { console.log('Branch ID: ', branch.id); neo4j.createNode({ hash: '2sai32g9d', type: 'commit'}, function(err, commit) { console.log('Commit ID: ', commit.id); commit.createRelationshi...
{ "content_hash": "3d06e8d6864d960f8a1782ea785e6b74", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 80, "avg_line_length": 32.46153846153846, "alnum_prop": 0.6279620853080569, "repo_name": "bripkens/branchflow", "id": "744b17544ed425f6b0c1dfe3005ac1f22a04d1b1", "size": "4...
package ml.shifu.guagua.mapreduce; import java.io.IOException; import ml.shifu.guagua.mapreduce.GuaguaRecordWriter; import org.apache.hadoop.io.Text; import org.junit.After; import org.junit.Before; import org.junit.Test; public class GuaguaRecordWriterTest { private GuaguaRecordWriter writer; @Before ...
{ "content_hash": "02c45320dd52e1a9957d78e03cd925b1", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 52, "avg_line_length": 21.448979591836736, "alnum_prop": 0.6032350142721218, "repo_name": "ShifuML/guagua", "id": "746df6c0ec183057f0a12dc20dc53fc712868d15", "size": "1670"...
using System; using System.Collections.Generic; using System.Globalization; using System.IO; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace DropboxSorter { class Program { static void Main(string[] args) { ...
{ "content_hash": "d52e83e222b921326b8511cc5d1b30b5", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 92, "avg_line_length": 32.666666666666664, "alnum_prop": 0.6444270015698587, "repo_name": "UnstableMutex/DropboxCameraUploadsSorter", "id": "19e746e5093a24adf823b9d8af51ff38a...
module GHCJS.DOM.SVGFitToViewBox ( ) where
{ "content_hash": "623d23aba2186dd1ea0dbaa225f09db5", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 34, "avg_line_length": 22.5, "alnum_prop": 0.7555555555555555, "repo_name": "manyoo/ghcjs-dom", "id": "c124b825a68c094cec6e0bf9927cbbd46e12f9d7", "size": "45", "binary": f...
import React, { Component } from 'react' import ReactDOM from 'react-dom' import Table from '../Table' import getCookie from './getCookie' export default class DiophantineTest extends Component { constructor (props) { super(props) this.refreshExample() } state = {} refreshExample () { fetch('htt...
{ "content_hash": "48bdcb77702754f80c6cc3e53f300eb4", "timestamp": "", "source": "github", "line_count": 137, "max_line_length": 108, "avg_line_length": 33.67153284671533, "alnum_prop": 0.4782137437676133, "repo_name": "discreteMathTool/discretemathtool.github.io", "id": "9a57f62dfb7223719e2add088b91a...
package com.github.bjoern2.codegen; public class JavaAnnotationArgumentImpl implements JavaAnnotationArgument { private String name; private Object value; public JavaAnnotationArgumentImpl() { super(); } public JavaAnnotationArgumentImpl(String name, Object value) { super(); this.name = name; this.valu...
{ "content_hash": "0ce27408b0909c8194e20d9f1e869d1a", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 75, "avg_line_length": 15.763157894736842, "alnum_prop": 0.7161936560934892, "repo_name": "Bjoern2/java-codegen", "id": "f5e8c7d33a2333cbf70b3401c5ffdd655a07f6ed", "size": ...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <group...
{ "content_hash": "78dfc7efe4c04e8c5e90993fe8eb7079", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 108, "avg_line_length": 31.53488372093023, "alnum_prop": 0.6865781710914455, "repo_name": "reynoldsm88/drools", "id": "532fee9bcece608fd6f1a4605a2d11e7fe6a0015", "size": "1...
require 'peddler/client' module MWS module Recommendations # The Recommendations API enables you to programmatically retrieve Amazon # Selling Coach recommendations by recommendation category. A recommendation # is an actionable, timely, and personalized opportunity to increase your # sales and perfo...
{ "content_hash": "2602edc9a75f1c130c7ed73a4d55f407", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 134, "avg_line_length": 37.4, "alnum_prop": 0.674942704354469, "repo_name": "hakanensari/peddler", "id": "143cde615fe5a2b89d35d9ff3dcef0423e512f1a", "size": "2649", "bina...
// // RHKeyValueStore.h // KVStoreDemo // // Created by ran on 2017/8/16. // Copyright © 2017年 ran. All rights reserved. // #import <Foundation/Foundation.h> #ifndef KeyValueStore #define KeyValueStore [RHKeyValueStore store] #endif @interface RHKeyValueStore : NSObject /** Database path. */ @property (nonato...
{ "content_hash": "0e021f88a1eed4571d7f3cf12f7468d2", "timestamp": "", "source": "github", "line_count": 190, "max_line_length": 136, "avg_line_length": 19.989473684210527, "alnum_prop": 0.7159031068983676, "repo_name": "Rannie/RHKeyValueStore", "id": "130cf0a0366d25db8b02c06b6dafccfeefe2e6b6", "siz...
HOST=$1 if [ -z "${HOST}" ]; then echo "Usage:$0 IP" exit 1 fi echo "Remove IP:${HOST} from denyhosts..." /etc/init.d/denyhosts stop echo ' /etc/hosts.deny /var/lib/denyhosts/hosts /var/lib/denyhosts/hosts-restricted /var/lib/denyhosts/hosts-root /var/lib/denyhosts/hosts-valid /var/lib/denyhosts/users-hosts ' ...
{ "content_hash": "dcec6a249d8369bc3e3061a32145217a", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 62, "avg_line_length": 23.35, "alnum_prop": 0.6702355460385439, "repo_name": "boxcore/shell", "id": "a9ab8a5d71f1e196e3aa9fb6a3cc6cfd29438350", "size": "547", "binary": f...
package com.amazonaws.services.waf.model.waf.transform; import javax.annotation.Generated; import com.amazonaws.SdkClientException; import com.amazonaws.services.waf.model.*; import com.amazonaws.protocol.*; import com.amazonaws.annotation.SdkInternalApi; /** * ListRateBasedRulesRequestMarshaller */ @Generated("...
{ "content_hash": "75e778c47a656f72770ebbca1ba2eed8", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 157, "avg_line_length": 37.659574468085104, "alnum_prop": 0.747457627118644, "repo_name": "aws/aws-sdk-java", "id": "06249648534af968e2e30b3aa9a73fd991a31f9b", "size": "235...
using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; namespace Raging.Toolbox.Extensions { // ReSharper disable PossibleMultipleEnumeration // ReSharper disable once AssignNullToNotNullAttribute public static class EnumerableExtensi...
{ "content_hash": "6457bb7f61e4332289261ce061f0ef47", "timestamp": "", "source": "github", "line_count": 255, "max_line_length": 133, "avg_line_length": 40.325490196078434, "alnum_prop": 0.5681221433433823, "repo_name": "RagingKore/Raging.Toolbox", "id": "649e3bdc36f725082f495df44820c7e976bdea32", "...
@interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
{ "content_hash": "4f69404b8c229a912defd37cc7568ebf", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 60, "avg_line_length": 16.857142857142858, "alnum_prop": 0.7796610169491526, "repo_name": "lishiyong-github/DistOpenFile", "id": "e7b8e4a86846babdc75e8d69f5881225662b680f", ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_202-ea) on Tue Mar 05 23:06:09 NZDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>io.ebean.text.csv (ebea...
{ "content_hash": "4fc3c2b3919d75022a3bf19e84c5a04f", "timestamp": "", "source": "github", "line_count": 179, "max_line_length": 156, "avg_line_length": 35.798882681564244, "alnum_prop": 0.6359238451935081, "repo_name": "ebean-orm/ebean-orm.github.io", "id": "2ee309ec13dbdb4c172bbc4f388342a8553938e3",...
package tests.i1814; import static org.junit.jupiter.api.Assertions.assertEquals; import org.junit.jupiter.api.Test; import io.jooby.apt.MvcModuleCompilerRunner; import io.jooby.test.MockContext; import io.jooby.test.MockRouter; public class Issue1814 { @Test public void shouldIgnoreWildcardResponseType() thr...
{ "content_hash": "4c3342bc3967f4fef7cd777242f5e475", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 81, "avg_line_length": 27.423076923076923, "alnum_prop": 0.6549789621318373, "repo_name": "jooby-project/jooby", "id": "a400d3f85fa8dff7c73eb237330bc67267ad02b4", "size": "...
package org.apache.beam.runners.flink.translation.functions; import static org.apache.beam.runners.core.construction.PTransformTranslation.PAR_DO_TRANSFORM_URN; import static org.hamcrest.Matchers.is; import static org.mockito.Matchers.any; import static org.mockito.Mockito.doThrow; import static org.mockito.Mockito....
{ "content_hash": "aaef24363aedc3bde812861e56e850e6", "timestamp": "", "source": "github", "line_count": 257, "max_line_length": 100, "avg_line_length": 41.60700389105058, "alnum_prop": 0.712335172542785, "repo_name": "RyanSkraba/beam", "id": "93f7cd2bcaa5ada6933c669b33678840dc9c70eb", "size": "1149...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>interval: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
{ "content_hash": "1c75c5e10d38f004dcf21a45dd805a8b", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 159, "avg_line_length": 41.651428571428575, "alnum_prop": 0.5494580875291535, "repo_name": "coq-bench/coq-bench.github.io", "id": "02a88a7cb3afd2f38f162847790211b2abfb86f2",...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tmrm = require("azure-pipelines-task-lib/mock-run"); const path = require("path"); const mocks = require("./mockWebApi"); let rootDir = path.join(__dirname, '../../Tasks', 'TagBuild'); let taskPath = path.join(rootDir, 'tagBuild.js'); le...
{ "content_hash": "43983a943c6ee7cc2ea53d2c7dcce3d1", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 98, "avg_line_length": 40.76470588235294, "alnum_prop": 0.6782106782106783, "repo_name": "colindembovsky/cols-agent-tasks", "id": "654827ffbd3fbf60ce3ec622452976fda0719431", ...
<?php return array ( '<b>Nobody wrote something yet.</b><br>Make the beginning and post something...' => '<b>Ещё никто ничего не написал.</b><br>Начните первым...', '<b>There are no profile posts yet!</b>' => '<b>Сообщений в профиле пока нет!</b>', );
{ "content_hash": "5b0da1239614c7957da36341d15dbd6a", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 145, "avg_line_length": 51.2, "alnum_prop": 0.6484375, "repo_name": "calonso-conabio/intranet", "id": "ee4f7b85ce8442bdcb7cb72d737ae9796d64767d", "size": "316", "binary": ...
""" Django settings for test_project project. For more information on this file, see https://docs.djangoproject.com/en/1.6/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.6/ref/settings/ """ # Build paths inside the project like this: os.path.join(BASE_DIR, .....
{ "content_hash": "0d58823044e25486bd7fa0eb44b48c5c", "timestamp": "", "source": "github", "line_count": 142, "max_line_length": 77, "avg_line_length": 24.683098591549296, "alnum_prop": 0.6679029957203995, "repo_name": "vstoykov/django-wpadmin", "id": "1a15cc208101276d296b316281fb3dcf9bce6694", "siz...
This application makes use of the following third party libraries: ## SwiftChart The MIT License (MIT) Copyright (c) 2014 Giampaolo Bellavite Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software wit...
{ "content_hash": "fc5d97e9227fc234b7513433206a6e45", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 78, "avg_line_length": 45.074074074074076, "alnum_prop": 0.8027937551355793, "repo_name": "gpbl/SwiftChart", "id": "d43a1501ddd282706148e1b672973a1faef46139", "size": "1236...
package au.com.noojee.acceloapi.entities; import java.time.LocalDateTime; import au.com.noojee.acceloapi.entities.meta.fieldTypes.BasicFilterField; import au.com.noojee.acceloapi.entities.meta.fieldTypes.DateFilterField; import au.com.noojee.acceloapi.entities.meta.fieldTypes.InsertOnlyField; import au.com.noojee.acc...
{ "content_hash": "f53fdd24ec1e56686ebdff44c364e0b8", "timestamp": "", "source": "github", "line_count": 244, "max_line_length": 116, "avg_line_length": 19.811475409836067, "alnum_prop": 0.7157633429871741, "repo_name": "bsutton/acceloapi", "id": "9700fe751be5d8114083b48ea99c716bbb349a61", "size": "...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>vim中文手册</title> <meta name="description" content="vim8.0 中文帮助文档"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="vim.css" type="text/css"> </head> <body> <header class="site-header"> <div class=...
{ "content_hash": "fac4461b0ed2267103da36db988f6f31", "timestamp": "", "source": "github", "line_count": 126, "max_line_length": 458, "avg_line_length": 89.48412698412699, "alnum_prop": 0.6632372505543237, "repo_name": "yuweijun/yuweijun.github.io", "id": "df22380a4d339beae27e99569347c189baaa7f1b", ...
// author BOSS #ifndef __HOST__ #define __HOST__ /****************************************************************************** ** IMPORTANT!!! ** ** ...
{ "content_hash": "315a1ae05419e1c019e3f05a82896c75", "timestamp": "", "source": "github", "line_count": 109, "max_line_length": 179, "avg_line_length": 36.28440366972477, "alnum_prop": 0.43944374209860937, "repo_name": "koobonil/Boss2D", "id": "9dddcaae38a8d5c1b3b26c057befb843ff2dc1d0", "size": "64...
<?php /** * model class for Orders table */ class Orders_model extends CI_Model { function __construct() { $this->load->database(); } }
{ "content_hash": "f919a4c325b2b3037dcb8599bb29f1e3", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 37, "avg_line_length": 12.909090909090908, "alnum_prop": 0.6338028169014085, "repo_name": "vikstar94/chombo", "id": "20fdc283deffb4a327aaf54125ee238dce46ce0c", "size": "142...
<?php /** * The template for displaying Archive pages. * * Used to display archive-type pages if nothing more specific matches a query. * For example, puts together date-based pages if no date.php file exists. * * Learn more: http://d5creation.com * A D5 Creation Theme */ get_header(); ?> <section id="pri...
{ "content_hash": "9de762ff08bb087d3fbd757bfe4ef542", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 157, "avg_line_length": 31.742857142857144, "alnum_prop": 0.549054905490549, "repo_name": "agocs/agocs.org", "id": "77513b6aa1bfaaebc6469835fd59b8cbd9a75a0e", "size": "2222...
End of preview.

No dataset card yet

Downloads last month
1