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 523
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 1210)
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 523
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 |
|---|---|
package com.velocity.gson;
/**
* Strategy for excluding anonymous and local classes.
*
* @author Ranjitk
*/
final class AnonymousAndLocalClassExclusionStrategy implements ExclusionStrategy {
public boolean shouldSkipField(FieldAttributes f) {
return isAnonymousOrLocal(f.getDeclaredClass());
}
... | {
"content_hash": "fe0b06ad87320e107f0be8735300dc8e",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 82,
"avg_line_length": 27.09090909090909,
"alnum_prop": 0.709731543624161,
"repo_name": "nab-velocity/android-sdk",
"id": "902ce632512e5fc52c39425e4dbd7507d2b703fe",
"size"... |
package etcdv3
import (
"sync"
"testing"
"time"
"github.com/coreos/etcd/etcdserver/api/v3client"
"github.com/ligato/cn-infra/datasync"
"github.com/ligato/cn-infra/db/keyval"
"github.com/ligato/cn-infra/db/keyval/etcdv3/mocks"
"github.com/ligato/cn-infra/logging/logroot"
"github.com/onsi/gomega"
)
const (
p... | {
"content_hash": "9c7cdb18339b0a0f2bfa3cf5c277b822",
"timestamp": "",
"source": "github",
"line_count": 216,
"max_line_length": 113,
"avg_line_length": 27.625,
"alnum_prop": 0.702530584883526,
"repo_name": "jozef-slezak/cn-infra",
"id": "56a12d6a4473175190b70c63e53078a33551d664",
"size": "6578",
... |
esn_kernel
==========
ESN Kernel Application
| {
"content_hash": "1d4be0978c0785ba3f7d26ae17841f6e",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 22,
"avg_line_length": 11.5,
"alnum_prop": 0.6304347826086957,
"repo_name": "zincwombat/esn_kernel",
"id": "2737ed337940b17dcae802ff7de21756d3a6de24",
"size": "46",
"binar... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>summernote</title>
<!-- include jquery -->
<script src="//code.jquery.com/jquery-1.9.1.min.js"></script>
<!-- include librari... | {
"content_hash": "0d6d3743ac1e38e0c21a48f9157e85b4",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 123,
"avg_line_length": 36.25,
"alnum_prop": 0.6669950738916256,
"repo_name": "bradbernard/LCSHub",
"id": "3260f40c1a34fbbfd261a4a7efce6fde406f0cf7",
"size": "1015",
"bin... |
var version = require('./version');
var Helpers = require('./helpers');
var PostMessage = require('./postmessage');
module.exports = (function () {
function ChildWindow() {
this.eventObject = Helpers.addEventObject(this, wrapEventInNamespace);
this.message = null;
}
function wrapEventInNam... | {
"content_hash": "b39100570fc1b41594c1c676406805e9",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 102,
"avg_line_length": 32.94444444444444,
"alnum_prop": 0.5283064321850156,
"repo_name": "xsolla/paystation-embed",
"id": "7f73a7e981f7bad73140d5ebcd88158424d59f87",
"siz... |
module.exports = {
method: function (object, methodName, tempBehavior) {
var isDeclaredInPrototype = !object.hasOwnProperty(methodName);
var realMethod = !isDeclaredInPrototype ? object[methodName] : null;
var deferredCalls = {
callsList: [], // Array of call arguments arrays
execAll: function... | {
"content_hash": "7ddec4030db2a2b006cbd5626cf349f1",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 105,
"avg_line_length": 38.833333333333336,
"alnum_prop": 0.6534334763948498,
"repo_name": "guillaumervls/defer-calls",
"id": "81be1692070b00aa18c9f4909fcef8b1cfa3fbcd",
"s... |
[cmdletbinding()]
param()
# Arrange.
. $PSScriptRoot\..\..\..\..\Tests\lib\Initialize-Test.ps1
Microsoft.PowerShell.Core\Import-Module $PSScriptRoot\..
Register-Mock Write-Warning
Register-Mock Get-MSBuildPath { 'Some resolved location' } -- -Version '14.0' -Architecture 'Some architecture'
# Act.
$actual = Select-MS... | {
"content_hash": "756273dea3b9fc3fb7d3f6fa3fc83e2a",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 118,
"avg_line_length": 35.6875,
"alnum_prop": 0.7583187390542907,
"repo_name": "Microsoft/vso-agent-tasks",
"id": "c6655e8ce758465c9de037be00890cfb4ce3b055",
"size": "571"... |
import ma = require('azure-pipelines-task-lib/mock-answer');
import tmrm = require('azure-pipelines-task-lib/mock-run');
import path = require('path');
import util = require('../NugetMockHelper');
let taskPath = path.join(__dirname, '../..', 'nugetcommandmain.js');
let tmr: tmrm.TaskMockRunner = new tmrm.TaskMockRunne... | {
"content_hash": "5dbc652fc4d5007305b4d4db819907c7",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 175,
"avg_line_length": 32.745098039215684,
"alnum_prop": 0.6365269461077845,
"repo_name": "dylan-smith/vso-agent-tasks",
"id": "68fa42b95bf26cb275e448fe0e661a69ea5b3b35",
... |
use utf8;
package Brainbase::Schema::Result::User;
# Created by DBIx::Class::Schema::Loader
# DO NOT MODIFY THE FIRST PART OF THIS FILE
=head1 NAME
Brainbase::Schema::Result::User
=cut
use strict;
use warnings;
use Moose;
use MooseX::NonMoose;
use MooseX::MarkAsMethods autoclean => 1;
extends 'DBIx::Class::Core';... | {
"content_hash": "879ff5e6f9dab0e7b0b14c486f48ec54",
"timestamp": "",
"source": "github",
"line_count": 161,
"max_line_length": 98,
"avg_line_length": 17.074534161490682,
"alnum_prop": 0.6515096398690433,
"repo_name": "Paciorkowski-Lab/BrainBase",
"id": "2f992e4a2a8880d537cfce87f9bc281a7caf1da5",
"... |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
|--------------------------------------------------------------------------
| Base Site URL
|--------------------------------------------------------------------------
|
| URL to your CodeIgniter root. Typically this will be your base URL,
... | {
"content_hash": "d175fae45d0a0fa1ddec5fda88c5c715",
"timestamp": "",
"source": "github",
"line_count": 512,
"max_line_length": 83,
"avg_line_length": 35.453125,
"alnum_prop": 0.5457249889819303,
"repo_name": "jorgegiltrilles/proyecto-dws",
"id": "855fdd8eaf35d62e13c629525bbaa1c5b4bcb7ad",
"size": ... |
'use strict';
var assign = require('es5-ext/object/assign')
, matchUser = require('../utils/user-matcher')
, submit = require('mano/utils/save');
module.exports = assign(exports, require('../user'));
exports['user-add'] = {
submit: function (data) {
data['User#/roles'] = ['manager'];
return sub... | {
"content_hash": "908b67c4543daf8180b101a2b7900432",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 94,
"avg_line_length": 22.543478260869566,
"alnum_prop": 0.6142719382835101,
"repo_name": "egovernment/eregistrations-demo",
"id": "aa1c08fe105a4b8ab15620730e89c6c70df03d65",... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "510af16cd56a8eddb16936c0a5bded7d",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "72b1810389aa5875152ad63506691aa65043f0f9",
"size": "177... |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#33000000"
android:endColor="#00000000"
android:angle="-90"/>
</shape> | {
"content_hash": "e515c021e5f7a2127235df22a7448d7a",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 65,
"avg_line_length": 29.444444444444443,
"alnum_prop": 0.6452830188679245,
"repo_name": "zoozooll/MyExercise",
"id": "93f32e04a63f0d7466b3b5b0cf3f058fccb599da",
"size": "2... |
// #[license]
// SmartsheetClient SDK for C#
// %%
// Copyright (C) 2014 SmartsheetClient
// %%
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | {
"content_hash": "b8a0891478e106f78aac82cab1535347",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 144,
"avg_line_length": 52.67045454545455,
"alnum_prop": 0.6627831715210356,
"repo_name": "smartsheet-platform/smartsheet-csharp-sdk",
"id": "a60f096c69af74dcf7812660366e19e6... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Module: Concurrent::ErlangActor::FunctionShortcuts
— Concurrent Ruby
</title>
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" /... | {
"content_hash": "d0e7201dda8c4e1a067a83d226449483",
"timestamp": "",
"source": "github",
"line_count": 298,
"max_line_length": 324,
"avg_line_length": 26.949664429530202,
"alnum_prop": 0.61524094135226,
"repo_name": "lucasallan/concurrent-ruby",
"id": "8cee9fcc2973748c5a4c5681b72839f0cce1a04a",
"s... |
#include "Vajra/Common/Pool/Chunk.h"
#include "Vajra/Framework/Core/Framework.h"
#include "Vajra/Framework/Logging/Logger.h"
#include "Vajra/Utilities/Utilities.h"
#include <deque>
#if USING_MULTITHREADING_SUPPORT_FOR_POOLS
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#endif // USI... | {
"content_hash": "c50288c147620240a310a645f780e1dd",
"timestamp": "",
"source": "github",
"line_count": 139,
"max_line_length": 101,
"avg_line_length": 28.48201438848921,
"alnum_prop": 0.6734023743369538,
"repo_name": "VajraFramework/Vajra",
"id": "320ada811920c75332ffd791cdc65a89d5ebcf54",
"size":... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="semi_transparent">#ee404040</color>
<color name="yellow1">#ffbb33</color>
<color name="buttonStroke">#ee404040</color>
<color name="buttonNormal1">#ffcc00</color> <!-- top -->
<color name="buttonNormal2">#996600</color> <!-- bottom -->... | {
"content_hash": "785f090d08d992284fd4c9bf2b0e9261",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 63,
"avg_line_length": 37.857142857142854,
"alnum_prop": 0.6622641509433962,
"repo_name": "Kaljurand/Inimesed",
"id": "60ad02d9156eddbc98321274e1a38991764a2d2c",
"size": "5... |
# common
SHELL := /bin/bash
BUILDPATH=$(CURDIR)
MAKEPATH=$(BUILDPATH)/make
MAKEDEVPATH=$(MAKEPATH)/dev
SRCPATH=./src
TOOLSPATH=$(BUILDPATH)/tools
CHECKENVCMD=checkenv.sh
DEVFLAG=true
# docker parameters
DOCKERCMD=$(shell which docker)
DOCKERBUILD=$(DOCKERCMD) build
DOCKERRMIMAGE=$(DOCKERCMD) rmi
DOCKER... | {
"content_hash": "12c9e7c3df1e615cc361aa8fb527f1c7",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 128,
"avg_line_length": 32.26190476190476,
"alnum_prop": 0.7523985239852399,
"repo_name": "wemeya/harbor",
"id": "1b7673ed51ed36f2edf20c9fb962e5600f82b862",
"size": "2861",... |
// -----------------------------------------------------------------------------------------
// <copyright file="StorageAuthenticationHttpHandler.Token.cs" company="Microsoft">
// Copyright 2013 Microsoft Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use thi... | {
"content_hash": "38595d9e0cf6bc1c11587ec6dc8154f6",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 136,
"avg_line_length": 43.54237288135593,
"alnum_prop": 0.6414947450369793,
"repo_name": "erezvani1529/azure-storage-net",
"id": "ae9c64d4426df10180eef1a499b3475ce5c9813e",
... |
package com.intellij.uiDesigner.propertyInspector;
import com.intellij.designer.DesignerEditorPanelFacade;
import com.intellij.designer.LightToolWindow;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.fileEditor.FileEditorManager;
import ... | {
"content_hash": "e8e5cb6b2ba558195b032bce2a31cd3f",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 135,
"avg_line_length": 37.21739130434783,
"alnum_prop": 0.741822429906542,
"repo_name": "mglukhikh/intellij-community",
"id": "5dcc8acebf30a62a1d5f6993fe0b7007003c3631",
... |
<?php
// Check for empty fields
if(empty($_POST['name']) ||
empty($_POST['email']) ||
empty($_POST['phone']) ||
empty($_POST['message']) ||
!filter_var($_POST['email'],FILTER_VALIDATE_EMAIL))
{
echo "No arguments Provided!";
return false;
}
$name = $_POST['name'];
$email_address = $_POST['e... | {
"content_hash": "9478a36a66ea4982c65b5de5fc3086d2",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 187,
"avg_line_length": 42.15384615384615,
"alnum_prop": 0.6742700729927007,
"repo_name": "CrocoNiall/CrocoNiall.co.uk",
"id": "8f9910b36c017d771ee9cf3b7bcd325d832ea6f1",
"... |
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { LoginComponent } from './login.component';
describe('LoginComponent', () => {
let component: LoginComponent;
let fixture: ComponentFixture<LoginComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
decl... | {
"content_hash": "e7377de294497b41d94221b04dbc2b94",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 66,
"avg_line_length": 23.846153846153847,
"alnum_prop": 0.667741935483871,
"repo_name": "sadlil/archiva",
"id": "2f92cf4f59bbd5e19838f7d0a72d5fca428f8c35",
"size": "1422",... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Scheduler
{
public class RuntimeActivity : IRuntimeActivity
{
ScheduleActivity _activity;
public RuntimeActivity(ScheduleActivity act)
{
_activity = act;
}
publi... | {
"content_hash": "58e3992cd65e7af6d820d8635a71d39e",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 56,
"avg_line_length": 20.53030303030303,
"alnum_prop": 0.5151291512915129,
"repo_name": "weihuajiang/SchedulerEngineDotNet",
"id": "bdb8f19ac26a952751589297a145a87cb4949459"... |
<div>
<img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD%202E%20Revised/img/sheet-logo.png" style="max-height: 70px;" alt="AD&D Logo"/>
<input type="text" name="attr_version" class="sheet-version-right" readonly/>
</div>
<br>
insert_changelog.html
<br>
<input type="radio" na... | {
"content_hash": "d01e551d928fb1acda1b1d9b77c21b60",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 169,
"avg_line_length": 33.278481012658226,
"alnum_prop": 0.697984024343857,
"repo_name": "chesster415/roll20-character-sheets",
"id": "6f4053a418fa375786438f6a2906da86e5f0f7... |
import ElementWrapper from "../../../../../../lyts/lyts_core/view/components/ElementWrapper";
import {Route} from "../../../../../../lyts/lyts_core/view/Router";
import view from "./view";
import Page from "../../../../../../lyts/lyts_core/view/pages/page/Page";
import ly from "../../../../../../lyts/lyts_core/ly";... | {
"content_hash": "a07126c5ca26ae685378065156075e83",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 121,
"avg_line_length": 33.23300970873787,
"alnum_prop": 0.37510955302366344,
"repo_name": "angelogeminiani/ly",
"id": "a184bf1f063e0df38259dbee6f99ffd8d0d4d2de",
"size": ... |
package com.creditease.dbus.extractor.container;
import com.creditease.dbus.extractor.common.utils.Constants;
import com.creditease.dbus.extractor.vo.SendStatusVo;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
import java.util.concurr... | {
"content_hash": "11b580428095f457a472ec2d4c065613",
"timestamp": "",
"source": "github",
"line_count": 133,
"max_line_length": 125,
"avg_line_length": 30.834586466165412,
"alnum_prop": 0.5693733235796147,
"repo_name": "BriData/DBus",
"id": "cad8a4685dbd3ffa3beca42c3f7920b0eac63fb7",
"size": "4879"... |
using Newtonsoft.Json;
using RiotSharp.Endpoints.AccountEndpoint.Enums;
using RiotSharp.Misc;
namespace RiotSharp.Endpoints.AccountEndpoint
{
/// <summary>
/// Class representing an activeShard.
/// </summary>
public class ActiveShardDto
{
internal ActiveShardDto() { }
/// <summar... | {
"content_hash": "ce49f449c3d9447a05ce02576c8a6a79",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 59,
"avg_line_length": 25.46875,
"alnum_prop": 0.5717791411042945,
"repo_name": "BenFradet/RiotSharp",
"id": "cc6a74708b527365e941b3ff13b13a2b3166f7c9",
"size": "817",
"b... |
"""Custom helpers for working with Django Forms"""
from django.template import Library
register = Library()
@register.inclusion_tag('partials/_form_field.html')
def field_generator(field, hidden=0, help=1, custom_label='', custom_class='',
inline_styles='', placeholder=''):
"""Returns a cus... | {
"content_hash": "0cba9bcdacf7c79be060c1d62c26bc9d",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 78,
"avg_line_length": 35,
"alnum_prop": 0.6589285714285714,
"repo_name": "pwalsh/openbudgets",
"id": "5466118d8b02b0b0109109100b3307399c05cd78",
"size": "560",
"binary":... |
<project name="mallet" default="compile" basedir=".">
<description>A Machine Learning for Language Toolkit</description>
<!--
Properties
-->
<property name="src" location="src"/>
<property name="class" location="class"/>
<property name="lib" location="lib"/>
<property name="dist" location="dist"/>
... | {
"content_hash": "40e7c6422f61628a50c6442bc2a7f909",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 89,
"avg_line_length": 26.36283185840708,
"alnum_prop": 0.581067472306143,
"repo_name": "xiaohan2012/lst",
"id": "1648735f41b8317c1a1513d2f2f876cc20173028",
"size": "2979"... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "a7faeb4bb9e6766209e960686f34e48e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "b3e618b5d0cee10e9a93a1da14a12230088a5c63",
"size": "18... |
package org.elasticsearch.hadoop.mr;
import org.apache.hadoop.mapred.Reporter;
import org.apache.hadoop.util.Progressable;
import org.elasticsearch.hadoop.mr.compat.CompatHandler;
import org.elasticsearch.hadoop.mr.compat.TaskInputOutputContext;
import org.elasticsearch.hadoop.rest.stats.Stats;
class ReportingUtils ... | {
"content_hash": "016221a8f11a9d88934767453b21c5dd",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 152,
"avg_line_length": 36.59649122807018,
"alnum_prop": 0.6347075743048898,
"repo_name": "xjrk58/elasticsearch-hadoop",
"id": "a94b87c0485cb008db872ac64d8aab7bf674bb1f",
"... |
/**
* @module Fabric
*/
/// <reference path="fabricInterfaces.ts"/>
/// <reference path="fabricGlobals.ts"/>
/// <reference path="jolokiaHelpers.ts"/>
/// <reference path="containerHelpers.ts"/>
/// <reference path="schemaConfigure.ts"/>
/// <reference path="../../git/js/gitHelpers.ts"/>
/// <reference path="../../ui... | {
"content_hash": "a1d59d82b6485a381f1ca1b53f6e8c4e",
"timestamp": "",
"source": "github",
"line_count": 1037,
"max_line_length": 196,
"avg_line_length": 33.643201542912244,
"alnum_prop": 0.6242260949323549,
"repo_name": "stalet/hawtio",
"id": "af186084d47615e4b0a6d9494d486ac5e899d9ca",
"size": "348... |
var Hapi = require('hapi');
var Hoek = require('hoek');
var path = require('path');
var request = require('request');
var config = require('./config.js');
var server = new Hapi.Server();
server.connection({ port: 3000 });
// configure a folder of templates
server.views({
engines: {
html: require('handlebars... | {
"content_hash": "e2c9fd6dd3be40d3397d5681fe03685a",
"timestamp": "",
"source": "github",
"line_count": 297,
"max_line_length": 142,
"avg_line_length": 32.986531986531986,
"alnum_prop": 0.6432581402470144,
"repo_name": "patrickarlt/dev-summit-2015-authentication-in-arcgis-online",
"id": "f5a54edfae09... |
package compiler.semantic.symbol;
import es.uned.lsi.compiler.semantic.ScopeIF;
import es.uned.lsi.compiler.semantic.symbol.SymbolBase;
import es.uned.lsi.compiler.semantic.type.TypeIF;
/**
* Class for SymbolConstant.
*/
// TODO: Student work
// Include properties to characterize constants
publ... | {
"content_hash": "3b0edaaa57c1cd3f5904591c7e0df864",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 55,
"avg_line_length": 24.433333333333334,
"alnum_prop": 0.607094133697135,
"repo_name": "colymore/Uned",
"id": "b13a3bc1e975e43fb3c020331aa4316d9f01dd13",
"size": "733",
... |
<?php
declare(strict_types=1);
namespace Core\Domain\Common\Query;
interface QueryBusInterface
{
public function handle(QueryInterface $query);
}
| {
"content_hash": "bab255a825a06e6f6b297d1ffa41c0e8",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 50,
"avg_line_length": 12.916666666666666,
"alnum_prop": 0.7548387096774194,
"repo_name": "Dev-Int/glsr",
"id": "1f4e3d6e17b30ae10550015e7be518e5675eba12",
"size": "408",
... |
End of preview.
No dataset card yet
- Downloads last month
- 1