Dataset Preview
Duplicate
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:    TypeError
Message:      Couldn't cast array of type
struct<content_hash: string, timestamp: string, source: string, line_count: int64, max_line_length: int64, avg_line_length: double, alnum_prop: double, repo_name: string, id: string, size: string, binary: bool, copies: string, ref: string, path: string, mode: string, license: string, language: list<item: struct<name: string, bytes: string>>, symlink_target: string>
to
{'content_hash': Value(dtype='string', id=None), 'timestamp': Value(dtype='string', id=None), 'source': Value(dtype='string', id=None), 'line_count': Value(dtype='int64', id=None), 'max_line_length': Value(dtype='int64', id=None), 'avg_line_length': Value(dtype='float64', id=None), 'alnum_prop': Value(dtype='float64', id=None), 'repo_name': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None), 'size': Value(dtype='string', id=None), 'binary': Value(dtype='bool', id=None), 'copies': Value(dtype='string', id=None), 'ref': Value(dtype='string', id=None), 'path': Value(dtype='string', id=None), 'mode': Value(dtype='string', id=None), 'license': Value(dtype='string', id=None), 'language': [{'name': Value(dtype='string', id=None), 'bytes': Value(dtype='string', id=None)}]}
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp>
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2122, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<content_hash: string, timestamp: string, source: string, line_count: int64, max_line_length: int64, avg_line_length: double, alnum_prop: double, repo_name: string, id: string, size: string, binary: bool, copies: string, ref: string, path: string, mode: string, license: string, language: list<item: struct<name: string, bytes: string>>, symlink_target: string>
              to
              {'content_hash': Value(dtype='string', id=None), 'timestamp': Value(dtype='string', id=None), 'source': Value(dtype='string', id=None), 'line_count': Value(dtype='int64', id=None), 'max_line_length': Value(dtype='int64', id=None), 'avg_line_length': Value(dtype='float64', id=None), 'alnum_prop': Value(dtype='float64', id=None), 'repo_name': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None), 'size': Value(dtype='string', id=None), 'binary': Value(dtype='bool', id=None), 'copies': Value(dtype='string', id=None), 'ref': Value(dtype='string', id=None), 'path': Value(dtype='string', id=None), 'mode': Value(dtype='string', id=None), 'license': Value(dtype='string', id=None), 'language': [{'name': Value(dtype='string', id=None), 'bytes': Value(dtype='string', id=None)}]}
              
              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 dataset

