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 910
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 836)
              
              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 910
              
              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 com.kza.common.annotations; import java.lang.annotation.*; /** * Created by kza on 2015/9/16. */ @Documented @Inherited @Target({ElementType.TYPE, ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) public @interface Logged { }
{ "content_hash": "cd81e1c73df94f02f0ad62b9d9924e97", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 47, "avg_line_length": 17.571428571428573, "alnum_prop": 0.7479674796747967, "repo_name": "Qhongk/rsite", "id": "476015b6b932daff48ba6511004319c554c7d2d3", "size": "246", ...
// AUTOGENERATED FILE - DO NOT MODIFY! // This file generated by Djinni from example.djinni package com.dropbox.textsort; /*package*/ interface TextboxListener extends SuperListtener { public static final int VERSION = 1; public static final String STRINGTEST = "123123"; /**update(items: item_list); */ ...
{ "content_hash": "f2cf0f8c4428bb8bde614cd6c7d9134b", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 62, "avg_line_length": 28.076923076923077, "alnum_prop": 0.726027397260274, "repo_name": "ragnraok/djinni", "id": "6e02a4145e6555ff5be2b41b60915b2cd406797c", "size": "365",...
set -e set -x DB=$1 TRAVIS_PHP_VERSION=$2 # Packages update sudo apt-get update -qq # Install Apache, PHP and DB support if any if [ "$DB" == "postgres" ] then sudo apt-get -qq -y --force-yes install apache2 libapache2-mod-php5 php5-pgsql php5-curl > /dev/null elif [ "$DB" == "mysqli" ] then sudo apt-get -qq...
{ "content_hash": "4fb7263b426d84d20cd74f1614ca2116", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 113, "avg_line_length": 27.189655172413794, "alnum_prop": 0.6791376030437539, "repo_name": "wizardaf/Elkarte", "id": "c74c4b7da4c2a3f5f1ad5562289049593667d6e7", "size": "17...
module Basquiat class Railtie < ::Rails::Railtie initializer 'load_basquiat_configuration' do ENV['BASQUIAT_ENV'] = Rails.env Basquiat.configure do |config| config.config_file = Rails.root + 'config/basquiat.yml' end end config.after_initialize do Basquiat.configuration.re...
{ "content_hash": "62477cf89b99a9eeb284629dde2b804a", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 63, "avg_line_length": 25.071428571428573, "alnum_prop": 0.6752136752136753, "repo_name": "VAGAScom/basquiat", "id": "df5ac5f45f231ec4a60ebcdf530e396b6bf6097c", "size": "38...
package org.apache.lens.server.query; import org.apache.lens.api.query.QueryHandle; import org.apache.lens.api.query.QueryStatus; import org.apache.lens.server.api.error.LensException; import org.apache.lens.server.api.events.AsyncEventListener; import org.apache.lens.server.api.events.LensEventService; import org.ap...
{ "content_hash": "630620574a6bc968d6b054b16f433a92", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 115, "avg_line_length": 37.151162790697676, "alnum_prop": 0.7402190923317684, "repo_name": "kamaldeep-ebay/lens", "id": "b57bc640bee018c2b7da560c2c4bcad5e228d41a", "size": ...
StatsD is a front-end proxy for the Graphite/Carbon metrics server, originally written by Etsy's Erik Kastner. It is based on ideas from Flickr and this post by Cal Henderson: Counting and Timing. The server was written in Node, though there have been implementations in other languages since then.
{ "content_hash": "435fd19427175f6495e9c99a830c59f0", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 68, "avg_line_length": 59.8, "alnum_prop": 0.8093645484949833, "repo_name": "etsy/statsd", "id": "c96b0fb07ae2206f5034ef054218186a3a935aca", "size": "318", "binary": false...
""" Django settings for example project. For more information on this file, see https://docs.djangoproject.com/en/1.6/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.6/ref/settings/ """ # Build paths inside the project like this: os.path.join(BASE_DIR, ...) im...
{ "content_hash": "451774ff124cb85aea866a86d2bfb7bc", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 71, "avg_line_length": 22.870967741935484, "alnum_prop": 0.7089797837329572, "repo_name": "laginha/django-user-roles", "id": "325687036d094b57a31d3217f4d3ddd7e41511b2", "si...
package gov.nih.nci.nbia.datamodel; import gov.nih.nci.nbia.beans.searchresults.ImageResultWrapper; import java.util.ArrayList; import java.util.List; import javax.faces.model.DataModel; import javax.faces.model.ListDataModel; public class IcefacesRowColumnDataModel implements IcefacesRowColumnDataModelInterface ...
{ "content_hash": "29145c0971abe4742d2fe98a13f2f285", "timestamp": "", "source": "github", "line_count": 183, "max_line_length": 100, "avg_line_length": 22.065573770491802, "alnum_prop": 0.6572560673600792, "repo_name": "NCIP/national-biomedical-image-archive", "id": "fca80a125501480d96452cdb0550afc4b...
import shortAnswer from './short_answer'; import languages from '../../../../constants/language_types'; describe('short answer serializer', () => { let item; let newItemAttr; let result; beforeEach(() => { item = { question: { choices: [{ id: 'id14a6824a-79f2-4c00-ac6a-...
{ "content_hash": "14b7334442efc3e26cf517649f4eeedd", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 95, "avg_line_length": 25.274509803921568, "alnum_prop": 0.5275407292474786, "repo_name": "atomicjolt/OpenAssessmentsClient", "id": "7eed83fe73f62beac89e3293977fc125ce35c551"...
SETUP="/vagrant/vagrant-setup" PPWD=$PWD if [ -d "/usr/share/hbase" ] then echo "HBase is already installed, nothing done!" else source $SETUP/include.sh # yum install -y bzip2 gzip lzo-devel zlib-devel source $SETUP/hadoop277.sh source $SETUP/zookeeper3410.sh if ps ax | grep -v grep | grep $SERVICE > /de...
{ "content_hash": "89ac7dd584b2cace76dc313cbb997a6b", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 142, "avg_line_length": 27.05, "alnum_prop": 0.7202711028958718, "repo_name": "sergiomt/centorion", "id": "8dc2cbcf22c145d1fd038426911843871f5dc430", "size": "1699", "bin...
import React from 'react'; import { storiesOf } from '@storybook/react-native'; import { withKnobs } from '@storybook/addon-knobs'; import Wrapper from './../../Wrapper'; import { Example as Stack } from './basic'; import { Example as Divider } from './divider'; storiesOf('Stack', module) .addDecorator(withKnobs) ...
{ "content_hash": "326a7d0698ca916d02a429dd94fc1cfb", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 67, "avg_line_length": 38.083333333333336, "alnum_prop": 0.6542669584245077, "repo_name": "GeekyAnts/NativeBase", "id": "8c3bfa3e0ad2647b78765cd391f77866a8255bbd", "size": ...
class PostfixMynetworks require 'ipaddr' attr_accessor :networks attr_reader :errors, :error_messages def initialize @networks = get_mynetworks end def valid? @errors = false @error_messages = Array.new @networks.each do |network| return false unless valid_cidr?(network) end ...
{ "content_hash": "7de542698fb0ae74f72b2f6100d5c459", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 113, "avg_line_length": 21.10909090909091, "alnum_prop": 0.5968992248062015, "repo_name": "dagn/mailserv", "id": "fe2343b60edefa247709bfa4a9c306bf35f0c122", "size": "1161",...
require 'xml/mapping_extensions' require 'stash/wrapper/identifier_type' module Stash module Wrapper # Mapping class for `<st:identifier>` class Identifier include ::XML::Mapping typesafe_enum_node :type, '@type', class: IdentifierType, default_value: nil text_node :value, '.', default_val...
{ "content_hash": "504f73854976cb275f6ca0cdda3ef982", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 138, "avg_line_length": 30.074074074074073, "alnum_prop": 0.6600985221674877, "repo_name": "CDLUC3/stash", "id": "ce322e2efbdcd0fd4a01e6705c583451e39ba919", "size": "812", ...
package kuberuntime import ( "path/filepath" "reflect" "sort" "testing" "time" cadvisorapi "github.com/google/cadvisor/info/v1" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" "...
{ "content_hash": "56f5c7ddb0e9c9db24322532bd543088", "timestamp": "", "source": "github", "line_count": 1066, "max_line_length": 171, "avg_line_length": 34.61632270168855, "alnum_prop": 0.7028806807403594, "repo_name": "Stackdriver/heapster", "id": "8de68a7e4bc5f02ba6bda6943c864ef1035eeae5", "size"...
package com.karaokekeyboard.dict; import java.util.Comparator; public class UnigramStr implements Comparable<UnigramStr>{ private static final int FIRST_NON_ALPHABET_THAI = 0x0E2F; private static final int LAST_NON_ALPHABET_THAI = 0x0E5B; private String mStr; private int mFreq; public UnigramStr(String st...
{ "content_hash": "c04015be6530599672988f780fdbf8d8", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 84, "avg_line_length": 20.943661971830984, "alnum_prop": 0.6745124411566913, "repo_name": "jewkub/KaraokeKeyboard", "id": "f4d89965cff9084d10aa9bdadd82fa220c75d610", "size"...
package com.xeiam.xchange.clevercoin.service.polling; import java.io.IOException; import java.math.BigDecimal; import java.util.Arrays; import java.util.List; import si.mazi.rescu.RestProxyFactory; import com.xeiam.xchange.Exchange; import com.xeiam.xchange.clevercoin.CleverCoinAuthenticated; import com.xeiam.xchang...
{ "content_hash": "b6d7cbdf4d3deb45178ff67b875c20e5", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 161, "avg_line_length": 39.38028169014085, "alnum_prop": 0.7993562231759657, "repo_name": "nivertech/XChange", "id": "dff34e81edde3c21c8a2c6608345e0e2c92d7efb", "size": "27...
package org.apache.flink.runtime.taskexecutor; import org.apache.flink.annotation.VisibleForTesting; import org.apache.flink.metrics.MetricGroup; import org.apache.flink.runtime.broadcast.BroadcastVariableManager; import org.apache.flink.runtime.clusterframework.types.AllocationID; import org.apache.flink.runtime.io...
{ "content_hash": "071456f72895670418de47441adc16d1", "timestamp": "", "source": "github", "line_count": 360, "max_line_length": 169, "avg_line_length": 37.611111111111114, "alnum_prop": 0.7595273264401773, "repo_name": "bowenli86/flink", "id": "1ef4929a24e968f23f3c3561499b6cbeea593460", "size": "14...
using System.Collections.Generic; using System.ComponentModel; using System.Windows.Input; using Tailviewer.Api; using Tailviewer.BusinessLogic.Searches; namespace Tailviewer.Ui.LogView { public interface IFindAllViewModel : INotifyPropertyChanged { IEnumerable<LogLineIndex> SelectedLogLines { get; set; } ILo...
{ "content_hash": "0ec8634ec9d3cf9ec8f4459ba8422d9d", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 58, "avg_line_length": 25.19047619047619, "alnum_prop": 0.7485822306238186, "repo_name": "Kittyfisto/SharpTail", "id": "017f341fad777f6b4b7443bd0b16f794335c7755", "size": "...
namespace Microsoft.Azure.Management.ApiManagement { using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; using System.Collections; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; /// <summary> /// Extension methods for PrivateEndpo...
{ "content_hash": "94070f70055ab35c32c12a8d8cbedcb9", "timestamp": "", "source": "github", "line_count": 379, "max_line_length": 359, "avg_line_length": 50.854881266490764, "alnum_prop": 0.5930787589498807, "repo_name": "Azure/azure-sdk-for-net", "id": "75e31d2b0c6ef085fd10a295dbba1425dda1775e", "si...
<!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_12) on Sun Feb 08 17:27:09 PST 2009 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Uses of Class net.sourceforg...
{ "content_hash": "87203f7cd4b9f4cd38340a691152caba", "timestamp": "", "source": "github", "line_count": 145, "max_line_length": 240, "avg_line_length": 42.813793103448276, "alnum_prop": 0.6163015463917526, "repo_name": "deleidos/digitaledge-platform", "id": "0df4991c1748c8c20dded72af123e484e23bff65",...
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- ~ Copyright 2010 Ning, Inc. ~ ~ Ning licenses this file to you 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...
{ "content_hash": "d963afd76ec6c95c4cba514dca04d7d5", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 87, "avg_line_length": 34.47222222222222, "alnum_prop": 0.6293311845286059, "repo_name": "pierre/collector", "id": "999d2b6ac6c67692eda56184601342b9baeee7c9", "size": "1241...
from datetime import datetime from corehq.apps.users.models import CommCareUser from corehq.apps.sms.api import send_sms_to_verified_number from corehq.util.translation import localize from custom.ilsgateway.models import SupplyPointStatus, SupplyPointStatusTypes, SupplyPointStatusValues, \ DeliveryGroupReport fro...
{ "content_hash": "fcb67966963dfa5258c84d27882bb52d", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 109, "avg_line_length": 42.642857142857146, "alnum_prop": 0.5577889447236181, "repo_name": "qedsoftware/commcare-hq", "id": "eb046c89eb84d74e324bc09b0ce6f6d7d5a7f103", "siz...
namespace ScmDataAccess { public class InventoryItem { public int PartTypeId { get; set; } public PartType Part { get; set; } public int Count { get; set; } public int OrderThreshold { get; set; } } }
{ "content_hash": "4b873f9a059927264b88c08f598497fb", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 43, "avg_line_length": 22.4, "alnum_prop": 0.6428571428571429, "repo_name": "dmetzgar/dotnetcoreinaction", "id": "59d1542232a47c69a5f34ba86a6291b95a8c6b78", "size": "226", ...
PasswordGenerationManager::PasswordGenerationManager( content::WebContents* contents, PasswordManagerClient* client) : web_contents_(contents), observer_(NULL), client_(client), driver_(NULL) { if (client) driver_ = client->GetDriver(); } PasswordGenerationManager::~PasswordGenerati...
{ "content_hash": "51a0d5f2badf8949c5c03b8ff92ecec3", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 77, "avg_line_length": 30.804123711340207, "alnum_prop": 0.7058232931726908, "repo_name": "crosswalk-project/chromium-efl", "id": "de38900e2e273837189af641b8eeeac167deaae0", ...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s....
{ "content_hash": "4b568f75942449a791ddc641e96b0dc6", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 664, "avg_line_length": 42.552083333333336, "alnum_prop": 0.6139534883720931, "repo_name": "jarednipper/atom-config", "id": "231aa3ac19627c87a71adcb89ec92069f9c86101", "siz...
/** * Demonstrates how to use Ext.chart.series.Pie */ Ext.define('KitchenSink.view.chart.Pie', { extend: 'Ext.Panel', requires: [ 'Ext.chart.PolarChart', 'Ext.chart.series.Pie', 'Ext.chart.interactions.Rotate' ], controller: { type: 'chart' }, l...
{ "content_hash": "bfdfe6c9a095f0d320e0a73516d6fedc", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 78, "avg_line_length": 25.9873417721519, "alnum_prop": 0.41061860691670726, "repo_name": "sqlwang/DeviceManagementSystem", "id": "9b31728eff0492835fd5842459365422cbdb0d84", ...
<?php /** * Return the length of the List value at key * * @author Ivan Shumkov * @package Rediska * @subpackage Commands * @version @package_version@ * @link http://rediska.geometria-lab.net * @license http://www.opensource.org/licenses/bsd-license.php */ class Rediska_Command_GetListLength extends Rediska_...
{ "content_hash": "d48ab5294d08ce3676f8de33adacd0da", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 73, "avg_line_length": 24.966666666666665, "alnum_prop": 0.6288384512683578, "repo_name": "webonyx/Rediska", "id": "6b0f9a81127f2a3363a758be6a6e068f3b48e42b", "size": "749"...
package boofcv.alg.sfm; import boofcv.alg.distort.RemoveRadialPtoN_F64; import boofcv.struct.calib.IntrinsicParameters; import boofcv.struct.distort.PixelTransform_F32; import boofcv.struct.image.ImageFloat32; import boofcv.struct.image.ImageInteger; import boofcv.struct.image.ImageSingleBand; import georegression.s...
{ "content_hash": "b73a1f3b39fb52b65115890d995ae065", "timestamp": "", "source": "github", "line_count": 161, "max_line_length": 117, "avg_line_length": 30.36024844720497, "alnum_prop": 0.737315875613748, "repo_name": "intrack/BoofCV-master", "id": "d4265748d505a74ca636ebbe20ed259c084b00a4", "size":...
import os import sys if __name__ == "__main__": os.environ.setdefault("DJANGO_SETTINGS_MODULE", "metrilum.settings") try: from django.core.management import execute_from_command_line except ImportError as exc: raise ImportError( "Couldn't import Django. Are you sure it's install...
{ "content_hash": "a4dde63753d4c4a308f1a2a06cd9fdd6", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 73, "avg_line_length": 37, "alnum_prop": 0.6563706563706564, "repo_name": "Metrilum/Metrilum", "id": "671268c04065c7fdcddc33287050d2c8bcc412ef", "size": "540", "binary": ...
namespace STB { //! An HTTP client connection class Http { public: Http() = default; //! Return true if the connection is open bool isOpen() const { return socket.isOpen(); } //! Open the HTTP connection to the named host bool open(const std::string& hostname_) { hostname = hostname_; r...
{ "content_hash": "d734d10931e313ccdc87e213575a4411", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 84, "avg_line_length": 25.24848484848485, "alnum_prop": 0.4831973115698512, "repo_name": "AnotherJohnH/Platform", "id": "21dcc960c7cbb74795b7b5de4eb8e4214bafd2bb", "size":...
Sushi bar application built with MEAN technology. Management of a sushi bar. # Description System to manage a virtual sushi bar. Actors: customer(s), cook, waiter, administrator. Each new customer is associated with a specified id, from a pool of available id (LIFO). The customer can: - check the online menu; - add ...
{ "content_hash": "cd76c800f0bb14ac292fc681534b7731", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 209, "avg_line_length": 39.31666666666667, "alnum_prop": 0.7927087749046206, "repo_name": "egch/sushi-bar-mean", "id": "541f07981871342dd936a5fb4c8ebe7ef0ca3628", "size": "...
package com.brainfotech.school2go.entity; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.NamedQuery; import javax.persistence.Table; import javax.persistence.Temporal; import javax.persistence.TemporalType; /** * The persistent class for...
{ "content_hash": "1126d442d15945727ba2b5f2d8accbcf", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 84, "avg_line_length": 19.970149253731343, "alnum_prop": 0.7047832585949177, "repo_name": "brainfotech/school2go", "id": "1c9761015019fcc22181c8d0176fe93758629a5e", "size":...
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/gpu/vt_video_encode_accelerator_mac.h" #include <memory> #include "base/threading/thread_task_runner_handle.h" #include "media/base/mac/...
{ "content_hash": "68a4655a5e3856e4d7a84919f4fd6c4f", "timestamp": "", "source": "github", "line_count": 559, "max_line_length": 80, "avg_line_length": 38.04293381037567, "alnum_prop": 0.696651932662466, "repo_name": "google-ar/WebARonARCore", "id": "f5aff7e4c381930a28278b924844c62e7c518bc6", "size"...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2015 Red Hat, Inc. and/or its affiliates and other contributors as indicated by the @author tags. 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 ...
{ "content_hash": "bf8147d55170659ac5d5bb68e7edf57f", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 94, "avg_line_length": 35.270270270270274, "alnum_prop": 0.6942528735632184, "repo_name": "jshaughn/hawkular-alerts", "id": "fb7a6550fa2f5c3e330d7d6fdcb5ae0bd4976d91", "siz...
package com.particles.android.util; import static android.opengl.GLES20.GL_LINEAR; import static android.opengl.GLES20.GL_LINEAR_MIPMAP_LINEAR; import static android.opengl.GLES20.GL_TEXTURE_2D; import static android.opengl.GLES20.GL_TEXTURE_MAG_FILTER; import static android.opengl.GLES20.GL_TEXTURE_MIN_FILTER; impor...
{ "content_hash": "5f0d2e056e9d1e48b0b9f22c2caa2877", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 78, "avg_line_length": 34.82608695652174, "alnum_prop": 0.6438826466916354, "repo_name": "sunzhiyuan/opengles2forandroid", "id": "0175d1040d14a852a28ee88ca356d26041f7c0c3", ...
End of preview.

No dataset card yet

Downloads last month
1