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 205
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 1270)
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 205
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 |
|---|---|
namespace tensorflow {
namespace ops {
namespace internal {
// NOTE: This namespace has internal TensorFlow details that
// are not part of TensorFlow's public API.
/// @defgroup lookup_ops_internal Lookup Ops Internal
/// @{
} // namespace internal
} // namespace ops
} // namespace tensorflow
#endif // TENSORFL... | {
"content_hash": "e0ad76a14dd452bfa80def3603603670",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 60,
"avg_line_length": 25.214285714285715,
"alnum_prop": 0.7280453257790368,
"repo_name": "Synopsis/Synopsis-Framework",
"id": "c83c91431eb647fb0682114b53854b399b48361d",
"... |
function y = inv_pos( x )
%INV_POS Reciprocal of a positive quantity.
% INV_POS(X) returns 1./X if X is positive, and +Inf otherwise.
% X must be real.
%
% For matrices and N-D arrays, the function is applied to each element.
%
% Disciplined convex programming information:
% INV_POS is convex an... | {
"content_hash": "48e80c373b37900e6ccbff21570c5b0f",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 74,
"avg_line_length": 34.666666666666664,
"alnum_prop": 0.6785714285714286,
"repo_name": "LiZimo/FuncFlow",
"id": "19cd35b567ce4ab71acaf1476d5e1d071e6541ac",
"size": "728"... |
fix entry
| {
"content_hash": "b923e622e299a21c5314e7291ac7f1ea",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 9,
"avg_line_length": 10,
"alnum_prop": 0.8,
"repo_name": "metaperl/fixw",
"id": "2a46b05e5a5c46fb5928cc383c25058830f3ac42",
"size": "17",
"binary": false,
"copies": "1"... |
if [ -d "${HOME}/.pyenv" ]; then
export PYENV_ROOT="${HOME}/.pyenv"
command -v pyenv &>/dev/null || export PATH="${PYENV_ROOT}/bin:$PATH"
eval "$(pyenv init --path)"
eval "$(pyenv init -)"
fi
function with_no_poetry() {
# Prefixing any command with wnp runs it outside the virtualenv if a virtualenv... | {
"content_hash": "58bf73ad0f9b5f4e42a2bea1ac8c0f38",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 94,
"avg_line_length": 29.066666666666666,
"alnum_prop": 0.6100917431192661,
"repo_name": "natelandau/dotfiles",
"id": "5017c58e306973b4c9cd447a974092852f49828a",
"size": "... |
@implementation PageInfo
@end
| {
"content_hash": "a6c920a5e97933041137172bf3f47f78",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 24,
"avg_line_length": 10.333333333333334,
"alnum_prop": 0.8064516129032258,
"repo_name": "YiQieSuiYuan/HealthMenu",
"id": "372236c0333948c1b5426b31554921237d5c4700",
"size"... |
import TemplateList from "./TemplateList";
export default TemplateList; | {
"content_hash": "3a935bebcb72df7088b5f43eeb4afe54",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 42,
"avg_line_length": 24,
"alnum_prop": 0.8194444444444444,
"repo_name": "lancer07/fe_scaffold",
"id": "8599dd277eb2535ea5a9c38b6a872a1bad0969ec",
"size": "72",
"binary":... |
/**
*/
package org.afplib.afplib.impl;
import org.afplib.afplib.AfplibPackage;
import org.afplib.afplib.FNMRG;
import org.afplib.base.impl.TripletImpl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
/**
* <!-- begin-us... | {
"content_hash": "08f0321e8ddfed2105f712898031f39b",
"timestamp": "",
"source": "github",
"line_count": 272,
"max_line_length": 117,
"avg_line_length": 24.30514705882353,
"alnum_prop": 0.6350022689456966,
"repo_name": "yan74/afplib",
"id": "d54aa25bc9e35c9074c5f0095d1143e272a5a516",
"size": "6611",... |
<?php
namespace AppBundle\Entity;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Security\Core\Role\RoleInterface;
/**
* @ORM\Table(name="bt_role")
* @ORM\Entity
*/
class Role implements RoleInterface
{
const OPERATOR = 'ROLE_OPERATOR';
const M... | {
"content_hash": "755d1adef9d2a9d6203b6c3972202684",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 70,
"avg_line_length": 16.45378151260504,
"alnum_prop": 0.5025536261491318,
"repo_name": "zebimax/symfony2_project",
"id": "b6a18a0d48e18b9907b773c0abd3a967ada33a0d",
"siz... |
.sample
{
position: absolute;
}
| {
"content_hash": "8192ff9cf4bcf9b731692e62d8ff53c0",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 20,
"avg_line_length": 8.25,
"alnum_prop": 0.6666666666666666,
"repo_name": "LadaTech/savepaise",
"id": "52aaccff36e7b9e3194e0f1e541999ae9b977f01",
"size": "33",
"binary":... |
function render_map(year, map_type, static_url) {
function initialize() {
proj.scale(7000);
proj.translate([-1310, 800]);
}
var width = 600;
var height = 650;
var proj = d3.geo.mercator();
var path = d3.geo.path().projection(proj);
var trans = proj.translate();
var scale = proj.scale();
var ... | {
"content_hash": "46936308808b56e62b1ace83a2c43a9c",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 72,
"avg_line_length": 29.51923076923077,
"alnum_prop": 0.5589576547231271,
"repo_name": "arpitprogressive/arpittest",
"id": "eb0c6f33309b2faa6cf6c79e7f3a4c48da05b2a9",
"si... |
sdftoolkit
==========
Software Defined Forensic Toolkit
| {
"content_hash": "9ab096b5d0c7e3974e548ee0688cf57d",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 33,
"avg_line_length": 14.25,
"alnum_prop": 0.7017543859649122,
"repo_name": "lismore/sdftoolkit",
"id": "e10a9a0e057363e06a7c7b994ee079c1805b413c",
"size": "57",
"binary"... |
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... | {
"content_hash": "b8b73cebbe4c869d259866c25258ee72",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 100,
"avg_line_length": 26.435897435897434,
"alnum_prop": 0.6362754607177498,
"repo_name": "Nicotu/polyfood",
"id": "5980bb62c5dd82c677ec5b8c8ffbc0823840b061",
"size": "103... |
require 'spec_helper'
describe "Revision::Auditor" do
before :each do
@versionable = create(:parent_with_children)
@child_1 = @versionable.child_resources[0]
end
context "#changes_original?" do
it "returns true if an attribute has changed" do
@versionable.assign_attributes(r_string: "new stri... | {
"content_hash": "d74c330efde944f1768469e3398cfa59",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 111,
"avg_line_length": 36.875,
"alnum_prop": 0.7067796610169491,
"repo_name": "null-null-null/rubber_stamp",
"id": "a5f2e817002b92bdc2129dd78b2a46618abc3ac4",
"size": "118... |
This bundle provides basic content management functionality for Symfony-based applications.
- [**Виджеты контента**](Resources/doc/content_widgets.md);
- [**Контроллеры контента**](Resources/doc/content_controllers.md);
- [**Метаданные**](Resources/doc/metadata.md);
- [**Переводы**](Resources/doc/translations.md).
| {
"content_hash": "cc56c366426bd749f7867417b38ef53f",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 91,
"avg_line_length": 52.833333333333336,
"alnum_prop": 0.7570977917981072,
"repo_name": "DarvinStudio/DarvinContentBundle",
"id": "fcdf0bca7d49c348568ca1c1ee9f234fd09468a1",... |
/* $Header$
*/
package com.realtor.rets.compliance.tests;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.realtor.rets.compliance.TestResult;
/**
* Negative Tests Result Evaluator class for GetMetadata Negative test that sends an
* Invalid Resource will evaluate ... | {
"content_hash": "da2466a6e92c0ffc09107d61aad18432",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 248,
"avg_line_length": 37.145161290322584,
"alnum_prop": 0.6152844116369952,
"repo_name": "RESO-RETS/RESO-Server-Compliance-Tester",
"id": "045fba20896717488de9c8409f952cf04... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Lilloa 22: 714 (1951)
#### Original name
Russula puellaris var. caucasica Singer
### Remarks
null | {
"content_hash": "756fe747e1fb1b7dbd235a3905a01221",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 12.384615384615385,
"alnum_prop": 0.7142857142857143,
"repo_name": "mdoering/backbone",
"id": "ef8bb65c37f9193592caf1ef89b70273ac658a52",
"size": "21... |
var http = require('http'),
host = "api.openweathermap.org",
path = "/data/2.5/weather?mode=json&units=metric&q=";
exports.weather = {
name: 'weather',
group: 'Weather',
about: 'Show weather',
help: 'weather <CITY>',
enabled: 1,
aliases: ['w', 'temp', 'temperature'],
run: function(p... | {
"content_hash": "90af7b780fecf724e31c9fc06a6ee453",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 135,
"avg_line_length": 30.9,
"alnum_prop": 0.43042071197411,
"repo_name": "vanchester/node-xmpp-bot",
"id": "458f304fbc937010cd832a7479428172e1ba8716",
"size": "1861",
"... |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-deployable-... | {
"content_hash": "21594fccd8909612fada78b4ee0e8af7",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 204,
"avg_line_length": 27.92156862745098,
"alnum_prop": 0.7004915730337079,
"repo_name": "ismael-sarmento-jr/hapi-fhir",
"id": "9f751617fb957ab5f95e74a01244e84a7d19eca1",
... |
/**
* SECTION:graphene-ray
* @Title: Ray
* @Short_Description: A ray emitted from an origin in a given direction
*
* #graphene_ray_t is a structure representing a ray emitted by an origin,
* identified by a point in 3D space, in a given direction, identified
* by a vector with 3 components.
*/
#include "grap... | {
"content_hash": "b809a70e6a15debbc625b8a2bffb4ce5",
"timestamp": "",
"source": "github",
"line_count": 331,
"max_line_length": 80,
"avg_line_length": 24.966767371601208,
"alnum_prop": 0.6265730880929332,
"repo_name": "criptych/graphene",
"id": "828a76a2eaa9d2f20f332b47d479e0d2ddd922cd",
"size": "9... |
package com.utilsplus.tree;
import java.util.ArrayList;
import java.util.List;
public class RootNodeCollection {
List<RootNode> rootNodes;
public RootNodeCollection() {
rootNodes = new ArrayList<>();
}
public void addRoot(RootNode root) {
rootNodes.add(root);
}
public List<RootNode> getRo... | {
"content_hash": "b3b85524fbffad22fad237a2ee7cd927",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 39,
"avg_line_length": 18.458333333333332,
"alnum_prop": 0.6884875846501128,
"repo_name": "Thyaris/UtilsPlus",
"id": "1a86e518f760036947b73543eeecf699eaef7307",
"size": "44... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>automata: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.cs... | {
"content_hash": "5d81bd561ae5de83d093d06371650ba6",
"timestamp": "",
"source": "github",
"line_count": 174,
"max_line_length": 159,
"avg_line_length": 40.85057471264368,
"alnum_prop": 0.5498030388294879,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "4b641bbd06849000551cdb6838dddc4088eb9709",
... |
package org.cybergarage.upnp.std.av.renderer;
import org.cybergarage.util.*;
import org.cybergarage.upnp.*;
import org.cybergarage.upnp.control.*;
public class AVTransport implements ActionListener, QueryListener
{
////////////////////////////////////////////////
// Constants
////////////////////////////////////... | {
"content_hash": "05252a22391cdfcaba689c70e1ab7faf",
"timestamp": "",
"source": "github",
"line_count": 846,
"max_line_length": 98,
"avg_line_length": 41.695035460992905,
"alnum_prop": 0.5388671542779384,
"repo_name": "gpfduoduo/cybergarage-upnp",
"id": "03731f28c1780c40dbded89dbf3676b6c1fa6449",
"... |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.42000
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | {
"content_hash": "65227560c23b8ba935ba268351f7716e",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 112,
"avg_line_length": 38.26315789473684,
"alnum_prop": 0.6231086657496562,
"repo_name": "yyc12345/bus_rode_windows",
"id": "e624a55303fbdf40eba10379b5b07be1c8064874",
"si... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_66) on Mon Dec 14 15:42:38 CST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package play.deps (P... | {
"content_hash": "b250be1412aa372db85e0b9b7aa1e96d",
"timestamp": "",
"source": "github",
"line_count": 159,
"max_line_length": 261,
"avg_line_length": 33.79245283018868,
"alnum_prop": 0.6339102922017494,
"repo_name": "play1-maven-plugin/play1-maven-plugin.github.io",
"id": "9c3c98726deb1d7dcbd90978a... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Lecanora pallidesulphurea Schaer.
### Remarks
null | {
"content_hash": "ef6e89018e44de5ffd9f2166f735fcb2",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 33,
"avg_line_length": 10.615384615384615,
"alnum_prop": 0.7246376811594203,
"repo_name": "mdoering/backbone",
"id": "3a27a8e506d0ce81b87a50412bf56d51e8a986a6",
"size": "19... |
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../post-service/post-service.html">
<link rel="import" href="custom-keyboard.html">
<polymer-element name="post-list" attributes="show">
<template>
<style>
:host {
display: block;
width: 100%;
}
p... | {
"content_hash": "4d54600069aaee6705b19bf0e08b8ae3",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 88,
"avg_line_length": 22.76086956521739,
"alnum_prop": 0.6427889207258835,
"repo_name": "squalll/intechQuiz",
"id": "09fc3fb7c28a63fba81a03533f778d628cbbe249",
"size": "10... |
async some
## Installation
$ component install enricomarino/async-some
## License
(The MIT License)
Copyright (c) 2013 Enrico Marino
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software withou... | {
"content_hash": "0bfb7e05d1ba36577a6779b9a7093cae",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 70,
"avg_line_length": 38.86666666666667,
"alnum_prop": 0.7975986277873071,
"repo_name": "enricomarino/async-some",
"id": "673e51b77462dda19cd31f9ec31ea28d12b5533c",
"size"... |
[](https://travis-ci.org/graves/mongoid_extended_dirty_trackable)
# Mongoid::ExtendedDirtyTrackable
A Mongoid Extension that gives you the ability to track changes to embedded and related documents through a parent.
It wa... | {
"content_hash": "c6320d2680703317d661a66ee22485b5",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 492,
"avg_line_length": 42.206896551724135,
"alnum_prop": 0.7197712418300654,
"repo_name": "graves/mongoid_extended_dirty_trackable",
"id": "a18e811de860feaa80be73333f3b32601... |
namespace :vlad do
namespace :delayed_job do
set(:delayed_job_cmd) { 'script/delayed_job' }
set(:dj_processes_count) { nil }
%w(start restart stop).each do |task|
desc "#{task.capitalize} the delayed_job process(es)"
remote_task task.to_sym, :roles => :app do
processes = dj_proce... | {
"content_hash": "908aaa5b2bb8c96b9f5d01e17f84de50",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 98,
"avg_line_length": 31.055555555555557,
"alnum_prop": 0.6046511627906976,
"repo_name": "dennisreimann/vlad-extras",
"id": "3a777a2cb3058d400b950b8e7c68475bd0073b70",
"si... |
layout: post
disqus: "true"
title: "Conceptos de Cartografía III"
date: 2015-12-30 20:36:00
modified: 2016-01-10
categories: Cartography
urlshort: http://bit.ly/1TNTmHi
mathjax: true
---
Este es el tercer post a cerca de fundamentos cartográficos. En esta entrada voy a tratar los diferentes sistemas de coordenadas.... | {
"content_hash": "981708d4250ca7283b80acac350d4440",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 629,
"avg_line_length": 81.40384615384616,
"alnum_prop": 0.7647058823529411,
"repo_name": "ccabanes/ccabanes.github.io",
"id": "b30744db55bd478aee4ac585328160cbd4bb1932",
"... |
from pybald.core.controllers import BaseController
from pybald.core import pybald_class_loader
controllers_path = __path__[0]
__all__ = pybald_class_loader(controllers_path, (BaseController,), globals(), locals()) | {
"content_hash": "1011d29ef04dfcb1d27cabb4c623f9a3",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 87,
"avg_line_length": 53.25,
"alnum_prop": 0.7699530516431925,
"repo_name": "mikepk/jotbits",
"id": "9b56f0c6c47f8c17da795c6b53a5f8b1c362f356",
"size": "253",
"binary": f... |
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
/// <summary>
/// Load all game data from database and prepare the models
/// </summary>
public class GameDataController : MonoBehaviour {
private SqliteController sqliteController;
public static Dictionary<long, Building... | {
"content_hash": "507dae7f08607ae10d363e174ecb17cc",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 72,
"avg_line_length": 40.4,
"alnum_prop": 0.7128712871287128,
"repo_name": "bambusa/Domini",
"id": "56a15b6bfea99011d6c4a771519851f19997344e",
"size": "1416",
"binary": ... |
local default_output_file = nil
function LuaExportStart()
ConnectToResponder()
end
function ConnectToResponder()
package.path = package.path..";"..lfs.currentdir().."/LuaSocket/?.lua"
package.cpath = package.cpath..";"..lfs.currentdir().."/LuaSocket/?.dll"
socket = require("socket")
host = "localhost... | {
"content_hash": "b694e3347a06c57bbaae50591d02d5f1",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 81,
"avg_line_length": 26.424242424242426,
"alnum_prop": 0.6422018348623854,
"repo_name": "primebit/DCS_Remote_Cockpit",
"id": "a1dfd16ec30a028c3882d16b4d421335193b3557",
"... |
include("InstanceManager");
include("TechAndCivicSupport");
include("SupportFunctions");
include("GameCapabilities");
-- Hotloading note: The World Tracker button check now positions based on how many hooks are showing.
-- You'll need to save "LaunchBar" to see the tracker button appear.
-- ==================... | {
"content_hash": "b60436cf6f46d66959d8938a4754b678",
"timestamp": "",
"source": "github",
"line_count": 535,
"max_line_length": 199,
"avg_line_length": 39.51775700934579,
"alnum_prop": 0.6636079841074638,
"repo_name": "sejbr/cqui",
"id": "bc13fe650da3d9fbbf1b968731e0c5b00c09383f",
"size": "21142",
... |
package oap.http;
import oap.util.Maps;
import org.testng.annotations.Test;
import static oap.util.Pair.__;
import static org.assertj.core.api.Assertions.assertThat;
import static org.testng.Assert.assertEquals;
public class UrlTest {
@Test
public void parseQuery() {
assertEquals( Url.parseQuery( "a... | {
"content_hash": "0f47f4b8d0ffdb4dd7f1277fb0758fcc",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 109,
"avg_line_length": 44.51219512195122,
"alnum_prop": 0.5764383561643835,
"repo_name": "oaplatform/oap",
"id": "e61b71fd734ca3c7fe1d9abcaf6dc0ebd5eea0e6",
"size": "2985"... |
package de.qaware.theo.mc.cdi;
import de.qaware.theo.mc.ConfigStore;
import de.qaware.theo.mc.annotation.ConfigKey;
import de.qaware.theo.mc.model.Metadata;
import de.qaware.theo.mc.store.PropertiesStore;
import javax.enterprise.context.spi.CreationalContext;
import javax.enterprise.inject.Any;
import javax.enterpris... | {
"content_hash": "d28dd831eca0f841ca4bc7b5301c186a",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 145,
"avg_line_length": 28.933333333333334,
"alnum_prop": 0.6719470046082949,
"repo_name": "Pink-Ponyhof/mission-control",
"id": "8926cce1b9ec3d8cd236fb11ebe40a1771777142",
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jprover: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... | {
"content_hash": "f2e1de500f446a51fd9f944613a135b9",
"timestamp": "",
"source": "github",
"line_count": 173,
"max_line_length": 159,
"avg_line_length": 41.26589595375722,
"alnum_prop": 0.5535789326236168,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "a48930ee28d587fd87ed6c94dca01d79b2cd751c",
... |
End of preview.
No dataset card yet
- Downloads last month
- 1