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 701
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 700)
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 701
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 |
|---|---|
<a href="mailto:{{ site.email }}">
<span class="icon icon--email">
{% include icon-email.svg %}
</span>
Email
</a>
| {
"content_hash": "41ef1f8e2760e61523b70afd43574e7a",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 34,
"avg_line_length": 20.833333333333332,
"alnum_prop": 0.568,
"repo_name": "PwzXxm/local-site",
"id": "024540b6409d68a36b67ea0f570ba3e2c3cdf707",
"size": "125",
"binary"... |
namespace peloton {
namespace planner {
class HashPlan;
} // namespace planner
namespace codegen {
//===----------------------------------------------------------------------===//
// The translator for a hash-based distinct operator.
//===----------------------------------------------------------------------===//
c... | {
"content_hash": "5e012081bcb7af6fa4b775d69ab2155d",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 80,
"avg_line_length": 34.25,
"alnum_prop": 0.5937956204379562,
"repo_name": "apavlo/peloton",
"id": "43b21a4f22fbd677c96dfd2cc62ba8c76b25ccdc",
"size": "3362",
"binary":... |
import Entity from './Entity'
import Resource from '../resource/Resource'
import Scope from '../scope/Scope'
import isString from 'lodash-es/isString'
const path = '/domains'
/**
* Represents a Domain entity.
*
* @extends Entity
*/
export default class Domain extends Entity {
/**
* Return simple resource fac... | {
"content_hash": "8cf044c9ee540caad5add9da2ffc7484",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 75,
"avg_line_length": 24.2972972972973,
"alnum_prop": 0.6173526140155728,
"repo_name": "evrythng/evrythng.js",
"id": "8502f91eec3853720baf5e0c381c0ba00f1e08e5",
"size": "8... |
{% extends "../theme/base_edit.html" %}
{% block edit %}
<ol class="breadcrumb">
<li>Current location: <a href="{% module site_url() %}">Home</a></li>
<li>{% module the_category(postinfo.uid) %}</li>
<li class="active">{{ postinfo.title }}</li>
</ol>
<div class="panel panel-default">
<div class="pan... | {
"content_hash": "f4ed540727d7817b9cf1ee246bf11128",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 122,
"avg_line_length": 33.95918367346939,
"alnum_prop": 0.5060096153846154,
"repo_name": "bukun/maplet",
"id": "a2ee043c0738ab6eb1c406702b56e9a64545346f",
"size": "1704",
... |
import Transmit from 'react-transmit'
export default class Utils {
/**
* Find a parent element by traversing up.
* @param {Object} child - DOM element.
* @param {string} selector - Selector to find parent. e.g. '#id123' or '.content' or 'div'.
* @returns {Object} - Return parent dom element (return itsel... | {
"content_hash": "9cd821ef2b44a753ca2bde5f49eac663",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 103,
"avg_line_length": 37.523809523809526,
"alnum_prop": 0.6192893401015228,
"repo_name": "ngduc/react-setup",
"id": "9415e4b14b1cdd77414ef43ebb3959e73a373c53",
"size": "... |
package FileLocatorFactory;
# ************************************************************
# Description : Create FileLocator objects.
# Author : Chad Elliott
# Create Date : 11/29/2005
# $Id: FileLocatorFactory.pm 94999 2011-11-09 23:31:08Z hillj $
# ********************************************************... | {
"content_hash": "ff36065ddf4411b1d1569a8a44e0fbbd",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 88,
"avg_line_length": 27.080645161290324,
"alnum_prop": 0.4919594997022037,
"repo_name": "batmancn/TinySDNController",
"id": "aac631226345e73727211a7f1a2a8a9887d8d385",
"s... |
package com.gemstone.gemfire.management.internal.configuration.utils;
import static com.gemstone.gemfire.management.internal.configuration.utils.XmlConstants.*;
import static javax.xml.XMLConstants.*;
import static org.junit.Assert.*;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Has... | {
"content_hash": "1cf68a73e233a69843241572b13d0867",
"timestamp": "",
"source": "github",
"line_count": 233,
"max_line_length": 150,
"avg_line_length": 47.03862660944206,
"alnum_prop": 0.7612226277372263,
"repo_name": "ysung-pivotal/incubator-geode",
"id": "46c44af9f3f54eedacd3c3f501f106448c65e5c7",
... |
import Ember from 'ember';
export default Ember.Component.extend({
isExpanded: false,
actions: {
nestedAction: function() {
this.sendAction('nestedAction');
}
}
});
| {
"content_hash": "a317307b8a84e8a20b19ac902efb02e0",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 39,
"avg_line_length": 17,
"alnum_prop": 0.6470588235294118,
"repo_name": "mitchlloyd/ember-islands",
"id": "327c0652f738a23777dcf43f74ce9dcaa04721c3",
"size": "187",
"bi... |
#include "pool.h"
#ifndef GIT_WIN32
#include <unistd.h>
#endif
struct git_pool_page {
git_pool_page *next;
uint32_t size;
uint32_t avail;
char data[GIT_FLEX_ARRAY];
};
struct pool_freelist {
struct pool_freelist *next;
};
#define GIT_POOL_MIN_USABLE 4
#define GIT_POOL_MIN_PAGESZ 2 * sizeof(void*)
static void *... | {
"content_hash": "4d3d38f1843db9e5343f94808f38c49a",
"timestamp": "",
"source": "github",
"line_count": 330,
"max_line_length": 76,
"avg_line_length": 22.20909090909091,
"alnum_prop": 0.6250511665984445,
"repo_name": "jweather/sonic-pi",
"id": "146f118b4ccdc889979004326ca6af4015231308",
"size": "73... |
package org.apache.hadoop.hbase.backup;
import static org.junit.Assert.assertTrue;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.hbase.TableName;
import org.apach... | {
"content_hash": "9a121cb9928ae41814fb9728ccf98111",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 86,
"avg_line_length": 32.3625,
"alnum_prop": 0.7365778292777134,
"repo_name": "JingchengDu/hbase",
"id": "73d8d9fd300ba4593a410736faa9dd40c6457931",
"size": "3388",
"bin... |
id: jsx-gotchas
title: JSX 的误区
permalink: jsx-gotchas.html
prev: jsx-in-depth.html
next: interactivity-and-dynamic-uis.html
---
JSX looks like HTML but there are some important differences you may run into.
> Note:
>
> For DOM differences, such as the inline `style` attribute, check [here](/react/docs/dom-differences... | {
"content_hash": "fe20cce325e9a37da08ac36d1e84f3cf",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 260,
"avg_line_length": 31.53731343283582,
"alnum_prop": 0.7297681022243256,
"repo_name": "react-china/react-docs",
"id": "3c4a2153b8464e57eb65225ecd723dfab57abca4",
"size"... |
<?php
namespace App\Repositories;
use App\Models\Album;
use App\Models\Artist;
use App\Models\Playlist;
use App\Models\Song;
use App\Models\User;
use App\Repositories\Traits\Searchable;
use Illuminate\Contracts\Database\Query\Builder;
use Illuminate\Contracts\Pagination\Paginator;
use Illuminate\Support\Collection;
u... | {
"content_hash": "d3e1c6e55ff87cfd24b8ab8103eaa1e1",
"timestamp": "",
"source": "github",
"line_count": 204,
"max_line_length": 117,
"avg_line_length": 33.03431372549019,
"alnum_prop": 0.5678884107434338,
"repo_name": "phanan/koel",
"id": "48ab7e33877783959bb32996ca1177d4927b70e3",
"size": "6739",
... |
<div class="manage groups">
<div class="row hero-unit blurb">
<h2>What are groups?</h2>
<p>
Groups allow you to explicitly share private photos with others.
<br>
For example, say you have a photo marked as private but want <em>joe@example.com</em> see it.
<ol>
<li>Make sure <e... | {
"content_hash": "5f7fa8277dd335d01a44b5426562bdcc",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 203,
"avg_line_length": 48,
"alnum_prop": 0.5968468468468469,
"repo_name": "meatcar/frontend",
"id": "5dd11002e7f1daa5923be6534783ee652acbb269",
"size": "1776",
"binary":... |
using UnityEngine;
/// @cond
namespace Gvr.Internal {
/// Factory that provides a concrete implementation of IHeadsetProvider for the
/// current platform.
static class HeadsetProviderFactory {
/// Provides a concrete implementation of IHeadsetProvider appropriate for the current
/// platform. This metho... | {
"content_hash": "c33bce9cfe39f5af62c2244a585a5b22",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 94,
"avg_line_length": 38.774193548387096,
"alnum_prop": 0.718801996672213,
"repo_name": "swooby/fleet-viewer",
"id": "73e4d77ca45ebc28c2fba0382f00e9a02004a0e0",
"size": "1... |
<?php
namespace Magento\Catalog\Model\Product\Option;
use Magento\Catalog\Api\ProductCustomOptionRepositoryInterface;
use Magento\Catalog\Model\Product\OptionFactory;
use Magento\Framework\EntityManager\MetadataPool;
use Magento\Framework\EntityManager\Operation\ExtensionInterface;
/**
* Class ReadHandler
*/
clas... | {
"content_hash": "144a1df3aaf1f79000af5cce407e01fe",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 82,
"avg_line_length": 27.851063829787233,
"alnum_prop": 0.679144385026738,
"repo_name": "j-froehlich/magento2_wk",
"id": "b0c90484a1bee17ba89a6c2a659b12ae9eeb1b5e",
"size"... |
package edu.psu.chemxseer.structure.util;
/**
* The major contribution of this class is to calculate the memory consuption
* difference
*
* @author dayuyuan
*
*/
public class MemoryConsumptionCal {
public static final long mega = 1024L * 1024L;
/**
* Memory measure method
*
* @throws Exception
*/
... | {
"content_hash": "23fbb5c0c702d446ca19d1c8f81f6638",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 77,
"avg_line_length": 24.558823529411764,
"alnum_prop": 0.6580838323353293,
"repo_name": "Santa827/Lindex",
"id": "407ba3dc261c0bb46f822d0efeb0148912b954c8",
"size": "1670... |
import * as util from './a/b/util';
export var exportSingleVar = 'aa';
var b = util;
export { b };
function SomeDefault() {}
export default SomeDefault; | {
"content_hash": "8b1de8a173073f5e567463d10d65bdd1",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 35,
"avg_line_length": 19.25,
"alnum_prop": 0.6883116883116883,
"repo_name": "ka215/WP-Gentelella",
"id": "341a4e336fc4e053c37cc17ce0508509f2d595ed",
"size": "154",
"binar... |
title: Living in a Diverse World
number: WMNST 105
academic-home: other
course-type: [Supporting, General Education]
pre-req:
description: Critical perspectives on the relationship between social difference and power, emphasizing gender, race, sexuality, class, and disability.
bulletin-link: http://bulletins.psu.edu/un... | {
"content_hash": "963c6af81f67d5324a9d73e2cc61a204",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 151,
"avg_line_length": 43.77777777777778,
"alnum_prop": 0.8020304568527918,
"repo_name": "mmilutinovic1313/program-hub",
"id": "f7c6ed85f4fcd8f1f0239acca0f39728935707c4",
"... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "15022a6ba3dd5195ef69a01b2be828b8",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "00148209f5d6f4c1d22c26d10418273b5b6aec09",
"size": "19... |
var Lab = require('lab');
var lab = exports.lab = Lab.script();
var describe = lab.describe;
var it = lab.it;
var expect = Lab.expect;
var isString = require('../is-string');
var not = require('../not');
describe('not', function() {
it('should inverse a function (and work with array functions)', function (done) {
... | {
"content_hash": "820ff17436a2b34a0d7e7b38c38c8a7c",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 83,
"avg_line_length": 25,
"alnum_prop": 0.6188235294117647,
"repo_name": "emilkje/101",
"id": "c0ff6b609e5c1e9f0f65828892b04365fea22fcc",
"size": "425",
"binary": false,... |
<?php
namespace Wlalele\PetShopBundle\Tests\Controller;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
class DefaultControllerTest extends WebTestCase
{
public function testIndex()
{
$client = static::createClient();
$crawler = $client->request('GET', '/hello/Fabien');
$this->... | {
"content_hash": "f63f6469d53c96e2b553a52b9ea0836c",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 90,
"avg_line_length": 23.764705882352942,
"alnum_prop": 0.6782178217821783,
"repo_name": "wlalele/formation_petshop",
"id": "4bd1e00ee8f2b447ba33f7c3da4148a7f83dd771",
"si... |
.class synthetic Landroid/net/wifi/SupplicantStateTracker$1;
.super Ljava/lang/Object;
.source "SupplicantStateTracker.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/net/wifi/SupplicantStateTracker;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
... | {
"content_hash": "54b7f8b2edcf62c60411986b313c3254",
"timestamp": "",
"source": "github",
"line_count": 311,
"max_line_length": 111,
"avg_line_length": 24.2540192926045,
"alnum_prop": 0.683812806575633,
"repo_name": "baidurom/devices-g520",
"id": "d8f642fad66003c94899ae1511a465315873ba18",
"size": ... |
package org.jboss.shrinkwrap.resolver.api;
/**
* Represents a single coordinate; an address in a repository-based system which may point to an artifact. Systems may
* each have their own syntax for parsing the canonical {@link String} form of a {@link Coordinate}, or supply their own
* builders for programmatic cr... | {
"content_hash": "b94bc7772e00edb4d0246d6e694916bf",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 120,
"avg_line_length": 30.5,
"alnum_prop": 0.7049180327868853,
"repo_name": "ALRubinger/resolver",
"id": "a997fdf7aa4da72c2906960337b8209895fa565e",
"size": "1394",
"bin... |
package org.apache.guacamole.auth.sqlserver.conf;
import org.apache.guacamole.properties.BooleanGuacamoleProperty;
import org.apache.guacamole.properties.EnumGuacamoleProperty;
import org.apache.guacamole.properties.IntegerGuacamoleProperty;
import org.apache.guacamole.properties.StringGuacamoleProperty;
/**
* Pro... | {
"content_hash": "9fe769ccce4090bdca822b5cdc47b687",
"timestamp": "",
"source": "github",
"line_count": 193,
"max_line_length": 98,
"avg_line_length": 29.746113989637305,
"alnum_prop": 0.6631248911339488,
"repo_name": "mike-jumper/incubator-guacamole-client",
"id": "df63c53e959488da3cb955125147090afc... |
<?php
class Kwc_Advanced_YoutubeWithPreviewImage_Image_Component extends Kwc_Abstract_Image_Component
{
public static function getSettings($param = null)
{
$ret = parent::getSettings($param);
$ret['dimensions'] = array(
'fullwidth'=>array(
'text' => trlKwfStatic('full... | {
"content_hash": "ba73bcf4bf49e54341015c81e8e4dfc2",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 95,
"avg_line_length": 29.176470588235293,
"alnum_prop": 0.5161290322580645,
"repo_name": "koala-framework/koala-framework",
"id": "148d54b265bcb5852b5f8e3c737d1881fdfe4380",... |
extern crate petgraph;
extern crate regex;
extern crate serde_json;
#[macro_use]
extern crate lazy_static;
extern crate bit_set;
extern crate either;
extern crate fixedbitset;
extern crate linear_map;
extern crate num;
extern crate typed_arena;
extern crate vec_map;
#[cfg(test)]
extern crate quickcheck;
#[cfg(feature... | {
"content_hash": "6768d2f6b793102ab22385e321e395fc",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 30,
"avg_line_length": 17.302325581395348,
"alnum_prop": 0.7446236559139785,
"repo_name": "some-username/radeco-lib",
"id": "df5484410ec279f554c4f7d3bfd79bde321e0d89",
"siz... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using CSC.Common.Infrastructure.Utilities;
using CSC.CSClassroom.Model.Classrooms;
namespace CSC.CSClassroom.Service.Classrooms
{
/// <summary>
/// Ensures that a section is valid.
/// </summary>
public interface ISec... | {
"content_hash": "26012b91d6f95a2f1e046025a65a27ae",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 48,
"avg_line_length": 23.318181818181817,
"alnum_prop": 0.7407407407407407,
"repo_name": "CSClassroom/CSClassroom",
"id": "a519e6935ddc751a2685f8d263d29c6eb5a01c83",
"size... |
import numpy as np
import random
# First implement a gradient checker by filling in the following functions
def gradcheck_naive(f, x):
"""
Gradient check for a function f
- f should be a function that takes a single argument and outputs the cost and its gradients
- x is the point (numpy array) to che... | {
"content_hash": "81d8497d88ff46ed4dd459b3a82a3f61",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 106,
"avg_line_length": 33.25373134328358,
"alnum_prop": 0.6270197486535009,
"repo_name": "jatinshah/stanford-cs224d",
"id": "d0c83d452c646508f2dfa952883101b18ce22467",
"si... |
package com.google.api.ads.dfp.jaxws.v201405;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
*
* A rate customization applied to geography targeting.
*
*
* <p>Java class for GeographyRateCa... | {
"content_hash": "fa81ba3c32106392d7a4c6c8f86d6638",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 95,
"avg_line_length": 24.289473684210527,
"alnum_prop": 0.6988082340195017,
"repo_name": "nafae/developer",
"id": "fc8f197b2e6b21c18260e8d54698306ee552d2a8",
"size": "923"... |
<?php
/**
* This file is part of the Loops framework.
*
* @author Lukas <lukas@loopsframework.com>
* @license https://raw.githubusercontent.com/loopsframework/base/master/LICENSE
* @link https://github.com/loopsframework/base
* @link https://loopsframework.com/
* @version 0.1
*/
namespace Loops\Annotations\Nav... | {
"content_hash": "3e34c52552052d26041652046bfe8f45",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 80,
"avg_line_length": 15.25,
"alnum_prop": 0.5478142076502732,
"repo_name": "loopsframework/base",
"id": "f19d1fb0b3247775ca61ed634c3d95f49f80bd0e",
"size": "732",
"bina... |
/* Code generated by IfcQuery EXPRESS generator, www.ifcquery.com */
#pragma once
#include <vector>
#include <map>
#include <sstream>
#include <string>
#include "ifcpp/model/GlobalDefines.h"
#include "ifcpp/model/BasicTypes.h"
#include "ifcpp/model/BuildingObject.h"
#include "IfcConstructionResourceType.h"
cl... | {
"content_hash": "e0e07f9860397c7a7ba97452b331838a",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 127,
"avg_line_length": 51.38356164383562,
"alnum_prop": 0.6539589442815249,
"repo_name": "berndhahnebach/IfcPlusPlus",
"id": "0227d297b1f4231dc20954fd0c93c3c2cbd4cc68",
"s... |
define(function(require, exports, module) {
var Validator = require('bootstrap.validator');
require('common/validator-rules').inject(Validator);
require('jquery.sortable');
var Notify = require('common/bootstrap-notify');
var WebUploader = require('edusoho.webuploader');
exports.run = function... | {
"content_hash": "469e2cf1cac186a743202ca664d97c32",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 93,
"avg_line_length": 35.12658227848101,
"alnum_prop": 0.46846846846846846,
"repo_name": "richtermark/SMEAGOnline",
"id": "49ae220eca0218a6c4173c9c319283136f9e761d",
"size... |
package example_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
boshlog "github.com/cloudfoundry/bosh-utils/logger"
tubclient "github.com/cppforlife/turbulence/client"
tubinc "github.com/cppforlife/turbulence/incident"
tubsel "github.com/cppforlife/turbulence/incident/selector"
tubtasks "gi... | {
"content_hash": "b77197e8badbca40fa9cd265f79f0589",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 60,
"avg_line_length": 22.314814814814813,
"alnum_prop": 0.6813278008298755,
"repo_name": "cppforlife/turbulence-release",
"id": "8728ef643b3de5f99daef4587748fee422e3ee53",
... |
#pragma once
#include <aws/waf/WAF_EXPORTS.h>
#include <aws/waf/WAFRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace WAF
{
namespace Model
{
/**
*/
class AWS_WAF_API ListRuleGroupsRequest : public WAFRequest
{
public:
ListRuleGroupsRequest();
... | {
"content_hash": "9c77663556a253be52248bd003492007",
"timestamp": "",
"source": "github",
"line_count": 170,
"max_line_length": 119,
"avg_line_length": 47.11764705882353,
"alnum_prop": 0.6867665418227216,
"repo_name": "jt70471/aws-sdk-cpp",
"id": "4c7c3b190d68e4d1d84d0397cd1fb69653f2aa5e",
"size": ... |
//
// ========================================================================
// Copyright (c) 1995-2015 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... | {
"content_hash": "5757a93e8dd554af95d68a8aa7790d69",
"timestamp": "",
"source": "github",
"line_count": 226,
"max_line_length": 112,
"avg_line_length": 27.261061946902654,
"alnum_prop": 0.5059243629280961,
"repo_name": "xmpace/jetty-read",
"id": "5fefe9dbb3eea0b8f71fc94a8cd44844233e4df9",
"size": "... |
package com.tinkerpop.gremlin.process.computer;
import org.javatuples.Pair;
import java.util.Collections;
import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;
/**
* The Memory of a {@link GraphComputer} is a global data structure where by vertices can communicate information with one anot... | {
"content_hash": "dbdd92cd4ecf01357045decb890323a8",
"timestamp": "",
"source": "github",
"line_count": 157,
"max_line_length": 156,
"avg_line_length": 35.88535031847134,
"alnum_prop": 0.6696840610578629,
"repo_name": "mpollmeier/tinkerpop3",
"id": "c3206910987b3a5e34c656d6dce0adc3d713ec74",
"size"... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
namespace System.Configuration
{
/// <summary>
/// Indicates the SpecialSetting for a group ... | {
"content_hash": "1997ef5442578d9d0788cc4c22cc05d9",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 72,
"avg_line_length": 28.454545454545453,
"alnum_prop": 0.6336528221512248,
"repo_name": "ptoonen/corefx",
"id": "97f3bb84e2bcc97bfe519347651d8be23d9ebb2f",
"size": "941",... |
<!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 (version 1.7.0_55) on Fri Jun 20 06:34:21 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class... | {
"content_hash": "69f4322845305cedfe0d62a773b4c551",
"timestamp": "",
"source": "github",
"line_count": 131,
"max_line_length": 139,
"avg_line_length": 37.404580152671755,
"alnum_prop": 0.58,
"repo_name": "knittledan/Location_Search_Prediction",
"id": "13212433ba34210f26197c9de371adcff0ed3fb2",
"si... |
using namespace sinxml;
int main()
{
Document document("1.0");
Element* root = new Element("map", "schmap");
document.Set_root(root);
Element* platform = new Element("platform", "boom");
root->Add_child(platform);
Element* x = new Element("x", "10");
platform->Add_child(x);
x->Set_attribute("foo", "baha");
... | {
"content_hash": "3471528ca1fc1db8f3caebe15c5a9ad1",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 71,
"avg_line_length": 26.705882352941178,
"alnum_prop": 0.6178414096916299,
"repo_name": "trezker/sinxml",
"id": "30235062b22edf195dde5a4523f2b2d02a5442ef",
"size": "956",... |
<ruleset
xmlns="http://pmd.sf.net/ruleset/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
<descript... | {
"content_hash": "7f7c4c3c50a0e850c2ba63296a438ff0",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 102,
"avg_line_length": 54.07142857142857,
"alnum_prop": 0.7111404667547336,
"repo_name": "koriym/Ray.AuraSqlModule",
"id": "bd342f1e30a2bc55631bd15c62062cfc5cf6a630",
"siz... |
var jsconsole = (function (window) {
// Key-code library
var keylib={left:37,up:38,right:39,down:40,space:32,
alt:18,ctrl:17,shift:16,tab:9,enter:13,webkitEnter:10,
escape:27,backspace:8,
zero:48,one:49, two:50,three:51,four:52,
five:53,six:57,seven:58,eight:59,nine:60,
... | {
"content_hash": "5db5d0089841adeffedca0856115ba9c",
"timestamp": "",
"source": "github",
"line_count": 671,
"max_line_length": 240,
"avg_line_length": 27.78837555886736,
"alnum_prop": 0.593049447602703,
"repo_name": "jsbin/jsbin",
"id": "35b2f16e64f9cf901cb7ad701179eb046db3a204",
"size": "18650",
... |
package io.hawt.web;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.InputStreamReader;
import org.json.JSONObject;
import org.junit.Test;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.junit.Assert.assertThat;
public class ServletHelpersTest {
@Test
... | {
"content_hash": "8052c9b06fc4a8ac65edda5c434d92b1",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 98,
"avg_line_length": 29.23076923076923,
"alnum_prop": 0.7078947368421052,
"repo_name": "tadayosi/hawtio",
"id": "bcda7e4076b26d3f26cd4378089fb36c09e2a90a",
"size": "760",... |
import sys
import os
sys.path.insert(0, os.path.abspath('..'))
import pyrpca | {
"content_hash": "b2a7bc1e687b84df22cf503f8041544a",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 41,
"avg_line_length": 15.4,
"alnum_prop": 0.7272727272727273,
"repo_name": "RPGOne/Skynet",
"id": "b3b1f2cb50af12d7ca13b0aa4eca160cdda88e09",
"size": "102",
"binary": fal... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "98ef7fa26e05bfe71212be6a548b9bc8",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "effbc2a0f77c6c1945a700190e8edadb4700b813",
"size": "190... |
namespace impl
{
///@name This functions take input range NOT like STL does: [first, last].
//@{
template <typename DistanceFn, typename Iter>
std::pair<double, Iter> MaxDistance(Iter first, Iter last, DistanceFn & distFn)
{
std::pair<double, Iter> res(0.0, last);
if (std::distance(first, last) <= 1)
return res... | {
"content_hash": "38979ec8159a52b264d3e5d5affe406a",
"timestamp": "",
"source": "github",
"line_count": 143,
"max_line_length": 93,
"avg_line_length": 27.86013986013986,
"alnum_prop": 0.6312751004016064,
"repo_name": "VladiMihaylenko/omim",
"id": "58f18cb30c3b4f9e5d179bf32a53684a5d7b2e27",
"size": ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
namespace iQQ.Net.WebQQCore.Util
{
public static class RetryHelper
{
public static T Retry<T>(Func<T> func, int retryTimes, TimeSpan ts)
{
var exceptions = new L... | {
"content_hash": "dd58c543227a9b9e4ce63dbd0293797f",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 75,
"avg_line_length": 25.137931034482758,
"alnum_prop": 0.4787379972565158,
"repo_name": "huoshan12345/iQQ.Net",
"id": "a53196a25038b75ddbb01e519b9474adc5c47bb7",
"size": ... |
package in.twizmwaz.cardinal.module.modules.regions.type;
import in.twizmwaz.cardinal.module.modules.regions.RegionModule;
import in.twizmwaz.cardinal.module.modules.regions.parsers.CylinderParser;
import in.twizmwaz.cardinal.util.NumUtils;
import org.bukkit.block.Block;
import org.bukkit.util.Vector;
import java.uti... | {
"content_hash": "90d15b71b08e8655dffda2f561206d7a",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 198,
"avg_line_length": 31.31578947368421,
"alnum_prop": 0.6436974789915967,
"repo_name": "dentmaged/CardinalPGM",
"id": "19eb698df4a01c72df6c430fed7ca60a54baf137",
"size":... |
import { NgModule } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';
import { Module43CompComponent } from './components/module-43-comp/module-43-comp.component';
const routes: Routes = [
{
path: '',
component: Module43CompComponent
}
];
@NgModule({
imports: [RouterModul... | {
"content_hash": "30a0640513fa87856c9c2ed5c595efc7",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 93,
"avg_line_length": 20.45,
"alnum_prop": 0.7017114914425427,
"repo_name": "angular/angular-cli-stress-test",
"id": "21e90d6a23d38dbba2a7d7bcf2a3f8cf48f0ad15",
"size": "6... |
var tape = require('tape');
var mjAPI = require('../lib/main.js');
tape('Options "extension": multiple extensions', function(t) {
t.plan(1);
mjAPI.config({
extensions: 'TeX/autoload-all.js, TeX/color.js'
});
mjAPI.typeset(
{
math: 'E = mc^2',
format: 'TeX',
mml: true
},
functi... | {
"content_hash": "9f6ca051a329c8b452a2f4d8d78dc647",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 63,
"avg_line_length": 20.681818181818183,
"alnum_prop": 0.5538461538461539,
"repo_name": "mathjax/MathJax-node",
"id": "8d07733cad195d4846118c5bf53fd629e2b29069",
"size": ... |
require 'sass'
module Ti
module Compiler
class SASSScripts
class << self
include ::Ti::Utils
# def compile(contents, compile_to_location)
def compile
system "sass --compass -C -t expand app/#{underscore(get_app_name)}/stylesheets/app.sass > Resources/app.jss"
log... | {
"content_hash": "5b16df7028ccc784cc9d60f636cb12ed",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 119,
"avg_line_length": 25.875,
"alnum_prop": 0.6207729468599034,
"repo_name": "revans/Ti",
"id": "e3dda12d3c405d9ec51af1d7ea90266d145b35a9",
"size": "414",
"binary": fal... |
End of preview.
No dataset card yet
- Downloads last month
- 1