Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: TypeError
Message: Couldn't cast array of type
struct<content_hash: string, timestamp: string, source: string, line_count: int64, max_line_length: int64, avg_line_length: double, alnum_prop: double, repo_name: string, id: string, size: string, binary: bool, copies: string, ref: string, path: string, mode: string, license: string, language: list<item: struct<name: string, bytes: string>>, symlink_target: string>
to
{'content_hash': Value(dtype='string', id=None), 'timestamp': Value(dtype='string', id=None), 'source': Value(dtype='string', id=None), 'line_count': Value(dtype='int64', id=None), 'max_line_length': Value(dtype='int64', id=None), 'avg_line_length': Value(dtype='float64', id=None), 'alnum_prop': Value(dtype='float64', id=None), 'repo_name': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None), 'size': Value(dtype='string', id=None), 'binary': Value(dtype='bool', id=None), 'copies': Value(dtype='string', id=None), 'ref': Value(dtype='string', id=None), 'path': Value(dtype='string', id=None), 'mode': Value(dtype='string', id=None), 'license': Value(dtype='string', id=None), 'language': [{'name': Value(dtype='string', id=None), 'bytes': Value(dtype='string', id=None)}]}
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema
arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp>
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2122, in cast_array_to_feature
raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
TypeError: Couldn't cast array of type
struct<content_hash: string, timestamp: string, source: string, line_count: int64, max_line_length: int64, avg_line_length: double, alnum_prop: double, repo_name: string, id: string, size: string, binary: bool, copies: string, ref: string, path: string, mode: string, license: string, language: list<item: struct<name: string, bytes: string>>, symlink_target: string>
to
{'content_hash': Value(dtype='string', id=None), 'timestamp': Value(dtype='string', id=None), 'source': Value(dtype='string', id=None), 'line_count': Value(dtype='int64', id=None), 'max_line_length': Value(dtype='int64', id=None), 'avg_line_length': Value(dtype='float64', id=None), 'alnum_prop': Value(dtype='float64', id=None), 'repo_name': Value(dtype='string', id=None), 'id': Value(dtype='string', id=None), 'size': Value(dtype='string', id=None), 'binary': Value(dtype='bool', id=None), 'copies': Value(dtype='string', id=None), 'ref': Value(dtype='string', id=None), 'path': Value(dtype='string', id=None), 'mode': Value(dtype='string', id=None), 'license': Value(dtype='string', id=None), 'language': [{'name': Value(dtype='string', id=None), 'bytes': Value(dtype='string', id=None)}]}
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1529, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1154, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2038, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string | meta dict |
|---|---|
An Instagram like share sheet for anything you copy


 {
const { username } = this.props;
... | {
"content_hash": "cfae97be3bca71e037739f8286244b2a",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 112,
"avg_line_length": 30.333333333333332,
"alnum_prop": 0.6271585557299842,
"repo_name": "zsu13579/pinterest-apollo",
"id": "be85eb4105c21bdf8bdd48587c8ec227ad54d439",
"s... |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2020 The Dagger Authors.
~
~ 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... | {
"content_hash": "bf512e2d87255997c50654dced1be419",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 76,
"avg_line_length": 37.11538461538461,
"alnum_prop": 0.7046632124352331,
"repo_name": "dushmis/dagger",
"id": "fe583e5514a962516dc8931cfba8bfb9996b022e",
"size": "965",
... |
package servicemap
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// 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
//
// ... | {
"content_hash": "6155a50b45a5d4e4d006eef21ad07d5f",
"timestamp": "",
"source": "github",
"line_count": 846,
"max_line_length": 240,
"avg_line_length": 47.47872340425532,
"alnum_prop": 0.7594791744466851,
"repo_name": "apcera/libretto",
"id": "ca1fa113f37ca91efbce814b97ce0e2770926550",
"size": "401... |
import * as tld from 'tldjs';
tld.tldExists('google.com'); // returns `true`
tld.tldExists('google.local'); // returns `false` (not an explicit registered TLD)
tld.tldExists('com'); // returns `true`
tld.tldExists('uk'); // returns `true`
tld.tldExists('co.uk'); // returns `true` (because `uk` is a valid TLD)
tld.tldE... | {
"content_hash": "95da13fbce2f95bb2c8b16969c0a2310",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 110,
"avg_line_length": 40.05128205128205,
"alnum_prop": 0.6763764404609475,
"repo_name": "mcliment/DefinitelyTyped",
"id": "e6eea6e0d6e314048f228239bf45b99dd5140aa6",
"siz... |
Various small tools that I use to make my life easier.
Currently contains:
* `ftc` - a short script to print all the files in a particular directory + subdirectories which contain a particular string.
* `ytsrt.py` - a short program for converting YouTube XML subtitles into SRT format.
* `intsum`, `fpsum`, `fpmea... | {
"content_hash": "d0b9deba7f6f0d8f0c85f61772e0f5ff",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 205,
"avg_line_length": 55.91304347826087,
"alnum_prop": 0.7472783825816485,
"repo_name": "owainkenwayucl/utils",
"id": "e555e7b8c728c0870219e262821b168c75139b9c",
"size": ... |
package org.springframework.boot.actuate.autoconfigure;
import java.util.Map;
import java.util.Properties;
import org.junit.After;
import org.junit.Test;
import org.springframework.boot.actuate.info.BuildInfoContributor;
import org.springframework.boot.actuate.info.GitInfoContributor;
import org.springframework.bo... | {
"content_hash": "71c826047a0368a2ebed0fed0fb370dd",
"timestamp": "",
"source": "github",
"line_count": 208,
"max_line_length": 88,
"avg_line_length": 30.08653846153846,
"alnum_prop": 0.763183125599233,
"repo_name": "candrews/spring-boot",
"id": "881365ec36dda1e7ad8097363d62fe4554ac7c1b",
"size": "... |
package org.spongepowered.api.entity.living.animal;
import org.spongepowered.api.entity.living.Ageable;
/**
* Represents an Animal, such as a Cow.
*/
public interface Animal extends Ageable {
}
| {
"content_hash": "fd65f139fc17fa07610784cd0bde98fe",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 51,
"avg_line_length": 18.181818181818183,
"alnum_prop": 0.755,
"repo_name": "frogocomics/SpongeAPI",
"id": "2cb4c052219e98b523804c212a8d1c5eef56bad5",
"size": "1450",
"b... |
package org.jetbrains.plugins.groovy.refactoring.introduce.variable;
import com.intellij.openapi.help.HelpManager;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.ui.DialogWrapper;
import com.intellij.openapi.ui.ValidationInfo;
import com.intellij.psi.PsiType;
import com.intellij.refactoring... | {
"content_hash": "cd87f0dcfd7d4d3ee76dd15a89f3199a",
"timestamp": "",
"source": "github",
"line_count": 226,
"max_line_length": 151,
"avg_line_length": 32.942477876106196,
"alnum_prop": 0.7598388179986568,
"repo_name": "supersven/intellij-community",
"id": "d6b3dc96812639181d4a8fa6b7971ed399b5dfde",
... |
namespace content {
class MediaPlayerManagerAndroid;
// Native mirror of ContentVideoView.java. This class is responsible for
// creating the Java video view and pass all the player status change to
// it. It accepts media control from Java class, and forwards it to
// MediaPlayerManagerAndroid.
class ContentVideoVie... | {
"content_hash": "587f972531a34d9e34837236648cdf6d",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 77,
"avg_line_length": 36.265625,
"alnum_prop": 0.7570012925463162,
"repo_name": "plxaye/chromium",
"id": "deb5ffc7f11c91edb3a226ab7cf8395c49fec9de",
"size": "2787",
"bin... |
/* Tile view of BlobItem */
.cam-blobitem {
display: inline-block;
}
.cam-blobitem>a {
text-decoration: none;
}
.cam-blobitem-thumbclip {
position: relative;
overflow: hidden;
}
.cam-blobitem-thumb {
display: block;
position: relative;
}
.cam-blobitemcontainer-50 .cam-blobitem-thumbtitle {
font-size: ... | {
"content_hash": "ca964abaded87d20ee2d069ab612b441",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 53,
"avg_line_length": 18.142857142857142,
"alnum_prop": 0.7044215626892792,
"repo_name": "jakubbrzeski/camlistore",
"id": "bc72b72903721f9a185ae4d2fcbc717022237a6a",
"size... |
#import <UIKit/UIKit.h>
#import <ParseUI/PFImageView.h>
/*!
The `PFTableViewCell` class represents a table view cell which can download and display remote images stored on Parse.
When used in a <PFQueryTableViewController> - downloading and displaying of the remote images
are automatically managed by the <PFQue... | {
"content_hash": "88447b9fa8dd1ac1c81e094046473b4a",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 119,
"avg_line_length": 24.545454545454547,
"alnum_prop": 0.7722222222222223,
"repo_name": "Bizzi-Body/Parse-2-Bonus",
"id": "1d2aa71eea8837218f9392615f6f2e4db581db30",
"si... |
namespace MassTransit.Context
{
using System;
using Internals.Reflection;
public class CorrelatedBySetCorrelationId<T> :
ISetCorrelationId<T>
where T : class, CorrelatedBy<Guid>
{
readonly ReadOnlyProperty<CorrelatedBy<Guid>, Guid> _property;
public Correla... | {
"content_hash": "6c40cc27e9d771cb7229bef155bb3130",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 87,
"avg_line_length": 29.79310344827586,
"alnum_prop": 0.6122685185185185,
"repo_name": "D3-LucaPiombino/MassTransit",
"id": "247c902a7dd228295b3c0e06b278728d578453d7",
"s... |
namespace Amazon.Ssm;
public sealed class RegisterTaskWithMaintenanceWindowResponse
{
}
| {
"content_hash": "fa7cab2ed0f48163b3a4b2786586ee86",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 61,
"avg_line_length": 19,
"alnum_prop": 0.8,
"repo_name": "carbon/Amazon",
"id": "3701a44b6febc53b2e2e0c2ab052f5e82b198c6a",
"size": "97",
"binary": false,
"copies": "1... |
'use strict';
var globalOptions = require('../options');
var helpers = require('../helpers');
function networkFirst(request, values, options) {
options = options || {};
var cacheOptions = options.cache || globalOptions.cache;
var cacheQueryOptions = cacheOptions.queryOptions;
var successResponses = options.su... | {
"content_hash": "3f31257b2b9bce1b0a204d6d0b5700a8",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 80,
"avg_line_length": 36.55952380952381,
"alnum_prop": 0.633669814392706,
"repo_name": "DrDanL/leightley-ghost-theme",
"id": "da01e436dd3d7ff250b96500958ab3c3864d4561",
"s... |
"""
Created from the demonstration of the pythonaes package.
Copyright (c) 2010, Adam Newman http://www.caller9.com/
Licensed under the MIT license http://www.opensource.org/licenses/mit-license.php
"""
import sys
from aespython import key_expander, aes_cipher, cbc_mode
def decryptData(data, password = None, keyLeng... | {
"content_hash": "3377055a50140f16b6f7e739911f8f73",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 81,
"avg_line_length": 32.945945945945944,
"alnum_prop": 0.6423297785069729,
"repo_name": "MeteorAdminz/viper",
"id": "a034dcdf6188807b4da4c9288d2d3129125e5dcd",
"size": "2... |
<?php
defined('C5_EXECUTE') or die("Access Denied.");
/* @var Area $a */
$btl = new BlockTypeList();
$blockTypes = $btl->get();
$handles = '';
$ap = new Permissions($a);
$class = 'ccm-area';
if ($a->isGlobalArea()) {
$class .= ' ccm-global-area';
}
$c = Page::getCurrentPage();
$css = $c->getAreaCustomStyle($a);
... | {
"content_hash": "2411b664229c50670b1945c0c38086de",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 110,
"avg_line_length": 29.878048780487806,
"alnum_prop": 0.5636734693877551,
"repo_name": "concrete5/concrete5",
"id": "5adaed347af2693bec5f5638f51324a6698e37c8",
"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.5.0_22) on Tue Sep 18 20:44:16 GMT+01:00 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Interface org.apach... | {
"content_hash": "e8ebab9873409f22b928eb26c9144480",
"timestamp": "",
"source": "github",
"line_count": 246,
"max_line_length": 442,
"avg_line_length": 57.073170731707314,
"alnum_prop": 0.6512108262108263,
"repo_name": "windyuuy/opera",
"id": "5feb4f3835ab78ccd533a1f4ffeee69bb6ec5239",
"size": "140... |
require 'geocoder/lookups/base'
require "geocoder/results/baidu"
module Geocoder::Lookup
class Baidu < Base
def name
"Baidu"
end
def required_api_key_parts
["key"]
end
def query_url(query)
"#{protocol}://api.map.baidu.com/geocoder/v2/?" + url_query_string(query)
end
... | {
"content_hash": "d415fd83c5635e2ab497d632230867f5",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 80,
"avg_line_length": 29.10169491525424,
"alnum_prop": 0.5824111822947,
"repo_name": "mehlah/geocoder",
"id": "65d38da08a7daf2bfeb6e1850cec94c0b786ccd8",
"size": "1717",
... |
.myAppDemoWT .myCustomButton.sapMBtn {
margin-right: 0.125rem
}
html[dir="rtl"] .myAppDemoWT .myCustomButton.sapMBtn {
margin-left: 0.125rem;
margin-right: 0
}
.myAppDemoWT .myCustomText {
font-weight: bold;
} | {
"content_hash": "99023f34643d62d1eb35423d23d43f2a",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 54,
"avg_line_length": 19.90909090909091,
"alnum_prop": 0.7214611872146118,
"repo_name": "kobohuong/dict-app",
"id": "b988ab983fbfb0a4cc39b0fbb6323a0f0927d59b",
"size": "21... |
namespace vgui
{
typedef ButtonCode_t KeyCode;
}
#endif // KEYCODE_H
| {
"content_hash": "984f7e509f05be6dee9d33c5ad62c6d0",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 29,
"avg_line_length": 11.666666666666666,
"alnum_prop": 0.7285714285714285,
"repo_name": "jonathonracz/swarm-deferred-src",
"id": "61025e7dcd97b50fb6ae4e85b6bbbc372fbfbdbc",
... |
/*****************************************************************************
*
* See the following URL for configuration information.
* http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/UDP_IP_Configuration.shtml
*
*****************************************************************************/
#... | {
"content_hash": "f87e3cb5a9d62eaf7e5b9d08d52a2115",
"timestamp": "",
"source": "github",
"line_count": 197,
"max_line_length": 96,
"avg_line_length": 56.38578680203046,
"alnum_prop": 0.7638638818869283,
"repo_name": "shengwen1997/stm32_pratice",
"id": "2dd1ae19367c145a16de5f2d4c440759131ed9e5",
"s... |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<corners android:radius="10dip"/>
<stroke android:color="@color/secondary_color" android:width="5dip"/>
<solid android:color="@color/primary_color"/>
</shape> | {
"content_hash": "fd07679a11bb04049c74d8e76fa4b4a3",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 71,
"avg_line_length": 29.8,
"alnum_prop": 0.697986577181208,
"repo_name": "msdgwzhy6/TuentiTV",
"id": "6491128240246a54383850b069c0ccc7e48328a6",
"size": "298",
"binary"... |
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faSortNumericUp: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const lig... | {
"content_hash": "4c56e9d72b8443c2d50a3dd7568c4536",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 93,
"avg_line_length": 40.1,
"alnum_prop": 0.8154613466334164,
"repo_name": "Hendrik44/pi-weather-app",
"id": "364e1734ba27c852f3dbea9f8a8c4ca635bfde02",
"size": "401",
"... |
<?xml version="1.0"?>
<!DOCTYPE document [
<!ENTITY project SYSTEM "project.xml">
]>
<document url="installation.html">
&project;
<properties>
<author email="craigmcc@apache.org">Craig R. McClanahan</author>
<author email="yoavs@apache.org">Yoav Shapira</author>
<author email="jfclere@apache.org">Je... | {
"content_hash": "5e0b6ae0f2225f63c269340789e6617c",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 198,
"avg_line_length": 34.75,
"alnum_prop": 0.7567660157588215,
"repo_name": "whitingjr/JbossWeb_7_2_0",
"id": "29435fb2f576103197cf336e13e5e549f9eb3299",
"size": "2919",
... |
*Topic automatically generated on: 2015-06-03*
Adds a webpart to a web part page in a specified zone
##Syntax
```powershell
Add-SPOWebPartToWebPartPage -Path <String> -PageUrl <String> -ZoneId <String> -ZoneIndex <Int32> [-Web <WebPipeBind>]
```
```powershell
Add-SPOWebPartToWebPartPage -Xml <String> -PageUrl <Strin... | {
"content_hash": "0e36050a47ea5176568a84fd782315f6",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 117,
"avg_line_length": 30.25,
"alnum_prop": 0.7107438016528925,
"repo_name": "chrisobriensp/PnP",
"id": "95f6c4b8b9dfeb8fdcd4d7f1753efbeb57d599d2",
"size": "755",
"binar... |
/**
* This shim replaces lodash template functions with Handlebars.js
* (not needed if templates are pre-compiled)
**/<% if (moduleFormat === 'amd') { %>
define(function(require) {<% } %>
'use strict';
var Marionette = require('backbone.marionette');
var Handlebars = require('handlebars');
//Overrid... | {
"content_hash": "8e4f462d835d85b56fb8ddc07c36be07",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 89,
"avg_line_length": 41.75,
"alnum_prop": 0.6910179640718563,
"repo_name": "omahajs/generator-omaha",
"id": "9744e668c3a15c2a1a11c92ce5bb204bb7676f2c",
"size": "835",
"... |
//
// Copyright (C) OpenSim Ltd.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is dis... | {
"content_hash": "0868fdccd398854ee19dc2a7e5d1c4a4",
"timestamp": "",
"source": "github",
"line_count": 133,
"max_line_length": 90,
"avg_line_length": 36.35338345864662,
"alnum_prop": 0.7394002068252327,
"repo_name": "LarryNguyen/ECSimpp",
"id": "0bb3f9cffe833c2de2dfc387f8eb68080c60d4ed",
"size": "... |
/**
* Generated with Acceleo
*/
package org.wso2.developerstudio.eclipse.gmf.esb.providers;
import java.util.List;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.eef.runtime.api.component.IPropertiesEditionComponent;
import org.eclipse.emf.eef.runtime.context.PropertiesEditingContext;
import org.ec... | {
"content_hash": "b920eaf870eb4f7f3066ce0c72ad82b2",
"timestamp": "",
"source": "github",
"line_count": 143,
"max_line_length": 284,
"avg_line_length": 44.33566433566433,
"alnum_prop": 0.8132492113564669,
"repo_name": "wso2/devstudio-tooling-esb",
"id": "f49b2c8892b85f3dfed1d526b8a9b3da0ba624a1",
"... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Anim_style2" parent="android:style/Theme.Holo.Light.NoActionBar">
<item name="android:windowAnimationStyle">@style/AnimFade</item>
</style>
<style name="horizontal_slide" parent="android:style/Theme.Holo.Light.NoActionBar">
<i... | {
"content_hash": "ed9960c8263c81486c51076311539e69",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 91,
"avg_line_length": 35.92857142857143,
"alnum_prop": 0.7037773359840954,
"repo_name": "turoDog/KTalk",
"id": "b1947f1d206e2e7391cc8aac2620505821f07d12",
"size": "503",
... |
@interface EXPExpectFBSnapshotTest()
@property (nonatomic, strong) NSString *referenceImagesDirectory;
@end
@implementation EXPExpectFBSnapshotTest
+ (id)instance
{
static EXPExpectFBSnapshotTest *instance = nil;
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
instance = [[self allo... | {
"content_hash": "a88550c2c83751bac9843d15d70b2e22",
"timestamp": "",
"source": "github",
"line_count": 307,
"max_line_length": 198,
"avg_line_length": 38.0228013029316,
"alnum_prop": 0.7053028356035295,
"repo_name": "OspreyRen/TSMessages",
"id": "6e6798928960b0df97590f23bf5e01df6eed0ebf",
"size": ... |
module Selenium
module WebDriver
module SpecSupport
class TestEnvironment
attr_accessor :unguarded
attr_reader :driver
def initialize
@create_driver_error = nil
@create_driver_error_count = 0
# TODO: get rid of ENV
@driver = (ENV['WD_S... | {
"content_hash": "fd267d87f6ba595dae7ead3d51d89cf5",
"timestamp": "",
"source": "github",
"line_count": 234,
"max_line_length": 126,
"avg_line_length": 27.311965811965813,
"alnum_prop": 0.5019558754498513,
"repo_name": "gotcha/selenium",
"id": "aa0061043cdcf9ee7b9d4d3ff8891d3d7d41d879",
"size": "71... |
package io.seldon.general;
import io.seldon.api.resource.ResourceBean;
public class ItemType extends ResourceBean {
/**
* is there a reason this shouldn't act like a bean?
*/
private Integer typeId;
private String name;
private Integer linkType;
private Boolean semantic;
public ItemType() {}
public ... | {
"content_hash": "87dd46cbbf562eac1476e187030c3597",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 53,
"avg_line_length": 15.806451612903226,
"alnum_prop": 0.6928571428571428,
"repo_name": "SeldonIO/seldon-server",
"id": "94380e7b4afb04ab6ff4adf54a91fbf10d707c60",
"size"... |
package org.renjin.primitives;
import org.renjin.eval.Context;
import org.renjin.eval.EvalException;
import org.renjin.primitives.annotations.processor.ArgumentException;
import org.renjin.primitives.annotations.processor.ArgumentIterator;
import org.renjin.primitives.annotations.processor.WrapperRuntime;
import org.r... | {
"content_hash": "432ebcbbdcd2063de05decbe8363c0fb",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 204,
"avg_line_length": 39.96103896103896,
"alnum_prop": 0.6392590185245369,
"repo_name": "bedatadriven/renjin-statet",
"id": "8a24efa50f34f7d108cff27f0ae9f481899e8877",
"s... |
<?php
namespace Concrete\Core\Permission\Access;
use Database;
use Page;
use PermissionKey;
class AddBlockBlockTypeAccess extends BlockTypeAccess
{
public function duplicate($newPA = false)
{
$newPA = parent::duplicate($newPA);
$db = Database::connection();
$r = $db->executeQuery('sel... | {
"content_hash": "fac787280c5116f4c56d630febf6f3eb",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 202,
"avg_line_length": 48.175824175824175,
"alnum_prop": 0.582344890510949,
"repo_name": "bfrable/nwds",
"id": "1f40b2a47d5ce4e27facc1a97f2311417a221240",
"size": "4384",
... |
package cc.mallet.grmm.test;
import junit.framework.*;
import java.util.List;
import java.util.ArrayList;
import cc.mallet.grmm.inference.Inferencer;
import cc.mallet.grmm.inference.TRP;
import cc.mallet.grmm.types.*;
import cc.mallet.util.Randoms;
/**
* $Id: TestAbstractBeliefPropagation.java,v 1.1 2007/10/22 2... | {
"content_hash": "af3282f34457ff201986840c81406a5f",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 83,
"avg_line_length": 24.515463917525775,
"alnum_prop": 0.6291000841042893,
"repo_name": "xiaohan2012/lst",
"id": "e565a59ff127bcbb1be72606149b50dfd003b25d",
"size": "2794... |
import {StyleSheet} from 'react-native';
import {paragraph} from '../app/app.style';
export default StyleSheet.create({
container: {
flex: 1,
alignItems: 'center',
flexDirection: 'row'
},
input: {
...paragraph,
paddingRight: 20,
flex: 1
},
inputCompleted: {
color: '#CDCDCD'
},
... | {
"content_hash": "476fc05bdf7c670dcda57fdd8ae0181b",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 43,
"avg_line_length": 17.166666666666668,
"alnum_prop": 0.587378640776699,
"repo_name": "nason/este",
"id": "67ac7a1a9d814337b61f7a2b5f25c2ab975a0911",
"size": "412",
"b... |
package kensyu2016;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
public class DateMain {
public static void main(String[] args) {
System.out.println(new Date());
System.out.... | {
"content_hash": "8d40d6d0cfc026717c866432e0dc5148",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 73,
"avg_line_length": 33.611111111111114,
"alnum_prop": 0.7413223140495868,
"repo_name": "hiuchida/exam",
"id": "362a2314f37d13bee9b79f64ed3105a06035929a",
"size": "1210",... |
<?php
namespace Symfony\Bridge\Doctrine\DependencyInjection\CompilerPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\Config\Resource\FileResource;
/**
* Registers additional validators
*
... | {
"content_hash": "7e98ad5b90b4d4ab3deeb6e3b1f49393",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 110,
"avg_line_length": 33.40625,
"alnum_prop": 0.6361085126286249,
"repo_name": "javieralfaya/tuitty",
"id": "1372f73dac84d40c46319afe958efded87e8ce77",
"size": "2374",
... |
bpsnip_gateway_api_gamma_support_install_experimental_crds() {
kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v0.5.1" | kubectl apply -f -
}
| {
"content_hash": "5f25db19ffb8740f1cdabe1062bfe132",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 114,
"avg_line_length": 60,
"alnum_prop": 0.7833333333333333,
"repo_name": "istio/istio.io",
"id": "b619096295e2a8d29d967a728b49fc9252d783d1",
"size": "1190",
"binary": fa... |
package cucumber.api.guice;
import cucumber.runtime.java.guice.ScenarioScope;
import cucumber.runtime.java.guice.impl.SequentialScenarioScope;
/**
* Provides a convenient <code>cucumber.runtime.java.guice.ScenarioScope</code> instance for use when declaring bindings
* in implementations of <code>com.google.inject.M... | {
"content_hash": "4da5a82cb9617c0250f7a9dc85a8bbc1",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 120,
"avg_line_length": 37.5,
"alnum_prop": 0.7977777777777778,
"repo_name": "rlagunov-anaplan/cucumber-jvm",
"id": "b9dac0041534c14254448d17dfaf69de9118460f",
"size": "450... |
package br.com.ime.ocrDoacao.dao;
import javax.persistence.EntityManager;
import br.com.caelum.vraptor.ioc.Component;
import br.com.ime.ocrDoacao.model.NotaFiscal;
@Component
public class NotaFiscalDao {
private EntityManager em;
public NotaFiscalDao(EntityManager em) {
this.em = em;
}
public void adici... | {
"content_hash": "3f65a71ccb9db19d0c9d4f623de7c31d",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 48,
"avg_line_length": 18.8,
"alnum_prop": 0.7553191489361702,
"repo_name": "mxball/ocrDoacao",
"id": "8c0e23e9733fb4d92d99bc77ff9d56ba84c4dbf2",
"size": "376",
"binary":... |
End of preview.
No dataset card yet
- Downloads last month
- 1