Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    ArrowInvalid
Message:      JSON parse error: Missing a closing quotation mark in string. in row 1074
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 939)
              
              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 1074
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1529, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1154, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2038, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

text
string
meta
dict
package javax.microedition.khronos.egl; public abstract class EGLSurface { }
{ "content_hash": "da1f44f9ac34099ca104bd1b078921a3", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 39, "avg_line_length": 11.428571428571429, "alnum_prop": 0.7875, "repo_name": "xorware/android_frameworks_base", "id": "e1d08d365c999757fa299bcaa96d81979c359738", "size": "6...
#ifndef RANDOM_H #define RANDOM_H 1 #include <stddef.h> #include <stdint.h> void random_init(void); void random_set_seed(uint32_t); void random_bytes(void *, size_t); uint32_t random_uint32(void); uint64_t random_uint64(void); static inline int random_range(int max) { return random_uint32() % max; } static i...
{ "content_hash": "939140e07477a0da2ee79c19fe1a138b", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 34, "avg_line_length": 14.235294117647058, "alnum_prop": 0.6942148760330579, "repo_name": "onecloud/ovs-igmp-v3", "id": "5fe50b725a160ad017f56af85e82f6ccdfdb4f13", "size": ...
require_relative '../../../spec_helper' require Arachni::Options.instance.dir['lib'] + 'rpc/client/dispatcher' require Arachni::Options.instance.dir['lib'] + 'rpc/server/dispatcher' describe Arachni::RPC::Server::Framework do before( :all ) do @opts = Arachni::Options.instance @opts.audit_links = ...
{ "content_hash": "622551b495c0c4e6130c9865f13cc9c4", "timestamp": "", "source": "github", "line_count": 321, "max_line_length": 110, "avg_line_length": 36.98753894080997, "alnum_prop": 0.5403857491788091, "repo_name": "winny19/entersoft-scanner", "id": "66db1f949d16744c19069658a73cd8ff454864f3", "s...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Windows.Storage; using Windows.Storage.AccessCache; namespace JumpList.Services { public class DataService { FutureService _FutureService; JumpListService _JumpListService;...
{ "content_hash": "2f990a7bcfed50a8970bf345e01238c2", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 79, "avg_line_length": 26.415384615384614, "alnum_prop": 0.5428072218986605, "repo_name": "abubberman/Template10", "id": "340bd93093ea3efba3aba14c2ebc4304e3b27bd1", "size":...
#ifndef __itkGeodesicActiveContourShapePriorLevelSetFunction_h #define __itkGeodesicActiveContourShapePriorLevelSetFunction_h #include "itkShapePriorSegmentationLevelSetFunction.h" namespace itk { /** \class GeodesicActiveContourShapePriorLevelSetFunction * * \brief This function is used in * GeodesicActiveContou...
{ "content_hash": "759c311bb7fb08a08939fa094ad084d1", "timestamp": "", "source": "github", "line_count": 171, "max_line_length": 100, "avg_line_length": 39.27485380116959, "alnum_prop": 0.7068195354377605, "repo_name": "CapeDrew/DCMTK-ITK", "id": "9084c580cd85b8995f3e71596a7c6cbc63e4e6a4", "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-google-v3) on Mon May 09 20:04:45 EDT 2011 --> <TITLE> ContextFactory.Listener (Rhino) </TITLE> <META NAME="date" CONTENT="2011-05-09"> <LINK REL =...
{ "content_hash": "0c53190e68f896341c738b7f7c14cba5", "timestamp": "", "source": "github", "line_count": 239, "max_line_length": 278, "avg_line_length": 42.35564853556485, "alnum_prop": 0.643979057591623, "repo_name": "gamerDecathlete/BB10-WebWorks-Community-Samples", "id": "e18dbb737bc179670e0292cb7b...
#ifndef BOOST_UNITS_SYSTEMS_INFORMATION_NAT_HPP_INCLUDED #define BOOST_UNITS_SYSTEMS_INFORMATION_NAT_HPP_INCLUDED #include <boost/units/systems/information/byte.hpp> #include <boost/units/base_units/information/nat.hpp> namespace boost { namespace units { namespace information { namespace hu { namespac...
{ "content_hash": "fc5fef4c9b54f179cadaeebc738f2a5b", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 75, "avg_line_length": 27.36, "alnum_prop": 0.7353801169590644, "repo_name": "zjutjsj1004/third", "id": "1879468f1c08743d88f9cb63c8446f3227641e31", "size": "1011", "binar...
<?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>com.cadnunsdev</name> <source-roots> <ro...
{ "content_hash": "7659d71a84dc2a8f953e43f5906eddb5", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 64, "avg_line_length": 33.8, "alnum_prop": 0.5364891518737672, "repo_name": "CadnunsDimir/M3LPBD__201701_ProjetoFinal", "id": "2c3bbb7f255268bf49ee8d0b9e4b1633ed15ec03", "s...
cask 'unity-linux-support-for-editor' do version '2018.2.13f1,83fbdcd35118' sha256 'c61316ec0fab896d57367791d67ec8ec03eddc4c8c7f0947434dd69d5b1694d9' url "https://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Linux-Support-for-Editor-#{version.before_comma}.pkg" appcas...
{ "content_hash": "a333ce2c38a2aa97465bba050c522b4b", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 156, "avg_line_length": 40.666666666666664, "alnum_prop": 0.7852459016393443, "repo_name": "aguynamedryan/homebrew-cask", "id": "c395a1e3985cd6b83cc635faab93c4459b95c192", ...
#ifndef _SkipNgram_h_ #define _SkipNgram_h_ #include "Ngram.h" #include "LHash.h" class SkipNgram: public Ngram { public: SkipNgram(Vocab &vocab, unsigned order); /* * LM interface */ LogP wordProb(VocabIndex word, const VocabIndex *context); Boolean read(File &file, Boolean limitVocab =...
{ "content_hash": "76c5d1e7a13daf195137e42454f40b07", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 69, "avg_line_length": 25.918367346938776, "alnum_prop": 0.6677165354330709, "repo_name": "shyamjvs/cs626_project", "id": "023bc350462a7d72d623c8757da4c5a739766189", "size"...
package org.elasticsearch.hadoop.integration.cascading; import java.io.IOException; import java.net.URL; import java.util.ArrayList; import java.util.Enumeration; import java.util.List; import org.apache.hadoop.mapred.JobConf; import org.elasticsearch.hadoop.EsHadoopIllegalArgumentException; import org.elasticsearch...
{ "content_hash": "86c09baec173b65cbede9ac003be57df", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 191, "avg_line_length": 38.93877551020408, "alnum_prop": 0.6834381551362684, "repo_name": "jasontedor/elasticsearch-hadoop", "id": "b8c8915936eab836884e0dc486ba2c4388e6313a",...
namespace bluez { // BluetoothGattDescriptorClient is used to communicate with remote GATT // characteristic descriptor objects exposed by the Bluetooth daemon. class DEVICE_BLUETOOTH_EXPORT BluetoothGattDescriptorClient : public BluezDBusClient { public: // Structure of properties associated with GATT descript...
{ "content_hash": "69b67a60050745747c7046f9814d28c9", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 80, "avg_line_length": 39.633663366336634, "alnum_prop": 0.7049712715463402, "repo_name": "endlessm/chromium-browser", "id": "b9f9a9682fb9bd2fbb9d85b7f8f708ecc79267ca", "s...
package org.killbill.billing.util.customfield.dao; import java.util.Iterator; import java.util.List; import java.util.UUID; import javax.annotation.Nullable; import org.skife.jdbi.v2.IDBI; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.killbill.billing.BillingExceptionBase; import org.killbil...
{ "content_hash": "2512f959c90cfe1101f3ef37119abd27", "timestamp": "", "source": "github", "line_count": 149, "max_line_length": 192, "avg_line_length": 53.14093959731544, "alnum_prop": 0.6905784288961859, "repo_name": "kares/killbill", "id": "0791c2dd4bce9f5b12c57f4b8249846ff3145657", "size": "8540...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FellSky.Game.Space.Terrain { class Nebula { } }
{ "content_hash": "edbb0eb69bc6f803b09b5f76d2d26fbb", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 36, "avg_line_length": 15.666666666666666, "alnum_prop": 0.7340425531914894, "repo_name": "markgarcia/Fell-Sky", "id": "b4ef8d7e7d94ff9e3811fb41e57ed47924d82713", "size": "...
@interface MainAppViewController () { NSDictionary *lastStatus; } @property (strong, nonatomic) ISO8601DateFormatter *dateFormatter; @property (strong, nonatomic) NSTimeZone *utcTimeZone; @property (strong, nonatomic) NightScoutUploader *uploader; @end @implementation MainAppViewController - (void)viewDidLoad {...
{ "content_hash": "b6a9b58381df993ba68ce805969df597", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 126, "avg_line_length": 31.878048780487806, "alnum_prop": 0.7536342769701607, "repo_name": "mddub/rileylink_ios", "id": "0d454f39f3b220b8cf66ab273dcdf058e313d1ec", "size": ...
/* *= require bootstrap/dist/css/bootstrap *= require_tree . *= require_self */
{ "content_hash": "ebc7951e380e55c32b75c204ec59332d", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 40, "avg_line_length": 16.8, "alnum_prop": 0.6428571428571429, "repo_name": "ricale/linkroup", "id": "a3b073d289839e09ecd7de3f34c6e708701a08f9", "size": "84", "binary": fa...
from allauth.socialaccount.tests import OAuth2TestsMixin from allauth.tests import MockedResponse, TestCase from .provider import LineProvider class LineTests(OAuth2TestsMixin, TestCase): provider_id = LineProvider.id def get_mocked_response(self): return MockedResponse(200, """ { "mid": "u7d47d26a6...
{ "content_hash": "0bab7ed89bc55e9be44c6db240a76d12", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 79, "avg_line_length": 28.41176470588235, "alnum_prop": 0.7763975155279503, "repo_name": "spool/django-allauth", "id": "2b5f9369eef39ace3ab55314adccc9224b9abf18", "size": "...
package org.kie.workbench.common.dmn.client.marshaller.converters.dd; import java.util.List; import java.util.Objects; import java.util.function.BiFunction; import java.util.function.Function; import jsinterop.base.Js; import org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dc.JSIBounds; import org.ki...
{ "content_hash": "477d08c5de850639d492c4b9c22e0a24", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 125, "avg_line_length": 41.33548387096774, "alnum_prop": 0.5966911190884969, "repo_name": "droolsjbpm/kie-wb-common", "id": "4cc8b36fcbd10812a82258a76313a4c6382707cb", "si...
// Copyright (C) 2014 The Android Open Source Project // // 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 ...
{ "content_hash": "2ce4d5ce1fd40d863c760881581a9383", "timestamp": "", "source": "github", "line_count": 311, "max_line_length": 100, "avg_line_length": 36.543408360128616, "alnum_prop": 0.7175538935327761, "repo_name": "qtproject/qtqa-gerrit", "id": "74a0f71d1a2984483afc00c73b68e27142e92a0f", "size...
Small programs written in Go
{ "content_hash": "0c1d18b0f3f010805cb59edd83502153", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 28, "avg_line_length": 29, "alnum_prop": 0.8275862068965517, "repo_name": "kkshetty/golang-samples", "id": "99e1c10b2ffd42244fd5723e8540259a7099627a", "size": "46", "binar...
package net.worph.filesytem.IOAbstractionLayer.memoryMappedImpl; import java.io.IOException; import java.io.RandomAccessFile; import java.net.URI; import java.nio.ByteBuffer; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; import java.nio.file.Path; import java.nio.file.Paths; import java.util....
{ "content_hash": "e207593e8f5e11072029630c73ff227e", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 90, "avg_line_length": 26.71590909090909, "alnum_prop": 0.6401531263292216, "repo_name": "worph/WFS", "id": "79ba7133a1cc15ffdd993ec32f19d1ed85dba76f", "size": "2351", "b...
package Paws::WAFRegional::GetSqlInjectionMatchSet; use Moose; has SqlInjectionMatchSetId => (is => 'ro', isa => 'Str', required => 1); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'GetSqlInjectionMatchSet'); class_has _returns => (isa => 'Str', is => 'ro', defaul...
{ "content_hash": "aa2f29e212aff76609ffe0bbbcc48752", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 249, "avg_line_length": 34.09090909090909, "alnum_prop": 0.7584, "repo_name": "ioanrogers/aws-sdk-perl", "id": "f8216055eeb0a1cd0211c8f8569114c6e5d25c2b", "size": "1876", ...
//****************************************************************************** // Project: Weather-based simulation framework (WBSF) // Programmer: Rémi Saint-Amant // // It under the terms of the GNU General Public License as published by // the Free Software Foundation // It is provided "as is" w...
{ "content_hash": "6a39f9ac04c0545869c82e7cbcea18f0", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 97, "avg_line_length": 35.1025641025641, "alnum_prop": 0.6504747991234477, "repo_name": "RNCan/WeatherBasedSimulationFramework", "id": "4664b528b47019d8a5a0138089b119b88a34ba...
<?php helpers\assets::js(array( helpers\url::template_path() . 'js/jquery.js', helpers\url::template_path() . 'js/bootstrap.min.js', )); ?> </body> </html>
{ "content_hash": "39121d135b20f20602a11ad7d8089a4d", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 55, "avg_line_length": 26.5, "alnum_prop": 0.6352201257861635, "repo_name": "AvRrS/charleyproject-v2", "id": "3084e045ccbb5e3959b3a4c616a5cafb89a151a5", "size": "159", "bi...
#include <stdio.h> #include <err.h> #include <limits.h> #include <stdlib.h> #include <string.h> #include "configuration.h" #include "fieldprinter.h" #include "stringlist.h" #include "tokenizer.h" #include "wrappers.h" int main(int argc, char **argv) { CONFIGURATION *configuration = configuration_new(argc, argv)...
{ "content_hash": "d95d7fbcf56b38680f19e126a0ef0a8c", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 79, "avg_line_length": 35.189655172413794, "alnum_prop": 0.615874571288584, "repo_name": "johnmorrow/pk", "id": "f6f624eba19a03469e5886487bbf32bc86d3a23c", "size": "2650", ...
<?php require_once __DIR__ . '/vendor/autoload.php'; use PhpAmqpLib\Connection\AMQPConnection; $connection = new AMQPConnection('localhost', 5672, 'guest', 'guest'); $channel = $connection->channel(); $channel->queue_declare('hello', false, false, false, false); echo ' [*] Waiting for messages. To exit press CTRL+...
{ "content_hash": "a12cf795880781a8418f5350f23e5f91", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 75, "avg_line_length": 21.814814814814813, "alnum_prop": 0.6502546689303905, "repo_name": "thoven78/rabbitmq-tutorials", "id": "325330e288e52ab0ce7f0ac5cab6282b563a6243", "...
package com.loskut.dao.interfaces; import com.loskut.model.ClothType; /** * Created by RAYANT on 16.01.2016. */ public interface ClothTypeDao extends GenericDao<Integer,ClothType> { }
{ "content_hash": "9263aa5fc76d21735440d4132d6e51a7", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 69, "avg_line_length": 20.88888888888889, "alnum_prop": 0.7606382978723404, "repo_name": "loskut-team/loskut", "id": "05c6951675aa2e31b59d9ae9af9b0b20808f6300", "size": "188...
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.CalendarDays = void 0; var _jsxRuntime ...
{ "content_hash": "44ffe43d4772d12f1ffc45782319e76b", "timestamp": "", "source": "github", "line_count": 118, "max_line_length": 321, "avg_line_length": 43.58474576271186, "alnum_prop": 0.6877308963639899, "repo_name": "cdnjs/cdnjs", "id": "e6c9180a9455dc30ffe585cb894ab244f3b8e42b", "size": "5143", ...
namespace v8 { namespace internal { // ISA constants. -------------------------------------------------------------- typedef uint32_t Instr; // The following macros initialize a float/double variable with a bit pattern // without using static initializers: If ARM64_DEFINE_FP_STATICS is defined, the // symbol is def...
{ "content_hash": "90c81bc80e1311482a2dbba88e487d4e", "timestamp": "", "source": "github", "line_count": 526, "max_line_length": 80, "avg_line_length": 32.32699619771863, "alnum_prop": 0.6998353328628558, "repo_name": "dawangjiaowolaixunshan/runtime", "id": "145a7c9053aa954954b5b93de25cb9187003ef74", ...
@interface SBLProtocolMockObjectBehavior : NSObject<SBLMockObjectBehavior> - (instancetype)init UNAVAILABLE_ATTRIBUTE; - (instancetype)initWithProtocol:(Protocol *)aProtocol; @end
{ "content_hash": "14c55f4aadf875045fee50fd32cc0f6f", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 74, "avg_line_length": 30.333333333333332, "alnum_prop": 0.8296703296703297, "repo_name": "Stubble/Stubble", "id": "b286dcec1188fe448b9203533a24e6a2dacff8f9", "size": "251",...
package io.cloudslang.content.amazon.actions.instances; import com.hp.oo.sdk.content.annotations.Action; import com.hp.oo.sdk.content.annotations.Output; import com.hp.oo.sdk.content.annotations.Param; import com.hp.oo.sdk.content.annotations.Response; import com.hp.oo.sdk.content.plugin.ActionMetadata.MatchType; imp...
{ "content_hash": "bb6043cf110a84f032d94b78813c41c3", "timestamp": "", "source": "github", "line_count": 144, "max_line_length": 125, "avg_line_length": 64.40972222222223, "alnum_prop": 0.6350404312668464, "repo_name": "victorursan/cs-actions", "id": "75aa15edfcb0633e3717730b4790145704dc87b5", "size...
This application makes use of the following third party libraries: ## BRYXBanner Copyright (c) 2015 Harlan Haskins <harlan@harlanhaskins.com> 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 with...
{ "content_hash": "d1d8b7aaa64314c484a281876210a5a2", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 77, "avg_line_length": 48.6, "alnum_prop": 0.8041152263374486, "repo_name": "alexpersian/BRYXBanner", "id": "5892fc66bb5db690f284aad120a7ec6b26063e01", "size": "1234", "b...
/** * An interface for the wizard pages. */ qx.Interface.define("ms123.wizard.IPage", { members: { /** * Validate fields of page. * * param wizard {ms123.wizard.Wizard} Wizard parent object. */ validate: function (wizard) { // this.assert } } });
{ "content_hash": "c4c0416aad60264a9d87f490fa70a1b9", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 61, "avg_line_length": 17.375, "alnum_prop": 0.5971223021582733, "repo_name": "ms123s/simpl4-src", "id": "1eb60d47344c6819a15bd17be520f633fbdaaa01", "size": "955", "binar...
- [#32](https://null/lalitkapoor/github-changes/pull/32) support for github enterprise (@lalitkapoor, @calmdev) ### v0.0.10 (2014/03/01 06:02 +00:00) - [#26](https://null/lalitkapoor/github-changes/pull/26) handle missing author in pull requests (@lalitkapoor) ### v0.0.9 (2014/03/01 04:09 +00:00) - [#22](https://null...
{ "content_hash": "516780a2fcb63c0136ae11e4aadff246", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 153, "avg_line_length": 69.6, "alnum_prop": 0.7298850574712644, "repo_name": "joshbedo/github-changes", "id": "15b2ef53321234e458f9ead954e8f0e5764ead4e", "size": "2489", ...
module.exports = function(grunt) { var config = require("./config.json"); // Project configuration. grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), express: { options: { port: config.port, server : 'sample/express/app.js', hostname : "localhost" } }, ...
{ "content_hash": "2e6562a1ce70120e02998e34c8b3861c", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 77, "avg_line_length": 20.733333333333334, "alnum_prop": 0.5316184351554126, "repo_name": "harriha/node-tupas", "id": "6d4e1874ab15fdfa7a621341cc2547aa7a86c394", "size": "9...
package org.apache.lucene.index; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.apache.lucene.util.BytesRef; import org.apache.lucene.util.automaton.CompiledAutomaton; /** * Exposes flex API, merged from flex API of * sub-segments. * * @lucene.experimental */ publi...
{ "content_hash": "519321c2c1333a4ecdf1d8d7e507f6a0", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 112, "avg_line_length": 25.135483870967743, "alnum_prop": 0.6504106776180698, "repo_name": "fogbeam/Heceta_solr", "id": "34c5b92c62545f800e0d80d914aac95deb4cf18b", "size":...
package org.jasig.cas.support.saml.web.flow.mdui; import org.opensaml.saml.metadata.resolver.filter.impl.MetadataFilterChain; import org.quartz.Job; import org.quartz.JobBuilder; import org.quartz.JobDetail; import org.quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.quartz.Scheduler; ...
{ "content_hash": "d3113ee7cd67af11d45e99a115c4ab80", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 108, "avg_line_length": 34.17391304347826, "alnum_prop": 0.7061068702290076, "repo_name": "mduszyk/cas", "id": "634db7f8fcf728f904f56dd0e275aa9ad8e5d40d", "size": "3942", ...
package org.compass.core.test.resource; import java.io.StringReader; import java.util.Calendar; import org.compass.core.CompassHits; import org.compass.core.CompassSession; import org.compass.core.CompassTransaction; import org.compass.core.Property; import org.compass.core.Resource; import org.compass.core.config....
{ "content_hash": "511a561b133f9460b5798658093e4c20", "timestamp": "", "source": "github", "line_count": 253, "max_line_length": 120, "avg_line_length": 36.462450592885375, "alnum_prop": 0.637940379403794, "repo_name": "vthriller/opensymphony-compass-backup", "id": "2c796c9cca7493cfdef56b18e0bf0c0e697...
"""Auto-generated file, do not edit by hand. AL metadata""" from ..phonemetadata import NumberFormat, PhoneNumberDesc, PhoneMetadata PHONE_METADATA_AL = PhoneMetadata(id='AL', country_code=None, international_prefix=None, general_desc=PhoneNumberDesc(national_number_pattern='[15]\\d{2,5}', possible_length=(3, 4, 5...
{ "content_hash": "3adadc20eaf13cae395ced71b837d98e", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 194, "avg_line_length": 95.91666666666667, "alnum_prop": 0.6941789748045178, "repo_name": "daviddrysdale/python-phonenumbers", "id": "ca3c8b2411ba7969e1cd9177dd1a0d91265d3998...
smalltalk.addPackage('Benchfib'); smalltalk.addClass('Benchfib', smalltalk.Object, [], 'Benchfib'); smalltalk.addMethod( smalltalk.method({ selector: "main", fn: function (){ var self=this; var result; return smalltalk.withContext(function($ctx1) { result=_st((0))._tinyBenchmarks(); _st(console)._log_(_st("0 tinyBenc...
{ "content_hash": "4cb5d4e6b402b2ed75d71414a88a9315", "timestamp": "", "source": "github", "line_count": 217, "max_line_length": 218, "avg_line_length": 32.34101382488479, "alnum_prop": 0.6484753491023083, "repo_name": "dalehenrich/tasks", "id": "e18dd9c13e4faabf7fc8f255d1d80102f47702f2", "size": "7...
(function($) { $.jqplot.RadarRenderer = function(){ $.jqplot.LineRenderer.call(this); }; $.jqplot.RadarRenderer.prototype = new $.jqplot.LineRenderer(); $.jqplot.RadarRenderer.prototype.constructor = $.jqplot.RadarRenderer; // called with scope of a series $.jqplot.RadarRenderer.protot...
{ "content_hash": "41e5faef603a21fe9c347e584629b0b9", "timestamp": "", "source": "github", "line_count": 297, "max_line_length": 137, "avg_line_length": 37.58922558922559, "alnum_prop": 0.5130777499104263, "repo_name": "svandecappelle/jQPlot", "id": "1937180f4d9d7267cbac926137146b1c2d5929a9", "size"...
#ifndef TENSORFLOW_CORE_DATA_SERVICE_CLIENT_COMMON_H_ #define TENSORFLOW_CORE_DATA_SERVICE_CLIENT_COMMON_H_ #include <cstdint> #include <optional> #include <string> #include <vector> #include "absl/time/time.h" #include "tensorflow/core/data/service/common.pb.h" #include "tensorflow/core/framework/tensor.h" #include...
{ "content_hash": "2da589af90caec570b61e0b31f827e52", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 75, "avg_line_length": 28.75438596491228, "alnum_prop": 0.7498474679682733, "repo_name": "yongtang/tensorflow", "id": "c9bd04f029246595dbdf69f4c88b1031e183c5c1", "size": "2...
End of preview.

No dataset card yet

Downloads last month
1