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: Incorrect hex digit after \u escape in string. in row 1310
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 1668)
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: Incorrect hex digit after \u escape in string. in row 1310
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 |
|---|---|
import matplotlib.pyplot as plt
import numpy as np
import json
import sys
data = json.load(open(sys.argv[1]))
def get_bbox(country):
maxLat = None
maxLon = None
minLat = None
minLon = None
for polygon in country["geometry"]["coordinates"]:
coords = np.array(polygon)[0]
curMaxLat = np.max(coords.T[1])
cur... | {
"content_hash": "d4134c852791c2d97c2f1cd722fa33c1",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 68,
"avg_line_length": 21.22,
"alnum_prop": 0.6965127238454288,
"repo_name": "bmtgoncalves/TorinoCourse",
"id": "6fec74bde971c464cc61342c30dba64f95ae0750",
"size": "1061",
... |
"""
There are N network nodes, labelled 1 to N.
Given times, a list of travel times as directed edges times[i] = (u, v, w),
where u is the source node, v is the target node, and w is the time it takes for
a signal to travel from source to target.
Now, we send a signal from a certain node K. How long will it take for ... | {
"content_hash": "8accbf25f12bb0eccc20518e67c07c2e",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 80,
"avg_line_length": 30.24,
"alnum_prop": 0.5436507936507936,
"repo_name": "algorhythms/LeetCode",
"id": "7f759ff71d918ce992e22f7a8124e2e8df63b613",
"size": "1531",
"bi... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Mem. Amer. Acad. Arts 16: 294 (1931)
#### Original name
Misgomyces perigonae Thaxt.
### Remarks
null | {
"content_hash": "6ad4680c991a6b35b8e7d76420140303",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 36,
"avg_line_length": 12.615384615384615,
"alnum_prop": 0.6951219512195121,
"repo_name": "mdoering/backbone",
"id": "04d87365cf99e17683038df5c36d6d19ade73ee6",
"size": "21... |
@interface AppDelegate ()
// Properties
@property (nonatomic, strong) UIViewController *rootViewController;
@end
@implementation AppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mai... | {
"content_hash": "1d182eba56cc31f9a027b1f983c855a1",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 281,
"avg_line_length": 45.224489795918366,
"alnum_prop": 0.7824909747292419,
"repo_name": "jansenmaarten/iOS_Apples",
"id": "0b615fe12fd194da1e316a5187f1021c1bddc424",
"si... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
|--------------------------------------------------------------------------
| Base Site URL
|--------------------------------------------------------------------------
|
| URL to your CodeIgniter root. Typically this will be your base URL,
| WITH... | {
"content_hash": "6cbeda37e0f22c18f34810f0cb2735bc",
"timestamp": "",
"source": "github",
"line_count": 514,
"max_line_length": 83,
"avg_line_length": 35.39494163424124,
"alnum_prop": 0.5462540537569395,
"repo_name": "mpigorini/ProyectoWebFacyt",
"id": "92b37171b3fef7b4b8c9e4d19a658d6e84ad891f",
"s... |
package lobo;
// source:
import nl.esciencecenter.ptk.vbrowser.ui.StartVBrowser;
import nl.esciencecenter.ptk.vbrowser.ui.browser.BrowserPlatform;
import nl.esciencecenter.ptk.vbrowser.viewers.loboviewer.LoboBrowser;
import nl.esciencecenter.ptk.vbrowser.viewers.loboviewer.LoboBrowserInit;
import nl.esciencecenter... | {
"content_hash": "90ebcf79a79c7d9c3437dbe787a93e67",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 119,
"avg_line_length": 25.833333333333332,
"alnum_prop": 0.680184331797235,
"repo_name": "NLeSC/Platinum",
"id": "f6261dcf704bad9fb5976ff2eff7d8f1fe310213",
"size": "1923"... |
set -e
# color in stdout
NO_COLOR='\033[0m'
OK_COLOR='\033[32;01m'
ERROR_COLOR='\033[31;01m'
WARN_COLOR='\033[33;01m'
echo -e "${WARN_COLOR}===== Installing Utilities =====${NO_COLOR}"
sudo apt udpate && sudo apt install -y --no-install-recommends mc htop nano ncdu git curl screen
sh ./wifi-connection.sh
sh ./swap-c... | {
"content_hash": "e34ea3e9069bccee86ffe1408b104ff7",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 419,
"avg_line_length": 33.391304347826086,
"alnum_prop": 0.7014973958333334,
"repo_name": "bys-control/install_host_docker",
"id": "cd69679bd39f80fab592380478592ae01f0b22b7"... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "772ae78e6b6d219302071dad1f377bd9",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "eee19eb27e3605aca34196e9c1f352f145d9d634",
"size": "18... |
#ifndef _FPU_CONTROL_H
#define _FPU_CONTROL_H
#include <features.h>
/* These bits are reserved are not changed. */
#define _FPU_RESERVED 0x0707FFFC
/* The fdlibm code requires no interrupts for exceptions. Don't
change the rounding mode, it would break long double I/O! */
#define _FPU_DEFAULT 0x00000000 /* ... | {
"content_hash": "9a929a6878a46886aab1b21c660ddc44",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 72,
"avg_line_length": 28.72,
"alnum_prop": 0.6643454038997214,
"repo_name": "raulgrell/zig",
"id": "3ca492fd63f207ce6b3ef3d03cf170395385eacf",
"size": "1666",
"binary": ... |
<?php
class model_fixture extends CI_Model {
function __construct() {
parent::__construct();
}
function User()
{
parent::Controller();
$this->view_data['base_url'] = base_url();
}
function index(){
$this->welcome_message;
}
function submit(){
$thi... | {
"content_hash": "5f1a3d47e0d938f92f285a7d6476c7ff",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 386,
"avg_line_length": 22.983333333333334,
"alnum_prop": 0.5692530819434373,
"repo_name": "DanLeeHill/SportsTipping",
"id": "560af2b8c1e129e352eb92c6654a5eeead7d406d",
"si... |
namespace net {
namespace {
GURL GenerateSpawnerCommandURL(const std::string& command, uint16_t port) {
// Always performs HTTP request for sending command to the spawner server.
return GURL(base::StringPrintf("%s:%u/%s", "http://127.0.0.1", port,
command.c_str()));
}
int kBuffer... | {
"content_hash": "12573a3ffe1b43f8722c096a0588e45c",
"timestamp": "",
"source": "github",
"line_count": 358,
"max_line_length": 79,
"avg_line_length": 31.81564245810056,
"alnum_prop": 0.6687445127304653,
"repo_name": "Workday/OpenFrame",
"id": "0962143bfe136d2e4d7103a1263a9e03c9cde7f5",
"size": "12... |
package com.google.api.client.util;
import com.google.common.collect.ImmutableMap;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.lang.reflect.TypeVariable;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.AbstractList;
import java.util.AbstractMap;
i... | {
"content_hash": "9c98379d05ccc3d01cccdad26a5bd65b",
"timestamp": "",
"source": "github",
"line_count": 323,
"max_line_length": 99,
"avg_line_length": 39.538699690402474,
"alnum_prop": 0.711377339284316,
"repo_name": "googleapis/google-http-java-client",
"id": "5cce2816a0d6a4972b51944b09897096b3934a7... |
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>CloseDatabase</title></head>
<body bgcolor="#EFF1F0" link="#3A3966" vlink="#000000" alink="#000000">
<font face="Verdana, sans-serif" size="2"><p align="center"><b><font size="4">CloseDatabase()</font></b></p>
<p><b>语法</b></p><bl... | {
"content_hash": "63ef1598213c10e3e193f0329baf3570",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 249,
"avg_line_length": 33.96078431372549,
"alnum_prop": 0.6916859122401847,
"repo_name": "PureBasicCN/PureBasicPreference",
"id": "2be010b4ce598f6abb9441992021c1fd5f42d20a",... |
package org.lable.oss.uniqueid;
import org.junit.Test;
import org.lable.oss.uniqueid.bytes.Mode;
public class LocalUniqueIDGeneratorFactoryTest {
@Test(expected = IllegalArgumentException.class)
public void outOfBoundsGeneratorIDTest() {
LocalUniqueIDGeneratorFactory.generatorFor(2048, 0, Mode.SPREA... | {
"content_hash": "81f9411fbfc0c8b3010d13a74398c2be",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 73,
"avg_line_length": 31.428571428571427,
"alnum_prop": 0.7477272727272727,
"repo_name": "LableOrg/java-uniqueid",
"id": "5262e995b166eef052ded4b7f3edafbf7ec9eb12",
"size"... |
<?php
/* AcmeDemoBundle::layout.html.twig */
class __TwigTemplate_85d0470112f20fab5ab548d530a65c3e extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = $this->env->loadTemplate("TwigBundle::layoutBackend.html.twig");
$... | {
"content_hash": "775fb8f14384fca953bddf50bc08340b",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 322,
"avg_line_length": 33.39310344827586,
"alnum_prop": 0.5142503097893433,
"repo_name": "kimy82/llibreria",
"id": "22236fd196e523ce93caf6fc338ad4efa4b5746f",
"size": "48... |
<?php
namespace AutoMapperPlus\MappingOperation;
use AutoMapperPlus\PropertyAccessor\PropertyAccessorInterface;
use AutoMapperPlus\PropertyAccessor\PropertyReaderInterface;
class DefaultMappingOperationChild extends DefaultMappingOperation {
/**
* @var PropertyAccessorInterface
*/
private $property... | {
"content_hash": "b811b3493130d13dcaf864d3971f58a0",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 76,
"avg_line_length": 24.916666666666668,
"alnum_prop": 0.7575250836120402,
"repo_name": "mark-gerarts/automapper-plus",
"id": "27c3d0971283770c65e95450f7a8de6bae58e1c9",
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NHibernate.Mapping.Attributes;
using Iesi.Collections.Generic;
namespace DbModel
{
[Class(Table = "combine_geometry")]
public class CombineGeometry
{
[Id(0, TypeType = typeof(int))]
[Key(1)]
[Generator(2, Class = "nat... | {
"content_hash": "631f275f61de15199933a90dcc0db6f5",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 113,
"avg_line_length": 31,
"alnum_prop": 0.6903225806451613,
"repo_name": "icedream2linxi/PDMS_ExportModel",
"id": "898294e597677a316c7329c791a5b4fef3121546",
"size": "932... |
({
dir: "build",
mainConfigFile: 'public/modules/config.js',
//A function that will be called for every write to an optimized bundle
//of modules. This allows transforms of the content before serialization.
// Overwrite the moduleName on optimized js to excute the module on load the js.
onBuildW... | {
"content_hash": "e87a0a7543380feace243ffed43e2c5a",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 84,
"avg_line_length": 44.7,
"alnum_prop": 0.6845637583892618,
"repo_name": "gsaini/angular-lazyload",
"id": "306f1991122f35e4937b19f90655420b31d446ae",
"size": "447",
"b... |
BlackLib library is wrote for controlling Beaglebone Black's feature. It takes power from C++ language. It is created for reading analog input, generating pwm signal, using gpio pins, and communicating with other devices over uart, spi and i2c. In addition to them, it includes debugging feature. So you can check errors... | {
"content_hash": "bbc75665b9e75dfdfe42c96c34a6dcaa",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 430,
"avg_line_length": 66.05128205128206,
"alnum_prop": 0.6653726708074534,
"repo_name": "conwill708/Mobot_EPCA",
"id": "36a56e272e9ff48030475630004ac03e1c61152c",
"size":... |
* Use `Dir.tmpdir` instead of explicit `/tmp`.
[Boris Bügling](https://github.com/neonichu)
[#34](https://github.com/CocoaPods/cocoapods-try/pull/34)
* Automatically detect JSON podspecs.
[Samuel Giddins](https://github.com/segiddins)
[#35](https://github.com/CocoaPods/cocoapods-try/issues/35)
## 0.4.4
... | {
"content_hash": "c74ebd2b27efd9d735c1671bd51e031c",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 79,
"avg_line_length": 22.875,
"alnum_prop": 0.6950819672131148,
"repo_name": "esttorhe/SlackTeamExplorer",
"id": "24ad567e91c521c2e222919d4b681074b9452c0e",
"size": "1888"... |
import _pyndn
import utils
from utils import Const
from Name import Name
from SignedInfo import SignedInfo
from Signature import Signature
class Data (object):
def __init__ (self, name = None, content = None, signed_info = None):
if isinstance (name, Name):
self.name = name
else:
... | {
"content_hash": "6602d83b7098fc9cf7985bb30fc642e8",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 122,
"avg_line_length": 32.63478260869565,
"alnum_prop": 0.5678124167332801,
"repo_name": "cawka/packaging-PyNDN-dev",
"id": "b281e55f4e9bf118a623ff82e35a1879a9c41d46",
"s... |
package com.amazonaws.services.workdocs.model;
import javax.annotation.Generated;
/**
* <p>
* The storage limit will be exceeded.
* </p>
*/
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class StorageLimitWillExceedException extends com.amazonaws.services.workdocs.model.AmazonWorkDocsException {
... | {
"content_hash": "eb200058e8e246e49c59667034e58d2f",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 116,
"avg_line_length": 26,
"alnum_prop": 0.7153846153846154,
"repo_name": "aws/aws-sdk-java",
"id": "9ab75e7e311123994b5eb8c6315fd8732591d2eb",
"size": "1230",
"binary":... |
package me.yokeyword.indexablerv;
import com.github.promeg.pinyinhelper.Pinyin;
import java.util.regex.Pattern;
/**
* Created by YoKey on 16/3/20.
*/
public class PinyinUtil {
private static final String PATTERN_POLYPHONE = "^#[a-zA-Z]+#.+";
private static final String PATTERN_LETTER = "^[a-zA-Z].*+";
... | {
"content_hash": "536d893de45519c77a11297b8b4887a9",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 69,
"avg_line_length": 27.764705882352942,
"alnum_prop": 0.632768361581921,
"repo_name": "garyhu1/collapselrecycler",
"id": "7301921f20ad9471e0c645b4decfb6471832936b",
"siz... |
"""Tag class for TVM operators."""
import warnings
from ._ffi.base import decorate
class TagScope(object):
"""Tag scope object to set tag for operators, working as context
manager and decorator both. See also tag_scope.
"""
_current = None
@classmethod
def get_current(cls):
if cls._cur... | {
"content_hash": "e9e10c058cc9e5ae570e4b6cceb7ff65",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 94,
"avg_line_length": 27.6,
"alnum_prop": 0.5521739130434783,
"repo_name": "mlperf/training_results_v0.6",
"id": "de9f8403de2aa3179d7f4f3275f95795f18758d5",
"size": "2070"... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"
android:id="@+id/linearLayoutParent" >
<!--ImageView
android:id="@+id... | {
"content_hash": "e015451ddb162b7353be4fd49c53def2",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 72,
"avg_line_length": 35.11764705882353,
"alnum_prop": 0.6314907872696818,
"repo_name": "usbong/usbong_pagtsing",
"id": "114459e05927d591d6790ccf1a3ae41f8a922552",
"size":... |
<!-- front-matter
id: javascript-and-gulpfiles
title: JavaScript and Gulpfiles
hide_title: true
sidebar_label: JavaScript and Gulpfiles
-->
# JavaScript and Gulpfiles
Gulp allows you to use existing JavaScript knowledge to write gulpfiles or to use your experience with gulpfiles to write plain JavaScript. Although a ... | {
"content_hash": "df9679c01f261e6b091344cdea48ca53",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 396,
"avg_line_length": 69.21052631578948,
"alnum_prop": 0.7832699619771863,
"repo_name": "sttk/gulp",
"id": "a15fad112b58f5f6335afc1d699821545346a1d7",
"size": "2630",
"... |
You will need to symlink the libraries/ directory to your project.
The libraries/ folder should contain a symlink to your copy of the
Atmel Software Framework (such as asf-3.21.0/).
Symlink the boards/femtobeacon/ folder to make it available as
libraries/<your asf folder>/sam0/boards/femtobeacon/
Finally, grab a c... | {
"content_hash": "6c2082f09b113ee31390a77832d57c0b",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 75,
"avg_line_length": 39.35294117647059,
"alnum_prop": 0.7802690582959642,
"repo_name": "femtoio/femto-beacon",
"id": "9951e7f6022248cd592de32c5060fdc0c2ccfa53",
"size": "... |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>dom4j - 1.6.1</title>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../style.css" TITLE="Style">
</head>
<body>
<T... | {
"content_hash": "05ffdc0ac73f51546d0a21e419baa092",
"timestamp": "",
"source": "github",
"line_count": 955,
"max_line_length": 296,
"avg_line_length": 60.23141361256545,
"alnum_prop": 0.6519705846560386,
"repo_name": "teslaworksumn/lightshow-visualizer",
"id": "a6268c4446d530399ae9cef42cd8ba252ef71c... |
using AlisonVogel.Web.App_Start;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
namespace AlisonVogel.Web
{
public class MvcApplication : System.Web.HttpApplication
{
protected void App... | {
"content_hash": "14892b19142f1820870c0d5775558b11",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 62,
"avg_line_length": 25.523809523809526,
"alnum_prop": 0.707089552238806,
"repo_name": "alisonvogel12/personalsite",
"id": "dab0503eb1911426e65bb46f26973e8b390f55b2",
"si... |
package org.knowm.xchange.bitcoinde.dto.account;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.... | {
"content_hash": "dd000c5a2bd03daa4631eb74db063059",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 108,
"avg_line_length": 27.347826086956523,
"alnum_prop": 0.7114467408585056,
"repo_name": "evdubs/XChange",
"id": "cf6fcb2c69af7e477ebc3f9722fc71fa23be6792",
"size": "2516... |
'use strict';
/**
* Module dependencies.
*/
var mongoose = require('mongoose'),
<%= classifiedSingularName %> = mongoose.model('<%= classifiedSingularName %>'),
_ = require('lodash');
/**
* Get the error message from error object
*/
var getErrorMessage = function(err) {
var message = '';
if (err.code) {
sw... | {
"content_hash": "dfda8dd036a248e89f254aa5096714df",
"timestamp": "",
"source": "github",
"line_count": 130,
"max_line_length": 135,
"avg_line_length": 23.807692307692307,
"alnum_prop": 0.6319870759289176,
"repo_name": "arvindr21/slush-meanjs",
"id": "7af1df0ddce02c7354ae7757cacd6ec5d95953f6",
"siz... |
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}
DOCUMENTATION = """
---
module: cp_mgmt_application_site_category_facts
short_description:... | {
"content_hash": "12caee084473e3ab8666662011a3847d",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 141,
"avg_line_length": 31.654205607476637,
"alnum_prop": 0.6722763507528786,
"repo_name": "thaim/ansible",
"id": "b6d37ddd9ce5d95aca3866ac11fab35c1138cec2",
"size": "4112... |
<?php
class Series
{
/**
* The the digits to test
*
* @var string
*/
private $digitSequence;
/**
* The length of digits
*
* @var int
*/
private $sequenceLength;
/**
* Series constructor.
*
* @param string $digits
*/
public function _... | {
"content_hash": "67931f6d7315572b139299dadf3b878e",
"timestamp": "",
"source": "github",
"line_count": 114,
"max_line_length": 108,
"avg_line_length": 23.219298245614034,
"alnum_prop": 0.5228560634680771,
"repo_name": "camilopayan/xphp",
"id": "e56e451c8153ffd803546028b8b39a69e1306e69",
"size": "2... |
package org.bychan.core.langs.calculator.manual;
import org.bychan.core.basic.Lexeme;
import org.bychan.core.basic.Lexer;
import org.bychan.core.basic.PrattParser;
import org.bychan.core.langs.calculator.nodes.CalculatorNode;
import org.jetbrains.annotations.NotNull;
import java.util.List;
class CalculatorParser {
... | {
"content_hash": "0de12cb6fa633f9180f2981fc07427a1",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 94,
"avg_line_length": 33.05882352941177,
"alnum_prop": 0.7562277580071174,
"repo_name": "atorstling/bychan",
"id": "b4629bf0fdcfe29418d2a5fac0405ee976d79492",
"size": "562... |
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... | {
"content_hash": "6805124709fd53c33b23cdf2de99a9ef",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 106,
"avg_line_length": 63.6144578313253,
"alnum_prop": 0.7471590909090909,
"repo_name": "JustinXinLiu/polymer-app-design",
"id": "61d61019a9babf1a6654f7eb6a2388466189c340",
... |
Monitoring and Exporting of live tweets of twitter users and doing Sentiment Analysis on them.
This application basically consists of 3 main areas to focus:
1. Monitoring : Real time streaming of tweets on screen and it's respective sentimental value
2. Downloading / Exporting : Exporting the tweet data with details... | {
"content_hash": "9a6cc00151477f2b9efbb8280616a3a4",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 256,
"avg_line_length": 36.54054054054054,
"alnum_prop": 0.7248520710059172,
"repo_name": "aniketyevankar/Twitter-Sentiment-Analysis",
"id": "8fb4089642d06ec5a54fb66bbb643721... |
#include <QApplication>
#include <QPainter>
#include <qmath.h>
#include <QDebug>
#include <QMenu>
#include <qmath.h>
#include "efxitem.h"
#include "trackitem.h"
#include "headeritems.h"
#include "audiodecoder.h"
EFXItem::EFXItem(EFX *efx, ShowFunction *func)
: ShowItem(func)
, m_efx(efx)
{
Q_ASSERT(efx ... | {
"content_hash": "f979bf1127ce4e7df008a072eb699ae9",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 95,
"avg_line_length": 21.975,
"alnum_prop": 0.6310200985968905,
"repo_name": "nedmech/qlcplus",
"id": "6ed5744fa0a4c0b0912cdcdf7d442929bdabd602",
"size": "3264",
"binar... |
package org.pac4j.oauth.run;
import org.pac4j.core.client.IndirectClient;
import org.pac4j.core.profile.CommonProfile;
import org.pac4j.core.run.RunClient;
import org.pac4j.core.profile.Gender;
import org.pac4j.core.profile.ProfileHelper;
import org.pac4j.core.util.CommonHelper;
import org.pac4j.oauth.client.LinkedIn2... | {
"content_hash": "f6fb4ce0c188809b5d1931651933b2f9",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 110,
"avg_line_length": 40.494949494949495,
"alnum_prop": 0.6719880269393864,
"repo_name": "zawn/pac4j",
"id": "21dcb6e266ea5faf0b2fd8fdb0899ab9f07717bb",
"size": "4010",
... |
End of preview.
No dataset card yet
- Downloads last month
- 3