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 |
|---|---|
package org.usfirst.frc.team910.robot.Auton;
import edu.wpi.first.wpilibj.Timer;
public class AutonDriveTime extends AutonStep {
private static final double POWER_FILT = 0.15;
private double power;
private double time;
private double angle;
private boolean prime;
private double endTime;
private double pr... | {
"content_hash": "d1e3be21b1f4cb4bbad522cc1f9cf97f",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 79,
"avg_line_length": 22.363636363636363,
"alnum_prop": 0.709349593495935,
"repo_name": "FoleyFreeze/2017FRC",
"id": "6cdfe7200630ed01d0c7d87a10de40a1841f3523",
"size": "9... |
<?php
namespace Lucid\Modular;
class ModulesServiceProvider extends \Illuminate\Support\ServiceProvider
{
public function boot()
{
$this->publishes([
__DIR__.'/modules.php' => config_path('modules.php'),
__DIR__.'/migrations' => database_path('/migrations')
]);
... | {
"content_hash": "6138bcf2caf4c73a8c78c820bbdfe94e",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 151,
"avg_line_length": 34.871428571428574,
"alnum_prop": 0.5374846374436706,
"repo_name": "rudignet/Laravel-Modular",
"id": "9983044b526495145c0c9d72cba5402325a2c655",
"si... |
%% endEdit(object)
% Disables editmode
%
% INPUT
% object : |EnsightLib| object
%
% OUTPUT
% none
%
% USAGE
% object.endEdit
%
%%
function endEdit(this)
valueArray = [1, 0, 5];
EnsightLib_interface('obj', 'endEdit', valueArray, this.getObjectHandle());
this.editMode = 0;
end | {
"content_hash": "6808f0b780be854b7f1bc5cdb1fb0e4a",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 79,
"avg_line_length": 14.8,
"alnum_prop": 0.6418918918918919,
"repo_name": "ITWM-TVFS/Ensight4Matlab",
"id": "08a135e5ab036f4082195cb20b2131f0ce4d921d",
"size": "296",
"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "98dc3d0f74c7cb369fea0ebe843cb7a1",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "c6c12fb60c8fa8fb39819f9f45e19254a7282794",
"size": "178... |
layout: post
microblog: true
audio:
photo:
date: 2012-09-24 14:51:07 -0600
guid: http://craigmcclellan.micro.blog/2012/09/24/t250336585801940992.html
---
WadsI the only one who somehow missed that Marcus Mumford was a really good drummer (and not just kick drum)? #iTunesFestival
| {
"content_hash": "e488439dd1a022cefb5719354b5bd1f4",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 125,
"avg_line_length": 35.25,
"alnum_prop": 0.7730496453900709,
"repo_name": "craigwmcclellan/craigwmcclellan.github.io",
"id": "5a097bddae70168c00fa76425de1c3628c14b133",
... |
/* $NetBSD: lutil.h,v 1.1.1.4 2014/05/28 09:58:40 tron Exp $ */
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 1998-2014 The OpenLDAP Foundation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are... | {
"content_hash": "0543ad0bcea36e0c06b7bbae443d0e3f",
"timestamp": "",
"source": "github",
"line_count": 363,
"max_line_length": 81,
"avg_line_length": 24.994490358126722,
"alnum_prop": 0.668356662625372,
"repo_name": "execunix/vinos",
"id": "e860c7c373813938a17a135d46f456e0685bd82c",
"size": "9073"... |
.class public abstract Landroid/sec/enterprise/adapterlayer/ISystemUIAdapterCallback$Stub;
.super Landroid/os/Binder;
.source "ISystemUIAdapterCallback.java"
# interfaces
.implements Landroid/sec/enterprise/adapterlayer/ISystemUIAdapterCallback;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
... | {
"content_hash": "1bbb42f88af04539db30afb7c361e35b",
"timestamp": "",
"source": "github",
"line_count": 730,
"max_line_length": 161,
"avg_line_length": 25.024657534246575,
"alnum_prop": 0.7105868184804028,
"repo_name": "BatMan-Rom/ModdedFiles",
"id": "5f7fe705b788ca1feb01a8b24cb41f8bbc7829fb",
"siz... |
The ActiveWarehouse library provides classes and functions which help with
building Data Warehouses using Rails.
## Installation
To install ActiveWarehouse, add the gem to your Gemfile:
gem 'activewarehouse'
## Generators
ActiveWarehouse comes with several generators. In the examples below, you can use
either ex... | {
"content_hash": "444c83203370c71f4745f20d8a53fa87",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 106,
"avg_line_length": 25.168539325842698,
"alnum_prop": 0.7709821428571428,
"repo_name": "activewarehouse/activewarehouse",
"id": "8fc7440cbdd29009e74ed2bb27523298d4f7cbd4"... |
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $useragent</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.c... | {
"content_hash": "f977000f5cd499a1bf70219373741a2a",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 253,
"avg_line_length": 52.94897959183673,
"alnum_prop": 0.6745037579495086,
"repo_name": "inputx/code-ref-doc",
"id": "3bd5e3743c7cae088dc60a718cc616afd46fe241",
"size": "... |
@interface UIView (Nib)
+ (id)viewFromNibWithFileName:(NSString *)file class:(Class)clasz index:(NSInteger)index;
+ (id)viewFromNibWithFileName:(NSString *)file owner:(id)owner index:(NSInteger)index;
@end
| {
"content_hash": "58ce14447083bd5b2110a2df83762a1d",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 89,
"avg_line_length": 51.5,
"alnum_prop": 0.7766990291262136,
"repo_name": "CoderJackie/SkuSample",
"id": "ce8f1d3e9f433fcbf483347b4d49d648f895a289",
"size": "363",
"bina... |
<?php
namespace Magento\CatalogRule\Test\Unit\Model\Product;
class PriceModifierTest extends \PHPUnit_Framework_TestCase
{
/**
* @var \Magento\CatalogRule\Model\Product\PriceModifier
*/
protected $priceModifier;
/**
* @var \PHPUnit_Framework_MockObject_MockObject
*/
protected $rul... | {
"content_hash": "142d738301e1cd890dd6e1f9865c54b3",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 116,
"avg_line_length": 29.90277777777778,
"alnum_prop": 0.6024152345564329,
"repo_name": "j-froehlich/magento2_wk",
"id": "19069c5c6a5911bc19e5d2e04b61d9750223dfd0",
"size... |
package org.pitest.maven;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.ResolutionScope;
/**
* Goal which runs a coverage mutation report
*/
@Mojo(name = "mutationCoverage",
defaultPhase = LifecyclePha... | {
"content_hash": "60ed0f64382a9335c618d5e0c3732868",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 60,
"avg_line_length": 29.125,
"alnum_prop": 0.7746781115879828,
"repo_name": "hcoles/pitest",
"id": "47438cb75e67dadcc78e8ef73ba0bf26d1388119",
"size": "466",
"binary": ... |
// Pragma mark
// View Management
//
// IDECodeSnippetCompletionPrefix: View Management
// IDECodeSnippetCompletionScopes: [ClassInterfaceMethods,StringOrComment,ClassImplementation]
// IDECodeSnippetIdentifier: 7B8C0FC0-23DA-4971-85E6-702A5D4C5E72
// IDECodeSnippetLanguage: Xcode.SourceCodeLanguage.Objective-C
// IDEC... | {
"content_hash": "ec94676e3d67a162d490153da5e1009c",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 100,
"avg_line_length": 45.90909090909091,
"alnum_prop": 0.6653465346534654,
"repo_name": "rvi/xcode-snippets",
"id": "6f5c8fdefe92262ba774360a35c656c70f3c0605",
"size": "5... |
package org.apache.camel.bam.model;
import java.util.Date;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.persistence.Transient;
/**
* @version $Revision$
*/
public abstract class TemporalEntity extends EntitySupport {
private Date timeStarted;
private Date timeComp... | {
"content_hash": "3e7edfb37dafd376695ad6c48363abc2",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 60,
"avg_line_length": 21.113636363636363,
"alnum_prop": 0.6846071044133477,
"repo_name": "kingargyle/turmeric-bot",
"id": "ba0e2135bdc2b694d59fad0378c8e00e375b0782",
"size... |
layout: page
title: Valenzuela Reef Entertainment Dinner
date: 2016-05-24
author: Gregory Shannon
tags: weekly links, java
status: published
summary: Donec rhoncus nunc justo, sit amet.
banner: images/banner/leisure-03.jpg
booking:
startDate: 12/22/2019
endDate: 12/27/2019
ctyhocn: DTNTXHX
groupCode: VRED
publi... | {
"content_hash": "4be4340636f5c54f1c1414232c577ce0",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 810,
"avg_line_length": 99.8695652173913,
"alnum_prop": 0.8093164997823248,
"repo_name": "KlishGroup/prose-pogs",
"id": "f3c355f74d1eccc0607850b6c71fead688eca48d",
"size": ... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "fa8595ce1bb7df9a62241b4c7a4fc71f",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "2686a67b68d098de1fa9e3204056abbe0873bf69",
"size": "187... |
// Copyright (c) 2012 Ecma International. All rights reserved.
// Ecma International makes this code available under the terms and conditions set
// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
// "Use Terms"). Any redistribution of this code must retain the above
// copyright and this n... | {
"content_hash": "940e2d75ed602f1a5b25a238a24a9f32",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 82,
"avg_line_length": 34.46153846153846,
"alnum_prop": 0.6975446428571429,
"repo_name": "PiotrDabkowski/Js2Py",
"id": "f71be62e361630e09d3bffef3cc679e4661546d0",
"size": "... |
/*
Which of the following values can be assigned to a variable of type float
and which to a variable of type double: 34.567839023, 12.345, 8923.1234857,
3456.091? Write a program to assign the numbers in variables and print
them to ensure no precision is lost.
*/
#include <stdio.h>
#include <stdlib.h>
int main(in... | {
"content_hash": "e588500677ffaeaaf335ef3ed6c42fef",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 76,
"avg_line_length": 24.6,
"alnum_prop": 0.656910569105691,
"repo_name": "NikolovV/C-Language",
"id": "ab9f3eb8286e4d300c2239e8f10dc1f75f316f73",
"size": "615",
"binary... |
using namespace std;
using namespace seqan;
// Program entry point
int main(int argc, char const ** argv)
{
// create AA seq and iterate over
typedef String<char> TAminoAcidString;
TAminoAcidString AA = "MQDRVKRPMNAFIVWSRDQRRKMALEN";
cout << AA << endl;
// get size
int length = length(AA);
// create iterator
t... | {
"content_hash": "0f15f97da2d700181d6909e84c9e7b85",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 53,
"avg_line_length": 24.428571428571427,
"alnum_prop": 0.6764132553606238,
"repo_name": "bkahlert/seqan-research",
"id": "f1f5efa476f945b1c8f0ac11f1eb43b1d16cd8e8",
"size... |
package com.actionexamples;
import android.app.Activity;
import android.os.Bundle;
import android.view.KeyEvent;
import com.facebook.react.LifecycleState;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactRootView;
import com.facebook.react.modules.core.DefaultHardwareBackBtnHandler;
impo... | {
"content_hash": "3f119c21188a075a556ba950062f5f5d",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 92,
"avg_line_length": 29.423076923076923,
"alnum_prop": 0.6736383442265795,
"repo_name": "holmesal/react-native-ios-notification-actions",
"id": "99d8d57d04eb6187fc0bfbf4c82... |
package com.azure.cosmos.implementation.directconnectivity;
import com.azure.cosmos.ConsistencyLevel;
import com.azure.cosmos.implementation.ReplicationPolicy;
import org.mockito.Mockito;
public class GatewayServiceConfiguratorReaderMock {
public GatewayServiceConfigurationReader gatewayServiceConfigurationReade... | {
"content_hash": "5d264f7542b90a7f36ab1fb46bab7bbb",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 143,
"avg_line_length": 57.93877551020408,
"alnum_prop": 0.7182106375484325,
"repo_name": "selvasingh/azure-sdk-for-java",
"id": "f8857795c58c936adddd52551db2b95c4cbafb4a",
... |
import uuid
import mox
from neutronclient.common import exceptions
from neutronclient.v2_0 import client
from oslo.config import cfg
from nova.compute import flavors
from nova.conductor import api as conductor_api
from nova import context
from nova import exception
from nova.network import model
from nova.network imp... | {
"content_hash": "e7a6b96fc47b2ad1b5744ff572a9d313",
"timestamp": "",
"source": "github",
"line_count": 1573,
"max_line_length": 79,
"avg_line_length": 44.52447552447553,
"alnum_prop": 0.547624826877222,
"repo_name": "qwefi/nova",
"id": "b3ebc54c0761dec208675cfebe3ca8a35a42191b",
"size": "70718",
... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "2c018c2dfadbf500fd1e1033828edd43",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "f12fae70ff7a997475b641bb3c4dfaa260d70994",
"size": "18... |
package bus
import (
"bytes"
"encoding/json"
"errors"
"fmt"
"io"
"io/ioutil"
"net/http"
)
func Connect(url string, capabilities map[string]interface{}, httpClient *http.Client) (*Client, error) {
requestBody, err := capabilitiesToJSON(capabilities)
if err != nil {
return nil, err
}
if httpClient == nil ... | {
"content_hash": "6d290dc837f0764b60e83854bfaecf8c",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 105,
"avg_line_length": 22.674418604651162,
"alnum_prop": 0.696923076923077,
"repo_name": "sclevine/agouti",
"id": "da83615789118e02951495bd81548cf3a04a184f",
"size": "1950... |
FROM golang:1.17
ARG GOMPLATE_VERSION
# Install gomplate
RUN go install github.com/hairyhenderson/gomplate/v3/cmd/gomplate@v${GOMPLATE_VERSION}
# Create the mount point for the library
RUN mkdir /gatekeeper-library
WORKDIR /gatekeeper-library
ENTRYPOINT ["/bin/bash"]
| {
"content_hash": "a093fe52f73abd92179dbba3c7d9875d",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 86,
"avg_line_length": 22.666666666666668,
"alnum_prop": 0.7941176470588235,
"repo_name": "open-policy-agent/gatekeeper-library",
"id": "9431467540bb7a5d595cbb641f9425f9e7d6d... |
package com.whereareyou;
import javax.persistence.EntityManager;
import javax.persistence.Persistence;
import java.util.ArrayList;
import java.util.List;
/**
* Created by 家玮 on 2014/7/26.
*/
public class Util {
public static EntityManager ENTITY_MANAGER = Persistence.createEntityManagerFactory("database").creat... | {
"content_hash": "d12f85517d96942ec67154fdd3954697",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 122,
"avg_line_length": 29.542857142857144,
"alnum_prop": 0.660541586073501,
"repo_name": "fanjiawei/sweden-demo",
"id": "38e893679d7708ed6eeecca996899a7c76183753",
"size":... |
{% extends "!layout.html" %}
{% block footer %}
{{ super() }}
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21520458-1']);
_gaq.push(['_setDomainName', '.chemkit.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type... | {
"content_hash": "aebbc225b47a63dd73e850e5072de9c0",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 117,
"avg_line_length": 35.294117647058826,
"alnum_prop": 0.6083333333333333,
"repo_name": "kylelutz/chemkit",
"id": "a5572750be911c8dee2373415c2a2f49436611a2",
"size": "60... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "3cda245e0909beb48c8c159f24e8e170",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "67f4d39946b89f4bf0d468b1888c6c07833c31d0",
"size": "217... |
// Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.
//
// MySQL Connector/NET is licensed under the terms of the GPLv2
// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
// MySQL Connectors. There are special exceptions to the terms and
// conditions of the GPLv2 as it is... | {
"content_hash": "063029c56098667ab2e43c20ba5dd0ad",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 155,
"avg_line_length": 38.162393162393165,
"alnum_prop": 0.6947368421052632,
"repo_name": "chenlianwd/MES",
"id": "1303b566a49af215febf3cc66d38ff2d197eda38",
"size": "446... |
---
uid: SolidEdgePart.PartDocument.LockedSketch
summary:
remarks:
---
| {
"content_hash": "558a19a82ff382c532883cc12ddc716d",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 44,
"avg_line_length": 14.8,
"alnum_prop": 0.7297297297297297,
"repo_name": "SolidEdgeCommunity/docs",
"id": "b4b24cdb96ddc571c1259b9f5f03568828d7844e",
"size": "76",
"bin... |
package org.folio.marccat;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.folio.marccat.config.Global;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autow... | {
"content_hash": "85b65b703bb344ffc30b54629d0a3399",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 115,
"avg_line_length": 32.729166666666664,
"alnum_prop": 0.7258646297475069,
"repo_name": "atcult/mod-cataloging",
"id": "555fc65619140a68a3c6d3127fa5f85a7d1d36ef",
"size... |
package org.jasig.cas.services;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import org.apache.commons.lang3.builder.CompareToBuilder;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
import... | {
"content_hash": "6a326fac63a9057fef67db80745ed67e",
"timestamp": "",
"source": "github",
"line_count": 471,
"max_line_length": 113,
"avg_line_length": 33.28025477707006,
"alnum_prop": 0.6671132376395534,
"repo_name": "joansmith/cas",
"id": "bcd3d9d35b4609d180297e8a593735a43c6d9d5e",
"size": "15675... |
End of preview.
No dataset card yet
- Downloads last month
- 1