Need 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
require 'spec_helper' describe GoCardlessPro::Resources::BankDetailsLookup do let(:client) do GoCardlessPro::Client.new( access_token: 'SECRET_TOKEN' ) end let(:response_headers) { { 'Content-Type' => 'application/json' } } describe '#create' do subject(:post_create_response) { client.bank_...
{ "content_hash": "d8ee482595b7b763635b6e3ac793fdae", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 95, "avg_line_length": 27.983471074380166, "alnum_prop": 0.505611340815121, "repo_name": "gocardless/gocardless-pro-ruby", "id": "384566ad1304c7f9fa4733b2487395643bf643ce", ...
package io.fabric8.tooling.archetype.commands; import io.fabric8.tooling.archetype.ArchetypeService; import io.fabric8.tooling.archetype.catalog.Archetype; import org.apache.felix.gogo.commands.Argument; import org.apache.felix.gogo.commands.Command; import org.apache.karaf.shell.console.AbstractAction; import stati...
{ "content_hash": "93d47044457527e37a77342187dfb369", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 125, "avg_line_length": 42.38775510204081, "alnum_prop": 0.7168993740972557, "repo_name": "jonathanchristison/fabric8", "id": "5f80c022d7cc01fd346293f30adede2a164480ae", "s...
<?php namespace Anomaly\SelectFieldType\Handler; use Anomaly\SelectFieldType\SelectFieldType; use Illuminate\Contracts\Config\Repository; /** * Class Countries * * @link http://pyrocms.com/ * @author PyroCMS, Inc. <support@pyrocms.com> * @author Ryan Thompson <ryan@pyrocms.com> */ class C...
{ "content_hash": "00daf830ebbc8e9cadf98ef19603de00", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 76, "avg_line_length": 26.61111111111111, "alnum_prop": 0.545929018789144, "repo_name": "anomalylabs/select-field_type", "id": "4c2f01015e9c7ce864034e4a687bafd5a606fd44", "...
/** * */ package io.sovaj.basics.test.random; import java.util.List; import org.junit.Assert; import org.junit.Test; /** * Test for {@link RandomCollectionFactory}. * */ @SuppressWarnings({"unchecked", "rawtypes" }) public class RandomCollectionFactoryTest { /** * Test method for * {@link Rando...
{ "content_hash": "a93b71835d985d60155a5f6dc1115a08", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 109, "avg_line_length": 25.431818181818183, "alnum_prop": 0.647899910634495, "repo_name": "sovaj/sovaj.basics", "id": "bac4168d350a88e78b5631ff33ea4b8e138ddc84", "size": "1...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "5adabc206fde3233475ae5ab70d23a65", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "04fa1961b43cf22c2ca2a8ccba9259d10e41880b", "size": "18...
var mongoose = require('mongoose'); var Schema = mongoose.Schema; var RecordSchema = new Schema({ patientId : { type : Schema.Types.ObjectId, ref: 'patient' }, doctorId : { type : Schema.Types.ObjectId, ref: 'doctor' }, queixaPrincipal: { type : String, get: global....
{ "content_hash": "bb30b36a841417a90286073c336ea12d", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 56, "avg_line_length": 23.22641509433962, "alnum_prop": 0.5442729488220959, "repo_name": "medhelp-app/api", "id": "a8552f6b14c9455d214673b26fab56c5933adcb1", "size": "1231"...
package org.informagen.oswf.descriptors; import org.informagen.oswf.util.XMLHelper; import org.w3c.dom.Element; import java.io.PrintWriter; public class StepConditionDescriptor extends AbstractDescriptor { protected final RestrictionDescriptor restriction; protected final String name; // C O N S T R ...
{ "content_hash": "8230870da8c31facf9b5f26da4cf1016", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 129, "avg_line_length": 29.425, "alnum_prop": 0.6066270178419712, "repo_name": "will-gilbert/OSWf-OSWorkflow-fork", "id": "fc52018ae28386ba4657d7d0a95df9e6a7ca2ce8", "size"...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "508c37e8d4fc50f594ceb915dbcc40e8", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "3c7c34456858393eac76428e1d50e7224013df9c", "size": "18...
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="html/html; charset=utf-8" /> <title>MGLPolygon Class Reference</title> <meta id="xcode-display" name="xcode-display" content="render"/> <link rel="stylesheet" type="text/css" href="../css/styles.css" media="all" /> <link rel="stylesheet" ...
{ "content_hash": "ce9fb2b7b0c08033538b7385e0e6deb6", "timestamp": "", "source": "github", "line_count": 333, "max_line_length": 278, "avg_line_length": 27.78978978978979, "alnum_prop": 0.6291333477415172, "repo_name": "chrisjmendez/swift-exercises", "id": "7b5211545cdf172ffe0bb0d556763c9aa85354c2", ...
table.post-revisions tr.locked-revision, table.post-revisions tr.current-revision{ background-color:#E1F8DA; } table.post-revisions a.lock, table.post-revisions a.unlock, table.post-revisions a.delete { color:#F00; } table.post-revisions th.check-column { margin: 0 5px; } table.post-revisions th.delete-column { m...
{ "content_hash": "d28106bc54bcb37cfbb6bfd5a85f9a93", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 41, "avg_line_length": 18.176470588235293, "alnum_prop": 0.7313915857605178, "repo_name": "billcotter/conceptpath", "id": "8077895e7deb8f72982aaa220831aaa6607099d4", "size"...
<project name="editor/theme.build" default="build" basedir="."> <description>editor/theme Build File</description> <property name="component.name" value="editor/theme"/> <import file="../../../common.xml"/> <property name="smart-sprites.basedir" location="${tools.dir}/smart-sprites/"/> <taskdef ...
{ "content_hash": "af0d7cd162e8bb2e0e77bb37cde3f911", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 83, "avg_line_length": 36.666666666666664, "alnum_prop": 0.5606060606060606, "repo_name": "007slm/kissy", "id": "fe2d46638a4e0c4ade3095bfce70216b75be2ba2", "size": "1650", ...
<?php require_once 'vendor/autoload.php'; if (!class_exists('PHPUnit_Framework_TestCase')) { class PHPUnit_Framework_TestCase extends PHPUnit\Framework\TestCase {} }
{ "content_hash": "f59901b335e34f36730f60ff0c8973c2", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 74, "avg_line_length": 21.625, "alnum_prop": 0.7398843930635838, "repo_name": "SURFnet/Stepup-Middleware-clientbundle", "id": "06adc339c9ce837e70f2aa2c5a17a0db3c141756", "si...
<TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/bookmark_tag" style="@style/card.expand_simple_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="center_vertical" android:orientation="vertical" androi...
{ "content_hash": "3d1823e450b14cf02381676b98870b4e", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 68, "avg_line_length": 44.5, "alnum_prop": 0.7050561797752809, "repo_name": "arjunswaj/links", "id": "9660d50e74f423711c2e536cbdba2015b620cb2e", "size": "356", "binary": f...
# JavaScript Standard Style [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [travis-image]: https://img.shields.io/travis/feross/standard.svg?style=flat [travis-url]: https://travis-ci.org/feross/standard [npm-image]: https://img.shields.io/npm/v/standa...
{ "content_hash": "d44465f122b15c3c795befc585ba19a0", "timestamp": "", "source": "github", "line_count": 241, "max_line_length": 285, "avg_line_length": 35.946058091286304, "alnum_prop": 0.7190349763361422, "repo_name": "driftyco/standard", "id": "2298fc0bf1d77e903fc3d05bb32e4f476fa3cc48", "size": "...
 #include <aws/dlm/model/SettablePolicyStateValues.h> #include <aws/core/utils/HashingUtils.h> #include <aws/core/Globals.h> #include <aws/core/utils/EnumParseOverflowContainer.h> using namespace Aws::Utils; namespace Aws { namespace DLM { namespace Model { namespace SettablePolicyStateValuesMapp...
{ "content_hash": "2d1b9428a819496be05f5772b9315514", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 94, "avg_line_length": 29.567164179104477, "alnum_prop": 0.629984856133266, "repo_name": "JoyIfBam5/aws-sdk-cpp", "id": "ad6efccd5671e87e262bc16f6b963366b967325d", "size": ...
//////////////////////////////////////////////// /* Provided Code - Please Don't Edit */ //////////////////////////////////////////////// 'use strict'; function getInput() { console.log("Please choose either 'rock', 'paper', or 'scissors'.") return prompt(); } function randomPlay() { var randomNumber =...
{ "content_hash": "18e7b0760ca1174c5cb33ad7165335d4", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 152, "avg_line_length": 33.56122448979592, "alnum_prop": 0.5649133475220431, "repo_name": "samucapark/wdi-fundamentals-rps", "id": "cc10a1a1d9cd6b595cf7bedf4d8a46bc4d9f8f5b",...
<?php namespace Oka\PaginationBundle\DependencyInjection; use Symfony\Component\Config\Definition\ConfigurationInterface; use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; use Symfony\Component\Config\Definition\Builder\IntegerNodeDefinition; use Symfony\Component\Config\Definition\Builder\NodeDefin...
{ "content_hash": "03b4fbffe2243ccbdc38ad1ddee9a708", "timestamp": "", "source": "github", "line_count": 323, "max_line_length": 167, "avg_line_length": 29.904024767801857, "alnum_prop": 0.5929185215860855, "repo_name": "CedrickOka/oka-pagination", "id": "f72728eb7fb6d7751111a75beb9c93b2cf24f93b", "...
package com.halle.dao; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import com.halle.model.Message; /** * Classe responsável por manter a tabela de Mensagem no Banco de Dados. * * @author lbaiao * @version 1.0 (25/07/2016) * */ public class MessageDAO extends...
{ "content_hash": "dc1cf88291a37027084cb31ee0b8f598", "timestamp": "", "source": "github", "line_count": 125, "max_line_length": 87, "avg_line_length": 22.624, "alnum_prop": 0.6835219236209336, "repo_name": "FelipeAvila/hallejava", "id": "40be126653e147a42823dabbd0424abc68d28217", "size": "2828", ...
""" Automata with states, transitions and actions. """ from __future__ import with_statement import types,itertools,time,os,sys,socket,functools from select import select from collections import deque import _thread from .config import conf from .utils import do_graph from .error import log_interactive from .plist imp...
{ "content_hash": "f43d6d2127ff65416a3fd97345b590d3", "timestamp": "", "source": "github", "line_count": 748, "max_line_length": 121, "avg_line_length": 38.00133689839572, "alnum_prop": 0.5095866314863676, "repo_name": "kisel/trex-core", "id": "cd32b5c05e94e0431f2d9a407f7b43490e6ab740", "size": "286...
.class public Landroid/widget/Gallery$LayoutParams; .super Landroid/view/ViewGroup$LayoutParams; .source "Gallery.java" # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Landroid/widget/Gallery; .end annotation .annotation system Ldalvik/annotation/InnerClass; accessFlags = 0x9 ...
{ "content_hash": "7fba4be370a912c8138954b01c201ac9", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 132, "avg_line_length": 23.685185185185187, "alnum_prop": 0.7161845191555903, "repo_name": "baidurom/devices-onex", "id": "24f40e06341ebee55c3d2bcbf49a4491fb21eeb8", "size"...
package dice; import javafx.scene.paint.Color; import dice.abstractDice.SixSidedDie; import dice.enums.Face; public class SetbackDie extends SixSidedDie { public SetbackDie() { faces = createSixSidedDie(Face.EMPTY, Face.EMPTY, Face.FAILURE, Face.FAILURE, Face.THREAT, Face.THREAT); } @Override public Color ge...
{ "content_hash": "369d03bfc671421a4a74597a324ba830", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 106, "avg_line_length": 18.26086956521739, "alnum_prop": 0.7428571428571429, "repo_name": "ijt002/eote_dice_roller", "id": "76587ec1ea5779e89d06420f894f9922a5bbd1e3", "size...
package org.assertj.core.error; import org.assertj.core.internal.ComparisonStrategy; import org.assertj.core.internal.StandardComparisonStrategy; /** * Creates an error message indicating that an assertion that verifies that a {@code CharSequence} contains a sequence of * several {@code CharSequence}s in order fai...
{ "content_hash": "9c42068c4254ebb4f1769a9a1a97a2f4", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 163, "avg_line_length": 46.02040816326531, "alnum_prop": 0.7250554323725056, "repo_name": "bric3/assertj-core", "id": "151c17992e03638c1efa615688f78d21c758fc4e", "size": "2...
package edu.illinois.my.wiki.portlet.action.result; import javax.portlet.RenderRequest; public interface ActionResult { String sendToJsp(RenderRequest request); boolean isFirstVisit(); }
{ "content_hash": "f721cbc008872613a62ddcb79b552349", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 51, "avg_line_length": 19.9, "alnum_prop": 0.7788944723618091, "repo_name": "drewwills/confluence-portlet", "id": "8478415d8e73605aaeeadbc62467ebbc310f912f", "size": "966",...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="42dip" > <TextView android:id="@+id/callToAction" ...
{ "content_hash": "ae9f2f431367b60391ef2cb7fa61915d", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 74, "avg_line_length": 31.56756756756757, "alnum_prop": 0.7037671232876712, "repo_name": "orangeman/AutoAuf", "id": "e351c58f2f0d9113868f213acfba550660a85748", "size": "116...
"""wIcon is an image generation and manipulation library""" from __future__ import absolute_import, division, print_function, with_statement # version is a human-readable version number. # version_info is a four-tuple for programmatic comparison. The first # three numbers are the components of the version number. T...
{ "content_hash": "8d0bb4420cde0639e95a1aaed6b3204c", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 80, "avg_line_length": 42.46153846153846, "alnum_prop": 0.7626811594202898, "repo_name": "Wudan07/wIcon", "id": "1d612b72faf68e99aa1587edf24452d5fd2e6010", "size": "677", ...
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title></title> <link rel="Stylesheet" href="../css/analysis.css" /> <script type="text/javascript"> function init() { if (window.location.hash) { var parentDiv, nodes, ...
{ "content_hash": "7b9f352c8b87b879f1ef50b01260e678", "timestamp": "", "source": "github", "line_count": 132, "max_line_length": 695, "avg_line_length": 73.37121212121212, "alnum_prop": 0.6524522457408364, "repo_name": "darklilium/Factigis_2", "id": "da00a89f79b1de1d831fc6891c482e296732fa2b", "size"...
<?php /** * DO NOT EDIT THIS FILE! * * This file was automatically generated from external sources. * * Any manual change here will be lost the next time the SDK * is updated. You've been warned! */ namespace DTS\eBaySDK\ProductMetadata\Types; /** * * @property string $categoryId * @property string[] $datas...
{ "content_hash": "66e95e9032cf11bf013a885784175e9a", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 119, "avg_line_length": 30.081967213114755, "alnum_prop": 0.5896457765667575, "repo_name": "davidtsadler/ebay-sdk-php", "id": "8e5d9b5ed65937f7a7e590d52d0543abe29fd824", "s...
"use strict"; var _path = require("./path"); var _gatsbyDependents = require("./gatsby-dependents"); var _webpackUtils = require("./webpack-utils"); var _localEslintConfigFinder = require("./local-eslint-config-finder"); require(`v8-compile-cache`); const crypto = require(`crypto`); const fs = require(`fs-extra`...
{ "content_hash": "33179652b8662c82abd4aa9affc872d1", "timestamp": "", "source": "github", "line_count": 603, "max_line_length": 261, "avg_line_length": 33.59369817578773, "alnum_prop": 0.6080367280446265, "repo_name": "jpoeng/jpoeng.github.io", "id": "1439cd18b742050b0bd427681dffc47568f10545", "siz...
Snipcart.execute('registerLocale', 'pt-BR', { yes: "Sim", no: "Não", print: "Print", download_as_pdf: "Download como PDF", checkout: "Checkout", close: "Fechar", first_name: "Primeiro nome", name: "Nome", last_name: "Último nome", company_name: "Nome da empresa", share_by_email: "Compartilhe por ...
{ "content_hash": "c42aaa2e34fc8c028c97fc0a7435539c", "timestamp": "", "source": "github", "line_count": 604, "max_line_length": 235, "avg_line_length": 30.614238410596027, "alnum_prop": 0.7476610242820831, "repo_name": "snipcart/snipcart-localization", "id": "a0405d2792b588c8ee635df054beef07b18708dc"...
package org.wso2.developerstudio.eclipse.gmf.esb.diagram.edit.parts; import static org.wso2.developerstudio.eclipse.gmf.esb.diagram.edit.parts.EditPartConstants.DEFAULT_PROPERTY_VALUE_TEXT; import static org.wso2.developerstudio.eclipse.gmf.esb.diagram.edit.parts.EditPartConstants.HEADER_MEDIATOR_ICON_PATH; import o...
{ "content_hash": "b14f67604dd85c0e4a4657e3bfa0f5bf", "timestamp": "", "source": "github", "line_count": 372, "max_line_length": 145, "avg_line_length": 30.274193548387096, "alnum_prop": 0.762564375776949, "repo_name": "nwnpallewela/developer-studio", "id": "4092def64ebc99dccc44f93ec27ada47eb0ccec2", ...
package com.facebook.buck.intellij.ideabuck.build; import com.facebook.buck.intellij.ideabuck.config.BuckModule; import com.facebook.buck.intellij.ideabuck.config.BuckProjectSettingsProvider; import com.facebook.buck.intellij.ideabuck.ui.tree.BuckTextNode.TextType; import com.intellij.execution.ExecutionException; i...
{ "content_hash": "f9aa742c643341458c644a5b03e6d6c9", "timestamp": "", "source": "github", "line_count": 287, "max_line_length": 99, "avg_line_length": 30.501742160278745, "alnum_prop": 0.6935115375828192, "repo_name": "shs96c/buck", "id": "f73867cef89c935afca447310836944de1dfb73a", "size": "9359", ...
module Unicorn::WorkerKiller class Configuration attr_accessor :max_quit, :max_term, :sleep_interval def initialize self.max_quit = 10 self.max_term = 15 self.sleep_interval = 1 end end end
{ "content_hash": "55e523ec3deb4f560f54ebd2fe445a76", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 55, "avg_line_length": 20.454545454545453, "alnum_prop": 0.6577777777777778, "repo_name": "suhongrui/gitlab", "id": "8f482539d00b07ceb2f53f6b88bd9bbc6fb8a150", "size": "225...
<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "...
{ "content_hash": "78c599122bd73fc42e4dd0831f2b0bfc", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 205, "avg_line_length": 39.77215189873418, "alnum_prop": 0.5579248886059834, "repo_name": "jfrazee/nifi", "id": "4070f9638fed58423c1199f78f449b8471c78725", "size": "6284",...
CREATE database DBTEST1; CREATE database DBTEST2; CREATE database DBTEST3; CREATE TABLE `IUSER` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `taobaoId` bigint(20) DEFAULT '0', `name` varchar(20) DEFAULT '', `upd_time` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=...
{ "content_hash": "ae241d83a16d39302f034dca5a154717", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 55, "avg_line_length": 34.4, "alnum_prop": 0.686046511627907, "repo_name": "lizwmaster/cobar-client-demo", "id": "57bb64ca566ef4c55e0c236d86533677bb783e3b", "size": "344", ...
experiments with FLIR One SDK in Swift ## Prerequisites: https://git-lfs.github.com/
{ "content_hash": "6bc97092eee499725e3f249e86a366d5", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 38, "avg_line_length": 28.333333333333332, "alnum_prop": 0.7647058823529411, "repo_name": "jruhym/flirmebaby", "id": "f67c62a985830ae8c68ebac0a0cefddbea880165", "size": "98"...
End of preview.

No dataset card yet

Downloads last month
1