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 585
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 2651)
              
              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 585
              
              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
var contactMe = (function (){ var init = function(){ console.log('Инициализация модуля contactMe'); _setUpListners(); }, _setUpListners = function () { $('#contact-form').on('submit', _submitForm); }, _submitForm = function (e) { console.log('Сабмит формы'); ...
{ "content_hash": "bba17c131b33c9533473a60bfd8f68ab", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 83, "avg_line_length": 22.765625, "alnum_prop": 0.4804392587508579, "repo_name": "100lp/nikitabuchenkov", "id": "12d33d4441618a355c7a77422402e2d3e5e1825b", "size": "1597", ...
import * as Utils from "./utils" import { ResponseData } from "./responsedata" import { GradData, Color } from "../gradient/graddata" import { Point } from './point' import { ColorComputer } from '../colorcomputer' export class FractalBuilder { private dataparts: Array<ResponseData> private data: Array<Uint32Array>...
{ "content_hash": "577bef24e94231db05df896933d68571", "timestamp": "", "source": "github", "line_count": 199, "max_line_length": 115, "avg_line_length": 28.889447236180903, "alnum_prop": 0.6745520960166985, "repo_name": "7affer/fractalTS", "id": "5be8dbcf9ab3fc65baf000472d76e81e83ba83f1", "size": "5...
<!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_151) on Wed Jul 17 09:39:59 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>SimpleElectionPolicyConsume...
{ "content_hash": "d3916ca43b402d2f11449fecf295dc97", "timestamp": "", "source": "github", "line_count": 248, "max_line_length": 852, "avg_line_length": 50.060483870967744, "alnum_prop": 0.6745066451872734, "repo_name": "wildfly-swarm/wildfly-swarm-javadocs", "id": "3b9c53b3fe8afb68f721b14a441f8534f38...
#include "types.h" #if defined(DSI_TYPES_WINDOWS) #include "dsi_thread.h" #include "macros.h" #include <windows.h> #include <string.h> ////////////////////////////////////////////////////////////////////////////////// // Public Functions //////////////////////////////////////////////////////////////////////////...
{ "content_hash": "b82c99dfca54b8eae0774d45ca525165", "timestamp": "", "source": "github", "line_count": 309, "max_line_length": 254, "avg_line_length": 40.00970873786408, "alnum_prop": 0.5897435897435898, "repo_name": "corbamico/ANT-Library", "id": "68081545adada88ce0e3ecd65b616869e2fc9107", "size"...
void Logger::WriteLine(const QString &message) { if (_logFile.open(QIODevice::WriteOnly | QIODevice::Text)) { QTextStream logStream(&_logFile); logStream << message << "\n"; _logFile.close(); } }
{ "content_hash": "156ff9d5db49703d47fd95dd2b067765", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 62, "avg_line_length": 25.77777777777778, "alnum_prop": 0.5948275862068966, "repo_name": "CptMonkeyFist/ArkCharacterSelector", "id": "6021ef986bc99b361a515db6aacb3e0d164fcc84"...
with open("enable1.txt", "r") as file: dictionary = set(file.read().splitlines()) def brokenkeyboard(ls): return max([w for w in dictionary if set(w).issubset(ls)], key=lambda x: len(x)) if __name__ == "__main__": with open("input/input2.txt", "r") as file: lines = file.read().splitlines() for...
{ "content_hash": "195bb8abfa4a069057856874e30565ce", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 84, "avg_line_length": 35.54545454545455, "alnum_prop": 0.6035805626598465, "repo_name": "marcardioid/DailyProgrammer", "id": "355c0b53a27743c54b151954dd72cc6190858da9", "s...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using g3; namespace f3 { /// <summary> /// This element is just a spacer. It has an empty game object which allows it to be positioned/etc. /// </summary> public class HUDSpacer : HUDStandardItem, IBoxModelElement ...
{ "content_hash": "830016bf343e1e66f313d74d5d951a87", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 104, "avg_line_length": 21.352941176470587, "alnum_prop": 0.5608815426997246, "repo_name": "gradientspace/frame3Sharp", "id": "87af2d3ecb76be59993bae59ebe0eafe27ba7a01", "s...
[ Documents ](https://github.com/szhielelp/JekyllTheme-ProjectGaia) ## Dev ``` npm install docsify -g docsify serve docs ```
{ "content_hash": "8bc4fd399c995429302bbd9d7b72f784", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 72, "avg_line_length": 13.4, "alnum_prop": 0.6791044776119403, "repo_name": "szhielelp/JekyllTheme-ProjectGaia-Docs", "id": "557d6bbf03115d570d56caa2528c9308c189dcfa", "siz...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE134_Uncontrolled_Format_String__wchar_t_listen_socket_snprintf_53d.c Label Definition File: CWE134_Uncontrolled_Format_String.label.xml Template File: sources-sinks-53d.tmpl.c */ /* * @description * CWE: 134 Uncontrolled Format String * BadSource: listen_socke...
{ "content_hash": "b79f8994645e6cbf042d6730c106aa6a", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 156, "avg_line_length": 28.56179775280899, "alnum_prop": 0.6801730920535012, "repo_name": "maurer/tiamat", "id": "c68af44810ca479af96af6d9868f3c88f2e23261", "size": "2542",...
'use strict'; var dot = require('dot'); dot.templateSettings.strip = false; var betweenFilterTpl = dot.template('{{=it._column}} BETWEEN {{=it._min}} AND {{=it._max}}'); var minFilterTpl = dot.template('{{=it._column}} >= {{=it._min}}'); var maxFilterTpl = dot.template('{{=it._column}} <= {{=it._max}}'); var filterQu...
{ "content_hash": "df6c10bc40e0fa21cdb790394767f63c", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 111, "avg_line_length": 32.7906976744186, "alnum_prop": 0.6212765957446809, "repo_name": "CartoDB/Windshaft-cartodb", "id": "71f76aea750ae17f4a2ba4ffeb445e49eae5b6c4", "siz...
layout: event title: "Apache Wicket" date: 2011-10-11 19:15:00 tags: events speakers: - mploed location: uni-ka-hs101 --- Apache Wicket ist ein komponentenbasiertes Web-Framework, welches als Top-Level Projekt unter dem Dach der Apache Foundation entwickelt wird. Im Gegensatz zu anderen Web-Frameworks verzichtet ...
{ "content_hash": "5b5e4e8a15f97ab040cf4ce4e35e0a61", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 445, "avg_line_length": 76.5, "alnum_prop": 0.8225957049486461, "repo_name": "fhopf/jugka-site", "id": "86fb13f33ce128000d5ae9b80c20a738c199fdd2", "size": "1080", "binary...
======== Linotype ======== .. list-table:: :stub-columns: 1 * - docs - |docs| * - tests - | |travis| |appveyor| |requires| | * - package - |version| |downloads| |wheel| |supported-versions| |supported-implementations| .. |docs| image:: https://readthedocs.org/projects/linoty...
{ "content_hash": "fc49be166dd6d3fd60ed2c58662f3124", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 115, "avg_line_length": 28.435897435897434, "alnum_prop": 0.6965734896302975, "repo_name": "techdragon/linotype", "id": "616141b1222b0282422560c31aebb355c56b1cbf", "size": ...
'use strict' var React = require('react'); var { View, Text, Navigator, StyleSheet } = require('react-native'); var system = require('../base/system-container'); var {SystemContainer} = system; var FormView = React.createClass({ render() { return ( <SystemContainer> {th...
{ "content_hash": "2888880f797a688f27d1e87e50cb413e", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 49, "avg_line_length": 18.217391304347824, "alnum_prop": 0.5799522673031027, "repo_name": "liuhong1happy/logistics-workflow", "id": "5be5dca744d73316035d5c6b361e5763414f4d23"...
(function() { var _ref, _ref1, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__supe...
{ "content_hash": "135cff2757258d959a73e5ebb6d09dc3", "timestamp": "", "source": "github", "line_count": 141, "max_line_length": 292, "avg_line_length": 32.361702127659576, "alnum_prop": 0.670830593907517, "repo_name": "lsjroberts/p2p-social-network", "id": "17880581160caa9066fa983b6351e1c42c8e5765", ...
package ca.carleton.gcrc.couch.onUpload.inReach; import java.io.File; import ca.carleton.gcrc.couch.onUpload.TestSupport; import junit.framework.TestCase; public class InReachSettingsFromXmlFileTest extends TestCase { public void testLoad() throws Exception { File xmlFile = TestSupport.findResourceFile("inreach_...
{ "content_hash": "698a05a54783669e065a2a72ecd83299", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 80, "avg_line_length": 29.2, "alnum_prop": 0.8059360730593608, "repo_name": "GCRC/nunaliit", "id": "c24b600540240c7af03fa88f67b74d30d0a41377", "size": "438", "binary": fa...
/** * WebServiceCall.java * * This file was generated by MapForce 2011r2sp1. * * YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE * OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION. * * Refer to the MapForce Documentation for further details. * http://www.altova.com/mapforce */ package com.altova.xml; impor...
{ "content_hash": "b2ca2842639f5480ef020b15d8004929", "timestamp": "", "source": "github", "line_count": 570, "max_line_length": 154, "avg_line_length": 32.805263157894736, "alnum_prop": 0.6754906679501578, "repo_name": "NCIP/national-biomedical-image-archive", "id": "ca4ce95c33acc10aafeb7189866c582a3...
//import package "threadExample" import threadExample.*; import utility.MathMethod; import utility.counter; import utility.util; //class: public/private public class JavaBasic { // attributes / variable declaration public static int intCount = 0; //static - belongs to the class, no need for instance of the class. ...
{ "content_hash": "668d29d0e442753a2840d25922a5ac54", "timestamp": "", "source": "github", "line_count": 154, "max_line_length": 124, "avg_line_length": 23.642857142857142, "alnum_prop": 0.6613567701180995, "repo_name": "ofekbytes/JavaNiceStuff", "id": "d4e8a41bbd45a4b41c6bd2dcd87a60c0726ad70c", "si...
package cn.varus.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import cn.varus.dao.UserDao; import cn.varus.entity.User; import cn.varus.service.UserService; @Component public class UserService { @Autowired private UserDao userDao; public...
{ "content_hash": "121d76d1156a52528a1decf2ab76177d", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 62, "avg_line_length": 21, "alnum_prop": 0.7869674185463659, "repo_name": "phoenix-varus/Jvarus", "id": "0612e68ef7a7e648cc3520afdc1958382aae04c4", "size": "399", "binary...
@protocol XCRefactoringModuleItem - (BOOL)shouldHaveCheckbox; - (BOOL)isGroupRow; - (void)drawBackgroundInRect:(struct CGRect)arg1 rowRect:(struct CGRect)arg2; - (id)details; - (id)attributedName; - (id)name; - (id)icon; - (id)childAtIndex:(long long)arg1; - (unsigned long long)numberOfChildren; - (BOOL)isExpandable;...
{ "content_hash": "7ed86f456a34c54b4e823242e11dfa96", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 77, "avg_line_length": 21.8, "alnum_prop": 0.746177370030581, "repo_name": "liyong03/YLCleaner", "id": "0b766cd64d0d304b32de30bab5713e1e3d3843ce", "size": "467", "binary"...
layout: post title: Upgrading Microk8s subtitle: 1.18 to 1.19 date: 2020-09-28 background: /img/headers/icefields1.jpg comments: true published: true --- During June, I installed [microk8s 1.18](/2020/04/21/ubuntu-microk8s), but then spent most of our warm Rockies summer in the mountains hiking and camping. After get...
{ "content_hash": "9d762fdef93706bed79cbd631b5365e1", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 397, "avg_line_length": 36.390625, "alnum_prop": 0.755259768140833, "repo_name": "guydavis/guydavis.github.io", "id": "7d62703e6c9050a3aaa67a46e13469db80088c23", "size": "2...
<sokratik-canvas type="canvas" model="canvas" style="position:absolute; z-index:2"></sokratik-canvas> <div class="full-height"> <div ng-include="templateName" class="full-height"></div> </div>
{ "content_hash": "6f67227d24677b0a8d91d025ef590b43", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 101, "avg_line_length": 51.5, "alnum_prop": 0.6796116504854369, "repo_name": "himangshuj/atelier", "id": "b08f2034cbff5132202086d5cdbb5695266f87a7", "size": "206", "binary...
<?php namespace cii\fields\file; use Yii; use cii\helpers\FileHelper; use cii\fields\BrowserField; class AudioField extends BrowserField { protected function getMimeTypes() { return FileHelper::$audioMimeTypes; } }
{ "content_hash": "73f6855f2fcd991bec09c57304448c7a", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 39, "avg_line_length": 18.416666666666668, "alnum_prop": 0.7737556561085973, "repo_name": "matthieuriolo/cii", "id": "56dc9c50fdc605fcb456c4d8163953cdf222c60e", "size": "22...
using System; #pragma warning disable 1591 // ReSharper disable UnusedMember.Global // ReSharper disable MemberCanBePrivate.Global // ReSharper disable UnusedAutoPropertyAccessor.Global // ReSharper disable IntroduceOptionalParameters.Global // ReSharper disable MemberCanBeProtected.Global // ReSharper disable Incons...
{ "content_hash": "5a101a08607377a49177977c37e4e97c", "timestamp": "", "source": "github", "line_count": 942, "max_line_length": 119, "avg_line_length": 38.8343949044586, "alnum_prop": 0.7049368541905855, "repo_name": "mzxgiant/AzureKeyVaultManager", "id": "0cb23a34616953c48fc17a03f6bfd40a9a9ce196", ...
<?php class MenuItem extends DataObject { private static $db = array( 'Title' => 'Varchar(1000)', 'Link' => 'Varchar(100)', 'SortOrder' => 'Int', ); private static $has_one = array( 'Parent' => 'HomePage' ); public function getCMSFields() { $fields = pa...
{ "content_hash": "98551decf8211e067e11d121323eb765", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 43, "avg_line_length": 19.25, "alnum_prop": 0.5367965367965368, "repo_name": "filiplikavcan/tis-zuzana", "id": "eecab2e7c2ef9ba5592dbcb4a2b9d625b0be50ac", "size": "462", ...
''' Created on 1-Apr-2015 @author: Asawari.Vaidya ''' from PythonNetBanxSDK.CustomerVault.Profile import Profile from PythonNetBanxSDK.OptimalApiClient import OptimalApiClient from Config import Config from RandomTokenGenerator import RandomTokenGenerator optimal_obj = OptimalApiClient(Config.api_key, Config.api_pa...
{ "content_hash": "c5d8c5d9b09dd8f5edfbac20999f456a", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 110, "avg_line_length": 30.93548387096774, "alnum_prop": 0.7653806047966631, "repo_name": "OptimalPayments/Python_SDK", "id": "e4987323e51bb3f026b8796f745a641e0b25b272", "s...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <base href="../" /> <!-- oktavia --> <link rel="stylesheet" href="assets/searchstyle.css" type="text/css" /> <script src="search/jquery-1.9.1.min.js"></script> <script src="search/oktavia-jquery-ui.js"></script> <script...
{ "content_hash": "14d3215d1c540225165121d780909f43", "timestamp": "", "source": "github", "line_count": 668, "max_line_length": 316, "avg_line_length": 34.872754491017965, "alnum_prop": 0.7166344709165057, "repo_name": "ntabee/h2o-tile", "id": "0c4dd1800f0637012a358aa94c2af369b3ec3a43", "size": "23...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>float: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
{ "content_hash": "7276f77cfa22d8d7bd9d3f6a552c1c91", "timestamp": "", "source": "github", "line_count": 172, "max_line_length": 159, "avg_line_length": 39.825581395348834, "alnum_prop": 0.5366423357664234, "repo_name": "coq-bench/coq-bench.github.io", "id": "16c18967cd704577234303e0d00b19f8e42359c2",...
#include <GroupsockHelper.hh> // for "gettimeofday()" #include <stdint.h> #include <time.h> #include <boost/thread.hpp> #include <boost/interprocess/containers/deque.hpp> #include <ctime> #include <chrono> #include <iomanip> #include "config.h" #include "RawPixelSource.hpp" namespace bc = boost::chrono; boost::mutex...
{ "content_hash": "388170b5b5c935ec0adcee92ed0cded9", "timestamp": "", "source": "github", "line_count": 630, "max_line_length": 157, "avg_line_length": 27.306349206349207, "alnum_prop": 0.6452362959948846, "repo_name": "YunSuk/AlloUnity", "id": "b957cddaf61afd96d45011cbcef729de9f771c4f", "size": "1...
import unittest from iobeam.endpoints import tokens from tests.http import dummy_backend from tests.http import request _OLD_TOKEN = dummy_backend.TOKEN _NEW_TOKEN = dummy_backend.NEW_TOKEN TokenService = tokens.TokenService DummyBackend = dummy_backend.DummyBackend class TestDeviceService(unittest.TestCase): ...
{ "content_hash": "29640f029879b09d050566f973402cfa", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 80, "avg_line_length": 34.707692307692305, "alnum_prop": 0.6493794326241135, "repo_name": "iobeam/iobeam-client-python", "id": "ec9060e5755d57a112aed6d552c1aac39c9189a9", "...
//initialize all of our variables var app, base, concat, directory, gulp, gutil, hostname, path, refresh, sass, uglify, imagemin, minifyCSS, del, browserSync, autoprefixer, gulpSequence, shell, sourceMaps, plumber; var autoPrefixBrowserList = ['last 2 version', 'safari 5', 'ie 8', 'ie 9', 'opera 12.1', 'ios 6', 'andro...
{ "content_hash": "c2292a993b5216dd00afb5a140c0f986", "timestamp": "", "source": "github", "line_count": 210, "max_line_length": 180, "avg_line_length": 37.01904761904762, "alnum_prop": 0.5715204527913558, "repo_name": "maxigor/todolist.js", "id": "907dedb0152eb1a91e1fa657eb619cdb72fc0318", "size": ...
namespace Oldmansoft.Html.WebMan.FormInputCreator.Handlers { class MultilineTextHandler : Handler { protected override bool Request(HandlerParameter input, ref Input.IFormInput result) { if (input.PropertyContent.DataType == System.ComponentModel.DataAnnotations.DataType.MultilineTe...
{ "content_hash": "749d5429b9bd5109ca5a35a1c8307dda", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 111, "avg_line_length": 35.529411764705884, "alnum_prop": 0.609271523178808, "repo_name": "Oldmansoft/WebMan", "id": "e1e14d051ee0b9785f769d006d90e880896114e2", "size": "60...
End of preview.

No dataset card yet

Downloads last month
1