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 1028
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 3217)
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 1028
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 |
|---|---|
"""Mimic pyquick exercise -- optional extra exercise.
Google's Python Class
Read in the file specified on the command line.
Do a simple split() on whitespace to obtain all the words in the file.
Rather than read the file line by line, it's easier to read
it into one giant string and split it once.
Build a "mimic" dic... | {
"content_hash": "e950ce912dd7d01a729a8912097540de",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 78,
"avg_line_length": 30.843373493975903,
"alnum_prop": 0.679296875,
"repo_name": "haozai309/hello_python",
"id": "3ed1cf24d7ec57b5b96b96282c2533582ad331c3",
"size": "2791... |
import App from './app';
import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';
import { showPage } from '../../actions/navigation';
const mapStateToProps = state => {
return {
displayName: state.user.me.name,
isSignedIn: state.user.isSignedIn,
page: state.naviga... | {
"content_hash": "f9f666a161449a59a0603adc38de2efe",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 65,
"avg_line_length": 26,
"alnum_prop": 0.6695804195804196,
"repo_name": "colinjeanne/learning-site",
"id": "efc28f2394a2025bad40128a54ed9699b6e37827",
"size": "572",
"b... |
package org.apache.commons.vfs2.provider.local;
import org.apache.commons.vfs2.FileName;
import org.apache.commons.vfs2.FileType;
/**
* A local file URI.
*
* @author <a href="http://commons.apache.org/vfs/team-list.html">Commons VFS team</a>
* @version $Revision$ $Date$
*/
public class WindowsFileName extends L... | {
"content_hash": "19e964368b435275843506ae9c83f237",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 86,
"avg_line_length": 27.58,
"alnum_prop": 0.5888324873096447,
"repo_name": "easel/commons-vfs",
"id": "ebdfd5bb7742d6d0d3ccfebe1bf1513de2285c34",
"size": "2181",
"binar... |
// This file canonicalize reduction ops in hlo dialect to match the
// capacity of codegen backend.
#include "mlir-hlo/Dialect/mhlo/IR/hlo_ops.h"
#include "mlir-hlo/Dialect/mhlo/transforms/PassDetail.h"
#include "mlir/Dialect/Arithmetic/IR/Arithmetic.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Dialec... | {
"content_hash": "4ecab0b718915c58e9a535a415d8e150",
"timestamp": "",
"source": "github",
"line_count": 246,
"max_line_length": 87,
"avg_line_length": 39.166666666666664,
"alnum_prop": 0.5538142189932538,
"repo_name": "gautam1858/tensorflow",
"id": "da53c2a21fcc4b0a493cdcb85928fe561a96db34",
"size"... |
package com.wandrell.tabletop.punkapocalyptic.procedure;
import java.util.Collection;
import com.wandrell.tabletop.interval.Interval;
import com.wandrell.tabletop.punkapocalyptic.model.availability.option.ArmorOption;
import com.wandrell.tabletop.punkapocalyptic.model.inventory.Equipment;
import com.wandrell.tabletop... | {
"content_hash": "bc20e6b5dfa31208eb7a6e9206bd5a82",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 83,
"avg_line_length": 33.6551724137931,
"alnum_prop": 0.8165983606557377,
"repo_name": "Bernardo-MG/Tabletop-Punkapocalyptic-Ruleset-API",
"id": "53411c1eaf12e8e24fe4fa3561f... |
package org.caleydo.view.pathway;
import org.caleydo.core.util.color.Color;
import org.caleydo.core.view.opengl.camera.ViewFrustum;
import org.caleydo.core.view.opengl.renderstyle.GeneralRenderStyle;
public class PathwayRenderStyle extends GeneralRenderStyle {
public static final int neighborhoodNodeColorArraysize... | {
"content_hash": "79ccbb3bca804bd25821525af8f4ec16",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 99,
"avg_line_length": 28.36764705882353,
"alnum_prop": 0.7501296008294454,
"repo_name": "Caleydo/caleydo",
"id": "af0758807570478a5e7e13563ec4dd4044fbb07c",
"size": "2295"... |
define([
"dojo/_base/declare",
"dojo/Stateful"
], function (declare, Stateful) {
/**
* @class jazzHands.query._Expression
* @interface
*/
return declare([Stateful], {
/**
* @param {jazzHands.query.DataRow} dataRow - single row to run the expression against
* @pa... | {
"content_hash": "5deb80d803736372367ab1a9cbe1e8dd",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 117,
"avg_line_length": 28.095238095238095,
"alnum_prop": 0.5864406779661017,
"repo_name": "CosmicDynamo/jazzHands",
"id": "661c7b8598e9184d0b4c09479629254678ca84b3",
"size... |
<?php
namespace Dende\PolmediaBundle\EventListener;
use Doctrine\ORM\Event\PostFlushEventArgs;
use Dende\PolmediaBundle\Entity\Video;
use Doctrine\ORM\EntityManager;
class UpdateOrders {
private $needsFlush = false;
/**
*
* @var EntityManager
*/
private $em;
private function assignO... | {
"content_hash": "18ede237193b58038332d975dd9a5465",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 83,
"avg_line_length": 21.266666666666666,
"alnum_prop": 0.5663531870428422,
"repo_name": "uirapuru/polmedia.pl",
"id": "7d352bca08c5b7cf0934d4927af3a69a3643ccd3",
"size": ... |
require 'spec_helper'
describe "article_agents_parts_search", type: :feature, dbscope: :example do
let(:site) { cms_site }
let(:layout) { create_cms_layout part }
let(:node) { create :cms_node, layout_id: layout.id, filename: "node" }
let(:part) { create :article_part_search, filename: "node/part" }
c... | {
"content_hash": "7337e72da0f9f050ccf37a2d3cb31b4d",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 76,
"avg_line_length": 27.8,
"alnum_prop": 0.6330935251798561,
"repo_name": "shirasagi/shirasagi",
"id": "6949f926be18fe2db9c740826401cb4d3d34b60b",
"size": "556",
"binar... |
#include <aws/elasticache/model/ReplicationGroupPendingModifiedValues.h>
#include <aws/core/utils/xml/XmlSerializer.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/core/utils/memory/stl/AWSStringStream.h>
#include <utility>
using namespace Aws::Utils::Xml;
using namespace Aws::Utils;
namespace Aws
{
names... | {
"content_hash": "b9c53f07bc6581295d97810ce24182d0",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 199,
"avg_line_length": 33.13253012048193,
"alnum_prop": 0.7643636363636364,
"repo_name": "ambasta/aws-sdk-cpp",
"id": "555e1967b36c3c1a00b44800b6be39eeef29d4b7",
"size": "... |
package de.tudarmstadt.informatik.tk.assistance.sdk.provider.dao.sensing;
import de.tudarmstadt.informatik.tk.assistance.sdk.db.DbRunningProcessesSensor;
/**
* @author Wladimir Schmidt (wlsc.dev@gmail.com)
* @date 24.11.2015
*/
public interface RunningProcessesSensorDao extends CommonEventDao<DbRunningProcessesSen... | {
"content_hash": "bc5530fd7d1b6c5571252452ee7cd284",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 93,
"avg_line_length": 32.9,
"alnum_prop": 0.8085106382978723,
"repo_name": "Telecooperation/assistance-platform-client-sdk-android",
"id": "68c1555977195676a1492570e2365d686... |
`Zend\InputFilter` allows configuration-driven creation of input filters via
`Zend\InputFilter\InputFilterAbstractServiceFactory`. This abstract factory is
responsible for creating and returning an appropriate input filter given named
configuration under the top-level configuration key `input_filter_specs`.
It is regi... | {
"content_hash": "7979dd6822ccc651011b7345433d0890",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 82,
"avg_line_length": 31.344086021505376,
"alnum_prop": 0.6631217838765009,
"repo_name": "zendframework/zend-inputfilter",
"id": "074f3bc6d9093027db4fb56bdc8b5fb0d487ed60",
... |
namespace {
std::vector<GURL> GURLVectorFromStringList(
const base::Value::List& update_url_list) {
std::vector<GURL> ret;
ret.reserve(update_url_list.size());
for (const base::Value& url : update_url_list) {
CHECK(url.is_string()) << "Non-string Value in update URL list";
ret.push_back(GURL(url.GetS... | {
"content_hash": "65c71c69efd284831095e1a1e8b3276a",
"timestamp": "",
"source": "github",
"line_count": 169,
"max_line_length": 80,
"avg_line_length": 37.10059171597633,
"alnum_prop": 0.6982456140350877,
"repo_name": "nwjs/chromium.src",
"id": "9cd2e1e0665484d43c5f7da46c4e94795ed52e11",
"size": "74... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "51553bc4a69c7cb18ae98748ccd187d6",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "26084e5fee72a529ea43ce6e60070eb9e412cae7",
"size": "187... |
package com.khartec.waltz.model.physical_specification_definition;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.khartec.waltz.model.*;
import org.immutables.value.Value;
import java.util.Optional;
@Value.Immutable
@Json... | {
"content_hash": "24679ed3222c50431212a6680d6cc118",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 66,
"avg_line_length": 31.037037037037038,
"alnum_prop": 0.7911694510739857,
"repo_name": "rovats/waltz",
"id": "93e7c860f52035c450dc07d5486296e0a5fc87d4",
"size": "1475",
... |
import { Directive } from '@angular/core';
@Directive({
selector: '[zpHasRole]'
})
export class HasRoleDirective {
constructor() { }
}
| {
"content_hash": "ea209f1e7d3c8d16bb2a5362fd5d37a3",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 42,
"avg_line_length": 14.2,
"alnum_prop": 0.6619718309859155,
"repo_name": "zetapush/angular-zetapush-starter",
"id": "9b37681a4668d7933952c05606bc5d18fda0a661",
"size": "... |
package jp.coppermine.neptunium.core.util;
public class CSVFormatException extends IllegalArgumentException {
/**
* Serial version UID of this class.
*/
private static final long serialVersionUID = 3469715507542889427L;
public CSVFormatException() {
super();
}
public CSVForma... | {
"content_hash": "35e3fbfe311024bc98dd3511c02dbc03",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 70,
"avg_line_length": 18.5,
"alnum_prop": 0.6675675675675675,
"repo_name": "khasunuma/neptunium",
"id": "0d87eed1d8c839927a083959b6d1fbfdacc973ed",
"size": "1731",
"bina... |
<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>test.jmetal</groupId>
<artifactId>JMetalTest</artifactId>
<v... | {
"content_hash": "4be7b8cf6cc93175c4dd0a1ce102e496",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 104,
"avg_line_length": 29.163265306122447,
"alnum_prop": 0.6445066480055983,
"repo_name": "tarunchhabra26/fss16dst",
"id": "65d8940602796ad9ded2816175bd3b368782f8c8",
"siz... |
package gov.hhs.fha.nhinc.notify.nhin.proxy.service;
import gov.hhs.fha.nhinc.messaging.service.port.ServicePortDescriptor;
import org.oasis_open.docs.wsn.bw_2.NotificationConsumer;
/**
* @author akong
*
*/
public class NhinHiemNotifyServicePortDescriptor implements ServicePortDescriptor<NotificationConsumer> ... | {
"content_hash": "d5188e71bdd7cc211288cb3d13577fd4",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 121,
"avg_line_length": 26.623655913978496,
"alnum_prop": 0.6668012924071083,
"repo_name": "alameluchidambaram/CONNECT",
"id": "6121af1a3191a4cedaded2a624ad72fc6e6b6082",
"... |
from setuptools import setup, find_packages
with open('README.md') as f:
readme = f.read()
with open('LICENSE') as f:
license = f.read()
setup(
name='pyntrospection',
version='0.1.0',
description='Provides facility for runtime introspection in C++ program',
long_description=readme,
author... | {
"content_hash": "dbc7e6870612e4618b712f127cdd61b8",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 77,
"avg_line_length": 27,
"alnum_prop": 0.682261208576998,
"repo_name": "mcamier/pyntrospection",
"id": "a6def06526dadd037be1ecce3d83b901dae4b34a",
"size": "513",
"binar... |
YUI.add('node-core', function (Y, NAME) {
/**
* The Node Utility provides a DOM-like interface for interacting with DOM nodes.
* @module node
* @main node
* @submodule node-core
*/
/**
* The Node class provides a wrapper for manipulating DOM Nodes.
* Node properties can be accessed via the set/get methods.
*... | {
"content_hash": "7ec99c71feb205ce4c48a294434052bc",
"timestamp": "",
"source": "github",
"line_count": 1600,
"max_line_length": 335,
"avg_line_length": 29.955,
"alnum_prop": 0.5741320313804039,
"repo_name": "giros/alloy-ui",
"id": "3c4b24caa774052d26b9d6c3855ab850f357b4d7",
"size": "48095",
"bin... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
// ========================================================================
// Copyright (c) Webtide LLC
//
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// and Apache Lice... | {
"content_hash": "977c6947e70e99136fd0dcc3ba387b53",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 201,
"avg_line_length": 38.74242424242424,
"alnum_prop": 0.5612045365662887,
"repo_name": "wang88/jetty",
"id": "65ca541c5168bfaffb4595261537c830aba0573d",
"size": "2557",
... |
<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchan... | {
"content_hash": "1c2089d51d1271b9a120cc00e683da8a",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 85,
"avg_line_length": 46.94117647058823,
"alnum_prop": 0.6215538847117794,
"repo_name": "socrata-platform/data-coordinator",
"id": "f87c2d008c0ddaec3d2b1595e6604038bb44af3a"... |
<!doctype html>
<html>
<head>
<title>Values and Constants</title>
<style>
th {
background-color: #BEBEBE;
}
td {
width: 100px;
}
</style>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.20/angular.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular.j... | {
"content_hash": "a74bf7db0daadeb81178b06172f48a16",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 97,
"avg_line_length": 26.916666666666668,
"alnum_prop": 0.6037151702786377,
"repo_name": "miroamarillo/AngularJS-Bits-and-Twists",
"id": "2ef1e8359946471937af8d67a0bcc234b8a... |
using System;
using System.Windows.Forms;
using System.IO;
using DMS;
using System.Drawing.Imaging;
using System.Collections.Generic;
namespace DMS.Camera
{
public partial class frmCamera : Form
{
#region
public static WebCamera camera;
public static DeviceCapabilityInfo _DeviceCapabi... | {
"content_hash": "4e8493450a8161a461a749a633badf90",
"timestamp": "",
"source": "github",
"line_count": 240,
"max_line_length": 131,
"avg_line_length": 29.0875,
"alnum_prop": 0.5185503509525856,
"repo_name": "NaturalWill/DMS",
"id": "470dd8042ba0d27d81a2dc9c4d0d2d36456ce27c",
"size": "7085",
"bin... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "a717782d9db08d0d2d4ab5b7d76a7011",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "13d71827437ad3506e62e9e3bb319cbca9351af2",
"size": "18... |
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/trace_event/cfi_backtrace_android.h"
#include <sys/mman.h>
#include <sys/types.h>
#include "base/android/apk_assets.h"
#include "base/and... | {
"content_hash": "ebc385c379756938a5ad2646223c07b4",
"timestamp": "",
"source": "github",
"line_count": 350,
"max_line_length": 80,
"avg_line_length": 39.72571428571428,
"alnum_prop": 0.6977848101265823,
"repo_name": "endlessm/chromium-browser",
"id": "593c55505813424d4841f7f9d7db9ce8a7024822",
"si... |
package cmd
import (
boshtpl "github.com/cloudfoundry/bosh-init/director/template"
boshui "github.com/cloudfoundry/bosh-init/ui"
)
type DeleteCmd struct {
ui boshui.UI
envProvider func(string, boshtpl.Variables) DeploymentDeleter
}
func NewDeleteCmd(ui boshui.UI, envProvider func(string, boshtpl.Variabl... | {
"content_hash": "3807cec03172d9acbe6568b8a989d791",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 107,
"avg_line_length": 29.869565217391305,
"alnum_prop": 0.7685589519650655,
"repo_name": "forrestsill/bosh-init",
"id": "4cdae230833ae5ab3fc9631ea64deb0aeff67cab",
"size"... |
seosuite-dashboard-ui
=====================
A front end for the seo dashboard.
| {
"content_hash": "9f4b33d2ffcf29677d6106586296ad9c",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 34,
"avg_line_length": 20,
"alnum_prop": 0.575,
"repo_name": "saymedia/seosuite-dashboard-ui",
"id": "e8048b38ecfad43b02a2b5919f92e69c90a766da",
"size": "80",
"binary": fa... |
FROM test:latest
RUN yum install -y screen
| {
"content_hash": "e8a1d6f398b551c7e354e7350a5734ac",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 25,
"avg_line_length": 14.666666666666666,
"alnum_prop": 0.7727272727272727,
"repo_name": "peitur/docker-util",
"id": "44b5fe89275480ef060f21c0491480220a3bff81",
"size": "44... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Linq;
using System.Net;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
using Azure.Core;
using Azure.Messaging.ServiceBus.Amqp;
using Azure.Messaging.ServiceBus.Au... | {
"content_hash": "81f8f2805f656899b3cb340ccfb034da",
"timestamp": "",
"source": "github",
"line_count": 387,
"max_line_length": 202,
"avg_line_length": 48.14987080103359,
"alnum_prop": 0.5996028764623806,
"repo_name": "Azure/azure-sdk-for-net",
"id": "5eaae65ea8fa79f769047567d763d92f1eaef389",
"siz... |
* Remove trailing slashes from ruby directories when iterating over `RUBIES`.
(@halostatue)
* Ensure all temporary variables are local or unset.
#### auto.sh
* Ensure that `chruby_auto` can read `.ruby-version` files that do not end with
a new-line. (@hosiawak)
#### scripts/setup.sh
* Install ruby-install 0.3.3... | {
"content_hash": "c6ce49abe91dda65a54ba718a725a6f7",
"timestamp": "",
"source": "github",
"line_count": 279,
"max_line_length": 80,
"avg_line_length": 33.81720430107527,
"alnum_prop": 0.7022787493375728,
"repo_name": "eunomie/chgo",
"id": "19885afb4bd13804e2fff5eaa2a2e2de5fe7e70a",
"size": "9475",
... |
End of preview.
No dataset card yet
- Downloads last month
- 1