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 645
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 2213)
              
              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 645
              
              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
<?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> <groupId>com.banad...
{ "content_hash": "f8f6570ed7ef5448c5ad738450f0ddc8", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 108, "avg_line_length": 34.34090909090909, "alnum_prop": 0.6565188616810059, "repo_name": "banadiga/sandbox", "id": "fed2f800a8c9d5938a2d5532999fcabc54752e72", "size": "151...
using System.Reflection; using System.Runtime.InteropServices; using System.Security; // 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("Orchard.Framework...
{ "content_hash": "7a4399c5dd56bd7e9aa96253b95c5b08", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 84, "avg_line_length": 35.05, "alnum_prop": 0.7467902995720399, "repo_name": "kayone/Orchard", "id": "0ec3d5c34c7af053b9d51612aae55ae41e591f6a", "size": "1405", "binary":...
package com.tp.ems.common.mapper; import java.io.IOException; import java.util.List; import java.util.Map; import java.util.TimeZone; import org.apache.commons.lang3.StringEscapeUtils; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.fasterxml.jackson....
{ "content_hash": "043b76e53134a91c6216c12cda12bd63", "timestamp": "", "source": "github", "line_count": 259, "max_line_length": 98, "avg_line_length": 26.91891891891892, "alnum_prop": 0.7216006884681584, "repo_name": "347184068/gmenergy", "id": "5552a575fd5b1ec4e4e0567363266ac80efb0531", "size": "7...
import {describe, it, expect, beforeEach, ddescribe, iit, xit, el} from 'angular2/test_lib'; import {StyleUrlResolver} from 'angular2/src/render/dom/compiler/style_url_resolver'; import {UrlResolver} from 'angular2/src/services/url_resolver'; import {AppRootUrl} from 'angular2/src/services/app_root_url'; export funct...
{ "content_hash": "27b48bfeab0b3188e81d04c2ea7d2918", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 97, "avg_line_length": 30.69736842105263, "alnum_prop": 0.5816545220745821, "repo_name": "gfogle/angular", "id": "d9d3707b3fb651461da3f3013ada3bff9a0fff74", "size": "2333",...
package opennlp.tools.util; import java.io.ByteArrayInputStream; import java.util.HashMap; import java.util.Map; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; import opennlp.tools.ml.EventTrainer; public class TrainingParametersTest { @Test void testConstructors() throws Excepti...
{ "content_hash": "6b370c5b45c9e49f77d16d901fc28a6d", "timestamp": "", "source": "github", "line_count": 215, "max_line_length": 104, "avg_line_length": 37.27441860465116, "alnum_prop": 0.6771899176441227, "repo_name": "apache/opennlp", "id": "dd05af6e7d1b4effe3eb06eb2bdc05f9433f586e", "size": "8814...
require 'sinatra' require 'sinatra/json' require 'mongo' module Nightwatch class Server < Sinatra::Application set :run, false set :server, 'thin' # TODO: Allow server configuration via command-line or settings file. mongo = Mongo::MongoClient.new events = mongo['nightwatch']['events'] get ...
{ "content_hash": "170d03483e3a0efb0eba63cfba829f33", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 73, "avg_line_length": 20.085714285714285, "alnum_prop": 0.5988620199146515, "repo_name": "schmich/nightwatch", "id": "c590fde0cfe3109655ec48d02b19d6999e6b48f8", "size": "7...
package org.elasticsearch.ingest; import org.elasticsearch.ElasticsearchException; import org.elasticsearch.common.collect.Tuple; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.concurrent.TimeUnit; import java.util.fun...
{ "content_hash": "eee7a6c9e6a65ceee8cda1f96ffe4a9e", "timestamp": "", "source": "github", "line_count": 223, "max_line_length": 126, "avg_line_length": 42.39013452914798, "alnum_prop": 0.6718502062837195, "repo_name": "HonzaKral/elasticsearch", "id": "9cc414c5a15d6fda09971f82dd267d60c9ecfa83", "siz...
<?php return [ /* |-------------------------------------------------------------------------- | Pagination Language Lines |-------------------------------------------------------------------------- | | The following language lines are used by the paginator library to build | the simple pag...
{ "content_hash": "199fe5d48bd8c7dbacc3014001b3035a", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 79, "avg_line_length": 28.157894736842106, "alnum_prop": 0.4373831775700935, "repo_name": "ifthenelse42/archontos", "id": "0f13123d4a2289c9a98f62ae2ff1e226bc589d8c", "size"...
<?php /* Safe sample input : use fopen to read /tmp/tainted.txt and put the first line in $tainted sanitize : use of floatval construction : interpretation */ /*Copyright 2015 Bertrand STIVALET Permission is hereby granted, without written agreement or royalty fee, to use, copy, modify, and distribute this softw...
{ "content_hash": "c2475e4a8b56aa042574d18a0b3accc7", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 77, "avg_line_length": 22.17910447761194, "alnum_prop": 0.721399730820996, "repo_name": "stivalet/PHP-Vulnerability-test-suite", "id": "b9e1fb03b469f3d21d1d6d646f316d80210580...
namespace BizHawk.Client.EmuHawk { partial class MobileDetailView { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed...
{ "content_hash": "41a695e34a7ebf3e9e309e8e25402789", "timestamp": "", "source": "github", "line_count": 104, "max_line_length": 135, "avg_line_length": 45.875, "alnum_prop": 0.65625654998952, "repo_name": "ircluzar/RTC3", "id": "4338429bb3f23103380eda186d2a5de5f4bcd69c", "size": "4773", "binary":...
<?php /** Template Page for the image browser Follow variables are useable : $image : Contain all about the image $meta : Contain the raw Meta data from the image $exif : Contain the clean up Exif data $iptc : Contain the clean up IPTC data $xmp : Contain the clean up XMP data You can check the cont...
{ "content_hash": "275e539f56fe58a68baacc2566ec9245", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 190, "avg_line_length": 42.270270270270274, "alnum_prop": 0.6342710997442456, "repo_name": "pablopalillo/rojosporlasexta", "id": "803e27c401d03dccf2b69b849407010b3e1553be", ...
/** * A mixin for groups of Focusable things (Components, Widgets, etc) that * should respond to arrow keys to navigate among the peers, but keep only * one of the peers tabbable by default (tabIndex=0) * * Some examples: Toolbars, Radio groups, Tab bars, Panel headers, Menus */ Ext.define('Ext.util.Focu...
{ "content_hash": "cf2519546919d76d23bb428becec7f4d", "timestamp": "", "source": "github", "line_count": 654, "max_line_length": 95, "avg_line_length": 36.90214067278288, "alnum_prop": 0.4970995276373581, "repo_name": "sys0pp/c5", "id": "2d8f33b4ff71486fb6feb8007562ad87b358db82", "size": "24134", ...
class Circle::ActivateMember < Mutations::Command required do integer :circle_id integer :user_id end def execute activate_user notify_user end private def activate_user user.active! end def notify_user UserMailer.account_activated(user).deliver_now end def circle ...
{ "content_hash": "c3fa2f8aebe6ff79ba829eff725164a0", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 50, "avg_line_length": 13, "alnum_prop": 0.674937965260546, "repo_name": "phil-monroe/lale-help", "id": "6be32259d49a6b6ee600ffb52811b3fa102ee965", "size": "403", "binary...
require File.dirname(__FILE__) + '/../../../spec_helper' describe Pkgr::Distributions::Base do let(:config) { Pkgr::Config.new } let(:distribution) { Pkgr::Distributions::Base.new("7.4", config) } describe "pre/post install" do it "has a preinstall file" do expect(distribution.preinstall_file).to_not ...
{ "content_hash": "50b47f1926b20e4acf57ff5aaaae3fe8", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 99, "avg_line_length": 36.793103448275865, "alnum_prop": 0.6494845360824743, "repo_name": "monterail/pkgr", "id": "97d87b7657c84d2f296db580973d5da5f2108367", "size": "2134"...
<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> <groupId>com.alibaba.otter</groupId> <artifactId>canal</artifactI...
{ "content_hash": "147aa00486f67e735ef5f262e096718d", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 204, "avg_line_length": 35.714285714285715, "alnum_prop": 0.7184, "repo_name": "hanl754/canal", "id": "b4bb5428a04b24659848db1c4419db829bee1bc3", "size": "1250", "binary"...
import dateutil.relativedelta from django.utils import timezone import mock from nose.tools import * # flake8: noqa import pytest from urlparse import urlparse from api.base.settings.defaults import API_BASE from api_tests.nodes.views.test_node_draft_registration_list import DraftRegistrationTestCase from api_tests.r...
{ "content_hash": "f28c8b46f8d494b25dcfd9920c0a374a", "timestamp": "", "source": "github", "line_count": 1299, "max_line_length": 200, "avg_line_length": 38.56735950731332, "alnum_prop": 0.5705303499071838, "repo_name": "chennan47/osf.io", "id": "ea9ca519490efb1aff4f578bb3459c7b465b16d4", "size": "5...
namespace asf = foundation; namespace asr = renderer; asr::ParamArray get_uv_params(Texmap* texmap, const TimeValue time) { asr::ParamArray uv_params; if (texmap == nullptr) return uv_params; UVGen* uv_gen = texmap->GetTheUVGen(); if (!uv_gen || !uv_gen->IsStdUVGen()) return uv_params...
{ "content_hash": "2566aa67ed6e4c75e92811ef1ecf37f8", "timestamp": "", "source": "github", "line_count": 681, "max_line_length": 140, "avg_line_length": 38.72246696035242, "alnum_prop": 0.5600303375047402, "repo_name": "usakhelo/appleseed-max", "id": "ed288272b9ebea84aaeb74d585b27356b03529ca", "size...
package stellar.io; import java.io.File; import java.io.IOException; import stellar.data.GroupRecord; import stellar.data.GroupType; import stellar.data.HexID; import java.io.StreamTokenizer; /** * This class reads the .SEC files as found on http://maps.travellercentral.com . * These files are maintained ...
{ "content_hash": "fa0bedc24703e265042a7ac7d859190d", "timestamp": "", "source": "github", "line_count": 186, "max_line_length": 159, "avg_line_length": 32.935483870967744, "alnum_prop": 0.5439111981717271, "repo_name": "makhidkarun/cartography", "id": "43da3725acc5f44c5e33642e3a3a72bbca9fb339", "si...
package com.thinkgem.jeesite.common.utils.excel; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.Collections; import java.util.C...
{ "content_hash": "a7e20c6e3abee72365f6582ad350b5e0", "timestamp": "", "source": "github", "line_count": 533, "max_line_length": 115, "avg_line_length": 28.786116322701687, "alnum_prop": 0.6502639640226814, "repo_name": "zkai7/wpf", "id": "f9177fb69a62e799dd33410d8e3fb7afd38bc007", "size": "16389", ...
using System; namespace Azure.ResourceManager.HealthBot.Models { /// <summary> The properties of a Azure Health Bot. The Health Bot Service is a cloud platform that empowers developers in Healthcare organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help t...
{ "content_hash": "3d8dbfb72d4c2f4f0a27dd25842f4b38", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 304, "avg_line_length": 53.58064516129032, "alnum_prop": 0.7049969897652016, "repo_name": "Azure/azure-sdk-for-net", "id": "380459e8c16234704920b61171094b77c0f806da", "size...
@class XMPPJID; @interface ServerlessDemoAppDelegate : NSObject <UIApplicationDelegate> { XMPPJID *myJID; NSManagedObjectModel *managedObjectModel; NSManagedObjectContext *managedObjectContext; NSPersistentStoreCoordinator *persistentStoreCoordinator; UIWindow *window; UINavigationController *navigationC...
{ "content_hash": "7661c4ebbf1039001665710f47484ef2", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 89, "avg_line_length": 29.225806451612904, "alnum_prop": 0.8222958057395143, "repo_name": "karanth/react-native-xmpp-mam", "id": "d07cb08e6cf47f76fdb798ab6841439df4ca736b", ...
[![Join the chat at https://gitter.im/shiraji/new-instance-inspection](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/shiraji/new-instance-inspection?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Fragment%20new...
{ "content_hash": "d69f44941d52cb907b4482c93898b36b", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 413, "avg_line_length": 41.03636363636364, "alnum_prop": 0.768276473194506, "repo_name": "shiraji/new-instance-inspection", "id": "8f5a5349e552fdf15b098eddc7234a6149e46c2c", ...
namespace blink { class ArrayBufferOrArrayBufferView; // This class is for passing around un-owned bytes as a pointer + length. // It supports implicit conversion from several other data types. // // ArrayPiece has the concept of being "null". This is different from an empty // byte range. It is invalid to call metho...
{ "content_hash": "14bb3f03b1cd99e30d3f89f4079664d4", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 79, "avg_line_length": 34.43478260869565, "alnum_prop": 0.702020202020202, "repo_name": "google-ar/WebARonARCore", "id": "1fc00e4883d5346d66aca00b9afbbb1b8770666c", "size":...
namespace Nancy.JsonPatch.OperationProcessor { internal class JsonPatchOperationExecutorResult { public bool Succeeded { get; set; } public string Message { get; set; } } }
{ "content_hash": "3cbbc86114d51528283baad8405f1b21", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 51, "avg_line_length": 25, "alnum_prop": 0.68, "repo_name": "DSaunders/Nancy.JsonPatch", "id": "379c51c03937a6f0ceddf0a11cc37cff3b1acc5a", "size": "200", "binary": false, ...
End of preview.

No dataset card yet

Downloads last month
1