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 697
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 667)
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 697
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 |
|---|---|
@interface UIView (Spec)
- (UIView *)subviewWithAccessibilityIdentifier:(NSString *)accessibilityIdentifier;
- (void)tap;
- (void)swipe;
- (void)pinch;
@end
| {
"content_hash": "041408cc9199cab886c00a7322ae7d6e",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 83,
"avg_line_length": 19.875,
"alnum_prop": 0.7421383647798742,
"repo_name": "alexbasson/ios_course",
"id": "b88ab10ca5ab40f2f942abdd0508c18a84a79a68",
"size": "184",
"bi... |
================================================================================
HostVirtualSwitch
================================================================================
.. describe:: Property of
:py:class:`~pyvisdk.do.host_network_info.HostNetworkInfo`,
:py:class:`~pyvisdk.do.host_port_group.H... | {
"content_hash": "046ceec282be2c140d9d5450ce08e42b",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 417,
"avg_line_length": 31.64516129032258,
"alnum_prop": 0.5973496432212029,
"repo_name": "xuru/pyvisdk",
"id": "3638580a11416068604e5484855a1e3ae34f68db",
"size": "1963",
... |
#undef TRACE_SYSTEM
#define TRACE_SYSTEM sched
#if !defined(_TRACE_SCHED_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_SCHED_H
#include <linux/sched.h>
#include <linux/tracepoint.h>
#include <linux/binfmts.h>
/*
* Tracepoint for calling kthread_stop, performed to end a kthread:
*/
TRACE_EVENT(sched_kthread... | {
"content_hash": "724fdc56f327b5499f62d0b7837ed39d",
"timestamp": "",
"source": "github",
"line_count": 710,
"max_line_length": 109,
"avg_line_length": 21.60281690140845,
"alnum_prop": 0.6277219976528883,
"repo_name": "OLIMEX/DIY-LAPTOP",
"id": "2afcb71857fd91131b0e0d65e6fd6e5cec7f1bab",
"size": "1... |
<?php
/**
* ALIPAY API: alipay.marketing.campaign.drawcamp.status.update request
*
* @author auto create
* @since 1.0, 2019-01-07 20:51:15
*/
class AlipayMarketingCampaignDrawcampStatusUpdateRequest
{
/**
* 抽奖活动状态变更
**/
private $bizContent;
private $apiParas = array();
private $terminalType;
private... | {
"content_hash": "380cfa66d065ee61611e2339b96b1e5a",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 71,
"avg_line_length": 16.347457627118644,
"alnum_prop": 0.6998444790046656,
"repo_name": "Bigotry/OneBase",
"id": "2f7cf83bee7e93055059268bcabffec7f2cd4ab2",
"size": "194... |
package ua.com.fielden.platform.entity.query.generation.elements;
import static java.util.Collections.emptyList;
import static ua.com.fielden.platform.utils.CollectionUtil.listOf;
import java.util.List;
public class EntValue implements ISingleOperand {
private final Object value;
private final boolean ignore... | {
"content_hash": "24e38532231adf60d0d166951c947433",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 125,
"avg_line_length": 24.05607476635514,
"alnum_prop": 0.5761460761460762,
"repo_name": "fieldenms/tg",
"id": "0292d0ae26b9876b06dc2e0ed5d36f09aeb5245e",
"size": "2574",... |
<html>
<head>
<title>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.44 Safari/537.36 OPR/25.0.1614.11 (Edition beta)</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://... | {
"content_hash": "d2bbca15a8100973768d6e093cfd58a1",
"timestamp": "",
"source": "github",
"line_count": 977,
"max_line_length": 556,
"avg_line_length": 39.67553735926305,
"alnum_prop": 0.5186131104403684,
"repo_name": "ThaDafinser/UserAgentParserComparison",
"id": "92c9c9c2bd24a51493b5aea1087e4e90a68... |
namespace NLE
{
namespace INPUT
{
InputProcessor::InputProcessor(EngineServices& eServices) :
_eServices(eServices)
{
_enableTextInput.fetch_and_store(false);
_enableInputProcessing.fetch_and_store(true);
}
InputProcessor::~InputProcessor()
{
}
bool InputProcessor::initialize()
{
return... | {
"content_hash": "a5b7931b20589d394d9b8ebaeaa3366c",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 105,
"avg_line_length": 22.4822695035461,
"alnum_prop": 0.6681388012618297,
"repo_name": "AlexandrSachkov/NonLinearEngine",
"id": "a4bb746003d651d4e02d3d489e5b0d1b632a8e5c",... |
import classNames from 'classnames'
import React from 'react'
import {Portal} from '../portal'
import {useLayer} from './hooks'
import {LayerProvider} from './LayerProvider'
import styles from './Layer.module.css'
const INITIAL_Z_INDEX = 1060
export function Layer(props: React.HTMLProps<HTMLDivElement>) {
return (... | {
"content_hash": "1fad96d5939b4801e502c9dcad5a2ddb",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 63,
"avg_line_length": 20.526315789473685,
"alnum_prop": 0.6423076923076924,
"repo_name": "sanity-io/sanity",
"id": "118e918c4c54883244f93b380f67252e0bd8d5b8",
"size": "780... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "2f6e8123cb99aed77da1bd200c88b5ca",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "2d9f2222bd638ef7b77a66dbd1bfeeeef28e08aa",
"size": "182... |
package org.mifos.application.fund.persistence;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.mifos.application.NamedQueryConstants;
import org.mifos.application.fund.business.FundBO;
import org.mifos.application.fund.util.helpers.FundConstants;
import org.mifos.application.maste... | {
"content_hash": "95b9255aec138f347cffa9180267580b",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 113,
"avg_line_length": 43.19565217391305,
"alnum_prop": 0.7815802717664821,
"repo_name": "mifos/1.4.x",
"id": "24d33f626e7235bcb94c7021ce2aff738823abea",
"size": "2748",
... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.koushik.movieflix.repositry;
import com.koushik.movieflix.entity.Title;
import java.util.List;
/**
*
* @author koushik
... | {
"content_hash": "8c8e0ac9aea514c06917e618aa0fa255",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 87,
"avg_line_length": 22.413793103448278,
"alnum_prop": 0.7307692307692307,
"repo_name": "koushik963/movieflix",
"id": "0e38543079b802bea96b2389022597f352d5ac75",
"size": ... |
title: adk38
type: products
image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png
heading: k38
description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj
main:
heading: Foo Bar BAz
description: |-
***This is i a thing***kjh hjk kj
# Blah Blah
## Blah
### Baah
image1:
... | {
"content_hash": "ec6a53fd8fba93deaf019fabe461014d",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 61,
"avg_line_length": 22.333333333333332,
"alnum_prop": 0.6656716417910448,
"repo_name": "pblack/kaldi-hugo-cms-template",
"id": "07acdad3887d41edf6e2925cba2198c0312139ea",
... |
<?php
namespace Google\Service\Iam;
class LintResult extends \Google\Model
{
/**
* @var string
*/
public $debugMessage;
/**
* @var string
*/
public $fieldName;
/**
* @var string
*/
public $level;
/**
* @var int
*/
public $locationOffset;
/**
* @var string
*/
public $... | {
"content_hash": "edf8bac8aeedda84eff2b6ca0cd105bb",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 81,
"avg_line_length": 16,
"alnum_prop": 0.5973958333333333,
"repo_name": "googleapis/google-api-php-client-services",
"id": "de9da93a2ce341b2bdd552088ac7bac34d58e370",
"s... |
<?php
namespace Storyplayer\SPv3\Modules;
use DataSift\Storyplayer\PlayerLib\StoryTeller;
use Predis\Client as PredisClient;
use Storyplayer\SPv3\Modules\Redis\FromRedisConn;
use Storyplayer\SPv3\Modules\Redis\UsingRedis;
use Storyplayer\SPv3\Modules\Redis\UsingRedisConn;
class Redis
{
/**
* get data from... | {
"content_hash": "63737c70940a777ee199b70d625621e2",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 65,
"avg_line_length": 22.857142857142858,
"alnum_prop": 0.6446428571428572,
"repo_name": "datasift/storyplayer",
"id": "b4535b0aa64871d1711153970f6b4ecec5d6f8db",
"size": ... |
using System;
using NetCoreForce.Client.Models;
using NetCoreForce.Client.Attributes;
using Newtonsoft.Json;
namespace NetCoreForce.Models
{
///<summary>
/// Feed Poll Vote
///<para>SObject Name: FeedPollVote</para>
///<para>Custom Object: False</para>
///</summary>
public class SfFeedPollVote : SObject
{
[Js... | {
"content_hash": "7543935ae23356c08daadfbc16b0b9bd",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 55,
"avg_line_length": 26.97222222222222,
"alnum_prop": 0.6505320974939924,
"repo_name": "anthonyreilly/NetCoreForce",
"id": "7eddf826f778207d9087587120b39e5630940dd0",
"s... |
package org.springframework.social.greenhouse.api;
/**
* Model class representing a Greenhouse group.
*
* @author Craig Walls
*/
public class Group {
private String id;
private String label;
/**
* The group ID.
*
* @return the group ID.
*/
public String getId() {
return id;
}
/**
* The gr... | {
"content_hash": "259961e971a18c51bf442defe2d8031c",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 50,
"avg_line_length": 12.818181818181818,
"alnum_prop": 0.6217494089834515,
"repo_name": "pyricau/greenhouse-androidannotations",
"id": "2ff5342fc4565b88c321505cfe45c1b0882d... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Mycotaxon 24: 459 (1985)
#### Original name
Acremonium roseum (Oudem.) W. Gams, 1971
### Remarks
null | {
"content_hash": "ac6611605a58433b2b44744712e1ee20",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 40,
"avg_line_length": 14.615384615384615,
"alnum_prop": 0.7,
"repo_name": "mdoering/backbone",
"id": "050ac5e5eecd84fcf7c9e49a2f15b9319a6b7ca5",
"size": "266",
"binary":... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "e8f972cbfc3283e80ee9dd4a1f595a91",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "98dd7d6e1d7f8915837956caa22f5fe843e6cd07",
"size": "203... |
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE OverloadedStrings #-}
module Data.LogInfo (
LogInfo
) where
import GHC.Generics
import Data.Aeson
import Data.Text (Text)
import qualified Data.Text as Text
import qualified Data.T... | {
"content_hash": "04d80314a83b274efcdde7f21e553257",
"timestamp": "",
"source": "github",
"line_count": 139,
"max_line_length": 95,
"avg_line_length": 28.913669064748202,
"alnum_prop": 0.5859666583727295,
"repo_name": "frublox/logging-server",
"id": "a43bae3e583ede98d7cbc6b63c7a017783659d22",
"size... |
#ifndef _LOGGER_STRINGUTIL_H
#define _LOGGER_STRINGUTIL_H
#ifdef __cplusplus
extern "C" {
#endif
/**
@brief Retrieve just the filename from the full filepath (unix shell equivalent 'basename')
@detail returned parameter #stringFileNameReturned does not contain a new refrence but simply a pointer within the cha... | {
"content_hash": "06d247fd1f65dd6d6a7b982ae4d673c9",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 151,
"avg_line_length": 36.11764705882353,
"alnum_prop": 0.7671009771986971,
"repo_name": "Ryandev/Logger",
"id": "e1893767608dadae3cd9ced7adb4cf78a2d19565",
"size": "2660"... |
import sys
from collections import OrderedDict
from optparse import make_option
from django.db import models
from django.core.management.base import BaseCommand, CommandError
from django.core.exceptions import ImproperlyConfigured
from processorfield import FileProcessorField
class Command(BaseCommand):
option_li... | {
"content_hash": "a8675e408b2353f9d0c5091251b2f803",
"timestamp": "",
"source": "github",
"line_count": 114,
"max_line_length": 171,
"avg_line_length": 47.10526315789474,
"alnum_prop": 0.5294227188081937,
"repo_name": "syrusakbary/django-processorfield",
"id": "2eedc4ad7269091a27edcfb2e987caa61e89eb7... |
@interface OrgApacheLuceneAnalysisCoreKeywordTokenizer () {
@public
jboolean done_;
jint finalOffset_;
id<OrgApacheLuceneAnalysisTokenattributesCharTermAttribute> termAtt_;
id<OrgApacheLuceneAnalysisTokenattributesOffsetAttribute> offsetAtt_;
}
@end
J2OBJC_FIELD_SETTER(OrgApacheLuceneAnalysisCoreKeywordToken... | {
"content_hash": "9e33def9598e14ae7f5dbd9e957d7484",
"timestamp": "",
"source": "github",
"line_count": 157,
"max_line_length": 217,
"avg_line_length": 49.29936305732484,
"alnum_prop": 0.7772609819121447,
"repo_name": "lukhnos/objclucene",
"id": "95582cc06de2106192e8c56465c2df49df7d0740",
"size": "... |
'use strict';
module.exports = {
db: 'mongodb://elad:elance-xy4@ds050087.mongolab.com:50087/themap',
app: {
name: 'MEAN - A Modern Stack - Production'
},
facebook: {
clientID: 'APP_ID',
clientSecret: 'APP_SECRET',
callbackURL: 'http://localhost:3000/auth/facebook/callback'
},
twitter: {
... | {
"content_hash": "37785d42b44a5731925d04895eca7e51",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 81,
"avg_line_length": 25.878048780487806,
"alnum_prop": 0.6352497643732328,
"repo_name": "incephalon/dallasight",
"id": "9b04bf32bd63979a3e7ddd1f783b6cbc8d825edc",
"size":... |
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('knowledgeplatform', '0011_remove_coursecategorypage_name'),
]
operations = [
migrations.AddField(
model... | {
"content_hash": "af511e8ef66116aa0a224e90cbf97488",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 166,
"avg_line_length": 29.105263157894736,
"alnum_prop": 0.6672694394213382,
"repo_name": "Upande/MaMaSe",
"id": "ecf2d655ff7531bb3aa10fb53eb203a1f82e1bca",
"size": "625",... |
function reflectedAmbientLight=ward_AmbientLight(params,angles)
% reflectedAmbientLight=ward_AmbientLight(params,angles)
%
% 12 august 2004 dpl wrote it.
numSamples=params.numSamples;
numPoints=params.numPoints;
numLightSources=params.numLightSources;
ambientLightIntensity=params.ambientLightIntensity;
% ambient ligh... | {
"content_hash": "21cb9f2cebb86a3bf1b7ca675ee7bb5c",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 71,
"avg_line_length": 34.642857142857146,
"alnum_prop": 0.8309278350515464,
"repo_name": "DavidBrainard/SphereRendererToolbox",
"id": "fcd7f850c3e90058d04f6dd39ac67b3a38a16f... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "eb5310be60e7f179deca017f977270c2",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "2364df347b9bff2dae543e04e25fa7b162f50e3e",
"size": "181... |
from zohmg.utils import fail # heh.
import os, re, sys, time
# the configuration file has four parts:
# 'dataset' - string
# 'dimensions' - list of strings
# 'units' - list of strings
# 'projections' - list of lists
class ConfigNotLoaded(Exception):
def __init__(self, value):
self.error = value... | {
"content_hash": "29e77ea60655d794b915a5073a7bf06a",
"timestamp": "",
"source": "github",
"line_count": 164,
"max_line_length": 117,
"avg_line_length": 34.09756097560975,
"alnum_prop": 0.5491773962804005,
"repo_name": "zohmg/zohmg",
"id": "28876556cc093485965bca947b4a3f0557cb86dc",
"size": "6378",
... |
require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper')
describe AutoStubber do
describe "stub signals" do
before :each do
@class = stub_everything
@class.stubs(:instance_variable_get).with(:@signals).returns({})
@host = stub_everything
@host.stubs(:class).returns(@clas... | {
"content_hash": "26d858b1d831c283adb32924a42805c1",
"timestamp": "",
"source": "github",
"line_count": 209,
"max_line_length": 91,
"avg_line_length": 32.119617224880386,
"alnum_prop": 0.6442723074631312,
"repo_name": "bolthar/freightrain",
"id": "4b84c00ab3840e22f042158e91f773eb6e1f936c",
"size": ... |
#include "Common.h"
#include "HookContext.h"
#include "DevToolsHost.h"
CHookContext::CHookContext(DWORD dwThreadID)
{
m_hHook = SetWindowsHookEx(WH_CALLWNDPROC, CallWndProc, _Module.GetModuleInstance(),
dwThreadID);
}
LRESULT CALLBACK CHookContext::CallWndProc(int code, WPARAM wParam, LPARAM l... | {
"content_hash": "749401cff25f5ec58a850833c02c5661",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 88,
"avg_line_length": 28.396825396825395,
"alnum_prop": 0.5908328675237563,
"repo_name": "titilima/SuperF12",
"id": "8bf9e29144808eb3bc0fcd51f3866aa732b63027",
"size": "21... |
module Otis
module Generator
class CLI < Thor
include Thor::Actions
argument :name
def self.source_root
File.expand_path(File.join(File.dirname(__FILE__), 'templates'))
end
#TODO: make it generate a simples structure without the WSDL
desc "generate NAME", "Generates g... | {
"content_hash": "89606facf38650ba8293af35031214ff",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 169,
"avg_line_length": 46.7319587628866,
"alnum_prop": 0.5512905360688286,
"repo_name": "tbueno/otis-generator",
"id": "0ca0726d3ec22ca064b39ed35ca1202d7333b68e",
"size": ... |
package fr.tse.lt2c.satin.matrix.examples;
import java.io.IOException;
import fr.tse.lt2c.satin.matrix.beans.BinaryMatrix;
import fr.tse.lt2c.satin.matrix.beans.DecompositionResult;
import fr.tse.lt2c.satin.matrix.extraction.linkedmatrix.refactored.WSMRDecomposer;
public class TestLargeReal {
private static final ... | {
"content_hash": "a20df4f14462cbe6cf35e24ca307204d",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 82,
"avg_line_length": 28.685714285714287,
"alnum_prop": 0.7131474103585658,
"repo_name": "jsubercaze/wsrm",
"id": "55fb96a582c2f1614adc46cf5caf1edc0a98a03f",
"size": "1004... |
<?php
namespace Aivo\Highchart\Series;
use Aivo\Highchart\Series\State\SolidHoverStateInterface;
/**
* Column series.
*
* @author Chris Wilkinson <chris.wilkinson@admin.cam.ac.uk>
*/
interface ColumnSeriesInterface extends StackableSeriesInterface
{
/**
* {@inheritdoc}
*
* @return SolidHove... | {
"content_hash": "09cde46c7ee8e0d355e81bb9f5b2b5ba",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 64,
"avg_line_length": 16.541666666666668,
"alnum_prop": 0.7002518891687658,
"repo_name": "mauro-moreno/laravel-highcharts",
"id": "d6da6dc23f31e961a2920ac504c6dc4589d6f1c2",... |
import t from 'tcomb';
function foo() {
const ret = function () {}.call(this);
_assert(ret, _t.Nil, "return value");
return ret;
}
function bar() {
const ret = function () {}.call(this);
_assert(ret, _t.Nil, "return value");
return ret;
} | {
"content_hash": "60ad5c21d3c80689cc8b79e5178b6182",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 40,
"avg_line_length": 15.058823529411764,
"alnum_prop": 0.59375,
"repo_name": "gcanti/babel-plugin-tcomb",
"id": "3a258b86cec68c102050a92b188983b27b04435d",
"size": "256",... |
<footer class="site-footer">
<section class="copyright"><a href="copyright/">©</a> {{ site.name }} {{ site.time | date: '%Y' }}</section>
</footer>
| {
"content_hash": "c5d7411c15f5c3d5169be2c9ce2c15d4",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 116,
"avg_line_length": 52,
"alnum_prop": 0.6025641025641025,
"repo_name": "wbrgss/blog",
"id": "c77562cd30d3bcaad045a9f8c086c345bd60f6bd",
"size": "156",
"binary": false,... |
<?xml version="1.0" encoding="UTF-8"?>
<!-- contextQualifierLength=14 -->
<!-- contextQualifierLength=14 -->
<feature
id="org.eclipse.emf.codegen.ecore"
label="%featureName"
version="2.8.0.v20120608-0554"
provider-name="%providerName">
<description>
%description
</description>
<... | {
"content_hash": "fdccc3afe7ba89344478679fc85eaec6",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 97,
"avg_line_length": 31.64406779661017,
"alnum_prop": 0.6432779860739154,
"repo_name": "mclindon/GroupProject",
"id": "7d2a805647afbf09f3aac6556fba8b9b894bd490",
"size": ... |
<?php declare(strict_types=1);
namespace ApiClients\Tests\Client\Travis\Resource\Async;
use ApiClients\Client\Travis\Resource\Async\EmptyEnvironmentVariable;
use ApiClients\Tools\ResourceTestUtilities\AbstractEmptyResourceTest;
final class EmptyEnvironmentVariableTest extends AbstractEmptyResourceTest
{
public f... | {
"content_hash": "432c45c3a0c5059d898fd65fac25c865",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 74,
"avg_line_length": 25.736842105263158,
"alnum_prop": 0.7627811860940695,
"repo_name": "php-api-clients/travis",
"id": "a4c9901e31218f191dde9e8972ed4b9053f9ba4e",
"size"... |
<?php
namespace Payroll\Service\Factory;
use Zend\ServiceManager\ServiceLocatorInterface;
use Payroll\Service\PayrollService;
class PayrollServiceFactory
{
/**
*
* @param ServiceLocatorInterface $serviceLocator
* @return \Payroll\Service\PayrollService
*/
public function __invoke(ServiceL... | {
"content_hash": "e66740e66827fc8dd2ca78550212f07f",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 78,
"avg_line_length": 24.9,
"alnum_prop": 0.7068273092369478,
"repo_name": "pacificnm/pnm",
"id": "988303efb2908a3a98690dba92728986da1ec1e4",
"size": "498",
"binary": fa... |
use extern; //~ ERROR unresolved import `extern`
//~^ NOTE no `extern` in the root
use extern::*; //~ ERROR cannot glob-import all possible crates
fn main() {
let s = extern::xcrate; //~ ERROR expected value, found module `extern::xcrate`
//~^ NOTE not a value
}
| {
"content_hash": "43fccc8baa5ec9392477748d529e7577",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 83,
"avg_line_length": 38.5,
"alnum_prop": 0.5844155844155844,
"repo_name": "GBGamer/rust",
"id": "ea4488637031e316bf1135998992928107922fb2",
"size": "862",
"binary": fals... |
/**
* Licensed under the Artistic License; you may not use this file
* except in compliance with the License.
* You may obtain a copy of the License at
*
* http://displaytag.sourceforge.net/license.html
*
* THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, WITHOUT... | {
"content_hash": "0cdeeff4f87cf7b31ae9a899c60ecdaf",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 104,
"avg_line_length": 29.34090909090909,
"alnum_prop": 0.7087529047250194,
"repo_name": "chinayuans/sysadmin",
"id": "afa026e45a2acfd1a747df90b6d917d06fd9d380",
"size": "... |
.class public abstract Lcom/android/gallery3d/ui/AbstractSlotRenderer;
.super Ljava/lang/Object;
.source "AbstractSlotRenderer.java"
# interfaces
.implements Lcom/android/gallery3d/ui/SlotView$SlotRenderer;
# instance fields
.field private final mAlbumSetFrame:Lcom/android/gallery3d/ui/NinePatchTexture;
.field priv... | {
"content_hash": "c6fe6b9897e644035b33ac0cef2a6f0d",
"timestamp": "",
"source": "github",
"line_count": 866,
"max_line_length": 193,
"avg_line_length": 25.19745958429561,
"alnum_prop": 0.7028092204756886,
"repo_name": "baidurom/devices-Coolpad8720L",
"id": "f70e55ce6489391f6bbdc6850d0c65d9471f381d",
... |
package ludumdare32;
public class Wind {
static double direction = 0;
static double power = 0;
static boolean calculatedPower = false;
static double targetX = 0;
static double targetY = 0;
static double dvx = 0;
static double dvy = 0;
public static void update() {
... | {
"content_hash": "b0d574beeb38c606a5c0b30bcce87947",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 72,
"avg_line_length": 24.755555555555556,
"alnum_prop": 0.5394973070017953,
"repo_name": "bjornenalfa/LudumDare32",
"id": "f2fb3bcf11cda8f450667b5e8d01f5353e89a280",
"size... |
This directory contains the `loadtime` tools, a set of tools for generating
transaction load against Tendermint and measuring their resulting latency.
`loadtime` generates transactions that contain the timestamp of when they were
generated as well as additional metadata to track the variables used when
generating the l... | {
"content_hash": "7a86de4c5298c6817a525594956a55d0",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 105,
"avg_line_length": 37.149253731343286,
"alnum_prop": 0.7669746886299719,
"repo_name": "tendermint/tendermint",
"id": "8043d52973fc058ce95ffc417ca554853be798d4",
"size"... |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="si.ox.smsforwarder" >
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme... | {
"content_hash": "f5b0decdf194320bf262572a7b0bfe4f",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 87,
"avg_line_length": 34.16216216216216,
"alnum_prop": 0.6083860759493671,
"repo_name": "gregorb/SMSForwarder-android",
"id": "a2ca294efed9a37d2582976a23a128eb50950e76",
"... |
End of preview.
No dataset card yet
- Downloads last month
- 1