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 67
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 9664)
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 67
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 |
|---|---|
window.crmFilter = (function($) {
var isInit = false;
var filter;
var events = $({});
var init = function() {
if (!isInit) {
isInit = true;
$('#crmFilter').advansedFilter({
anykey: true,
anykeytimeout: 1000,
maxfilters:... | {
"content_hash": "557fa6b281519e53e5699b2b04e11f31",
"timestamp": "",
"source": "github",
"line_count": 207,
"max_line_length": 133,
"avg_line_length": 38.76328502415459,
"alnum_prop": 0.5028664007976071,
"repo_name": "ONLYOFFICE/CommunityServer",
"id": "9f4e95c6e4e0572c8613fa5ed21aba07120235ac",
"... |
package com.ibm.wuhan.bus.web.formbean;
import java.util.*;
import org.apache.commons.beanutils.locale.converters.DateLocaleConverter;
public class RegisterForm {
// private String id;
private String username;
private String password;
private String password2;
private String email;
private String birthday;
p... | {
"content_hash": "ebb0bf1b2e24a7e514e07c9461ad3291",
"timestamp": "",
"source": "github",
"line_count": 149,
"max_line_length": 74,
"avg_line_length": 19.57718120805369,
"alnum_prop": 0.6324991429550908,
"repo_name": "junhuwh/WHBusApp-TC01",
"id": "d960d4d935b3b785a75bfd8b45fb6bd93ffcdcd5",
"size":... |
using Microsoft.AspNetCore.Html;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
using Microsoft.Extensions.DependencyInjection;
namespace Cofoundry.Web;
/// <summary>
/// UI helper for Page Template functionality such as defining region.
/// </summary>
/// <typeparam name="TMo... | {
"content_hash": "75898bb2e9443dd636fff8d0a2125e29",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 137,
"avg_line_length": 35.65625,
"alnum_prop": 0.6858019281332165,
"repo_name": "cofoundry-cms/cofoundry",
"id": "bcd850d8168e9a6ae2edcad34699254e4605f9a0",
"size": "2284"... |
package jexcelunit.classmodule;
import java.lang.reflect.InvocationTargetException;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.... | {
"content_hash": "2a172d04df6fe7f856fa2cce09e98bba",
"timestamp": "",
"source": "github",
"line_count": 224,
"max_line_length": 104,
"avg_line_length": 30.642857142857142,
"alnum_prop": 0.7004662004662005,
"repo_name": "shpongle2634/JexcelUnit",
"id": "fa8585499e03f1755eef8bbaa143d6374f36ec41",
"si... |
// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Transactions;
using Microsoft.DotNet.Cli;
using... | {
"content_hash": "2c5af72f2eba70e14bba681cab1712e1",
"timestamp": "",
"source": "github",
"line_count": 116,
"max_line_length": 146,
"avg_line_length": 47.077586206896555,
"alnum_prop": 0.6015381798205457,
"repo_name": "svick/cli",
"id": "9737ff858e61be0f3b687a7533cb5a24a1a4f71c",
"size": "5463",
... |
@implementation ZPHTTPClient
+(NSString *)getUrl:(NSString *)urlString QueryParameter : (NSMutableDictionary *) queryParam
{
@try
{
urlString = [urlString stringByAppendingString:[self constructQueryString: queryParam]];
NSLog(@"HttpClient ---> Get URL: %@",urlString);
NSError *error = ... | {
"content_hash": "eeef5be45eb99a7fd40b78ca32338177",
"timestamp": "",
"source": "github",
"line_count": 440,
"max_line_length": 238,
"avg_line_length": 46.356818181818184,
"alnum_prop": 0.5873412756777957,
"repo_name": "zoho/projects-objectivec-wrappers",
"id": "689b45d83c59b0be32e5f9887236d070a8b1d3... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>izf: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... | {
"content_hash": "d04509f2a8869c2d2cdc2a01e643970d",
"timestamp": "",
"source": "github",
"line_count": 181,
"max_line_length": 159,
"avg_line_length": 40.972375690607734,
"alnum_prop": 0.5535329018338727,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "2cce86bb62eee340da1e2696c399b3b5c9bbe664",... |
.PHONY: clean test examples examples/hello examples/auth
install:
npm install
test:
node --harmony test/setup.js
examples:
find examples/ -name 'package.json' -a ! -path '*/node_modules/*' -execdir npm install \;
examples/hello:
node --harmony examples/hello/index.js
examples/auth:
node --harmony examples/aut... | {
"content_hash": "17f9c8fb3904dc7dffe3a847ae0493f6",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 90,
"avg_line_length": 18.94736842105263,
"alnum_prop": 0.7333333333333333,
"repo_name": "oconnore/tree-router",
"id": "fa51499e41d3d4ad94a6c17e7e6e28075e4135d9",
"size": "... |
var port = process.env.port || 1337;
var express = require('express');
var path = require('path');
var tweets = require('./routes/tweets.js');
// initialize application
var app = express();
app.use(express.static(path.join(__dirname, 'public')));
// setup api routes
app.use('/api', tweets)
// start the server
var s... | {
"content_hash": "70aaeb16b2570f7a1dc618431c7346ec",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 63,
"avg_line_length": 24.055555555555557,
"alnum_prop": 0.6674364896073903,
"repo_name": "stevenfollis/GottaGoToWork",
"id": "97b035052c3ec7c3ad7e84dce50a36669b2e8bce",
"s... |
$(document).ready(function(){
function getData(url) {
return new Promise((resolve, reject) => {
d3.tsv(url, data => {
if(data) {
resolve(data);
}
else{
reject(new Error('get data error'));
}
});
});
}
function getGPS() {
return new Promise((resolve, reject) => {
... | {
"content_hash": "69547b1a64ba366ee98db883904fdcf9",
"timestamp": "",
"source": "github",
"line_count": 183,
"max_line_length": 420,
"avg_line_length": 29.546448087431695,
"alnum_prop": 0.5790641760680599,
"repo_name": "TaiwanStat/real.taiwanstat.com",
"id": "95c4907c735441c0f51aeb433671d4ea82554c8f"... |
{% if site.owner.google.ad-client and site.owner.google.ad-slot %}
<div class="google-ads">
<!-- 320 x 50 ad -->
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:50px"
data-ad-client="{... | {
"content_hash": "e6add13d8eefb8f3a452794feb3a7ad3",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 93,
"avg_line_length": 38.5625,
"alnum_prop": 0.6158833063209076,
"repo_name": "rrcarter/rrcarter.github.io",
"id": "4cbeb0b2e2aab69283b6e7a033a31a3406a64c9f",
"size": "617... |
require "test/unit"
require "pit"
require_relative "gtranslate"
@@config = Pit.get("google_translate", :require => {
:api_key => "your Google translate API key"
})
class TestGTranslate < Test::Unit::TestCase
def setup
api_key = @@config[:api_key]
@texts = %w(私はあなたを愛しています。 今日は寝坊した やっぱりRubyは最高のプログラミング... | {
"content_hash": "a1c25a15664ace32aa631cf596747950",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 147,
"avg_line_length": 38.509433962264154,
"alnum_prop": 0.5850073493385596,
"repo_name": "melborne/gtranslate",
"id": "e5efb4facddf8300046ce7831858f43fdce1636c",
"size": ... |
package com.amazonaws.services.route53.model.transform;
import org.w3c.dom.Node;
import javax.annotation.Generated;
import com.amazonaws.AmazonServiceException;
import com.amazonaws.transform.StandardErrorUnmarshaller;
import com.amazonaws.services.route53.model.NoSuchHostedZoneException;
@Generated("com.amazonaw... | {
"content_hash": "654a06ce649eef9a97f6321b6ca07ae4",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 89,
"avg_line_length": 31.25,
"alnum_prop": 0.752,
"repo_name": "jentfoo/aws-sdk-java",
"id": "f61f12398ab5688825cfd531aad79d3571981445",
"size": "1580",
"binary": false,... |
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
global $app_strings, $current_language;
$dashletMeta['ChartsDashlet'] = array('title' => 'LBL_TITLE', // array index in language pack
'description' => 'LBL_DESCRIPTION', // array index in l... | {
"content_hash": "1969fd350126ad3efa7d8ade17a7f263",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 106,
"avg_line_length": 33.4,
"alnum_prop": 0.4471057884231537,
"repo_name": "vcatalasan/suitecrm-docker",
"id": "ca8a9c03d9a4c8e95f728361eb2c1079509f50b4",
"size": "2716",... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "a6f1300de93ebb70f018270db5a0da30",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "f1d1e6e8f5fb151593d1b1ebaf270aec3fb2b57e",
"size": "181... |
As a New Yorker, we find changes in weather to be a part of life. To be ready
for the surprise each day, it would be helpful to know what the day will bring.
Create a React/Flux application to forecast the weather and suggest clothing or
accessories that may be required.
## Goals
- Implement an application for live ... | {
"content_hash": "9d61e4460d10e5f0f7ec3ad22992bdb7",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 129,
"avg_line_length": 29.333333333333332,
"alnum_prop": 0.7613636363636364,
"repo_name": "RecruitiFi/practice-react-weather",
"id": "7306a986d058e6d4b30828534073254fa287276... |
<?xml version="1.0" encoding="UTF-8"?>
<billStatus>
<bill>
<committeeReports />
<version>1.0.0</version>
<subjects>
<billSubjects>
<policyArea>
<name>Crime and Law Enforcement</name>
</policyArea>
<legislativeSubjects>
<item>
<name>Abortion</na... | {
"content_hash": "4984d5316f0ac078ecaa27712153ff20",
"timestamp": "",
"source": "github",
"line_count": 794,
"max_line_length": 908,
"avg_line_length": 35.70528967254408,
"alnum_prop": 0.5929805996472663,
"repo_name": "peter765/power-polls",
"id": "0c3a7e0593611bd5eec5322db3fa5e030bc363d1",
"size":... |
import { TestComponent } from './test.component';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { By } from '@angular/platform-browser';
import { DebugElement } from '@angular/core';
describe('TestComponent', () => {
let componente: TestComponent;
let fixture: ComponentFixture<TestCom... | {
"content_hash": "861fae49808ae9f980462a43096dbcc7",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 104,
"avg_line_length": 38.02439024390244,
"alnum_prop": 0.710070558050032,
"repo_name": "iconojdiazch/angular2",
"id": "15b35c930ec6aee2e01b042853b648d02fa32d8c",
"size": ... |
<!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_75) on Wed Jun 10 23:20:54 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.a... | {
"content_hash": "c8954f3a0f5b0074126e0727db00b705",
"timestamp": "",
"source": "github",
"line_count": 131,
"max_line_length": 181,
"avg_line_length": 38.48854961832061,
"alnum_prop": 0.6072986909956366,
"repo_name": "freakimkaefig/melodicsimilarity-solr",
"id": "10e406b61f76a5bafae19cb61b3ab0cddbce... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Xunit;
using Amazon.Lambda.TestUtilities;
using Amazon.Lambda.SQSEvents;
using BlueprintBaseName._1;
namespace BlueprintBaseName._1.Tests
{
public class FunctionTest
{
[Fact]
public async Ta... | {
"content_hash": "1c05554384760e01ae9473bab5de207e",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 82,
"avg_line_length": 24.261904761904763,
"alnum_prop": 0.534838076545633,
"repo_name": "thedevopsmachine/aws-lambda-dotnet",
"id": "1f499872f6cb8f739c013d4f62514f2e868641f9... |
class ControlsProps {
public controls: any;
}
class ControlsJSX extends React.Component<ControlsProps, any> {
private clickPlay;
private clickStop;
private clickPause;
private clickPrev;
private clickNext;
constructor(props: ControlsProps) {
super(props);
this.clickPlay = ... | {
"content_hash": "f348e7ef241413e5b4a55ae6414e1257",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 89,
"avg_line_length": 33.5,
"alnum_prop": 0.582089552238806,
"repo_name": "jotak/mipod.x",
"id": "c8c4216cc6ad986f3e3f1591e0acb688302d2d12",
"size": "1183",
"binary": fa... |
\documentclass[a4paper]{article}
\title{Cross-ref Example}
\author{Hiromi ISHII}
\usepackage{amsmath,amssymb}
\begin{document}
\maketitle
\section{The first section}\label{sec:first-section}
This section is Section \ref{sec:first-section}.
\begin{lemma}\label{lem:1}
This Lemma \ref{lem:1} is not so important.
\end... | {
"content_hash": "72de8dec33d704ee7def8a50cb8722e5",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 53,
"avg_line_length": 20.307692307692307,
"alnum_prop": 0.7310606060606061,
"repo_name": "konn/latex-crossref",
"id": "10145124180e4a2a222760699a0d4344015b95c7",
"size": "... |
package io.skysail.server.app.designer.restclient;
import java.util.List;
import io.skysail.api.links.Link;
import io.skysail.server.queryfilter.Filter;
import io.skysail.server.restlet.resources.ListServerResource;
import de.twenty11.skysail.server.core.restlet.ResourceContextId;
import javax.annotation.Generated;
... | {
"content_hash": "d9db3d4c6d678733232297dfed0b63e7",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 88,
"avg_line_length": 31.243243243243242,
"alnum_prop": 0.7465397923875432,
"repo_name": "evandor/skysail-framework",
"id": "f5a577a6d32db8c0d18bcc0099a216591ec6892c",
"si... |
workers Integer(ENV['WEB_CONCURRENCY'] || 2)
threads_count = Integer(ENV['MAX_THREADS'] || 5)
threads threads_count, threads_count
rackup DefaultRackup
port ENV['PORT'] || 3000
environment ENV['RACK_ENV'] || 'development'
| {
"content_hash": "2941a3ec0354bbc17ce2065f14856272",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 48,
"avg_line_length": 34.142857142857146,
"alnum_prop": 0.6778242677824268,
"repo_name": "jackjennings/mechanic-server",
"id": "0265f5788f1d401cf0c2713ef439614cc8424771",
"... |
import getTypeFromName from '../../lib/helpers/getTypeFromName';
it('accept empty configs', () => {
expect(getTypeFromName()).toBe(null);
expect(getTypeFromName({})).toBe(null);
expect(getTypeFromName({ types: [] })).toBe(null);
});
it('cannot find name', () => {
const config = { types: [{ type: 'find' }] };
... | {
"content_hash": "b7c15562573899e1a3aeb47a2f9517bc",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 72,
"avg_line_length": 28.105263157894736,
"alnum_prop": 0.6161048689138576,
"repo_name": "JPeer264/node-semantic-git-commit-cli",
"id": "f53abaf31604426c567dd399619b2dadf141... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#607D8B</color>
<color name="colorPrimaryDark">#455A64</color>
<color name="colorAccent">#009688</color>
<color name="colorBlack">#000000</color>
<color name="colorLightGrey">#E0E0E0</color>
</resources>
| {
"content_hash": "9c1e1d54e1ce2d399c69d4a078d5fa68",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 50,
"avg_line_length": 37.75,
"alnum_prop": 0.6788079470198676,
"repo_name": "deniskovalchuk/computer-science-news",
"id": "41bda566a2391adc00eb365b591ebe1067f183ff",
"size"... |
package com.swfarm.biz.chain.dao.impl;
import com.swfarm.biz.chain.bo.CustomerOrderItem;
import com.swfarm.biz.chain.dao.CustomerOrderItemDao;
import com.swfarm.pub.framework.dao.GenericDaoHibernateImpl;
public class CustomerOrderItemDaoImpl extends
GenericDaoHibernateImpl<CustomerOrderItem, String> implemen... | {
"content_hash": "c30aa9974cd5c96875d121981f5c4653",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 65,
"avg_line_length": 29.6,
"alnum_prop": 0.7995495495495496,
"repo_name": "zhangqiang110/my4j",
"id": "ae0d9e19fbc4b41fae0699e66a6cade19c18eb91",
"size": "444",
"binary... |
using System;
namespace SoundCloud.NET
{
/// <summary>
/// Defines the activity type on which the dashboard will base.
/// </summary>
public enum ActivityType
{
Tracks,
Exclusive,
Affiliated
}
}
| {
"content_hash": "8bf41fcd594c6ce81c596a20d159402f",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 67,
"avg_line_length": 13.833333333333334,
"alnum_prop": 0.5742971887550201,
"repo_name": "hamstercat/Emby.Channels",
"id": "9b5a4d5e511219ce6ddae6150c7e02eb682895ac",
"siz... |
<?php
namespace Example\InjectServicesMappedTo;
use Symfony\Component\DependencyInjection\Annotation\Service;
use Symfony\Component\DependencyInjection\Annotation\Tag\MapTo;
/**
* @Service(
* tags={@MapTo("commandHandler", key=HandlerB::COMMAND_NAME, priority=9)}
* )
*/
class HandlerB implements CommandHandl... | {
"content_hash": "7499a3c9c09f1a430c4ca4c7e405d37c",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 78,
"avg_line_length": 20.714285714285715,
"alnum_prop": 0.7126436781609196,
"repo_name": "christianblos/symfony-di-annotation",
"id": "eb5d4d9c25b2745097a95732cac7766beafde9... |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @implements {SDK.TargetManager.Observer}
* @unrestricted
*/
Sources.ThreadsSidebarPane = class extends UI.VBox {
constructor() {
super();
... | {
"content_hash": "eeedfcf80b5f3b2b0d10420774e9693c",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 114,
"avg_line_length": 32.22872340425532,
"alnum_prop": 0.6855916817956759,
"repo_name": "google-ar/WebARonARCore",
"id": "a5258f39c5d96c98bab27b4703ec3a9682721ec8",
"siz... |
Volume Control allows you to control the volume of your Mac with Alfred workflow.
#Usage
- vol: show current volume
- vol $num: set volume to a specified number.
- vol mute/unmute: mute or unmute.
- vol up [$num]: increase the volume by a specified number. The default value is 10% if the $num parameter is not... | {
"content_hash": "b98e88600d3772aba68aa3e0518405ef",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 173,
"avg_line_length": 44.35,
"alnum_prop": 0.7204058624577226,
"repo_name": "raulchen/alfred-volume-control",
"id": "46928bd7675098996fb225dca1fe477fbd3fd993",
"size": "8... |
package networkerror
// UnverifiedServerError replaces x509.UnknownAuthorityError when the server
// has SSL but the client is unable to verify it's certificate
type UnverifiedServerError struct {
URL string
}
func (UnverifiedServerError) Error() string {
return "x509: certificate signed by unknown authority"
}
| {
"content_hash": "7cfc4f34bdb90aa741531a4a51ee8a9b",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 76,
"avg_line_length": 28.818181818181817,
"alnum_prop": 0.804416403785489,
"repo_name": "orange-cloudfoundry/terraform-provider-cloudfoundry",
"id": "59a877302a8f494887c2751... |
package org.kie.server.controller.rest;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import javax.ws.rs.core.HttpHeaders;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.Variant;
import org.kie.server.common.rest.RestEasy960Util;
import org.kie.... | {
"content_hash": "4dc55fdaece9f20853426f977cad612f",
"timestamp": "",
"source": "github",
"line_count": 219,
"max_line_length": 169,
"avg_line_length": 36.77625570776256,
"alnum_prop": 0.665507822200149,
"repo_name": "reynoldsm88/droolsjbpm-integration",
"id": "6c563f2e1f6111ebf82dc9f4501e97262c12386... |
.PHONY: help install clean delpyc assets scss syncf5
help:
@echo "Please use \`make <target>' where <target> is one of"
@echo
@echo " install -- to proceed to a new install of this project. Use clean command before if you want to reset a current install"
@echo " clean -- to clean your local repository from all ... | {
"content_hash": "92ccfedf4718e8e9cb41658e13f5e595",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 138,
"avg_line_length": 47.84313725490196,
"alnum_prop": 0.7799180327868852,
"repo_name": "emencia/emencia_paste_djangocms_2",
"id": "5c37a119d426b382621a63cec9df30cb8e79d9e6... |
function varargout = mibImageMorphOpsGUI(varargin)
% function varargout = mibImageMorphOpsGUI(varargin)
% mibImageMorphOpsGUI function is responsible for morphological operations done with images.
%
% mibImageMorphOpsGUI contains MATLAB code for mibImageMorphOpsGUI.fig
% Copyright (C) 30.10.2014 Ilya Belevich, Univers... | {
"content_hash": "eeebfe9915afe9cf6ba2ca20876e6288",
"timestamp": "",
"source": "github",
"line_count": 207,
"max_line_length": 111,
"avg_line_length": 34.48309178743961,
"alnum_prop": 0.7490893807789297,
"repo_name": "yejiyang/open_matlab_toolbox",
"id": "b2d52990629c25fdcbdc0dd5d6cc2ba10d182a1b",
... |
package com.fionapet.business.facade;
import com.fionapet.business.entity.AppConfig;
import io.swagger.annotations.ApiParam;
import org.dubbo.x.facade.RestResult;
import org.dubbo.x.service.CURDService;
import org.dubbo.x.facade.RestServiceBase;
import com.fionapet.business.service.AppConfigService;
import org.dubbo.x... | {
"content_hash": "152f8f95b28f9078454457f996299aca",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 148,
"avg_line_length": 31.613636363636363,
"alnum_prop": 0.7764198418404026,
"repo_name": "fiona-pet/business",
"id": "57ce9f86318491b547963491575ee3973dfaf44e",
"size": "... |
<?php
namespace lithium\data\collection;
class DocumentSet extends \lithium\data\Collection {
/**
* PHP magic method used when setting properties on the `Document` instance, i.e.
* `$document->title = 'Lorem Ipsum'`. If `$value` is a complex data type (i.e. associative
* array), it is wrapped in a sub-`Docum... | {
"content_hash": "35683d120e3678971c39a046f585332e",
"timestamp": "",
"source": "github",
"line_count": 206,
"max_line_length": 97,
"avg_line_length": 29.781553398058254,
"alnum_prop": 0.6097799511002445,
"repo_name": "WarToaster/HangOn",
"id": "3549e33694d9b5209552ab12aaf9c7d75b2edab4",
"size": "6... |
import numpy as np
print(bool(np.nan))
| {
"content_hash": "8caf9e36d5ba2666be47bddb8eaace53",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 19,
"avg_line_length": 13.333333333333334,
"alnum_prop": 0.725,
"repo_name": "amorgun/python-trickery",
"id": "0af2d4441e9aa98c18d57ebb3e47d27ecf181c61",
"size": "40",
"bi... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "e617a46c518080731741a5ee03fb7ee8",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "a8c8a1933bc02f81813501a37f3148f230f47fbf",
"size": "19... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"content_hash": "5d81b4d5151100a38e1b77c0dcf1a19d",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 303,
"avg_line_length": 45.68518518518518,
"alnum_prop": 0.6410620186461289,
"repo_name": "v8-dox/v8-dox.github.io",
"id": "fa591d5727d65e44ad47297f8a97875d2bf2b4d8",
"siz... |
package org.telegram.tl;
/**
* TL Vector of integers. @see org.telegram.tl.TLVector
*
* @author Ruben Bermudez
*/
public class TLIntVector extends TLVector<Integer> {
public TLIntVector() {
setDestClass(Integer.class);
}
@Override
public String toString() {
return "vector<int>#1cb5... | {
"content_hash": "1b8440622aae92d5e7182fcc55d014e4",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 55,
"avg_line_length": 20.68,
"alnum_prop": 0.5570599613152805,
"repo_name": "rubenlagus/TelegramApi",
"id": "abfa3192e6699ee1f1cbaaad86b27adbc8ae415b",
"size": "517",
"b... |
import React from 'react';
import autobind from 'core-decorators/es/autobind';
import MediaQuery from 'react-responsive';
import { withRouter } from 'react-router-dom';
import { connect } from 'react-redux';
import { graphql } from 'react-apollo';
import { Tab2, Tabs2, Intent, Icon } from '@blueprintjs/core';
import bp... | {
"content_hash": "3626f07a04db0385f1111fdf865c1e9a",
"timestamp": "",
"source": "github",
"line_count": 233,
"max_line_length": 148,
"avg_line_length": 29.28755364806867,
"alnum_prop": 0.6694021101992966,
"repo_name": "bwyap/ptc-amazing-g-race",
"id": "5843b1f000371adc8b2f491df6f412a95f3980b7",
"si... |
End of preview.
No dataset card yet
- Downloads last month
- 1