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: 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 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 |
|---|---|
<?php
namespace FzyCommon\Service\Search;
use FzyCommon\Service\Base as BaseService;
/**
* Class SearchResult
* @package FzyCommon\Service\Search
* Service Key: result
*/
class Result extends BaseService
{
public function generatePageResult(ResultProviderInterface $provider)
{
return array(
... | {
"content_hash": "7becfaf4eec5986a711e6c9900de0bfb",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 73,
"avg_line_length": 27,
"alnum_prop": 0.5718954248366013,
"repo_name": "fousheezy/common",
"id": "dc774589c7a9870360fc24d585e9a30900755a4e",
"size": "918",
"binary": f... |
/*
* @(#)RFC822DATA.java 1.6 05/08/29
*
* Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
*/
package com.sun.mail.imap.protocol;
import java.io.ByteArrayInputStream;
import com.sun.mail.iap.*;
import com.sun.mail.util.ASCIIUtility;
/**
* This class
*
* @version 1.6, 05/08/29
* @author Jo... | {
"content_hash": "964527ed5ac999e48c8fa205202915fe",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 66,
"avg_line_length": 19.1875,
"alnum_prop": 0.6482084690553745,
"repo_name": "cran/rkafkajars",
"id": "979894fe49f648ac8432b2a4d8872bb8e0514df2",
"size": "1757",
"binar... |
import os
import shutil
from retry import retry
from selenium.common.exceptions import (
NoSuchElementException,
StaleElementReferenceException,
TimeoutException,
WebDriverException,
)
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC
from sele... | {
"content_hash": "199ac5a0f3872273a6e4652a90a90039",
"timestamp": "",
"source": "github",
"line_count": 1156,
"max_line_length": 129,
"avg_line_length": 34.215397923875436,
"alnum_prop": 0.6511010542815968,
"repo_name": "alphagov/notifications-functional-tests",
"id": "79ed556399546fa59a1deb54abc7b6f... |
<?php
/*
Template Name: Contact
*/
?>
<?php while (have_posts()) : the_post(); ?>
<?php get_template_part('templates/page', 'header'); ?>
<?php get_template_part('templates/content', 'page'); ?>
<?php endwhile; ?>
| {
"content_hash": "6394f027f6677c6d0df42737f7f5e39e",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 58,
"avg_line_length": 21.9,
"alnum_prop": 0.6027397260273972,
"repo_name": "ben-holden/sewells.com",
"id": "fb443ebdb2bce2d018f11f143865f73760772095",
"size": "219",
"bi... |
package pl.touk.nussknacker.ui.security.oidc
import com.typesafe.config.Config
import pl.touk.nussknacker.ui.security.api.AuthenticationProvider
import pl.touk.nussknacker.ui.security.oauth2.OAuth2AuthenticationResources
import sttp.client.{NothingT, SttpBackend}
import scala.concurrent.{ExecutionContext, Future}
c... | {
"content_hash": "63b131f404755020328f0cfb93760862",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 205,
"avg_line_length": 38.88461538461539,
"alnum_prop": 0.8189910979228486,
"repo_name": "TouK/nussknacker",
"id": "9d444c14df52aed2ebf6433bfcb2a46771b32d45",
"size": "101... |
using System;
using FluentAssertions;
using Paramore.Brighter.MessagingGateway.RMQ;
using Xunit;
namespace Paramore.Brighter.RMQ.Tests.MessagingGateway
{
public class RmqAssumeExistingInfrastructureTests : IDisposable
{
private readonly IAmAMessageProducerSync _messageProducer;
private readonl... | {
"content_hash": "c3a41e52b06a9d3945517cc5d59da703",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 129,
"avg_line_length": 34.87692307692308,
"alnum_prop": 0.5941773268636965,
"repo_name": "BrighterCommand/Brighter",
"id": "3497dc0adc96349777eb7241ff2edde5f1da5b3e",
"siz... |
ghch
=======
[][actions]
[][license]
[](https://pkg.go.dev/github.com/Songmu/ghch)
[actions]:... | {
"content_hash": "42407e671a606491ba0d3f12e286a854",
"timestamp": "",
"source": "github",
"line_count": 129,
"max_line_length": 171,
"avg_line_length": 36.25581395348837,
"alnum_prop": 0.6401539448364336,
"repo_name": "Songmu/ghch",
"id": "a27c7a1a494ceca6717959a055dcc56941a22416",
"size": "4680",
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Rybird.Framework
{
public class NavigationCommand<TViewModel> : DelegateCommand
where TViewModel : FrameworkPageViewModel
{
public NavigationCommand(INav... | {
"content_hash": "e5f17cec70945300199a31bef85e21b3",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 68,
"avg_line_length": 28.6,
"alnum_prop": 0.6946386946386947,
"repo_name": "ryanhorath/Rybird.Framework",
"id": "60815b20b4216d58a876b6fc02a77b19dc93aeb7",
"size": "431",
... |
package net.myanmarhub.collabra.provider;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
/**
* Tin Htoo Aung (Myanmar Hub) on 24/10/13.
*/
public class AuthenticatorService extends Service {
// Instance field that stores the authenticator object
private Authenticator ... | {
"content_hash": "021974999f88f675f3fe7752aa4db1b2",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 65,
"avg_line_length": 24.655172413793103,
"alnum_prop": 0.6923076923076923,
"repo_name": "Myanmar-Hub/collabra-devcon",
"id": "609141c13dbffc44cd40e6195649b9f5bcac4c60",
"... |
from . import keops
from .additive_structure_kernel import AdditiveStructureKernel
from .arc_kernel import ArcKernel
from .cosine_kernel import CosineKernel
from .cylindrical_kernel import CylindricalKernel
from .distributional_input_kernel import DistributionalInputKernel
from .gaussian_symmetrized_kl_kernel import Ga... | {
"content_hash": "feb272b8336e215429b99d967db108d6",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 71,
"avg_line_length": 33.523809523809526,
"alnum_prop": 0.7869318181818182,
"repo_name": "jrg365/gpytorch",
"id": "e0af721e3b719c2e41dba8de48ebb513d2e75e96",
"size": "2135... |
<?php
class NotificationConfigurationValueQuery extends PluginNotificationConfigurationValueQuery
{
}
| {
"content_hash": "cff061f1dad8b800f675af3c14b20370",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 91,
"avg_line_length": 17.333333333333332,
"alnum_prop": 0.875,
"repo_name": "havvg/sfNotificationsPlugin",
"id": "e4bc59fcb5e2a2e8917ebba218d4d215137bfa97",
"size": "104",
... |
% Test bench script for 'myEchoPlugin'.
% Generated by Audio Test Bench on 30-Mar-2019 09:00:24 +0100.
% Create test bench input and output
fileReader = dsp.AudioFileReader('Filename','SoftGuitar-44p1_mono-10mins.ogg', ...
'PlayCount',1, ...
'SamplesPerFrame',512);
deviceWriter = audioDeviceWriter('Device','De... | {
"content_hash": "3aed14333a944ab562da6cf18cfe1b96",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 82,
"avg_line_length": 29.10169491525424,
"alnum_prop": 0.6732673267326733,
"repo_name": "cerkut/wpAudioPlugin",
"id": "e7d624d63cb8f7fe13b24c668bfb25f0569b993d",
"size": "... |
/*
* pwm_17xx_40xx.h
*
* Created on: Apr 17, 2014
* Author: Özen Özkaya
*/
#ifndef PWM_17XX_40XX_H_
#define PWM_17XX_40XX_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "core_cm3.h"
typedef struct { /*!< TIMERn Structure */
__IO uint32_t IR; ... | {
"content_hash": "af46c58facfde33e96ccd914a45d3be9",
"timestamp": "",
"source": "github",
"line_count": 505,
"max_line_length": 283,
"avg_line_length": 37.855445544554456,
"alnum_prop": 0.6049589370717162,
"repo_name": "m4v/Proyecto-final",
"id": "47134b9fb51be50b68c779290c4387e55c0b8334",
"size": ... |
import React, { Component } from 'react';
import BodyClassName from 'react-body-classname';
import { Redirect } from 'react-router-dom';
import { Field, reduxForm } from 'redux-form';
import logo from '../images/eo-logo.png';
class LoginForm extends Component {
constructor(props){
super(props);
this.state = {
... | {
"content_hash": "fd019f9ff7a656807fc9cd452b8ead8c",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 97,
"avg_line_length": 25.976744186046513,
"alnum_prop": 0.5962399283795882,
"repo_name": "teamcrux/EmploymentOptions",
"id": "d6d65018a7f6c297dcf26dc470af63c5fe4073e3",
"s... |
import numpy as np
from rl.memory.linear import LinearMemory
from rl.util import log_self
import math
class HighLowMemory(LinearMemory):
'''
Memory divided into two: good and bad experiences
As with RankedMemory experiences are grouped episodically
Episodes with a total reward > threshold are assigne... | {
"content_hash": "e4a40fa6a0cfaae78074bb14bab84256",
"timestamp": "",
"source": "github",
"line_count": 194,
"max_line_length": 79,
"avg_line_length": 37.329896907216494,
"alnum_prop": 0.5544048605357637,
"repo_name": "kengz/openai_gym",
"id": "86999da9117d232b10a1c6cc5a055bd82ddf3fa7",
"size": "72... |
package com.odoo.calendar.listeners;
import com.odoo.calendar.utils.DateInfo;
public interface OnMonthChangeListener {
void onMonthChange(DateInfo dateInfo);
}
| {
"content_hash": "2fe4b1142d84a36375e621dc58b6ecd1",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 42,
"avg_line_length": 23.714285714285715,
"alnum_prop": 0.8072289156626506,
"repo_name": "odoomobile/week-calendar",
"id": "97b70d76d04462d04bb2ee49adf41335bb66086b",
"size... |
package com.xinfan.blueblue.activity.rev;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Spinner;
import com.xinfan.blueblue.activity.R;
import com.xinfa... | {
"content_hash": "e35a1e0a421fb435d626c5ea3d62fc91",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 84,
"avg_line_length": 29.742424242424242,
"alnum_prop": 0.7106469689251146,
"repo_name": "sodoa/mbox",
"id": "48c7a98085d052d2e218bf2c2d41cf03693eda83",
"size": "2039",
... |
function Build-ErrorMessage {
param(
[parameter(Mandatory = $true)]
[string]$BaseMessage,
[string]$Message
)
if($Message) {
$BaseMessage += ". $Message"
}
$BaseMessage
}
function Get-AssertError {
param(
[parameter(Mandatory = $true)]
[s... | {
"content_hash": "02e6b02102e86a6eedfa57e8f5b28b64",
"timestamp": "",
"source": "github",
"line_count": 248,
"max_line_length": 134,
"avg_line_length": 26.483870967741936,
"alnum_prop": 0.5707978075517661,
"repo_name": "AArnott/NuGet.VisualStudioExtension",
"id": "8335521f223ee6e2fac7642b531ca8ccc7ab... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.appcontainers.fluent.models;
import com.azure.core.annotation.Fluent;
import com.azure.resourcemanager.appcontainers.models.Conn... | {
"content_hash": "50f64a522c03f73900b1d35add839146",
"timestamp": "",
"source": "github",
"line_count": 155,
"max_line_length": 120,
"avg_line_length": 33.08387096774194,
"alnum_prop": 0.7102184087363494,
"repo_name": "Azure/azure-sdk-for-java",
"id": "28adb95807b1c31e30101cc486727a049367c379",
"si... |
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Katerina Katapodi <extragold1234@hotmail.com>
* @author Vasileios Karavasilis <vasileioskaravasilis@gmail.com>
*/
$lang['domain'] = 'Logon Domain';
$lang['authpwdexpire'] = 'Ο κωδικός πρόσβασης θα λήξει σε %d η... | {
"content_hash": "585da7be0201f09cfb7cd27398b3c677",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 158,
"avg_line_length": 60.53846153846154,
"alnum_prop": 0.7039390088945362,
"repo_name": "duangao/duangao.github.io",
"id": "2728d016376097fd557ffec07a4d93399c32ac7d",
"si... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2005-2014 The Kuali Foundation
Licensed under the Educational Community 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
http://www.opensource.org/li... | {
"content_hash": "3488d0a7450fda33a0c8f2f92d763ad4",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 201,
"avg_line_length": 38.59375,
"alnum_prop": 0.7230769230769231,
"repo_name": "ua-eas/ksd-kc5.2.1-rice2.3.6-ua",
"id": "7b6d8d19b0b9c825f6c6e29178a3e924c3ebfb64",
"size"... |
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Demo: Dijit Buttons</title>
<link rel="stylesheet" href="../../_common/demo.css" media="screen">
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/dojo/1.10.4/dijit/themes/claro/claro.css" media="screen">
</head>
<body class="claro">
<... | {
"content_hash": "870198a5aa76539055efa698194f7d76",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 126,
"avg_line_length": 30.790697674418606,
"alnum_prop": 0.6714501510574018,
"repo_name": "SitePen/dojo-tutorials",
"id": "a0026bf89608cf7396ff788af6128f2f24f03a4f",
"size... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Tue Apr 26 20:40:27 CST 2011 -->
<TITLE>
com.numericalmethod.suanshu.number.big (SuanShu 1.3.1 API Documentation)
</TITLE>
<META NAM... | {
"content_hash": "7e142091abbaa3fbb9a3b1341fc40347",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 154,
"avg_line_length": 34.05882352941177,
"alnum_prop": 0.6753022452504318,
"repo_name": "Aliced3645/DataCenterMarketing",
"id": "9464b14a7ec1360e9437cf6747abdfdbf77221a0",
... |
@class GADRewardedAdBeta;
/// A block to be executed when the ad request operation completes. On success,
/// rewardedAd is non-nil and |error| is nil. On failure, rewardedAd is nil
/// and |error| is non-nil.
typedef void (^GADRewardedAdBetaLoadCompletionHandler)(GADRewardedAdBeta *_Nullable rewardedAd,
... | {
"content_hash": "a3fce58058eec9fa9fc605e7698fb066",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 100,
"avg_line_length": 50.36363636363637,
"alnum_prop": 0.7563176895306859,
"repo_name": "firebase/firebase-cpp-sdk",
"id": "84e6cb56d7ca2c64a8ac5b253c8cb4f035a46313",
"si... |
package org.apache.camel.processor;
import org.apache.camel.Exchange;
import org.apache.camel.Processor;
import org.apache.camel.RollbackExchangeException;
import org.apache.camel.Traceable;
/**
* Processor for marking an {@link org.apache.camel.Exchange} to rollback.
*
* @version
*/
public class RollbackProces... | {
"content_hash": "d58b7d74694d558cf30601041516338d",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 76,
"avg_line_length": 27.58974358974359,
"alnum_prop": 0.6468401486988847,
"repo_name": "cexbrayat/camel",
"id": "73799c863d83db26dcd79dbededc2b5cedb7eb4d",
"size": "2955"... |
// Copyright 2022 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | {
"content_hash": "35caf7a43c863cd1869b435d4d1b3429",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 98,
"avg_line_length": 30.515151515151516,
"alnum_prop": 0.7010923535253227,
"repo_name": "googleapis/nodejs-automl",
"id": "ba07e4c601d8082e1a93a1c451720751f0573a4b",
"siz... |
define(['underscore', 'text'], function (_, text) {
'use strict';
var buildMap = {};
var tpl = {
version: '0.1.0',
load: function (name, req, onLoadNative, config) {
var onLoad = function (content) {
// Merge settings
_.extend(_.templateSettings, config.underscoreTemplateSetti... | {
"content_hash": "5b490af18a844e02fe840fe24b658326",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 96,
"avg_line_length": 23.11111111111111,
"alnum_prop": 0.5365384615384615,
"repo_name": "dciccale/requirejs-underscore-tpl",
"id": "c238a38d51b811f3b8fa7f06f768a06f844cd0d2"... |
package com.prokarma.pkmst.controller;
import com.prokarma.pkmst.model.ComputerSet;
import com.prokarma.pkmst.model.FreeStyleBuild;
import com.prokarma.pkmst.model.FreeStyleProject;
import com.prokarma.pkmst.model.Hudson;
import com.prokarma.pkmst.model.ListView;
import com.prokarma.pkmst.model.Queue;
import io.swagg... | {
"content_hash": "dcda2842c4d233cfd1b9807a2007c8b7",
"timestamp": "",
"source": "github",
"line_count": 213,
"max_line_length": 186,
"avg_line_length": 54.20657276995305,
"alnum_prop": 0.7012818292049194,
"repo_name": "cliffano/swaggy-jenkins",
"id": "45ea1de7214d93d53a47c2a1440cfb034062a9a2",
"siz... |
package apsu.demo.rocks.components.collision
/**
* Destruction
*
* @author david
*/
case class Destruction()
| {
"content_hash": "bdcd1937530a03da29dd8b299d79f3f5",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 44,
"avg_line_length": 14.25,
"alnum_prop": 0.7105263157894737,
"repo_name": "chronodm/apsu-demo-scala",
"id": "b8033eb7eb0e6ef14a3ce058a595056fd29a2ae9",
"size": "114",
"... |
End of preview.
No dataset card yet
- Downloads last month
- 1