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 1113
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 9907)
              
              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 1113
              
              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
<?php return [ /* |-------------------------------------------------------------------------- | Application Debug Mode |-------------------------------------------------------------------------- | | When your application is in debug mode, detailed error messages with | stack tr...
{ "content_hash": "7750e8b8260533c42463712aeea49b8f", "timestamp": "", "source": "github", "line_count": 192, "max_line_length": 81, "avg_line_length": 46.447916666666664, "alnum_prop": 0.5254541376990357, "repo_name": "freyr69/mh", "id": "8dd487a1413f604f9a5f4c7eea5a56fb0d1a418a", "size": "8918", ...
/* Standard C headers */ #include <assert.h> #include <stddef.h> #include <stdlib.h> #include <string.h> /* POSIX headers */ #ifdef __ANDROID__ #include <malloc.h> #endif /* Windows headers */ #ifdef _WIN32 #include <malloc.h> #endif /* Internal library headers */ #include "threadpool-common.h" #include "threadpoo...
{ "content_hash": "35d7c6c5b60cbe81c8b55409392583dc", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 122, "avg_line_length": 24.227272727272727, "alnum_prop": 0.7148217636022514, "repo_name": "Maratyszcza/pthreadpool", "id": "fc0d83e172293008692263d5237b9ac0fc487c15", "siz...
#ifndef NAVIGATIONAL_PARSER_H #define NAVIGATIONAL_PARSER_H #include "navigational_parser_types.hpp" #include <string> #include <istream> namespace csvp { namespace navigational { namespace parser { class navigational_parser { public: pattern parse(const std::string& input) const; pattern parse(std::istream& i...
{ "content_hash": "925c55bddb4241526823acc3c660d65a", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 48, "avg_line_length": 14.625, "alnum_prop": 0.7435897435897436, "repo_name": "CSWR/annotatingCSV", "id": "f70fa318200476464ef51316f2d6b0ac1413fc42", "size": "559", "bina...
<?php /** * Settings extension for managing view-related settings. * * @author Time.ly Network, Inc. * @since 2.0 * @package Ai1EC * @subpackage Ai1EC.Model */ class Ai1ec_Settings_View extends Ai1ec_App { /** * @var string Name of settings option to use for views map. */ const SETTING_VIEWS_...
{ "content_hash": "ac119a7703a87e83f9bc982fa9f02aca", "timestamp": "", "source": "github", "line_count": 167, "max_line_length": 78, "avg_line_length": 24.023952095808383, "alnum_prop": 0.5869890329012961, "repo_name": "sedici/wpmu-istec", "id": "a4db94423d855c22c6a1ddd4d0379287213ac7d4", "size": "4...
"""Plots the histogram of one of the trace keys.""" import argparse import logging import math import sys import matplotlib matplotlib.use('Agg') # pylint: disable=wrong-import-position import matplotlib.mlab import matplotlib.pyplot import numpy import scipy.stats from parse_trace import parse_trace def plot_histog...
{ "content_hash": "5f248640fb5cc9586f277e29c34aea1d", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 74, "avg_line_length": 35.4, "alnum_prop": 0.5829802259887006, "repo_name": "m3drano/power-simulation", "id": "d84d110624af0ce0ad0d6a203b743e7400cfcc57", "size": "3433", ...
package org.xmpp.packet; import org.dom4j.Element; import java.util.Iterator; /** * Presence packet. Presence packets are used to express an entity's current * network availability and to notify other entities of that availability. * Presence packets are also used to negotiate and manage subscriptions to the *...
{ "content_hash": "a8c378c0ddcd5c17c077b439f7ca5ab6", "timestamp": "", "source": "github", "line_count": 394, "max_line_length": 100, "avg_line_length": 32.8248730964467, "alnum_prop": 0.5940617026212016, "repo_name": "disrvptor/org.jivesoftware-whack", "id": "a6d38c36af1499e55c040036d15e7d81e161b712"...
<?xml version="1.0"?> <!-- ~ Copyright (c) 2014 Evolveum ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless requir...
{ "content_hash": "f920b20c6e3e33744a22f57b5f1dd8f9", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 204, "avg_line_length": 37.787234042553195, "alnum_prop": 0.713963963963964, "repo_name": "gureronder/midpoint", "id": "0cbc5cdddaf11272517ff952e6ba9a290e8b3bf1", "size": "...
from datetime import time, datetime from tempfile import NamedTemporaryFile import os import os.path import shutil # 3rd party imports from nose.tools import eq_, raises from openpyxl.workbook import Workbook from openpyxl.writer import dump_worksheet from openpyxl.cell import get_column_letter from openpyxl.reader....
{ "content_hash": "d1a7c20d4c4e754d7d3d64ca8b015cad", "timestamp": "", "source": "github", "line_count": 157, "max_line_length": 100, "avg_line_length": 20.9171974522293, "alnum_prop": 0.6507308160779537, "repo_name": "benpruitt/customarrayformatter", "id": "84592824507dbca17040592d0ee1742c8acc2491", ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_03) on Wed May 01 12:49:30 CEST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>net.sourceforge.pm...
{ "content_hash": "c3012b47bf104abc864aef1a0aab38d8", "timestamp": "", "source": "github", "line_count": 142, "max_line_length": 641, "avg_line_length": 46.556338028169016, "alnum_prop": 0.6283466949024353, "repo_name": "jmagas/RedditDailyProgrammer", "id": "4ccde34302ab617821574cbe54c26becd9aac850", ...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2014 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/license...
{ "content_hash": "4b78f8f22075a510619aef2fc89d9853", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 263, "avg_line_length": 56.61904761904762, "alnum_prop": 0.7426408746846089, "repo_name": "jacquesgiraudel/TP-Formation-Android", "id": "ea7329874ec5a2cd8653babfd5a44695cb3d5...
package org.apache.lens.cube.parse; import static org.apache.lens.cube.error.LensCubeErrorCode.SYNTAX_ERROR; import static org.apache.hadoop.hive.ql.parse.HiveParser.*; import static org.apache.hadoop.hive.ql.parse.HiveParser.Number; import java.io.IOException; import java.lang.reflect.Field; import java.util.*; im...
{ "content_hash": "a6da64b7d434ee39ad3fcc8a67d4a383", "timestamp": "", "source": "github", "line_count": 790, "max_line_length": 117, "avg_line_length": 31.131645569620254, "alnum_prop": 0.5870537529478734, "repo_name": "adeelmahmood/lens", "id": "1964e3205230804a733fe9354ba00a2d83fbf166", "size": "...
package com.asakusafw.testdriver.rule; import java.text.MessageFormat; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.asakusafw.testdriver.core.PropertyName; /** * Condition of property. * @param <T> upper bound type of the property * @since 0.2.0 */ public class Pro...
{ "content_hash": "e3c41adeae439e3f385e00c9fec1c75f", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 103, "avg_line_length": 33.710743801652896, "alnum_prop": 0.5748958077960284, "repo_name": "asakusafw/asakusafw", "id": "c92415882ae46368d6a8e7e36cbadcce635cc278", "size":...
SYNONYM #### According to Index Fungorum #### Published in null #### Original name Nephroma helveticum Ach. ### Remarks null
{ "content_hash": "58c09f7102d2ac1f106ce107cd207d47", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 24, "avg_line_length": 9.846153846153847, "alnum_prop": 0.703125, "repo_name": "mdoering/backbone", "id": "9eeae6a7592833574b7737b03a65f2b74e6c2f69", "size": "186", "bina...
using System; using System.ComponentModel; namespace Azure.Communication.ShortCodes.Models { /// <summary> The cloud that the identifier belongs to. </summary> internal readonly partial struct CommunicationCloudEnvironmentModel : IEquatable<CommunicationCloudEnvironmentModel> { private readonly str...
{ "content_hash": "1dbe5fab33cc4bc9583e2b17f3c77039", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 153, "avg_line_length": 58.638297872340424, "alnum_prop": 0.7115384615384616, "repo_name": "Azure/azure-sdk-for-net", "id": "158f9f7cd74635e1d51f5f543830ea946c7c65d4", "siz...
var React = require('react'); var ReactDOM = require('react-dom'); var TestUtils = require('react-addons-test-utils'); var mocha = require('mocha'); var expect = require('chai').expect; var mockStore = require('../../utils/mockStore'); var mockRequire = require('mockrequire'); var utils = require('../../utils/utils')...
{ "content_hash": "d47d0f3c557974e186507f9cd1226e46", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 91, "avg_line_length": 26.825, "alnum_prop": 0.6230195712954334, "repo_name": "marcusbuffett/agnition", "id": "fc8b45d9a334c36012d0ae6bf4a9960d706c6c63", "size": "2146", ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "1b9846d130dbf9748de679676617d841", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "f60bee8ea570d40c6a10f04351da84e793ef3403", "size": "175...
FactoryBot.define do factory :<%= file_name %>, class: <%= namespace %>::<%= class_name %> do tenant { Hippo::Tenant.current } end end
{ "content_hash": "0cab8b19fe8ec87d67e11c46b8d1937d", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 76, "avg_line_length": 25.333333333333332, "alnum_prop": 0.5789473684210527, "repo_name": "argosity/hippo", "id": "737d22f3ed186de83724d542a0a8ede93616dac9", "size": "152", ...
angular. module('phonecatApp'). config(['$locationProvider', '$routeProvider', function config($locationProvider: angular.ILocationProvider, $routeProvider: angular.route.IRouteProvider) { $locationProvider.hashPrefix('!'); $routeProvider. when('/phones', { temp...
{ "content_hash": "6809d66a09fe9705c2920b24c31ace54", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 67, "avg_line_length": 31.625, "alnum_prop": 0.5711462450592886, "repo_name": "akbasu/Angular-PhoneCat", "id": "5668e457c204366c61914a17eb4e28324834b5f3", "size": "506", ...
const Router = require('express').Router; const prometheusClient = require('prom-client'); const log = require('../../support/log'); const router = new Router(); const aggregatorRegistry = new prometheusClient.AggregatorRegistry(); router.get('/', (req, res) => { aggregatorRegistry.clusterMetrics((err, metrics) => ...
{ "content_hash": "547ddbba4d8a8dd7c9933c6c9a5fc7ef", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 69, "avg_line_length": 26.428571428571427, "alnum_prop": 0.6468468468468469, "repo_name": "backstage/functions", "id": "3bd3f7ed6551b30a42f7366dd4c8ed0cbb0db5a5", "size": "...
package com.ibm.ecm.extension.aspera; import com.ibm.ecm.extension.PluginLogger; import com.ibm.ecm.extension.PluginResponseUtil; import com.ibm.ecm.extension.PluginService; import com.ibm.ecm.extension.PluginServiceCallbacks; import com.ibm.ecm.extension.aspera.faspex.FaspexClient; import com.ibm.ecm.extension.aspe...
{ "content_hash": "9cc04b6b369b97c64a2e2079f0819d1d", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 132, "avg_line_length": 36.2875, "alnum_prop": 0.7626593179469514, "repo_name": "ibm-ecm/ibm-navigator-aspera-sample", "id": "da5b10fdbebdda1502daf3c70acc907bcf21a4e9", "si...
 #pragma once #include <aws/chime-sdk-meetings/ChimeSDKMeetings_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace ChimeSDKMeetings { namespace Model ...
{ "content_hash": "ae08c07ba58549b5190e2d9e3367259d", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 103, "avg_line_length": 23.635658914728683, "alnum_prop": 0.581502131846507, "repo_name": "aws/aws-sdk-cpp", "id": "e170b6d3bb12af70e2ad2e0ddfa80935e21f5492", "size": "316...
/* * $Id: UnicodeRangeFactory.hpp 568078 2007-08-21 11:43:25Z amassari $ */ #if !defined(UNICODERANGEFACTORY_HPP) #define UNICODERANGEFACTORY_HPP // --------------------------------------------------------------------------- // Includes // --------------------------------------------------------------...
{ "content_hash": "19af7114b9d814aabcd6d9c6b5b3073c", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 78, "avg_line_length": 34.57142857142857, "alnum_prop": 0.3600206611570248, "repo_name": "ksmyth/xerces-c", "id": "cf324b021dc77d76802ecfcad33a07e20d80dd53", "size": "2755"...
/* line 6, ../scss/load.scss */ #contain { width: 300px; height: 100px; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; opacity: 0; animation: fadeIn 1s 1; animation-fill-mode: forwards; } /* line 17, ../scss/load.scss */ .wrap { animation: translate 1000ms infinite ease...
{ "content_hash": "675e90e6b0629bd45db277aa78bc5739", "timestamp": "", "source": "github", "line_count": 1390, "max_line_length": 666, "avg_line_length": 30.15179856115108, "alnum_prop": 0.6710410154851948, "repo_name": "GDG-Nantes/devFestSite-2014", "id": "ca2b951d781bcd0a42910a64afc2989f4ce331d8", ...
<?php /** * Garp_Validate_Identical * class description * @author Harmen Janssen | grrr.nl * @version 1 * @package Garp * @subpackage Validate */ class Garp_Validate_Identical extends Zend_Validate_Identical { /** * Overwritten to support nested tokens, from input fields in subforms (such * as credential...
{ "content_hash": "7bac82ad3d0b6f66ae7bc089cf96a029", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 91, "avg_line_length": 25.642857142857142, "alnum_prop": 0.5376044568245125, "repo_name": "grrr-amsterdam/golem", "id": "b06e193805622b6848c3e6b492834e8b0780c7b2", "size": ...
package krasa.mavenhelper.model; import java.util.ArrayList; import java.util.List; public class Goals extends DomainObject { private List<Goal> goals = new ArrayList<Goal>(); public Goals() { } public Goals(List<Goal> goals) { this.goals = goals; } public List<Goal> getGoals() { return goals; } publi...
{ "content_hash": "3065e75647a4f012a8a523f87f8cfe06", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 59, "avg_line_length": 17.406779661016948, "alnum_prop": 0.6796494644595911, "repo_name": "fengyie007/MavenHelper", "id": "3f587d352c43260b3aac02f87706c171256174bb", "size"...
class GeocoderService attr_reader :location, :location_name, :results, :country, :city def initialize(location) @location = location @location_name = location.name @results = Geocoder.search(location_name) if results.first @country = results.first.country puts results.first @city ...
{ "content_hash": "550538722ebbcc828a9d79b93398ee6d", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 66, "avg_line_length": 27, "alnum_prop": 0.7004830917874396, "repo_name": "JohnKellyFerguson/octomaps", "id": "4dd4900abbd7bf71523425f024bc9f2755d0c454", "size": "621", "...
// Copyright (c) 2006 Dustin Sallings <dustin@spy.net> package net.spy.stat; import net.spy.SpyObject; /** * Base class for all stats. */ public abstract class Stat extends SpyObject { private String name=null; /** * Get an instance of Stat. */ public Stat() { super(); } /...
{ "content_hash": "1e93ce4b6aa5d4d4c7194553289d9784", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 55, "avg_line_length": 16.24, "alnum_prop": 0.5283251231527094, "repo_name": "dustin/spyjar", "id": "4f9a3253e8c6e727823129ebadb88ebe79169c0f", "size": "812", "binary": f...
using Newtonsoft.Json; namespace JsonFluentMap { /// <summary> /// The base settings /// </summary> public static class JsonMapSettings { /// <summary> /// Base settings /// </summary> public static JsonSerializerSettings BaseSettings { get; set; } = new...
{ "content_hash": "40e201c7a43471acf7dab43a00b6b29b", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 71, "avg_line_length": 22.125, "alnum_prop": 0.5790960451977402, "repo_name": "PagueVeloz/JsonFluentMap", "id": "078705f30b129315c74d35acd91ac1dea6a07824", "size": "356", ...
'use strict'; var util = require('util'); var yeoman = require('yeoman-generator'); var getDirCount = require('../helpers/get-dir-count'); var path = require('path'); var pistacheoConf; try { pistacheoConf = require(path.join(process.cwd(), './pistacheo.conf')); var directories = pistacheoConf.directories; } catch...
{ "content_hash": "8fa9375d27826d370bff19257e498ee8", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 86, "avg_line_length": 26.98, "alnum_prop": 0.6582653817642699, "repo_name": "larsonjj/generator-pistacheo", "id": "82e33e6a8732683046c055e41289d85dcf06effd", "size": "269...
// TypeScript Version: 2.0 /// <reference types="@stdlib/types"/> import { Iterator as Iter, IterableIterator } from '@stdlib/types/iter'; // Define a union type representing both iterable and non-iterable iterators: type Iterator = Iter | IterableIterator; /** * Returns an iterator which iteratively computes the...
{ "content_hash": "fe5e414cf63b904c7163f50860f1d1ec", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 176, "avg_line_length": 25.227272727272727, "alnum_prop": 0.6873873873873874, "repo_name": "stdlib-js/stdlib", "id": "b6995162fa6e143935c0d08672e780896e7f7a67", "size": "17...
package api // PrivateHostAPI 専有ホストAPI type PrivateHostAPI struct { *baseAPI } // NewPrivateHostAPI 専有ホストAPI作成 func NewPrivateHostAPI(client *Client) *PrivateHostAPI { return &PrivateHostAPI{ &baseAPI{ client: client, FuncGetResourceURL: func() string { return "privatehost" }, }, } }
{ "content_hash": "c789b5181fbc059a7b307132bd515ccf", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 56, "avg_line_length": 17.055555555555557, "alnum_prop": 0.7198697068403909, "repo_name": "aantono/traefik", "id": "18bef306df2a4c2d65e8261bd53cd574b2bf920f", "size": "331"...
import datetime import uuid import importlib from pyramid.authentication import AuthTktAuthenticationPolicy from pyramid.authorization import ACLAuthorizationPolicy from pyramid.config import Configurator from pyramid.renderers import JSON from pyramid.security import NO_PERMISSION_REQUIRED from channelstream import ...
{ "content_hash": "9ce89f538e6d2cfe2a9b76f09839687f", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 86, "avg_line_length": 35.38095238095238, "alnum_prop": 0.7366532077164648, "repo_name": "AppEnlight/channelstream", "id": "3af579f0067e57ade46e4412500c4da566c0c211", "size...
 using System; using KeepYourPlantsAlive.Models; namespace KeepYourPlantsAlive.Common { public class PlantListItem : IPlantListItem { private Plant plant; public String Name { get { return plant.Name; } } public Sys...
{ "content_hash": "341ed5de1140ecbc11cfd809217c7a01", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 61, "avg_line_length": 18.428571428571427, "alnum_prop": 0.47131782945736433, "repo_name": "kamilk/PlantSaver", "id": "3f48d01562e635c1c112f8f03be5f52d17962e78", "size": "1...
// Copyright 2013 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. // A mini-zygote specifically for Native Client. #include "components/nacl/loader/nacl_helper_linux.h" #include <errno.h> #include <fcntl.h> #include <s...
{ "content_hash": "fdcace7084a895c6983c1c1c060d9b6e", "timestamp": "", "source": "github", "line_count": 476, "max_line_length": 80, "avg_line_length": 37.25840336134454, "alnum_prop": 0.6823230899351564, "repo_name": "google-ar/WebARonARCore", "id": "df24f6d6181b5c03e8d9d4b95b8191e98f0d1d44", "size...
package com.amazonaws.http.conn.ssl; import java.net.Socket; import com.amazonaws.http.conn.ssl.privileged.PrivilegedMasterSecretValidator; import com.amazonaws.util.JavaVersionParser; import com.amazonaws.util.JavaVersionParser.JavaVersion; public class MasterSecretValidators { // Versions that the SKIP-TLS b...
{ "content_hash": "2aaaf4299aabb5d535e26f153c457a77", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 100, "avg_line_length": 35.34117647058824, "alnum_prop": 0.6591211717709721, "repo_name": "aws/aws-sdk-java", "id": "846a848317ccaa68f16c3da29774b24facfefaf6", "size": "358...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "479173c46d0d33f51afdfdbb7729723a", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "3944f4f3dc8288b96c81f5b6b22fa59c05741d28", "size": "186...
<?php namespace Pitpit\Component\MongoFilesystem\Tests; use Symfony\Component\Filesystem\Filesystem; use Pitpit\Component\MongoFilesystem\Finder\Finder; use Symfony\Component\Finder\Finder as BaseFinder; use Pitpit\Component\MongoFilesystem\Tests\MongoGridTestHelper; use Pitpit\Component\MongoFilesystem\SplFileInfo; ...
{ "content_hash": "07f9fbbd2f2f2da797758539ea8c6275", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 124, "avg_line_length": 30.196428571428573, "alnum_prop": 0.5653459491425192, "repo_name": "pitpit/php-mongo-filesystem", "id": "c379c0ef08bf5bd4aa2b8ce13eb86a71d06a6c14", ...
End of preview.

No dataset card yet

Downloads last month
1