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 1004
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 1786)
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 1004
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 |
|---|---|
#include <folly/detail/RangeCommon.h>
#include <bitset>
#include <folly/container/SparseByteSet.h>
namespace folly {
namespace detail {
size_t qfind_first_byte_of_bitset(
const StringPieceLite haystack,
const StringPieceLite needles) {
std::bitset<256> s;
for (auto needle : needles) {
s[(uint8_t)... | {
"content_hash": "d31b9239b92dd21f4eb0ed3db7396fe7",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 60,
"avg_line_length": 21.046511627906977,
"alnum_prop": 0.6464088397790055,
"repo_name": "Orvid/folly",
"id": "87467b6204d3292a74393ad912a7582e94c306c7",
"size": "1500",
... |
Scala wrapper for the Codacy API.
[](https://www.codacy.com/gh/codacy/codacy-api-scala?utm_source=github.com&utm_medium=referral&utm_content=codacy/codacy-api-scala&utm_campaign=Badge_Grade)
[;... | {
"content_hash": "04ef015a1b02f5a4d388483b3fab5a9f",
"timestamp": "",
"source": "github",
"line_count": 1765,
"max_line_length": 103,
"avg_line_length": 29.30311614730878,
"alnum_prop": 0.5633990719257541,
"repo_name": "ahmedshafeeq/otp",
"id": "ac3d9c828e63290d22760bfdec0b6fd18d8fc995",
"size": "5... |
/* eslint-disable consistent-return */
const chalk = require('chalk');
const _ = require('lodash');
const prompts = require('./prompts');
const BaseGenerator = require('../generator-base');
const writeFiles = require('./files').writeFiles;
const packagejs = require('../../package.json');
const crypto = require('crypto... | {
"content_hash": "fa4ca71d9470d20292a022e1d1228dd4",
"timestamp": "",
"source": "github",
"line_count": 466,
"max_line_length": 244,
"avg_line_length": 48.61158798283262,
"alnum_prop": 0.5637663885578069,
"repo_name": "erikkemperman/generator-jhipster",
"id": "86b07a5026c767c43ce11e14b2441c8abf3f8301... |
import { Injectable } from '@angular/core';
import { GeoItem } from '../geo-item.interface';
import * as L from 'leaflet';
import { TranslateService } from '@ngx-translate/core';
import { BehaviorSubject } from 'rxjs';
import { filter, map, take } from 'rxjs/operators';
import { GeoInfoService } from '../geo-info/geo-i... | {
"content_hash": "3df5b62629a50045a9b70900f2663a27",
"timestamp": "",
"source": "github",
"line_count": 273,
"max_line_length": 113,
"avg_line_length": 29.24175824175824,
"alnum_prop": 0.5993987222848554,
"repo_name": "aitarget/aitarget-components",
"id": "214be1ad96595f79f31937c97a676ccb2d0b466e",
... |
namespace RemovingNegative
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using SumAndAvarageOfList;
class RemovingNegative
{
//05. Write a program that removes from given sequence all negative numbers.
... | {
"content_hash": "14f25660419d590d0cfa9df257fd6d07",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 102,
"avg_line_length": 28.727272727272727,
"alnum_prop": 0.5522151898734177,
"repo_name": "TsvetanKT/TelerikHomeworks",
"id": "f00462e20169cbde5ede4dff97f0ff03b5042fce",
"... |
namespace VEngine
{
namespace FileSystem
{
class MediaInterface;
}
namespace Renderer
{
namespace Internal
{
class VulkanDevice;
struct ImageData {
public:
int width, height, channelCount;
void* data;
... | {
"content_hash": "7e02b966421573e236c37ddf92827734",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 185,
"avg_line_length": 41.09090909090909,
"alnum_prop": 0.6033501896333755,
"repo_name": "achlubek/venginenative",
"id": "c1bfde1936f62bd2c4b3145650c357d4a9f4c8f2",
"size"... |
heroku apps:destroy -a $1 --confirm $1
| {
"content_hash": "acfb8e34926b9a160e6a533dddf3e1a3",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 38,
"avg_line_length": 39,
"alnum_prop": 0.6923076923076923,
"repo_name": "lawwantsin/auto-heroku",
"id": "3c3945b3a5abd1e60027542a2941349c865fd2f2",
"size": "136",
"binar... |
package Paws::Firehose::KinesisStreamSourceDescription;
use Moose;
has DeliveryStartTimestamp => (is => 'ro', isa => 'Str');
has KinesisStreamARN => (is => 'ro', isa => 'Str');
has RoleARN => (is => 'ro', isa => 'Str');
1;
### main pod documentation begin ###
=head1 NAME
Paws::Firehose::KinesisStreamSourceDe... | {
"content_hash": "4c86211c9ea53a6979b3338b0022c990",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 117,
"avg_line_length": 25.242857142857144,
"alnum_prop": 0.7430673457838144,
"repo_name": "ioanrogers/aws-sdk-perl",
"id": "1a4c974568cd3cad751df6428bf0b1542c5059ad",
"siz... |
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
versio... | {
"content_hash": "69d95a82c99496ee2d232059e8f77506",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 105,
"avg_line_length": 34.58064516129032,
"alnum_prop": 0.7243470149253731,
"repo_name": "xingweijie/bmanager",
"id": "8cecce9188a527fe861cdf8aa5212866b2a63a96",
"size": "... |
title: Account
layout: usermanual-page.hbs
position: 3
---
The Account tab lets you edit your global profile settings. From here you can control your account and billing info and see your cloud storage use.
![account_page][1]
[1]: /images/platform/account.png "Account"
| {
"content_hash": "b4f016e96e38993746a796fb136fe816",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 147,
"avg_line_length": 27.3,
"alnum_prop": 0.7619047619047619,
"repo_name": "playcanvas/developer.playcanvas.com",
"id": "6532d8e087bd5af2adc99254cefaa1cd7bffd3e5",
"size"... |
from ..shared import bases
from ..shared.utils import assertions
class AcceptRanges(bases.TokensHeaderBase):
"""
Sent by Server only.
The ``Accept-Ranges`` header field allows a\
server to indicate that it supports range\
requests for the target resource.
Example::
AcceptRanges([Ran... | {
"content_hash": "a475a501b5b0a09b605a24c66d30b4af",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 71,
"avg_line_length": 22.083333333333332,
"alnum_prop": 0.6679245283018868,
"repo_name": "nitely/http-lazy-headers",
"id": "7aaf5da840b1341b94d00a0c89ed9e429b2e7c8e",
"siz... |
using System;
namespace eidss.model.Reports.AberrationAnalisys
{
public class ILISyndromicAberrationModel : AberrationModel
{
public ILISyndromicAberrationModel
(string language, DateTime startDate, DateTime endDate,
long? regionId, long? rayonId, string location,
... | {
"content_hash": "b3981d8947a8e04a6d755afe97808fe0",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 144,
"avg_line_length": 37.5625,
"alnum_prop": 0.6048252911813644,
"repo_name": "EIDSS/EIDSS-Legacy",
"id": "4c3ea777168f3a9ccfedd6993a6d211ec5498f91",
"size": "1204",
"b... |
"""
Provides widget classes and functions.
.. warning:: All PyQt4/PySide gui classes are exposed but when you use
PyQt5, those classes are not available. Therefore, you should treat/use
this package as if it was ``PyQt5.QtWidgets`` module.
"""
import os
from qtpy import QT_API
from qtpy import PYQT5_API
from q... | {
"content_hash": "46de02d62665d29501835f295cd3febd",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 79,
"avg_line_length": 39.31372549019608,
"alnum_prop": 0.600498753117207,
"repo_name": "MrLeeh/qtpy",
"id": "e1c19c69e0414bfa1e7d2dd745be0a09378e6056",
"size": "2188",
"... |
package io.sarl.lang.mwe2.keywords;
import static org.eclipse.xtext.EcoreUtil2.eAllContentsAsList;
import static org.eclipse.xtext.EcoreUtil2.typeSelect;
import java.lang.ref.SoftReference;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util... | {
"content_hash": "16e90c6a57b2d8f880fbc2c41bdcd556",
"timestamp": "",
"source": "github",
"line_count": 585,
"max_line_length": 127,
"avg_line_length": 35.95213675213675,
"alnum_prop": 0.6588531761125903,
"repo_name": "sarl/sarl",
"id": "7f289b76f6b30a9f4d26c40bcf63cf907fc16d9a",
"size": "21767",
... |
<!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_121) on Tue Mar 28 17:38:10 CET 2017 -->
<title>kariminf.langpi.basic.hungarian (LangPi 1.1.1 API)</title>
<meta name="date" content="2017-03-2... | {
"content_hash": "2d2bb53fee028176b09317b5b151c227",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 151,
"avg_line_length": 56.625,
"alnum_prop": 0.7019867549668874,
"repo_name": "kariminf/LangPi",
"id": "56c3dbc52168feb9201ed80cec73b0dbe03fd53f",
"size": "1359",
"binar... |
<?php
namespace Oro\Bundle\EntityBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
use FOS\Rest\Util\Codes;
use Sensio\Bund... | {
"content_hash": "36159c7d352909aa1ef50fdcf86d01fb",
"timestamp": "",
"source": "github",
"line_count": 294,
"max_line_length": 115,
"avg_line_length": 33.244897959183675,
"alnum_prop": 0.5462451401677921,
"repo_name": "MarkThink/OROCRM",
"id": "0a60cfb8a55fe958a0b0cac5df9bdd6fac2661a9",
"size": "9... |
package org.bremersee.data.ldaptive;
import static org.junit.jupiter.api.Assertions.assertTrue;
import java.util.Collection;
import lombok.extern.slf4j.Slf4j;
import org.bremersee.data.ldaptive.app.GroupMapper;
import org.bremersee.data.ldaptive.app.PersonMapper;
import org.bremersee.data.ldaptive.app.TestConfigura... | {
"content_hash": "8617f1e88685c87a9f73bdfb2376dc98",
"timestamp": "",
"source": "github",
"line_count": 132,
"max_line_length": 99,
"avg_line_length": 37.27272727272727,
"alnum_prop": 0.7022357723577236,
"repo_name": "bremersee/common",
"id": "3b61707192180d60401b03af65cf8dbc11a21931",
"size": "554... |
<?php
namespace Magento\Payment\Block\Transparent;
/**
* Iframe block for register specific params in layout
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Iframe extends \Magento\Framework\View\Element\Template
{
const REGISTRY_KEY = 'transparent_form_params';
/**
* Core regi... | {
"content_hash": "13fbeaf59bb417f66d50c886b7230966",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 71,
"avg_line_length": 23.8125,
"alnum_prop": 0.6141732283464567,
"repo_name": "j-froehlich/magento2_wk",
"id": "5a544674b1552e5f6d00c4db45b6a93305226d97",
"size": "1251",
... |
package be.rubus.web.testing.widget.extension.angularwidgets.internal;
import be.rubus.web.testing.widget.extension.angularwidgets.AbstractAngularWidgetsWidget;
import be.rubus.web.testing.widget.extension.angularwidgets.PuiGrowl.Severity;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
i... | {
"content_hash": "4766d6e3c146b7ff55c68f17de046a58",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 117,
"avg_line_length": 28.634408602150536,
"alnum_prop": 0.6575291025159594,
"repo_name": "rdebusscher/grafaces",
"id": "55de6380338bb0bffeb78b2659b872b2a7433a1b",
"size":... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@... | {
"content_hash": "7ba47a566318cc369a5f4f0f8cf76f72",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 63,
"avg_line_length": 37.694117647058825,
"alnum_prop": 0.6186017478152309,
"repo_name": "yaa110/Memento",
"id": "443203765a7be8df2e5e9c6ba998ec59ccaafeb0",
"size": "3204"... |
module.exports = {
fbUrl: 'https://graph.facebook.com',
dbName: 'data.db',
};
| {
"content_hash": "2e8fbded01602bf3e68761912dc1e68f",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 38,
"avg_line_length": 16.6,
"alnum_prop": 0.6144578313253012,
"repo_name": "suricactus/fb-group-members",
"id": "0bab7fdb3df87a4fcdfdc7012a4a0fb7fa0e00b9",
"size": "83",
... |
"""Urls for the Zinnia sitemap"""
from django.conf.urls import url
from django.conf.urls import patterns
from zinnia.views.sitemap import Sitemap
urlpatterns = patterns(
'',
url(r'^$', Sitemap.as_view(),
name='zinnia_sitemap'),
)
| {
"content_hash": "08d095ef79644a1bc5256057a2d8afb0",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 40,
"avg_line_length": 20.75,
"alnum_prop": 0.6827309236947792,
"repo_name": "lu18887/perhapsgeekblog",
"id": "0f446bdcd8845e9c313f05fd34ddf6cdf6b403e6",
"size": "249",
"... |
<!--
Safe sample
input : get the UserData field of $_SESSION
sanitize : settype (float)
File : use of untrusted data in a double quoted string in a script
-->
<!--Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to
use, copy, modify, and distribute this softw... | {
"content_hash": "0015c21e3dc5d43cf7cc510a86afe9da",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 75,
"avg_line_length": 21.5,
"alnum_prop": 0.7441860465116279,
"repo_name": "stivalet/PHP-Vulnerability-test-suite",
"id": "c7329f9a60f1e69e8b729f32ec243242e4ab98c4",
"size... |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectLevelVcsManager" settingsEditedManually="false">
<OptionsSetting value="true" id="Add" />
<OptionsSetting value="true" id="Remove" />
<OptionsSetting value="true" id="Checkout" />
<OptionsSetting value="true" id="Upda... | {
"content_hash": "809075754067a4d42a5b0259d936e4b3",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 158,
"avg_line_length": 50.285714285714285,
"alnum_prop": 0.6832386363636364,
"repo_name": "VCarnaval/Estrutura-de-Dados",
"id": "73a1839cd05078506faa90b6022608e5a42b9024",
... |
package wikidata.hashtaginclude.com.wikidataexplorer.api;
import android.view.View;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonPrimitive;
import org.json.JSONObject;
import java.util.AbstractMap;
... | {
"content_hash": "d75d0ff89190809348583ec3a5fc06d4",
"timestamp": "",
"source": "github",
"line_count": 206,
"max_line_length": 152,
"avg_line_length": 42.36407766990291,
"alnum_prop": 0.6178526412283717,
"repo_name": "hashtag-include/wikibase-explorer",
"id": "4e74324fa027ec49420b8a1310cc46307fe410a... |
@implementation DHColorDefaults
+(UIFont*)getDefaultInstructionViewFontWithSize:(float)fontSize{
return [UIFont fontWithName:@"HelveticaNeue-Light" size:fontSize];
}
+(UIColor*)getLightVioletColor{
return [UIColor colorWithRed:0.6 green:0.6 blue:1.0 alpha:1.0f];
}
+(UIColor*)getLightGreenColor{
re... | {
"content_hash": "2255bd17003579e6a612381e0b51368d",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 75,
"avg_line_length": 27.90909090909091,
"alnum_prop": 0.7117263843648208,
"repo_name": "jayesh15111988/DHMathematicsGame",
"id": "3aa28da7e1bf84cfcfa1722a494524516bd8d852",... |
(function() {
'use strict';
angular
.module('uniConnectApp')
.factory('JhiHealthService', JhiHealthService);
JhiHealthService.$inject = ['$rootScope', '$http'];
function JhiHealthService ($rootScope, $http) {
var separator = '.';
var service = {
checkHealth... | {
"content_hash": "655e08291ee538eeb088469b97fd413f",
"timestamp": "",
"source": "github",
"line_count": 130,
"max_line_length": 88,
"avg_line_length": 29.876923076923077,
"alnum_prop": 0.4461894953656025,
"repo_name": "smb564/UniConnect",
"id": "724cf64d0b4a4e04415306456b2b71fdef03f5f3",
"size": "3... |
/* Implementation of utility functions to verify
unit tests aren't performing SMP-unsafe DPORT reads.
*/
#include "unity.h"
#include "sdkconfig.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "soc/uart_reg.h"
#include "test_apb_dport_access.h"
#include "test_utils.h"
#ifndef CONFIG_FREERTOS_U... | {
"content_hash": "81cf54b4a7970948eafcd42c47d759f1",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 74,
"avg_line_length": 22.5,
"alnum_prop": 0.6626984126984127,
"repo_name": "krzychb/rtd-test-bed",
"id": "6cd763f947a4bbf9abafc0b816ac8c571793a23a",
"size": "1260",
"bin... |
package com.ltg.app1.domain;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.io.Serializable;
import java.time.Instant;
import java.util.HashMap;
import java.util.Map;
/**
* Persist AuditEvent managed by the Spring Boot actuator.
*
* @see org.springframework.boot.actuate.audit.... | {
"content_hash": "b2e794b52548268a529928147ff7926e",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 102,
"avg_line_length": 23.9875,
"alnum_prop": 0.6727462219906201,
"repo_name": "mrtequino/JSW",
"id": "edaa185c42b95dac2e27e592b601d4fb7f11ab6d",
"size": "1919",
"binary... |
require 'digest/sha2'
require 'seth/digester'
class Seth
module Mixin
module Checksum
def checksum(file)
Seth::Digester.checksum_for_file(file)
end
end
end
end
| {
"content_hash": "ed8dcbc19025b6b8f953213b3fee2de4",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 46,
"avg_line_length": 13.928571428571429,
"alnum_prop": 0.6564102564102564,
"repo_name": "danielsdeleo/seth",
"id": "11f28da867a97d0faa2a4878545fe8ed29db67c1",
"size": "87... |
End of preview.
No dataset card yet
- Downloads last month
- 1