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 160
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 2274)
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 160
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 |
|---|---|
<ion-view class="profile-likes" view-title="สนทนา" cache-view="false">
<ion-nav-buttons side="right">
<!--<a class="button button-icon" ui-sref="app.shop.cart">
<i class="icon ion-ios-cart"><span class="badge badge-assertive badge-cart">{{countProduct.getCountProduct()}}</span></i>
</a>-... | {
"content_hash": "e8054ee1113ecb82112f1d807f68e13b",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 144,
"avg_line_length": 53.72,
"alnum_prop": 0.5606850335070737,
"repo_name": "secretmoo35/ThamApp",
"id": "0790a254dbf7d6b32629055c2467fc8cfe0cc33c",
"size": "1353",
"bi... |
namespace foundation { class Dictionary; }
namespace foundation { class DictionaryArray; }
namespace renderer { class EnvironmentEDF; }
namespace renderer { class ParamArray; }
namespace renderer
{
//
// OSL environment EDF factory.
//
class APPLESEED_DLLSYMBOL OSLEnvironmentEDFFactory
: public IE... | {
"content_hash": "6b1ad840c4d42561eee020ad8a7a9d5d",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 86,
"avg_line_length": 32.97435897435897,
"alnum_prop": 0.7192846034214619,
"repo_name": "aiivashchenko/appleseed",
"id": "ea7934fd67a193dccfcb316ecc678e66aa7fbbb8",
"size"... |
<?php
/**
* @class messageAdminController
* @author NAVER (developers@xpressengine.com)
* @brief admin controller class of message module
*/
class messageAdminController extends message
{
/**
* @brief Initialization
*/
function init()
{
}
/**
* @brief Configuration
*/
function procMessageAdminInser... | {
"content_hash": "baeba9f746d930a97cf7fe83b7ea60d7",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 162,
"avg_line_length": 27.083333333333332,
"alnum_prop": 0.6964102564102564,
"repo_name": "talkwithraon/XE4KAIST",
"id": "169da556c462f689171f673c63e8048e8ba7be2e",
"size"... |
require 'spec_helper'
describe Spree::Payment do
let(:order) { Spree::Order.create }
let(:gateway) do
gateway = Spree::Gateway::Bogus.new(:environment => 'test', :active => true)
gateway.stub :source_required => true
gateway
end
let(:card) do
mock_model(Spree::CreditCard, :number => "41111111... | {
"content_hash": "c7d7062e4467fbea0f37cdb9b44273e7",
"timestamp": "",
"source": "github",
"line_count": 821,
"max_line_length": 153,
"avg_line_length": 31.37880633373934,
"alnum_prop": 0.6072121729679373,
"repo_name": "thanhjamin/z_spree",
"id": "d87d59cd2d2da9f43ff51b84b61fad7dd666db88",
"size": "... |
local CLASS = require('Class')
local FsmCtl = require("FsmController")
local Entity = require("Entity")
require("Util")
-- abstract
local State = CLASS()
-- Lv0
local RootState = CLASS(State)
-- Lv1
local PatrolState = CLASS(State)
local FleeState = CLASS(State)
local PassiveState = CLASS(State)
-- Lv2
local Navigatio... | {
"content_hash": "f07487ea974e27f10cd8bff352ff6442",
"timestamp": "",
"source": "github",
"line_count": 576,
"max_line_length": 124,
"avg_line_length": 31.897569444444443,
"alnum_prop": 0.6046372394274206,
"repo_name": "MangoSister/Grabbit",
"id": "13905773457a9af84e0d75e7cbb25b9b358563b2",
"size":... |
"""Add a new patient to the xpacsdb.patient_info table
Usage:
add_patient.py [options]
add_patient.py -h
Options:
-h, --help Show this screen
-d, --debug Show some debug information
-s <host> The MySQL server host IP address.
-p <port> MySQL... | {
"content_hash": "2f2e3aa5f6e304d045d4a15052a73347",
"timestamp": "",
"source": "github",
"line_count": 154,
"max_line_length": 86,
"avg_line_length": 29.48701298701299,
"alnum_prop": 0.5463554283197534,
"repo_name": "CardiacAtlasProject/CAPServer2.0",
"id": "a99a3ece7c9f12ec8a34f174a147734dbb5907ca"... |
class AddStationableToStations < ActiveRecord::Migration
def change
add_column :stations, :stationable_id, :integer
add_column :stations, :stationable_type, :string
end
end
| {
"content_hash": "80c0ff8c762470cc89cfc150ef5158a7",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 56,
"avg_line_length": 30.833333333333332,
"alnum_prop": 0.7567567567567568,
"repo_name": "soarpatriot/price",
"id": "c2249e0848aed18601535db37892c2ea428b524f",
"size": "185... |
from feature_format import featureFormat, targetFeatureSplit
import pickle
from sklearn.naive_bayes import GaussianNB
from sklearn.cross_validation import StratifiedShuffleSplit
from sklearn.metrics import accuracy_score, precision_score, recall_score, f1_score
from sklearn.pipeline import Pipeline
from sklearn.feature... | {
"content_hash": "a24100f845e24b23ac5195d51edbcdfb",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 83,
"avg_line_length": 34.570093457943926,
"alnum_prop": 0.6455798864557989,
"repo_name": "rjegankumar/enron_email_fraud_identification",
"id": "a8a6242d389ca5b999f731ba8fcc... |
import sys, os.path
sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'src'))
import skameyka
skameyka.app.run(port=5001, debug=True) | {
"content_hash": "46e7e46b32bc29d3febdd5955ac83d41",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 66,
"avg_line_length": 21.285714285714285,
"alnum_prop": 0.697986577181208,
"repo_name": "baverman/skameyka",
"id": "063e358e784f1830e802c72c9208e82e93e7f679",
"size": "172"... |
package beans;
import java.io.Serializable;
@SuppressWarnings("serial")
public class CharacteristicBean implements Serializable{
public static final int DEPRECATED_COLOUR[] = {200, 200, 200};
public static final int EXPERIMENTAL_COLOUR[] = {238, 130, 238};
private String name;
private String nameHoverText;
pri... | {
"content_hash": "8516c68aa53e59b7ffa880b709ec7293",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 65,
"avg_line_length": 17.3855421686747,
"alnum_prop": 0.6964656964656964,
"repo_name": "qqTYXn7/browserprint",
"id": "5686b6abee5a9fa5516845a87dd31a55963a32af",
"size": "1... |
import java.util.HashMap;
public class Alexandra {
public String gameID;
public Pubsub pubsub;
public HashMap config;
public Alexandra(String gameID) {
this.gameID = gameID;
String pubsubURL = System.getenv("ALEXANDRA_PUBSUB");
pubsub = new Pubsub(pubsubURL, "games-" + gameID);
config = null;
whi... | {
"content_hash": "37b78248190f8f0e743c8e163d1d75c6",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 54,
"avg_line_length": 23.823529411764707,
"alnum_prop": 0.6864197530864198,
"repo_name": "douglassquirrel/alexandra",
"id": "a3e05824c6f982e57a212374abd2ea0f73aab804",
"si... |
#!/usr/bin/env node
/*eslint-env node */
/*eslint no-process-exit: 0 */
'use strict';
var chalk = require('chalk');
var program = require('commander');
var fs = require('fs');
var glob = require('glob');
var bootlint = require('./bootlint.js');
var packageJson = require('./../package.json');
program
.version(pack... | {
"content_hash": "1cc436c9a398eff9157e386c78c2a690",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 121,
"avg_line_length": 29.589285714285715,
"alnum_prop": 0.6022933011466506,
"repo_name": "mubassirhayat/bootlint",
"id": "9eac89133e09bda69ea11608025811abe8012c3d",
"size... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "0ad259eb7798be0cfac85244d170d7e2",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "a12eefd49ba9f48729899594ec4ce4985692a387",
"size": "178... |
package servicenowPrep;
public class _031DeleteLL {
static class ListNode{
int value;
public ListNode(int value) {
this.value=value;
}
ListNode next;
}
public static void main(String[] args) {
ListNode ln = new ListNode(0);
ln.next = new ListNode(1);
ln.next.next = new ListNode(2);
... | {
"content_hash": "2e7b5091b4994c7c3465bc4356fb6a27",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 69,
"avg_line_length": 23.475,
"alnum_prop": 0.6048988285410011,
"repo_name": "darshanhs90/Java-Coding",
"id": "1c99999f11b82cec02a5390eaab4c3684a73afc3",
"size": "939",
... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "f63b8253d6b9557cc5eaa8a19731c0b3",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "a5709c5f5b8cf2089167e7890182cf7f124e9751",
"size": "190... |
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using AvansApp.ViewModels;
namespace AvansApp.Views
{
public sealed partial class ResultsPageDetailControl : UserControl
{
public ResultVM MasterMenuItem
{
get { return GetValue(MasterMenuItemProperty) as ResultVM; }
... | {
"content_hash": "c2aca4787940d7c3cbbbcb595b5a0eed",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 192,
"avg_line_length": 29.652173913043477,
"alnum_prop": 0.6906158357771262,
"repo_name": "Tostifrosti/AvansApp",
"id": "6c9cd13e3724a4a07f4835aae0fd58b0747df745",
"size":... |
using namespace std;
namespace scivey {
namespace goosepp {
using namespace scivey::goosepp::contentExtraction;
string extractBody(const string &htmlText) {
auto url = "http://www.nonsense.com";
GooseExtractor extractor(url, htmlText);
return extractor.getBody();
}
} // goosepp
} // scivey
| {
"content_hash": "2d030c2bce6f79a3b869a21dbd8da9c7",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 51,
"avg_line_length": 18.176470588235293,
"alnum_prop": 0.7184466019417476,
"repo_name": "scivey/goosepp",
"id": "053b2f388a5c5284ec9d5796fb845974849b5220",
"size": "711",... |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed><tipo>Rua</tipo><logradouro>E</logradouro><bairro>Dezoito do Forte</bairro><cidade>Aracaju</cidade><uf>SE</uf><cep>49072029</cep></feed>
| {
"content_hash": "f06e7e81949fb21659fc8495cf61074c",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 142,
"avg_line_length": 99.5,
"alnum_prop": 0.7135678391959799,
"repo_name": "chesarex/webservice-cep",
"id": "0dcf5069ffa3d0da41898d852a9b882f041cd1ae",
"size": "199",
"b... |
var dbModules = require('./db');
exports.getList = function(res) {
query = dbModules.queryDatabase("SELECT first_name, last_name, reserve_list FROM participants WHERE cancelled='false' AND timestamp>'2019-02-01 12:00:00' ORDER BY id;")
.then(function (data) {
res.render('list', { title: 'Deltagare', data: ... | {
"content_hash": "30644b272e97a4cfb914eefec00e5ad8",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 170,
"avg_line_length": 37.42857142857143,
"alnum_prop": 0.6240458015267175,
"repo_name": "noletreni/nodefest",
"id": "597624fbf2534cf8a080f77b8b659fda69147e97",
"size": "5... |
<?php
namespace FormHandler\Field;
use FormHandler\Form;
abstract class AbstractFormButton extends Element
{
/**
* The form object where this image button is located in.
*
* @var Form
*/
protected Form $form;
/**
* Is this button disabled?
*
* @var bool
*/
pro... | {
"content_hash": "b2f3885d310ee449ccae5bf74c43745b",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 73,
"avg_line_length": 17.4375,
"alnum_prop": 0.517921146953405,
"repo_name": "FormHandler/FormHandler",
"id": "45343c532b825abe21f9f261a0043ea2818dec5e",
"size": "2232",
... |
<?php
/* TwigBundle:Exception:logs.html.twig */
class __TwigTemplate_94e492f92ba3ec55e1d4fb998d576f06a5a2e114d697c90222bddcbde287f4bd extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
... | {
"content_hash": "d9c2d04e0d340819e1a9e1e6a24e1da9",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 223,
"avg_line_length": 35.27272727272727,
"alnum_prop": 0.5589101620029455,
"repo_name": "themayna/crawler",
"id": "58650f3c79eb7a68dbe0b4e150db360023c69168",
"size": "271... |
/*
* ESTGF - Escola Superior de Tecnologia e Gestão de Felgueiras */
/* IPP - Instituto Politécnico do Porto */
/* LEI - Licenciatura em Engenharia Informática*/
/* Projeto Final 2013/2014 /*
*/
package model;
import java.util.ArrayList;
import javafx.beans.property.SimpleIntegerProperty;
import javafx.beans.propert... | {
"content_hash": "d9f6ac732d859dc1621359452c616f6b",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 80,
"avg_line_length": 24.113636363636363,
"alnum_prop": 0.6258246936852027,
"repo_name": "luis-sousa/GC-v1.1b",
"id": "ad2d120cf6e6a3ed31ddf88fd4e709ef2e4c1fa7",
"size": "... |
An old portfolio built with Express, jQuery, handlebars, and page
| {
"content_hash": "2cbcff9cc5741929bc5f9d43278fc1ae",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 65,
"avg_line_length": 66,
"alnum_prop": 0.803030303030303,
"repo_name": "themarquisdesheric/portfolio-project",
"id": "cd5bd103999f4e17cc30c45329fff989aa0b7bbe",
"size": "8... |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
Copyright 2014 Microsoft Open Technologies, Inc.
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
http://www.apache.org/licenses/LICENSE... | {
"content_hash": "b0145d93d3ab1fd8e7aba574962a8b56",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 92,
"avg_line_length": 44.46666666666667,
"alnum_prop": 0.7593703148425787,
"repo_name": "nandhanurrevanth/msopentech-tools-for-intellij",
"id": "3ee5449616a45db3af52d5d748fe... |
import tigre
import numpy as np
from tigre.utilities import sample_loader
import tigre.algorithms as algs
#%% Geometry
geo = tigre.geometry_default(high_resolution=False)
# Offsets
## ####################################################################################
# Lets try simnple offset: The detector gets com... | {
"content_hash": "fe2ae2f5642346af4245e7cb1ce54657",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 87,
"avg_line_length": 32.78260869565217,
"alnum_prop": 0.610079575596817,
"repo_name": "CERN/TIGRE",
"id": "f61ba7bcef144cb08d79cb8bfc6a99ff3faaadfd",
"size": "3177",
"b... |
package controller;
public class PlayerObs implements ObsEntity {
private String msg;
@Override
public void update(String msg) {
this.msg = msg;
}
@Override
public String getState() {
String tmp = msg;
msg = "";
return tmp;
}
}
| {
"content_hash": "49ab7cb1913e8b146fca341bdfc1e632",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 45,
"avg_line_length": 14.157894736842104,
"alnum_prop": 0.620817843866171,
"repo_name": "MustafaAlsaid2022/1dv607",
"id": "2f6f5c33fe92b35594d4499b68682cd1a70f3137",
"size... |
BUILD_REFLECTION(willow::Animation);
BUILD_ENUM_REFLECTION(willow::Animation::ClipMode)
.Value("Stop", willow::Animation::ClipMode::Stop)
.Value("Loop", willow::Animation::ClipMode::Loop)
.Value("Ping_Pong", willow::Animation::ClipMode::Ping_Pong);
namespace willow
{
////////////////////////
/// Constructors //... | {
"content_hash": "d1e758970ed16dc068397aff56323a53",
"timestamp": "",
"source": "github",
"line_count": 158,
"max_line_length": 87,
"avg_line_length": 22.126582278481013,
"alnum_prop": 0.6378718535469108,
"repo_name": "willcassella/WillowEngine",
"id": "711c1e851648538cf63ba9744033cc5b1339516e",
"s... |
{-# LANGUAGE GADTs #-}
-- | Bidirectional typechecking for higher-rank polymorphism
-- Implementation of http://www.mpi-sws.org/~neelk/bidir.pdf
module Type where
import Control.Applicative
import Control.Monad
import Data.Maybe
import Data.Monoid
import qualified Data.Set as S
import AST
import Context
import Name... | {
"content_hash": "43f2debd4a7e4abec8e9ac0865b6767b",
"timestamp": "",
"source": "github",
"line_count": 269,
"max_line_length": 103,
"avg_line_length": 36.605947955390334,
"alnum_prop": 0.5242205747943536,
"repo_name": "ollef/Bidirectional",
"id": "9073e5ffb4ddf2508ebe23021e39e7e47d775280",
"size":... |
package org.apache.activemq.transport.udp;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.List;
/**
* A default implementation of {@link SimpleBufferPool} which keeps a pool of direct
* byte buffers.
*/
public class DefaultBufferPool extends SimpleBufferPool implements ByteBufferPool {
... | {
"content_hash": "fc71225cc0726869de663cebb6c7b626",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 84,
"avg_line_length": 23.80701754385965,
"alnum_prop": 0.5902726602800294,
"repo_name": "chirino/activemq",
"id": "f4f6864bf0d331a574a5de2b024e8de70a8f5d30",
"size": "2160... |
`pypostalcode` is a fork of Nathan Van Gheem's excellent `pyzipcode` package. The zipcode database has been replaced with Canadian cities and their postal codes. The general usage is the same.
Canadian postal codes are six characters with this format: `A1A 1A1`, where `A` is a letter and `1` is a digit, with a space s... | {
"content_hash": "dbdf9289eebeac5efd13a96dfe9b4c66",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 441,
"avg_line_length": 38.83050847457627,
"alnum_prop": 0.7468354430379747,
"repo_name": "inkjet/pypostalcode",
"id": "796a0b98070f427de9c1276ff0dc1622c9b0427c",
"size": "... |
using System;
using MicrosoftResearch.Infer;
using MicrosoftResearch.Infer.Distributions;
using MicrosoftResearch.Infer.Maths;
using MicrosoftResearch.Infer.Models;
namespace AVPTM
{
/// <summary>
/// Latent Dirichlet Allocation (LDA) prediction model implemented in Infer.NET.
/// Use this class for obtai... | {
"content_hash": "0029552c614a72deaaf1271f96330270",
"timestamp": "",
"source": "github",
"line_count": 134,
"max_line_length": 96,
"avg_line_length": 36.75373134328358,
"alnum_prop": 0.5342131979695431,
"repo_name": "IntelligentSystemsLaboratory/JGI-PURE-Challenge",
"id": "749d17e5d47ffeaaf3963cce83... |
@implementation JSZVCRResourceManager
#pragma mark - Class File Path Helper Methods
+ (NSString *)pathForFile:(NSString *)fileName inBundleForClass:(Class)classInBundle {
NSBundle *bundle = [NSBundle bundleForClass:classInBundle];
return [self pathForFile:fileName inBundle:bundle];
}
+ (NSString *)pathForFil... | {
"content_hash": "e57c777d7f6f790a830469387bc705f6",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 149,
"avg_line_length": 48.01176470588236,
"alnum_prop": 0.7608429306542515,
"repo_name": "minddistrict/JSZVCR",
"id": "c62003fec327bf060f552d5e10ba2ab54fc88170",
"size": "... |
// Copyright 2019 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | {
"content_hash": "5b5d6167f07f1a405e4485aaed729ad7",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 86,
"avg_line_length": 36.7125,
"alnum_prop": 0.6475995914198162,
"repo_name": "googleapis/release-please",
"id": "b88bdda3d223de4d0438d8b9a3413533d7be3df4",
"size": "2937"... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.java.j2seproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
<name>AutumnCompiler</name>
<source-roots>
<ro... | {
"content_hash": "dcc6b9b8d521b7fd6c1ccb728132d4f3",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 90,
"avg_line_length": 37.747368421052634,
"alnum_prop": 0.5303959843837145,
"repo_name": "Mackenzie-High/autumn",
"id": "f4f305e7535afd5ece3193855b86ab0ba57433dd",
"size":... |
Sample app to demonstrate dependency injection using AutoFac IoC container
| {
"content_hash": "3f033be974f7397f571d26faf4891f3f",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 74,
"avg_line_length": 75,
"alnum_prop": 0.8666666666666667,
"repo_name": "andygjp/DepInjAndInvOfContSample",
"id": "83dbbb396e6f501ccd4ebc52de07109731f20d77",
"size": "102"... |
package es.npatarino.android.gotchallenge.chat.message.usecases;
import es.npatarino.android.gotchallenge.base.detail.usecases.UseCase;
import es.npatarino.android.gotchallenge.chat.conversation.model.Conversation;
import es.npatarino.android.gotchallenge.chat.message.MessageDomain;
import es.npatarino.android.gotchal... | {
"content_hash": "feb006d5446ca8d307411eb803a6706c",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 78,
"avg_line_length": 34.354838709677416,
"alnum_prop": 0.7671361502347418,
"repo_name": "tonilopezmr/Game-of-Thrones",
"id": "b37cdc0a4acb8f4da363642dc3902638c13c5b0e",
"... |
import type { IRowWrapperRenderer } from '../../types';
import { DATAGRID_CHECK_SELECT_ATTR, SelectionType } from '../../constants';
import { normalizedCellRenderer } from '../normalizers';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const rowWrapper: IRowWrapperRenderer = (node, options, stat... | {
"content_hash": "a71608327f7b3ccca49bcedb0677c03b",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 103,
"avg_line_length": 37.47457627118644,
"alnum_prop": 0.6734509271822705,
"repo_name": "spiral/toolkit",
"id": "960ca356282df221b25554fce04f88c579ccb52a",
"size": "2211"... |
/**
* canvasInteractor.js (c) 2018 Stefan Goessner
* @file interaction manager for html `canvas`.
* @author Stefan Goessner
* @license MIT License
*/
/* jshint -W014 */
// Managing multiple canvases per static interactor as singleton ...
// .. using a single requestAnimationFrame loop !
const canvasInteractor = {... | {
"content_hash": "9b7510ace65db730bcb9301684e97068",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 121,
"avg_line_length": 41.16355140186916,
"alnum_prop": 0.5143603133159269,
"repo_name": "goessner/g2",
"id": "2c2787e5d0a1b893ba32d7c2883c7e12ce0928bd",
"size": "8809",
... |
Imports DTIServerControls
Imports System.Text.RegularExpressions
''' <summary>
''' control to navigate search of DTI-managed media objects. Sorted by relevancy, submitted, or rating
''' </summary>
''' <remarks></remarks>
#If DEBUG Then
Public Class MediaSearcher
Inherits DTIServerControl
#Else
<ComponentModel... | {
"content_hash": "150e5f4dae6123728f9fde48502f26b8",
"timestamp": "",
"source": "github",
"line_count": 393,
"max_line_length": 275,
"avg_line_length": 42.62086513994911,
"alnum_prop": 0.5244776119402985,
"repo_name": "Micmaz/DTIControls",
"id": "b1a55f4493e63d08c783ff2e0e2a550b888e988a",
"size": "... |
using System.Collections.Generic;
using System.Linq;
using NuGet.ProjectModel;
namespace Microsoft.DotNet.ProjectModel.Graph
{
public class ExportFile
{
public static readonly string ExportFileName = "project.fragment.lock.json";
public int Version { get; }
public string ExportFilePat... | {
"content_hash": "a801a3d2386b8a971f4ec79ad4eca06a",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 99,
"avg_line_length": 29.608695652173914,
"alnum_prop": 0.6681350954478708,
"repo_name": "naamunds/cli",
"id": "226bd0d5f021c8378ede8fd5af47bca54c357906",
"size": "683",
... |
package com.prowidesoftware.swift.model.field;
import com.prowidesoftware.swift.model.Tag;
import com.prowidesoftware.Generated;
import com.prowidesoftware.deprecation.ProwideDeprecated;
import com.prowidesoftware.deprecation.TargetYear;
import java.io.Serializable;
import java.util.Locale;
import java.util.List;
im... | {
"content_hash": "473c8af21c5d0417ded9e42b7e77897a",
"timestamp": "",
"source": "github",
"line_count": 458,
"max_line_length": 144,
"avg_line_length": 31.87117903930131,
"alnum_prop": 0.6375282592313489,
"repo_name": "prowide/prowide-core",
"id": "c7cc08903884ac41091d54e5d028b189ee29b351",
"size":... |
namespace SparkDotNet
{
public class XAPIStatusResultAudio : WebexObject
{
public int Volume { get; set; }
}
} | {
"content_hash": "33837c2c0c11d666cd58f02a7e727708",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 52,
"avg_line_length": 16.375,
"alnum_prop": 0.6412213740458015,
"repo_name": "darrenparkinson/SparkDotNet",
"id": "69138ce2631dda841214baaaa08bbf1a51b0f479",
"size": "131",... |
const path = require('../../../shared/lib/path');
const dispatcher = require('../../lib/dispatcher').dispatcher;
const errors = require('../errors');
const err = require('../errors').errors;
const Iterator = require('../tokenizer/TokenIterator').Iterator;
const t ... | {
"content_hash": "98a29e190c60c4766a9bef6fe00290f0",
"timestamp": "",
"source": "github",
"line_count": 382,
"max_line_length": 111,
"avg_line_length": 37.774869109947645,
"alnum_prop": 0.47574497574497576,
"repo_name": "ArnoVanDerVegt/wheel",
"id": "e1dfb0e2a65b94973a222ea022aee81e380ece8e",
"size... |
End of preview.
No dataset card yet
- Downloads last month
- 1