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: TypeError
Message: Couldn't cast array of type
struct<content_hash: string, timestamp: string, source: string, line_count: int64, max_line_length: int64, avg_line_length: double, alnum_prop: double, repo_name: string, id: string, size: string, binary: bool, copies: string, ref: string, path: string, mode: string, license: string, language: list<item: struct<name: string, bytes: string>>, symlink_target: string>
to
{'content_hash': Value(dtype='string', id=None), 'timestamp': Value(dtype='string', id=None), 'source': Value(dtype='string', id=None), 'line_count': Value(dtype='int64', id=None), 'max_line_length': Value(dtype='int64', id=None), 'avg_line_length': Value(dtype='float64', id=None), 'alnum_prop': Value(dtype='float64', id=None), 'repo_name': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None), 'size': Value(dtype='string', id=None), 'binary': Value(dtype='bool', id=None), 'copies': Value(dtype='string', id=None), 'ref': Value(dtype='string', id=None), 'path': Value(dtype='string', id=None), 'mode': Value(dtype='string', id=None), 'license': Value(dtype='string', id=None), 'language': [{'name': Value(dtype='string', id=None), 'bytes': Value(dtype='string', id=None)}]}
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema
arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp>
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2122, in cast_array_to_feature
raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
TypeError: Couldn't cast array of type
struct<content_hash: string, timestamp: string, source: string, line_count: int64, max_line_length: int64, avg_line_length: double, alnum_prop: double, repo_name: string, id: string, size: string, binary: bool, copies: string, ref: string, path: string, mode: string, license: string, language: list<item: struct<name: string, bytes: string>>, symlink_target: string>
to
{'content_hash': Value(dtype='string', id=None), 'timestamp': Value(dtype='string', id=None), 'source': Value(dtype='string', id=None), 'line_count': Value(dtype='int64', id=None), 'max_line_length': Value(dtype='int64', id=None), 'avg_line_length': Value(dtype='float64', id=None), 'alnum_prop': Value(dtype='float64', id=None), 'repo_name': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None), 'size': Value(dtype='string', id=None), 'binary': Value(dtype='bool', id=None), 'copies': Value(dtype='string', id=None), 'ref': Value(dtype='string', id=None), 'path': Value(dtype='string', id=None), 'mode': Value(dtype='string', id=None), 'license': Value(dtype='string', id=None), 'language': [{'name': Value(dtype='string', id=None), 'bytes': Value(dtype='string', id=None)}]}
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 |
|---|---|
%TestCase Class defining interface for test cases
% The TestCase class defines an individual test case.
%
% Normally a test writer will create their own test class that is a subclass
% of TestCase. Each instance of the TestCase subclass that gets created will
% be associated with a single test method.
%
% If... | {
"content_hash": "720a7a1a6058b6c895b25b2330dc2593",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 79,
"avg_line_length": 34.22330097087379,
"alnum_prop": 0.5665248226950355,
"repo_name": "wittawatj/k2abc",
"id": "8b09ff87598e9677e563880849b163ea9c8e6b52",
"size": "3525... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tlc: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... | {
"content_hash": "a88d49539a1b72d99476cd7a28bc7034",
"timestamp": "",
"source": "github",
"line_count": 164,
"max_line_length": 159,
"avg_line_length": 39.609756097560975,
"alnum_prop": 0.5281711822660099,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "69c4fe71d76397f90f891834165b31578bfa14c4",... |
#ifndef FUSION_TUPLE_FORWARD_14122014_0051
#define FUSION_TUPLE_FORWARD_14122014_0051
#include <boost/config.hpp>
#include <boost/fusion/support/config.hpp>
#include <boost/fusion/container/vector/detail/config.hpp>
#if !defined(BOOST_FUSION_HAS_VARIADIC_VECTOR) \
|| (defined(__WAVE__) && defined(BOOST_F... | {
"content_hash": "1dfe564460a7670abd979490165d37d2",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 79,
"avg_line_length": 31.31578947368421,
"alnum_prop": 0.5176470588235295,
"repo_name": "alex-friedl/crossplatform-push-notifications-example",
"id": "b8d930150cb46b6c8b947a... |
package org.vertexium.cypher.executionPlan;
import org.vertexium.cypher.VertexiumCypherQueryContext;
import org.vertexium.cypher.VertexiumCypherResult;
public class MatchExecutionStep extends ExecutionStepWithChildren {
public MatchExecutionStep(PatternPartExecutionStep[] childSteps, WhereExecutionStep whereStep)... | {
"content_hash": "9745d753a91f0be05ec79a1945680b63",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 118,
"avg_line_length": 36.93333333333333,
"alnum_prop": 0.7138989169675091,
"repo_name": "visallo/vertexium",
"id": "1812939b437952d46165d645719b90da0cc24ded",
"size": "11... |
import * as React from 'react';
import { Route } from 'react-router-dom';
import App from 'src/web/App';
import Home from 'src/web/pages/Home';
import NewProfile from 'src/web/pages/NewProfile';
import Profile from 'src/web/pages/Profile';
export default (
<App>
<Route path="/" exact component={Home} />
<Ro... | {
"content_hash": "3ff26675eca467be79a586cff7707308",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 61,
"avg_line_length": 29.6,
"alnum_prop": 0.6846846846846847,
"repo_name": "bsidelinger912/rounder",
"id": "411f0be9b1594cce0d9ad032ae6464f11a0219d8",
"size": "444",
"bi... |
package src
import (
"encoding/json"
"strings"
)
// FlatFileListRequest struct client for FlatFileList Request
type FlatFileListRequest struct {
client *Client
HTTPRequest *HTTPRequest
}
// FlatFileListRequestOptions struct - options for request
type FlatFileListRequestOptions struct {
MediaType []MediaT... | {
"content_hash": "57322e0bb108e0dc770d5453bd89c54a",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 101,
"avg_line_length": 24.73076923076923,
"alnum_prop": 0.6925868325557284,
"repo_name": "kynikos/rclone",
"id": "ce047fa3e4f7b5269f0cb9959a1627686ad7b6ee",
"size": "1929"... |
<?php
namespace R2Ecommerce\Entity\Repository;
class ProductCart extends EntityRepository {
} | {
"content_hash": "1f88532a9a69ba271acbfa75497101d8",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 44,
"avg_line_length": 15.833333333333334,
"alnum_prop": 0.8210526315789474,
"repo_name": "mediaforce/ecomart",
"id": "e5fe60ad95e2b58252dd6f953b13e79259b59218",
"size": "95... |
SYNONYM
#### According to
Index Fungorum
#### Published in
null
#### Original name
Phellodon excentrici-mexicana R.E. Baird
### Remarks
null | {
"content_hash": "24570b2825f3185600c3c6400410f0bc",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 40,
"avg_line_length": 11.076923076923077,
"alnum_prop": 0.7152777777777778,
"repo_name": "mdoering/backbone",
"id": "832b4d69c86eb4cb7f7bf628a3675f68e1631ef4",
"size": "20... |
<?php
namespace FL\GmailBundle\Model\Collection;
use FL\GmailBundle\Model\GmailUserInterface;
/**
* Abstraction of a Google Apps Domain:
* It consists of a string, for the account's domain
* and a list of GmailUsers.
*
* This class is not meant to be persisted.
*/
class GmailDomain
{
/**
* @var \SplOb... | {
"content_hash": "9885dcbdb71abcfa8cb989067c235b87",
"timestamp": "",
"source": "github",
"line_count": 148,
"max_line_length": 76,
"avg_line_length": 21.64864864864865,
"alnum_prop": 0.5424469413233458,
"repo_name": "fourlabsldn/GmailBundle",
"id": "b59e50bdb715412ed57dc807c28b7193479a7eec",
"size... |
package com.dli.repositories;
import com.dli.entities.Demo;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.Date;
import java.util.List;
@Mapper
public interface CollectRepo {
void addCollection(@Param("userid") int userid, @Param("item_type")String i... | {
"content_hash": "3935a4ce3a2bf268686fcb8598c28c67",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 124,
"avg_line_length": 30.956521739130434,
"alnum_prop": 0.7247191011235955,
"repo_name": "smile-org/smile",
"id": "ef0f948a75d283be6f440a18caa388d1d2e3452f",
"size": "712... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_29) on Mon Nov 26 17:21:38 MSK 2012 -->
<TITLE>
org.apache.poi.poifs.storage (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="20... | {
"content_hash": "a39cde5523d399de58cfa71f42844a70",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 142,
"avg_line_length": 45.63636363636363,
"alnum_prop": 0.721969265793967,
"repo_name": "HRKN2245/CameraSunmoku",
"id": "7a62c358dcf6d8d2f7c6c68cfebcac4ac1720168",
"size":... |
package club.zhcs.hammer.chain;
import java.util.ArrayList;
import java.util.List;
import org.apache.shiro.authz.aop.AuthorizingAnnotationMethodInterceptor;
import org.nutz.integration.shiro.NutShiroProcessor;
import org.nutz.lang.ContinueLoop;
import org.nutz.lang.Each;
import org.nutz.lang.ExitLoop;
impor... | {
"content_hash": "9273f19891c4018159a22bd9e3070fdf",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 147,
"avg_line_length": 38,
"alnum_prop": 0.781578947368421,
"repo_name": "ZHCS-CLUB/Hammer",
"id": "a3c3bb6b834e2c2535d2a0085ecdc57bcb20d2d7",
"size": "2896",
"binary": ... |
import fnmatch
import imp
import logging
import modulefinder
import optparse
import os
import sys
import zipfile
from telemetry import benchmark
from telemetry.core import command_line
from telemetry.core import discover
from telemetry.util import bootstrap
from telemetry.util import cloud_storage
from telemetry.util ... | {
"content_hash": "200e778ee3e0001de3d3ef98bc121e87",
"timestamp": "",
"source": "github",
"line_count": 244,
"max_line_length": 79,
"avg_line_length": 36.618852459016395,
"alnum_prop": 0.6930050363738108,
"repo_name": "mou4e/zirconium",
"id": "b3dffb1eb8e82ed658aad9f5693274598a6875f5",
"size": "909... |
CREATE TABLE conquest_warrior_transformation (
transformed_warrior_rank_id INTEGER NOT NULL,
is_automatic BIT NOT NULL,
required_link INTEGER,
completed_episode_id INTEGER,
current_episode_id INTEGER,
distant_warrior_id INTEGER,
female_warlord_count INTEGER,
pokemon_count INTEGER,
collection_type_id I... | {
"content_hash": "0d24c4c359ef484578a9b6e632d29ceb",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 151,
"avg_line_length": 61.78947368421053,
"alnum_prop": 0.807495741056218,
"repo_name": "RichiePhoebix/SSDT.Pokedex",
"id": "840423cf8e8bbddf670054599d0346c87e3cf8d6",
"si... |
Countries and states in json.
| {
"content_hash": "a5b159639cc3c7e52b3dab95443b7d2b",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 29,
"avg_line_length": 30,
"alnum_prop": 0.8,
"repo_name": "orestisioakeimidis/countries-states-json",
"id": "d585108bdd93746e402122a6fa1ddb19974fc35f",
"size": "57",
"bin... |
/**
* @file
* @brief Definitions for the IP router.
* @details no cache routing.
*
* @date 16.11.09
* @author Nikolay Korotky
*/
#ifndef NET_L3_ROUTE_H_
#define NET_L3_ROUTE_H_
#include <stdint.h>
#include <net/skbuff.h>
#include <net/l3/ipv4/ip.h>
#include <stddef.h>
#include <net/netdevice.h>
struct net_dev... | {
"content_hash": "a5133c8b81697ca54459c48bdeb05df4",
"timestamp": "",
"source": "github",
"line_count": 122,
"max_line_length": 83,
"avg_line_length": 29.30327868852459,
"alnum_prop": 0.6489510489510489,
"repo_name": "gzoom13/embox",
"id": "be5bf3eca08768f9d8714bc4b5772c2034c97b2d",
"size": "3575",... |
$( document ).ready(function() {
console.log( "ready!" );
// handle input of new job
$( "#new-website-form" ).submit(function(e) {
e.preventDefault();
var website = $("input:first").val();
// clear input field
$("input:first").val('');
// check for type of input
var regex = 'http://*';
var regex1 = '... | {
"content_hash": "eb339ca50dc7bf05a236f315d08e2ca6",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 131,
"avg_line_length": 28.985915492957748,
"alnum_prop": 0.56511175898931,
"repo_name": "CodeLizards/Jobs-Queue",
"id": "8ae638044c114788c6067f3988efc52b94a59a12",
"size":... |
/**
* Created by jianhao on 2017/2/3.
*/
package sia
import org.apache.spark.sql.SparkSession
import scala.io.Source
object Day06App {
def main(args: Array[String]): Unit = {
val spark = SparkSession.builder()
.appName("GitHub push counter")
.master("local[*]")
.getOrCreate()
val homeDir... | {
"content_hash": "e0bcef554402142e88955a9bb146035d",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 121,
"avg_line_length": 25.06896551724138,
"alnum_prop": 0.6774415405777167,
"repo_name": "cocoaswifty/learning-spark",
"id": "b13744b9359176a2619d61b1cfd9f9d9ec95165f",
"s... |
// Copyright 2015 Patrick Putnam
//
// 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 required by applicable law o... | {
"content_hash": "8b1608765a3d6123e0376a9a62096f09",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 105,
"avg_line_length": 36.592592592592595,
"alnum_prop": 0.6368421052631579,
"repo_name": "putnampp/clotho",
"id": "fa4ab6d07b9d3fcc712e2108f4d7725714f7f2f1",
"size": "49... |
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using DynamicMVC.ApplicationMetadataLibrary.Interfaces;
using DynamicMVC.Shared.Interfaces;
namespace DynamicMVC.ApplicationMetadataLibrary.Strategies.ApplicationMetadataProviderValidators
{
public class TypesAreNotEm... | {
"content_hash": "4fcfd67040da36cbab0192f31044fe5c",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 113,
"avg_line_length": 48.541666666666664,
"alnum_prop": 0.7459227467811159,
"repo_name": "PrecisionWebTechnologies/DynamicMVC",
"id": "39e75a3bfbf95d831964d259c85a2c85cd738... |
declare namespace java {
namespace lang {
namespace management {
interface CompilationMXBean extends java.lang.management.PlatformManagedObject {
getName(): java.lang.String
isCompilationTimeMonitoringSupported(): boolean
getTotalCompilationTime(): number
}
}
}
}
| {
"content_hash": "603aa6573959010cc6daf9e69378193a",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 86,
"avg_line_length": 24.153846153846153,
"alnum_prop": 0.6910828025477707,
"repo_name": "wizawu/1c",
"id": "0656dfdd5665891da1f94336fa88a1c2b9f71b00",
"size": "314",
"b... |
namespace g{
namespace Uno{
namespace Graphics{
// public enum PolygonWinding :234
uEnumType* PolygonWinding_typeof();
}}} // ::g::Uno::Graphics
| {
"content_hash": "7c5ed16ecc8e70d8c61778ad03c5d075",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 35,
"avg_line_length": 18.375,
"alnum_prop": 0.7278911564625851,
"repo_name": "blyk/BlackCode-Fuse",
"id": "97e84f948e648b56022b249cce55389442a67c05",
"size": "357",
"bina... |
package com.simplegeo.android.service;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.http.client.ClientProtocolException;
import org.json.JSONArray;
import org.json.JSONException;
import android.content.Intent;
import... | {
"content_hash": "e124eea5c18effe35f2a94fe92df0e9c",
"timestamp": "",
"source": "github",
"line_count": 215,
"max_line_length": 106,
"avg_line_length": 36.51627906976744,
"alnum_prop": 0.7034772640427971,
"repo_name": "simplegeo/simplegeo-android-client",
"id": "93b87385bef3a32843cc0ff0d8fd02d0f9368b... |
require_relative '../spec_helper'
describe 'Pool canonical behaviour' do
context 'untyped pools' do
context 'push_any' do
before(:each) do
@p1 = Pool.new name: 'p1', initial_value: 2, mode: :push_any
@p2 = Pool.new name: 'p2'
@e = Edge.new name: 'e', from: @p1, to: @p2
... | {
"content_hash": "f23681e7327f8c0a5c780d76eca3d9a9",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 69,
"avg_line_length": 17.720588235294116,
"alnum_prop": 0.5435684647302904,
"repo_name": "queirozfcom/rachinations",
"id": "a8501426236eedc242ddd40da382e7807696556d",
"siz... |
std::unique_ptr<wchar_t[]> char2wchar ( char* orig );
std::unique_ptr<wchar_t[]> char2wchar ( const char* orig );
void char2wchar ( char* orig, wchar_t* dest, int destLength );
std::unique_ptr<char[]> wchar2char ( wchar_t* orig );
std::unique_ptr<char[]> wchar2char ( const wchar_t* orig );
void wchar2char ( wchar_t* o... | {
"content_hash": "93d12b530ab6c4a41386822485dcc465",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 62,
"avg_line_length": 38.63157894736842,
"alnum_prop": 0.6866485013623979,
"repo_name": "ajoabraham/odbc-driver",
"id": "5b3460e0d994b0e17645edbd91300a4a6bd9b478",
"size":... |
/**
* Module dependencies.
*/
var http = require('http'),
querystring = require('querystring');
/**
* Constants.
*/
var API_HOST = 'www.google.com',
API_END_POINT = '/recaptcha/api/verify',
SCRIPT_SRC = API_HOST + '/recaptcha/api/challenge',
NOSCRIPT_SRC = API_HOST + '/recaptcha... | {
"content_hash": "f30430da3219a500618f8629aa71e211",
"timestamp": "",
"source": "github",
"line_count": 149,
"max_line_length": 101,
"avg_line_length": 30.93288590604027,
"alnum_prop": 0.5836407029724452,
"repo_name": "iskanderIt/ExpensesReport",
"id": "944cca0789567e270ba3d4ae78978b2b620d0edc",
"s... |
<!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_112) on Thu Jul 06 10:54:05 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildf... | {
"content_hash": "2cbe6eb174978fc69b3759d8684b7d4d",
"timestamp": "",
"source": "github",
"line_count": 206,
"max_line_length": 828,
"avg_line_length": 69.20873786407768,
"alnum_prop": 0.6758083748334152,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "baf5287f03fa877b3371bc05c2bcd05559dd... |
package stroom.widget.dropdowntree.client.view;
import stroom.svg.client.SvgImages;
import stroom.widget.util.client.MouseUtil;
import com.google.gwt.dom.client.NativeEvent;
import com.google.gwt.event.dom.client.KeyCodes;
import com.google.gwt.event.dom.client.KeyDownEvent;
import com.google.gwt.event.dom.client.M... | {
"content_hash": "b864890ec3350aa520a966b79257f213",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 76,
"avg_line_length": 27.93421052631579,
"alnum_prop": 0.6745171926519077,
"repo_name": "gchq/stroom",
"id": "094e18866ae36f3d0ee4603abf43e7019edc9e69",
"size": "2721",
... |
//== RegionStore.cpp - Field-sensitive store model --------------*- C++ -*--==//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"content_hash": "4eb4632b6730a95ee4bbcaea48a92c6a",
"timestamp": "",
"source": "github",
"line_count": 2470,
"max_line_length": 85,
"avg_line_length": 36.75546558704453,
"alnum_prop": 0.6288965258960633,
"repo_name": "ensemblr/llvm-project-boilerplate",
"id": "934cc5cd3ac466716c120f93ae9e3a5185871c7... |
End of preview.
No dataset card yet
- Downloads last month
- 1