text stringlengths 2 1.04M | meta dict |
|---|---|
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "52914032627f1005a3ad490c9effb058",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "fb0057b726a981d0910d843a8093d25abcb3d6e6",
"size": "183... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Mon Mar 03 10:44:37 EST 2014 -->
<title>Uses of Class org.hibernate.property.DirectPropertyAccessor.DirectSetter (Hibernate Java... | {
"content_hash": "41c7784037b91e62eae0556dcb4270ed",
"timestamp": "",
"source": "github",
"line_count": 116,
"max_line_length": 179,
"avg_line_length": 38.922413793103445,
"alnum_prop": 0.6394241417497232,
"repo_name": "serious6/HibernateSimpleProject",
"id": "dd7c3ff79398aad24f5dd512a19006984a52cbde... |
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
national... | {
"content_hash": "f5c2d5be4fa0a8b7fa6841ee9bd40544",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 87,
"avg_line_length": 45.31428571428572,
"alnum_prop": 0.8212484237074401,
"repo_name": "rohitpaulk/befunge-ruby",
"id": "a74e746450c1d01d3067fb711039807b7c04e9e1",
"size"... |
namespace autofill_assistant {
PlatformDependenciesDesktop::PlatformDependenciesDesktop() = default;
bool PlatformDependenciesDesktop::IsCustomTab(
const content::WebContents& web_contents) const {
return false;
}
} // namespace autofill_assistant
| {
"content_hash": "b4caf70c6c40f12c1b11e4df2676ad72",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 69,
"avg_line_length": 25.8,
"alnum_prop": 0.7945736434108527,
"repo_name": "nwjs/chromium.src",
"id": "cf98e59b88f1f2acc45205c339092db86c3f8a99",
"size": "482",
"binary"... |
import sys
sys.path.append('LeetCode')
from ListNode import ListNode
import heapq
class Solution:
def mergeKLists(self, lists: list) -> ListNode:
dummy_head = current = ListNode(-1)
heap = [(list_head.val, i, list_head) for i, list_head in enumerate(lists) if list_head]
heapq.heapify(heap... | {
"content_hash": "bca2fce29cf85a9c113033429a093a47",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 96,
"avg_line_length": 27.40909090909091,
"alnum_prop": 0.5970149253731343,
"repo_name": "BigEgg/LeetCode",
"id": "838af0a8b5fb8c355605d89c94c8f8caf434f8d6",
"size": "603",... |
NS_ASSUME_NONNULL_BEGIN
// Begins: when numberOfTouchesRequired have tapped numberOfTapsRequired times and been held for minumPressDuration
// Changes: when a finger moves
// Ends: when a finger is lifted
NS_CLASS_AVAILABLE_IOS(3_2) @interface UILongPressGestureRecognizer : UIGestureRecognizer
@property (nonatom... | {
"content_hash": "da882f1cab8741615c651a657778b69b",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 259,
"avg_line_length": 63.1764705882353,
"alnum_prop": 0.792364990689013,
"repo_name": "caolonghan/First",
"id": "684fb6e4ad9a229eb35b08c063869e871935697d",
"size": "1301"... |
CKEDITOR.dom.range = function( document )
{
this.startContainer = null;
this.startOffset = null;
this.endContainer = null;
this.endOffset = null;
this.collapsed = true;
this.document = document;
};
(function()
{
// Updates the "collapsed" property for the given range object.
var updateCollapsed = functio... | {
"content_hash": "812cd6789936e6e1e70478ba9206a582",
"timestamp": "",
"source": "github",
"line_count": 1833,
"max_line_length": 212,
"avg_line_length": 29.623567921440262,
"alnum_prop": 0.6333885819521179,
"repo_name": "raulcastro/villaaqua",
"id": "919b7816ff8ff24f8ca7ab6e137a73aecbfa41a8",
"size... |
/* *
*
* Sankey diagram module
*
* (c) 2010-2020 Torstein Honsi
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
'use strict';
import H from '../parts/Globals.js';
/**
* A node in a sankey diagram.
*
* @interface Highcharts.Sank... | {
"content_hash": "cb07658c8c1f7a61adfcad49f0cda30a",
"timestamp": "",
"source": "github",
"line_count": 1064,
"max_line_length": 512,
"avg_line_length": 36.755639097744364,
"alnum_prop": 0.566201288738877,
"repo_name": "cdnjs/cdnjs",
"id": "f29f2b42a89db8fe4ea4078b9221c45d8fd932c6",
"size": "39108"... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:pa... | {
"content_hash": "2e20262fc593a77d8f63e4e85e693a75",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 74,
"avg_line_length": 39.30555555555556,
"alnum_prop": 0.6862190812720848,
"repo_name": "ruwanka/ChuckNorrisMVP",
"id": "bc1d8c8946844024d8dab76ef83eca821e8664d4",
"size":... |
<?php
if ( ! defined( '\Tinify\VERSION' ) ) {
/* Load vendored client if it is not yet loaded. */
require_once dirname( __FILE__ ) . '/vendor/tinify/Tinify/Exception.php';
require_once dirname( __FILE__ ) . '/vendor/tinify/Tinify/ResultMeta.php';
require_once dirname( __FILE__ ) . '/vendor/tinify/Tinify/Result.ph... | {
"content_hash": "8f1b7f1c10a23364677e46f02ab803b8",
"timestamp": "",
"source": "github",
"line_count": 157,
"max_line_length": 81,
"avg_line_length": 25.94267515923567,
"alnum_prop": 0.6056960471397005,
"repo_name": "20steps/alexa",
"id": "d17467240ca2c0553070efdcb0c662cbbc7b3458",
"size": "4867",... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System.IO;
using System.Threading.Tasks;
using Azure.Core;
using Azure.Storage.Blobs.Models;
using Azure.Storage.Blobs.Specialized;
namespace Azure.Storage.Blobs.Tests
{
public class PageBlobClientOpenReadTests ... | {
"content_hash": "9e3eb7ed763e61bef0cde6ee6a578137",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 158,
"avg_line_length": 38.470588235294116,
"alnum_prop": 0.6487003058103975,
"repo_name": "Azure/azure-sdk-for-net",
"id": "77c0626105da5d088a0068f6a908572bb78b58ae",
"siz... |
#include "media/engine/internaldecoderfactory.h"
#include "api/video_codecs/sdp_video_format.h"
#include "api/video_codecs/video_decoder.h"
#include "media/base/mediaconstants.h"
#include "test/gtest.h"
namespace webrtc {
TEST(InternalDecoderFactory, TestVP8) {
InternalDecoderFactory factory;
std::unique_ptr<V... | {
"content_hash": "2868988b95fed0a93149a1576fc045c6",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 73,
"avg_line_length": 24.57894736842105,
"alnum_prop": 0.7665952890792291,
"repo_name": "wangcy6/storm_app",
"id": "147293dcf714ad1f32593932d1028cb037705f1f",
"size": "879... |
package ch21.exec;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.Statement;
import java.sql.SQLException;
import java.io.File;
import java.io.IOException;
import java.util.Scanner;
/**
Executes all SQL statements from a file or the console.
*/
public clas... | {
"content_hash": "56f7f292a0a0051801597886feb0e881",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 65,
"avg_line_length": 24.956989247311828,
"alnum_prop": 0.5204653166738474,
"repo_name": "raeffu/prog1",
"id": "345a842ab9d18e1754fb77f755d7891b2b024a10",
"size": "2321",
... |
#include <TRCharts/Impl/PointImpl.hpp>
Charts::Point::Point(void)
:GeneratedPoint()
{
}
Charts::Point::Point(double x, double y)
:GeneratedPoint(x, y)
{
}
Charts::Point Charts::Point::add(const Point & point, const Point & otherPoint)
{
return Point(point.x + otherPoint.x, point.y + otherPoint.y);
}
Chart... | {
"content_hash": "52f1e74976a0dfd1c1fb4554bc081935",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 84,
"avg_line_length": 22.285714285714285,
"alnum_prop": 0.6974358974358974,
"repo_name": "AndroidT/TRCharts",
"id": "fe9a99c028b643b312cc220e86ac6081c209e51b",
"size": "15... |
package org.apache.activemq.artemis.tests.integration.stomp.util;
import java.util.StringTokenizer;
/**
* 1.1 frames
* <p/>
* 1. CONNECT/STOMP(new)
* 2. CONNECTED
* 3. SEND
* 4. SUBSCRIBE
* 5. UNSUBSCRIBE
* 6. BEGIN
* 7. COMMIT
* ... | {
"content_hash": "dd54ecb4a11391cf0556d2e5db4a3bc2",
"timestamp": "",
"source": "github",
"line_count": 137,
"max_line_length": 119,
"avg_line_length": 24.963503649635037,
"alnum_prop": 0.4415204678362573,
"repo_name": "jbertram/activemq-artemis-old",
"id": "51dbde8f8807aedc6e312fe586fcc92cebe716c5",... |
/*
* 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 writing, software
* d... | {
"content_hash": "65dd7aae8a42706915064cd85f68f906",
"timestamp": "",
"source": "github",
"line_count": 738,
"max_line_length": 115,
"avg_line_length": 37.66395663956639,
"alnum_prop": 0.45218736508850194,
"repo_name": "sailesh341/JavApi",
"id": "882f89190c7d686ffd6bea54b53e085066234056",
"size": "... |
namespace School.Data.Repositories
{
using School.Models;
public interface ISchoolClassRepository : IDeletableEntityRepository<SchoolClass>
{
SchoolClass GetByDetails(int gradeYear, string letter, int startYear);
}
}
| {
"content_hash": "4a2c964507cc9a9368d8c2028f438091",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 85,
"avg_line_length": 28,
"alnum_prop": 0.7182539682539683,
"repo_name": "encounter12/School.Me",
"id": "5ec7a9c52a11ad3c4bb91dde12891ce88a91b784",
"size": "254",
"binary... |
package example.repo;
import example.model.Customer1328;
import java.util.List;
import org.springframework.data.repository.CrudRepository;
public interface Customer1328Repository extends CrudRepository<Customer1328, Long> {
List<Customer1328> findByLastName(String lastName);
}
| {
"content_hash": "33aa9e44f2a3b3831b6ecc7270447001",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 84,
"avg_line_length": 23.666666666666668,
"alnum_prop": 0.8309859154929577,
"repo_name": "spring-projects/spring-data-examples",
"id": "0e2c440a39e375912a2b3d86840cef001a0d6... |
namespace Minimal.Models
{
public class NavigationPatternInfo
{
public NavigationPattern ID { get; set; }
public string Name { get; set; }
public string Description { get; set; }
}
} | {
"content_hash": "3b7f300c1b553fbdcfe2e332603f8b1b",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 49,
"avg_line_length": 19.166666666666668,
"alnum_prop": 0.591304347826087,
"repo_name": "NoleHealth/Template10",
"id": "e2865ff80cb74ae4e40fd0241b0785cedad6045b",
"size": ... |
package org.jenkinsci.plugins.customcommandscm;
import hudson.model.AbstractBuild;
import hudson.scm.ChangeLogParser;
import hudson.scm.ChangeLogSet;
import hudson.util.IOException2;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import ja... | {
"content_hash": "c3bc0e3b07146f0975b80480041ef435",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 122,
"avg_line_length": 39.4025974025974,
"alnum_prop": 0.6657877389584707,
"repo_name": "anderl86/custom-command-scm",
"id": "c17f2035067a3a1398aa259d8f16ffa04793a512",
"s... |
/*
* File : WaitFor.spec.js
* Description : TEST WaitFor class definition tests.
* ------------------------------------------------------------------------------------------------ */
"use strict";
var path = require("path");
module.exports = {
"WaitFor should be exported":
function (test) ... | {
"content_hash": "9e5abf01be252ee2e69e661b99987bcc",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 102,
"avg_line_length": 32.282051282051285,
"alnum_prop": 0.4988085782366958,
"repo_name": "allenevans/essencejs",
"id": "1b814baeb1268ae9cf3d1493fcbf02d3556b7f77",
"size":... |
package gr.bytecode.apps.android.phonebook.ui.activities;
import gr.bytecode.apps.android.phonebook.R;
import gr.bytecode.apps.android.phonebook.application.AppConstants;
import gr.bytecode.apps.android.phonebook.application.AppUtil;
import gr.bytecode.apps.android.phonebook.repositories.PreferencesRepository;
import ... | {
"content_hash": "f9bdee140cebe771a45f32a6dea4cd5a",
"timestamp": "",
"source": "github",
"line_count": 600,
"max_line_length": 92,
"avg_line_length": 24.411666666666665,
"alnum_prop": 0.7320270362531577,
"repo_name": "dbalaouras/greece-phonebook-android",
"id": "d5d458d23ea06d470bb3ab84802b3b6c61a18... |
"use strict";
var eol = require('os').EOL;
var Pattern = require('../core/lib/object_factory').Pattern;
var extend = require('util')._extend;
function createFakePatternLab(customProps) {
var pl = {
config: {
paths: {
source: {
patterns: './test/files/_patterns'
},
... | {
"content_hash": "ffa55c3fcbd636bfbf474f7c7a012113",
"timestamp": "",
"source": "github",
"line_count": 250,
"max_line_length": 162,
"avg_line_length": 34.936,
"alnum_prop": 0.6700251889168766,
"repo_name": "firesidefiction/fireside-style-guide",
"id": "bd3766c52c64451d61a074ed971ca263c0555273",
"s... |
package com.izhbg.typz.sso.audit.component;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.TimeUnit;
import org.springframework.stereotype.Component;
import com.izhbg.typz.sso.audit.dto.AuditLog;
@Component
public class AuditLogQu... | {
"content_hash": "ddeebc321e7800e058ef037d1aa91981",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 88,
"avg_line_length": 27.52173913043478,
"alnum_prop": 0.7393364928909952,
"repo_name": "izhbg/typz",
"id": "cb2ed777fc2e2967f10db6fd9f6ca5136550cdb2",
"size": "633",
"b... |
package parser
import (
"net"
"github.com/NoUseFreak/sawsh/internal/sawsh"
"github.com/spf13/cobra"
)
func ipParser(cmd *cobra.Command, hostname string) (*sawsh.Instance, error) {
if net.ParseIP(hostname) != nil {
return &sawsh.Instance{
IP: hostname,
}, nil
}
return nil, nil
}
| {
"content_hash": "2c1f2b932ad631b4542a8c77bd7c04ca",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 77,
"avg_line_length": 16.444444444444443,
"alnum_prop": 0.6891891891891891,
"repo_name": "NoUseFreak/sawsh",
"id": "c35dd2cd57548418f5a58196a2a78cca762b9940",
"size": "296... |
// Copyright (c) egmkang wang. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Gateway
{
using System;
using System.Configuration;
public static class GatewaySettings
{
public static int Port => int.Parse(Con... | {
"content_hash": "38c5f5a7a9bb15210d5e016ebdb288b5",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 108,
"avg_line_length": 30.333333333333332,
"alnum_prop": 0.5912087912087912,
"repo_name": "egmkang/SharpServer",
"id": "ff1060e6eef0ddf870d416ac4eb11f605f2a9ea1",
"size": ... |
@interface AppBarWKWebViewLargeContentNoBugExample : UIViewController
@property(nonatomic, strong) MDCAppBar *appBar;
@property(nonatomic, strong) MDCSemanticColorScheme *colorScheme;
@property(nonatomic, strong) MDCTypographyScheme *typographyScheme;
@end
@implementation AppBarWKWebViewLargeContentNoBugExample
- (... | {
"content_hash": "00f765e828ead62b7c3bb95d6321707c",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 98,
"avg_line_length": 32.885416666666664,
"alnum_prop": 0.7624326892619575,
"repo_name": "material-components/material-components-ios",
"id": "207a432804584e473088e6a17d89f2... |
import re
from collections import defaultdict
from textwrap import dedent
from generation_utils import GenerationUtils
class Target(object):
"""Class to organize target template instances for generated BUILD files.
To add a new target, created it as a class variable (see existing templates below), then add it to... | {
"content_hash": "675bd1b66ba6421b7eb112b109490dd7",
"timestamp": "",
"source": "github",
"line_count": 425,
"max_line_length": 100,
"avg_line_length": 39.78588235294118,
"alnum_prop": 0.6280087527352297,
"repo_name": "ericzundel/mvn2pants",
"id": "709705f3a89c95727641ee4a745c9e735c585911",
"size":... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Öst. bot. Z. 20(2): 33 (1870)
#### Original name
Hydnum schiedermayeri var. schiedermayeri
### Remarks
null | {
"content_hash": "59c027a7e8cda8172e1f6df117d0b218",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 41,
"avg_line_length": 13.153846153846153,
"alnum_prop": 0.695906432748538,
"repo_name": "mdoering/backbone",
"id": "2c3c6bcac1a991f824dc85a0e0b6ec41cced4647",
"size": "237... |
namespace Merchello.Core.Models.Rdbms
{
using System;
using Umbraco.Core.Persistence;
using Umbraco.Core.Persistence.DatabaseAnnotations;
/// <summary>
/// A DTO object for performing product attribute related data operations.
/// </summary>
[TableName("merchProductAttribute")]
[Prima... | {
"content_hash": "774bc8b5d7418bc93efcef61880d5fae",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 108,
"avg_line_length": 29.896103896103895,
"alnum_prop": 0.547784535186794,
"repo_name": "ProNotion/Merchello",
"id": "0ff5fff5eb3546fecbf11b73ebe9b564407ffda0",
"size": "... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>checker: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... | {
"content_hash": "4692d9784e5ab531172a2e4d6491ee55",
"timestamp": "",
"source": "github",
"line_count": 163,
"max_line_length": 162,
"avg_line_length": 41.57055214723926,
"alnum_prop": 0.5373376623376623,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "ecb29f3c8d8a355a35007e33b9cc707f414e565d",
... |
package com.rest.client.ds;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.google.gson.annotations.SerializedName;
import com.chopping.rest.RestObject;
import io.realm.Realm;
import io.realm.RealmObject;
public class RequestForResponse extends RestObject {
@SerializedName("reqId")
@JsonProperty... | {
"content_hash": "2419d4d3a08b42ff249678da038b5505",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 64,
"avg_line_length": 21.3265306122449,
"alnum_prop": 0.738755980861244,
"repo_name": "XinyueZ/rest-20121015-client",
"id": "0147ea7dcfe340cf1db6900a5699a43e04e413e8",
"si... |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
... | {
"content_hash": "483798c2f5f9ea1a55e1ae74ba2cbbf6",
"timestamp": "",
"source": "github",
"line_count": 677,
"max_line_length": 562,
"avg_line_length": 43.737075332348596,
"alnum_prop": 0.40469436001350895,
"repo_name": "kuhlenh/port-to-core",
"id": "c800ad2341bf258675115f930db19541388d467c",
"size... |
A simple error package for node.
## Installation
Install the package using npm: `npm install muses-error`
## Usage
Load the module as usual: `var MuError = require('muses-error');`
### Basic Usage
```
var MuError = require('muses-error');
var error = new MuError('Some error', 500);
var UserError = MuError.exten... | {
"content_hash": "d24154bfcd96820bf67d81f68fa939f1",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 68,
"avg_line_length": 20.433333333333334,
"alnum_prop": 0.6916802610114192,
"repo_name": "Muses/error",
"id": "6575243eab6c5300e2f8d03749a0032f106d7dcc",
"size": "637",
... |
const {parse} = require('./parser')
module.exports = {parse}
| {
"content_hash": "a5d902cc41fcb22ef00405acc6b527ed",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 35,
"avg_line_length": 30.5,
"alnum_prop": 0.6721311475409836,
"repo_name": "atom/atomdoc",
"id": "7ff40f2911c6c41f92f8c70513d4de1d0527c916",
"size": "61",
"binary": false... |
package com.github.xsavikx.androidscreencast.ui.interaction;
import com.github.xsavikx.androidscreencast.api.command.SwipeCommand;
import com.github.xsavikx.androidscreencast.api.command.TapCommand;
import com.github.xsavikx.androidscreencast.api.command.executor.CommandExecutor;
import com.github.xsavikx.androidscr... | {
"content_hash": "249cd8b5b103e23238904777b9576d60",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 120,
"avg_line_length": 33.676767676767675,
"alnum_prop": 0.6394721055788842,
"repo_name": "xSAVIKx/AndroidScreencast",
"id": "68b271022af52eb6b6f0f31f9952ceb1d73b68d7",
"s... |
@class NSArray, NSNumber, NSString, XCSDevice, XCSIntegration;
@interface XCSTestObjectPlaceholder : NSObject <XCSPlaceholderProtocol>
{
XCSIntegration *_integration;
XCSTestObjectPlaceholder *_parent;
NSString *_name;
NSArray *_children;
long long _status;
NSString *_keyPath;
XCSDevice *_d... | {
"content_hash": "e199e5d7673503b91e8c7e41ed1b8edb",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 134,
"avg_line_length": 47.142857142857146,
"alnum_prop": 0.7751515151515151,
"repo_name": "wczekalski/Distraction-Free-Xcode-plugin",
"id": "440d548e5e0d3bfd09c3f0cc043f7fbd... |
/* global -Promise */
var Promise = require('bluebird');
var auth = require('../auth');
var clients = require('../clients');
var Controller = require('../controller');
var repo = require('../repo');
module.exports = new Controller({
'latest': {
'0.1.0': {
get: {
authorize: auth... | {
"content_hash": "e9faee26bb55307e87202a04fd57f681",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 93,
"avg_line_length": 34.10526315789474,
"alnum_prop": 0.40997942386831276,
"repo_name": "larsthorup/mars",
"id": "d0c0821c597632a46c73edb7bfcc879378b2a7a5",
"size": "1944... |
#include "modules/prediction/evaluator/vehicle/cruise_mlp_evaluator.h"
#include <omp.h>
#include <limits>
#include <utility>
#include "cyber/common/file.h"
#include "modules/prediction/common/feature_output.h"
#include "modules/prediction/common/prediction_constants.h"
#include "modules/prediction/common/prediction... | {
"content_hash": "69690db6c60278fb9120ceaa785e5b29",
"timestamp": "",
"source": "github",
"line_count": 550,
"max_line_length": 80,
"avg_line_length": 41.07272727272727,
"alnum_prop": 0.6395307658255865,
"repo_name": "wanglei828/apollo",
"id": "da71b7ca3bd562b34540ed9f39d034ee988de55b",
"size": "23... |
#region Using Directives
using System;
using System.Collections.Generic;
#endregion
/*
* $author: QmQ
* $source: http://www.codeproject.com/useritems/SimpleStringTokenizer.asp
* $date: 10-June-2006
*/
namespace PetShop.Data
{
#region [Summary and remarks]
/// <summary>
/// Implements... | {
"content_hash": "7049e03b2d2f520e62c82ac7781759b5",
"timestamp": "",
"source": "github",
"line_count": 315,
"max_line_length": 248,
"avg_line_length": 45.5015873015873,
"alnum_prop": 0.5730830949556966,
"repo_name": "netTiers/netTiers",
"id": "cb8a1fc31fc892982f825e4f7dd70b660a659254",
"size": "14... |
The core plugins for the [Catdown](https://github.com/zuren/catdown) Markdown editor. Included by default.
### Events
EventEmitter extracted from CodeMirror and extended. Now allows multiple event names and is manually bound to Catdown instance.
#### Usage
```js
// Add a handler to an event
editor.on("render", hand... | {
"content_hash": "d8900193eec73b4150a76c664200ba98",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 258,
"avg_line_length": 25.78205128205128,
"alnum_prop": 0.720537046245649,
"repo_name": "zuren/catdown-core",
"id": "cd318314d253dfc289f554e3d964df6577165e6f",
"size": "20... |
package conv
import (
"fmt"
"math"
"reflect"
"strconv"
"strings"
iconv "github.com/hairyhenderson/gomplate/v3/internal/conv"
"github.com/pkg/errors"
)
// Bool converts a string to a boolean value, using strconv.ParseBool under the covers.
// Possible true values are: 1, t, T, TRUE, true, True
// All other val... | {
"content_hash": "3e888473df20388bb386fcedd7723af7",
"timestamp": "",
"source": "github",
"line_count": 335,
"max_line_length": 87,
"avg_line_length": 23.229850746268657,
"alnum_prop": 0.6576715497301465,
"repo_name": "hairyhenderson/gomplate",
"id": "c61319f3cf891f49da9846c172c9a8f9e880ccb7",
"siz... |
require 'dashify/extensions/action_view/tag_builder'
require 'dashify/railtie'
require 'dashify/version'
module Dashify
end
| {
"content_hash": "521cae04e5e37f80fe446768663bfc09",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 52,
"avg_line_length": 20.833333333333332,
"alnum_prop": 0.816,
"repo_name": "mmontossi/hyphenify",
"id": "104f9fc4e788c929d112ddab84585ae4bc8238bb",
"size": "125",
"binar... |
var adminsockets = [];
var g_tlg = [
"RM",
"PP",
"EO",
"JB",
"HH"
];
var g_subg = [
["ALT", "PRG", "EXT", "FUS", "FNK", "NA"],
["SIN", "IND", "CN", "REG"],
["DnB", "PP", "EDM", ... | {
"content_hash": "a0d9fc6934c50cb83e1d73fe3a24e0ab",
"timestamp": "",
"source": "github",
"line_count": 959,
"max_line_length": 189,
"avg_line_length": 40.53076120959333,
"alnum_prop": 0.3971802721963518,
"repo_name": "n-mam/DATACRAFT",
"id": "64307ebc58a0d17aa8000204e1b27e1e09c80d15",
"size": "388... |
package org.wso2.carbon.apimgt.importexport;
import java.io.File;
/**
* This class contains all the constants required for API Import and Export
*/
public final class APIImportExportConstants {
//system dependent default path separator character, represented as a string
public static final String DIRECTO... | {
"content_hash": "dfad0fe88c8e1ac0435023b8d9566d55",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 116,
"avg_line_length": 47.03947368421053,
"alnum_prop": 0.718041958041958,
"repo_name": "hevayo/product-apim",
"id": "45b6ff029c8c501e35d41bdd9c596cc677c5ed32",
"size": "4... |
/*
* plane.h - This file contains the defines for planes etc.
*
* $Id: plane.h,v 1.12 2002/08/04 21:43:34 johns Exp $
*/
object * newplane(void * tex, vector ctr, vector norm);
#ifdef PLANE_PRIVATE
typedef struct {
RT_OBJECT_HEAD
flt d;
vector norm;
} plane;
static void plane_intersect(const plane *, ... | {
"content_hash": "58f7c1d69ebdb3d51cf64334b3618a3c",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 88,
"avg_line_length": 23.238095238095237,
"alnum_prop": 0.6721311475409836,
"repo_name": "shaotuanchen/sunflower_exp",
"id": "dcd4f77b13609c915c7bae07b38f04a123f7a0e2",
"s... |
#ifndef __GENERIC_TIME_INTERVALTIMER__
#define __GENERIC_TIME_INTERVALTIMER__
//==============================================================================
// EXTERNAL DECLARATIONS
//==============================================================================
#include "Time.h"
#ifdef GENERIC_NAMESPACE
namespace... | {
"content_hash": "02d9047b7a90d5606d90685a0df9d4d9",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 80,
"avg_line_length": 23.512820512820515,
"alnum_prop": 0.48636859323882226,
"repo_name": "Enseed/GenericTime",
"id": "4161339492673a5283d382c61bcb3548c1491cfc",
"size": "... |
package xworker.groovy;
import java.util.List;
import java.util.Map;
import org.codehaus.groovy.ast.ASTNode;
import org.codehaus.groovy.ast.GroovyCodeVisitor;
import org.codehaus.groovy.ast.Variable;
import org.codehaus.groovy.ast.builder.AstBuilder;
import org.codehaus.groovy.ast.expr.ArgumentListExpression... | {
"content_hash": "575720d70458e4172ff08260feaa9137",
"timestamp": "",
"source": "github",
"line_count": 369,
"max_line_length": 113,
"avg_line_length": 31.78590785907859,
"alnum_prop": 0.7698866058487509,
"repo_name": "x-meta/xworker",
"id": "059d7cc8bc3a113ea4e15c07105febe51dd7e8e5",
"size": "1172... |
extensions
==========
This is where I put extensions that I use and like as is, and don't have to worry about someone buying it out and using it for bad stuff
| {
"content_hash": "ec4c7763f4e4c230ea9e92cf3c1fee04",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 136,
"avg_line_length": 40,
"alnum_prop": 0.725,
"repo_name": "kolodny/extensions",
"id": "8b76ddba6b84636e7aa968d44c44ad679c7de8a8",
"size": "160",
"binary": false,
"co... |
package ersir.shared
import com.github.plokhotnyuk.jsoniter_scala.core.{JsonValueCodec, readFromString, writeToString}
import com.github.plokhotnyuk.jsoniter_scala.macros.JsonCodecMaker
import loci.MessageBuffer
import loci.registry.Binding
import loci.transmitter.Serializable
import loci.transmitter.transmittable.Ide... | {
"content_hash": "520c5ade97c034406b862c15c4b510a9",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 119,
"avg_line_length": 41.075,
"alnum_prop": 0.768715763846622,
"repo_name": "guidosalva/REScala",
"id": "50fe3f18d9c8c87cfc0ff1ce612cc5a139fa5035",
"size": "1643",
"bin... |
import type { Action } from './actionTypes'
import { FETCH_REQUEST, FETCH_SUCCESS, FETCH_FAILRE } from './constants'
export function fetchRequest(word: string): Action {
return {
type: FETCH_REQUEST,
word,
}
}
export function fetchSuccess(keywords: Array<string>): Action {
return {
type: FETCH_SUCCE... | {
"content_hash": "665dfb1bdcdae05bf8ab81647e61bf15",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 72,
"avg_line_length": 19.565217391304348,
"alnum_prop": 0.6711111111111111,
"repo_name": "akameco/PixivDeck",
"id": "13ad91c73d065bbd88718ed9c980cafd31be1b28",
"size": "45... |
std::vector<std::pair<size_t, float>> get_pruned_log_probs(
const std::vector<double> &prob_step,
double cutoff_prob,
size_t cutoff_top_n,
int log_input) {
std::vector<std::pair<int, double>> prob_idx;
double log_cutoff_prob = log(cutoff_prob);
for (size_t i = 0; i < prob_step.size(); ++i) {
p... | {
"content_hash": "d4771ae49a09df8d5a0218e76b8fef14",
"timestamp": "",
"source": "github",
"line_count": 170,
"max_line_length": 100,
"avg_line_length": 28.988235294117647,
"alnum_prop": 0.5819805194805194,
"repo_name": "parlance/pytorch-ctc",
"id": "dab6ceb42046e8d3b1221cfca2804765f18ea8c5",
"size"... |
require 'spec_helper'
describe Snippet do
describe "Associations" do
it { should belong_to(:author).class_name('User') }
it { should have_many(:notes).dependent(:destroy) }
end
describe "Mass assignment" do
it { should_not allow_mass_assignment_of(:author_id) }
end
describe "Validation" do
... | {
"content_hash": "7f211392348d147c1cc13c3cd3812346",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 60,
"avg_line_length": 26.916666666666668,
"alnum_prop": 0.6687306501547987,
"repo_name": "1ed/gitlabhq",
"id": "52355c38f0c8b2b8a258e451cd5fc93a64f8edfe",
"size": "1016",
... |
namespace EntityFramework.Northwind.Entities
{
using System;
using System.Collections.Generic;
public partial class Sales_Totals_by_Amount
{
public Nullable<decimal> SaleAmount { get; set; }
public int OrderID { get; set; }
public string CompanyName { get; set; }
pub... | {
"content_hash": "3d3009efde95661645061088f2ff4d87",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 66,
"avg_line_length": 29.53846153846154,
"alnum_prop": 0.6536458333333334,
"repo_name": "Vavro/Tests",
"id": "2b58ab53334790301faf1d171058bfda50801a1c",
"size": "805",
"... |
from __future__ import division
import pysam
from Bio.Seq import Seq
from Bio import SeqIO
from Bio.Alphabet import generic_dna
from Bio.SeqRecord import SeqRecord
from trim_to_coding import trim_to_regions
def checkORF(seq):
"""
This function varifies the input is an ORF by checking it has
i) a start cod... | {
"content_hash": "a062530e276f64418de88ecfef68119a",
"timestamp": "",
"source": "github",
"line_count": 339,
"max_line_length": 212,
"avg_line_length": 36.905604719764014,
"alnum_prop": 0.5455199424506434,
"repo_name": "lauringlab/variant_pipeline",
"id": "51978f70c216c4614e3629525a5663f5d09c9f99",
... |
# After 6 years of Harpy and 4 years of [Siren](https://github.com/ArtSabintsev/Siren), I have decided to deprecate Harpy in favor of Siren. Why? Siren is written in Swift and has a feature set that is superior to that of Harpy. [More information can be found on this Medium post](https://link.medium.com/jE1FGj1DYS). Th... | {
"content_hash": "60a228826256fef6fe05bf6db9e7c587",
"timestamp": "",
"source": "github",
"line_count": 247,
"max_line_length": 435,
"avg_line_length": 42.38056680161943,
"alnum_prop": 0.754107756973634,
"repo_name": "ArtSabintsev/Harpy",
"id": "6ee242343a881b014a57c8e0f314158e5dff4860",
"size": "1... |
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Net;
using System.Threading.Tasks;
using Elasticsearch.Net;
using FluentAssertions;
using Nest;
using Newtonsoft.Json;
using Tests.Framework;
namespace Tests.ClientConcepts.LowLevel
{
public class Lifetimes
{
/**
... | {
"content_hash": "f3ee54fef77cc48ad6ca7a76297490e1",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 122,
"avg_line_length": 30.827956989247312,
"alnum_prop": 0.7422392745029648,
"repo_name": "azubanov/elasticsearch-net",
"id": "f6fcadfc92e92fbc506a5086dfc208d6adb55136",
"... |
package org.apache.storm.kafka.spout;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.reset;
import static org.mockito.Mockito.spy;
import static o... | {
"content_hash": "b2650bc9e555a7ce03ec35bcee3477ae",
"timestamp": "",
"source": "github",
"line_count": 168,
"max_line_length": 149,
"avg_line_length": 36.107142857142854,
"alnum_prop": 0.7253544345532477,
"repo_name": "hmcl/storm-apache",
"id": "d8288735a29609bb1caa661c1bcf8ba5546517e0",
"size": "... |
if type lv > /dev/null 2>&1; then
export PAGER="lv"
else
export PAGER="less"
fi
#
###
### less
###
export LESS="--no-init --LONG-PROMPT --ignore-case -RF"
#
###
### Miscellaneous
###
alias ls="ls -G"
alias ll='ls -l'
alias la='ls -A'
alias lla="ls -l -A"
alias mkdir="mkdir -p"
alias tmux='tmux -u'
al... | {
"content_hash": "d20ecbed2a98c58c50e41a7426188bfa",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 138,
"avg_line_length": 17.506849315068493,
"alnum_prop": 0.6658841940532081,
"repo_name": "kenoss/dotfiles",
"id": "cf07541aa5ea1cad6bcd225d253e60187909cf38",
"size": "128... |
using System;
using System.Text;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using MonoGame.Extended.BitmapFonts;
using MonoGame.Extended.Graphics.... | {
"content_hash": "396b48c464c0496ccc263130537f2fd9",
"timestamp": "",
"source": "github",
"line_count": 450,
"max_line_length": 237,
"avg_line_length": 54.42666666666667,
"alnum_prop": 0.5933774293646905,
"repo_name": "rafaelalmeidatk/MonoGame.Extended",
"id": "e7ec533f74b3176b140d71ebdccca1ca21b7c82... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.a... | {
"content_hash": "0dc7a2c0cc15690b18a88a537d9e008a",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 108,
"avg_line_length": 37.47457627118644,
"alnum_prop": 0.5689733152419719,
"repo_name": "AlmasB/FXGLGames",
"id": "076ba9d56bbffedd24722877fd96bb8ab7c38eeb",
"size": "221... |
Copyright (c) 2009-2013 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying
file COPYING or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in the [OpenSSL Toolkit](http://www.openssl.org/). This product inc... | {
"content_hash": "d397d2046ffcbc0b277c9321a70c8adc",
"timestamp": "",
"source": "github",
"line_count": 154,
"max_line_length": 144,
"avg_line_length": 32.31818181818182,
"alnum_prop": 0.7144866385372715,
"repo_name": "slothxx/adcnfork",
"id": "5a5b9bfef9cc8a741d40e038d668ed4d0e556517",
"size": "49... |
'use strict';
var webpack = require('webpack');
var path = require('path');
var sassPaths = [
'client/stylesheets/',
]
.map(function(m){ return path.resolve(__dirname, m); })
.join('&includePaths[]=');
module.exports = {
context: __dirname + '/client',
entry: {
main: "./components/App.jsx",
WeiqiBoard... | {
"content_hash": "763a002c90c2ce409b67a1f6a3939f03",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 79,
"avg_line_length": 25.56,
"alnum_prop": 0.5766823161189358,
"repo_name": "gcao/weiqi-app",
"id": "ea57028dbb2e814384773461893f87024d377e38",
"size": "1278",
"binary":... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using NServiceBus;
using SFA.DAS.CommitmentsV2.Messages.Commands;
using SFA.DAS.EAS.Account.Api.Client;
using SFA.DAS.Notifications.Messages.Commands;
namespace SFA.DAS.CommitmentsV2.Mes... | {
"content_hash": "ecd25bf9acc905421c3c0eefaa6bc289",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 138,
"avg_line_length": 40.08695652173913,
"alnum_prop": 0.5648047722342733,
"repo_name": "SkillsFundingAgency/das-commitments",
"id": "b15932f5f7f65a0962b049ba3ff95e88881567... |
<!DOCTYPE html>
<html>
<head>
<title>PageLoading Time</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<META HTTP-Equiv="MinimizeButton" content="visibility:Visible;top:30 " >
<META HTTP-Equiv="quitbutton" Content="visibility:visible">
<META HTTP-E... | {
"content_hash": "91bd5efa884702b4c89c492c96ac65fa",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 298,
"avg_line_length": 33.73267326732673,
"alnum_prop": 0.6791899031405929,
"repo_name": "rhomobile/RMS-Testing",
"id": "4f660e178385cb2170901efb9bcef5adea7c3ee9",
"size"... |
#include "config.h"
#include "core/css/FontFace.h"
#include "bindings/core/v8/ExceptionState.h"
#include "bindings/core/v8/ScriptState.h"
#include "bindings/core/v8/UnionTypesCore.h"
#include "core/CSSValueKeywords.h"
#include "core/css/BinaryDataFontFaceSource.h"
#include "core/css/CSSFontFace.h"
#include "core/css... | {
"content_hash": "5231c98bcccb68d1383d8e2ba999fac0",
"timestamp": "",
"source": "github",
"line_count": 561,
"max_line_length": 190,
"avg_line_length": 34.28163992869875,
"alnum_prop": 0.6774646422628952,
"repo_name": "sgraham/nope",
"id": "c34574b89d34dae03d1562df94128fe3527ddaaa",
"size": "20794"... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_UTIL_H
#define BITCOIN_UTIL_H
#include "uint256.h"
#include <stda... | {
"content_hash": "d11f7f4146fee934d90337feedd7551f",
"timestamp": "",
"source": "github",
"line_count": 624,
"max_line_length": 143,
"avg_line_length": 27.556089743589745,
"alnum_prop": 0.6650770572840942,
"repo_name": "Sphere2013/GlobeCrypto",
"id": "8e2a6690e744ecb91e604a87193b848c3a18275a",
"siz... |
layout: page
title: Tushar Joshi
subtitle: I Like to Solve Problems.
---
<p align="justify">Hi! I’m Tushar Joshi, a chemical engineer, and a person who is passionate about new technology and entrepreneurship. With the hunger to learn, get involved and ‘hustle’, I often involve myself with opportunities that differ fr... | {
"content_hash": "e74e210737a3c6caa25f3df10f105b1f",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 354,
"avg_line_length": 85.22222222222223,
"alnum_prop": 0.7666232073011734,
"repo_name": "tusharjoshi1/tusharjoshi1.github.io",
"id": "ecfac86d519da53d66ebd7a558e9c97cf740755... |
<?php
class IMDT_Util_Acl {
private static $_instance;
private $_aclRules;
public static function getInstance() {
if (self::$_instance == null) {
self::$_instance = new self();
}
return self::$_instance;
}
public function __construct() {
... | {
"content_hash": "8ec2f68b6f45cd089dc632bd7481bde8",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 104,
"avg_line_length": 23.344827586206897,
"alnum_prop": 0.5568685376661743,
"repo_name": "BBBManager/web-ui",
"id": "33e97777846f755a9b496d124b805f3a07fd136c",
"size": "6... |
package xworker.swt.xworker.attributeEditor;
import org.xmeta.ActionContext;
import org.xmeta.Thing;
import org.xmeta.World;
import xworker.swt.util.SwtUtils;
import xworker.swt.util.ThingCompositeCreator;
public class TwoInputs {
public static Object create(ActionContext actionContext) {
Thing self = ... | {
"content_hash": "4400705538ecba8cc5bf21e898a734b1",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 121,
"avg_line_length": 34.28125,
"alnum_prop": 0.7329079307201458,
"repo_name": "x-meta/xworker",
"id": "bf49503b8f4d5b314aea3403c23a1befcda8e9ca",
"size": "1097",
"bina... |
echo "Starting the fabric8 container"
#docker pull sonatype/nexus:oss
#docker run -d -p 8081:8081 --name nexus sonatype/nexus:oss
docker run -p 8101:18101 -p 8181:18181 -d -t --link nexus:nexus --name fabric8 -e DOCKER_HOST=http://192.168.59.103:2375 eurotrip:fabric8
#docker port fabric8demo 8181
#docker port fabric8de... | {
"content_hash": "afeabae70e091f5f19cf2978bc4b2a62",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 137,
"avg_line_length": 54.5,
"alnum_prop": 0.7706422018348624,
"repo_name": "eurotrip11/docker-fabric8",
"id": "8e5c791aedd1a374e98c0524b046b9b08d03abf8",
"size": "348",
... |
Reader for sevice Reddit.
## Demo
https://viktor777.github.io/reader/?/javascript | {
"content_hash": "8ae130ffc9668042da3c8fd130c3dbdc",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 47,
"avg_line_length": 16.6,
"alnum_prop": 0.7590361445783133,
"repo_name": "Viktor777/reader",
"id": "bdb92425776ffcd2daa984292a54e6d8c1b4e015",
"size": "93",
"binary": f... |
package com.ericsson.eiffel.semantics.events;
import java.util.ArrayList;
import java.util.List;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class EiffelSourceChangeCreatedEventData {
@SerializedName("author")
@Expose
private Author au... | {
"content_hash": "6c59d67a101423dbb24859371be77918",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 87,
"avg_line_length": 25.53,
"alnum_prop": 0.6635330983157071,
"repo_name": "xdurvak/eiffel-remrem-semantics",
"id": "9b3201f32a7d6622401672748b1446db0ebf04a8",
"size": "... |
<?php
namespace Wookieb\ZorroDataSchema\Schema\Type;
use Wookieb\TypeCheck\ObjectTypeCheck;
use Wookieb\ZorroDataSchema\Exception\InvalidValueException;
/**
* Date type which represents date as \DateTime object
*
* @author Łukasz Kużyński "wookieb" <lukasz.kuzynski@gmail.com>
*/
class DateType extends AbstractTy... | {
"content_hash": "2b7a8f6289c12b4fca181508d10d04ae",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 103,
"avg_line_length": 25.033898305084747,
"alnum_prop": 0.5863236289776574,
"repo_name": "wookieb/zorro-data-schema",
"id": "872e74bc799bebd7783a4c487df2bf4343fa9152",
"s... |
<?php
class uploadVideoTask extends sfBaseTask
{
protected function configure()
{
// // add your own arguments here
// $this->addArguments(array(
// new sfCommandArgument('my_arg', sfCommandArgument::REQUIRED, 'My argument'),
// ));
$this->addOptions(array(
new sfCommandOption('applica... | {
"content_hash": "1bdfcd152f1ab4b3c4bee9ed1880b3ef",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 118,
"avg_line_length": 36.148148148148145,
"alnum_prop": 0.46024590163934426,
"repo_name": "lebedta/christmedia",
"id": "cc6c8829bd76a283070b2a1feaef099ae3532796",
"size"... |
import netaddr
import sqlalchemy as sa
from sqlalchemy import orm
from sqlalchemy.orm import exc
from neutron.api.rpc.agentnotifiers import l3_rpc_agent_api
from neutron.api.v2 import attributes
from neutron.common import constants as l3_constants
from neutron.common import exceptions as n_exc
from neutron.common impo... | {
"content_hash": "c2f3452427c3982dd687d937af3a4c82",
"timestamp": "",
"source": "github",
"line_count": 1179,
"max_line_length": 79,
"avg_line_length": 46.60559796437659,
"alnum_prop": 0.5680643517507462,
"repo_name": "huaweiswitch/neutron",
"id": "0f8a56c0efb24a73ba7a242df101b83be6051c4e",
"size":... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Source: src/tween/TweenManager.js · Phaser CE</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/default.css">
<link type="text/c... | {
"content_hash": "e37765c8be492467fdf67f7078d88555",
"timestamp": "",
"source": "github",
"line_count": 1437,
"max_line_length": 177,
"avg_line_length": 30.25678496868476,
"alnum_prop": 0.5605234711009913,
"repo_name": "agusto3/phaserPrototype",
"id": "d6648723b909788f378fd5ad3a1be0189128b642",
"si... |
#ifndef FMGRTAB_H
#define FMGRTAB_H
#include "access/transam.h"
#include "fmgr.h"
/*
* This table stores info about all the built-in functions (ie, functions
* that are compiled into the Postgres executable).
*/
typedef struct
{
Oid foid; /* OID of the function */
short nargs; /* 0..FUNC_MAX_ARGS, or -... | {
"content_hash": "779775fa245829e75db59d2bf88cf9a6",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 75,
"avg_line_length": 27.675675675675677,
"alnum_prop": 0.69921875,
"repo_name": "greenplum-db/gpdb",
"id": "e981f34934733b905334ee9038deb368aabc6a64",
"size": "1437",
"... |
package org.gradle.test.performance.mediummonolithicjavaproject.p226;
public class Production4538 {
private String property0;
public String getProperty0() {
return property0;
}
public void setProperty0(String value) {
property0 = value;
}
private String property1;
... | {
"content_hash": "e35b5044fe29d54b8918ef4efd452a13",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 69,
"avg_line_length": 18.00952380952381,
"alnum_prop": 0.6171337916446324,
"repo_name": "oehme/analysing-gradle-performance",
"id": "9b524cb6b5a4556b68eb542a928e61d4f28158c... |
"""
Created on Jan 21, 2020
@author: alfoa, wangc
Gaussian process regression (GPR)
"""
#Internal Modules (Lazy Importer)--------------------------------------------------------------------
#Internal Modules (Lazy Importer) End----------------------------------------------------------------
#External Modules--... | {
"content_hash": "63c1398331cc3810a5ff47b307c4ab8d",
"timestamp": "",
"source": "github",
"line_count": 194,
"max_line_length": 315,
"avg_line_length": 90.77835051546391,
"alnum_prop": 0.5709499744477883,
"repo_name": "joshua-cogliati-inl/raven",
"id": "6c7963aa28667d0db21466764bbd2dbbe34aaf36",
"s... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Net.Http.Headers;
namespace SDS.Clould.WebAPI.Areas.HelpPage
{
/// <summary>
/// This is used to identify the place where the sample should be applied.
/// </summary>
public class HelpPageSampleKey
{
/... | {
"content_hash": "b0d490df04c99b7ce23e956117c0ff40",
"timestamp": "",
"source": "github",
"line_count": 172,
"max_line_length": 175,
"avg_line_length": 37.68023255813954,
"alnum_prop": 0.5698194723036568,
"repo_name": "dzhenko/SpawnedDeliveryService",
"id": "e1e7f10b30bf42e9f88ae06122e3c65d35122ceb",... |
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>jvmsnippets</groupId>
<artifactId>j... | {
"content_hash": "650c7c7e5b235f5521288fd6fe8091a4",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 105,
"avg_line_length": 39.3125,
"alnum_prop": 0.6947535771065183,
"repo_name": "jvmsnippets/jvmsnippets-examples",
"id": "c5899c9b73a87dded2d13ded0981a23e0a9c35f5",
"size"... |
<?php
namespace Vda\Datasource\Relational;
class QueryBuilderState
{
private $isRoot = false;
private $ignoreScope = false;
private $ignoreAlias = false;
private $preferAlias = false;
private $parenthesizeSubSelect = true;
private $quoteWildcards ... | {
"content_hash": "1f0317285de98fde631b1a3994a9f0be",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 66,
"avg_line_length": 21.375,
"alnum_prop": 0.6120857699805068,
"repo_name": "VDALLC/datasource",
"id": "2a1863796ed939e5b4e2d1408da8fd363fe24572",
"size": "1539",
"bina... |
import os
import sys
import time
import threading
import multiprocessing
import subprocess
import supybot.conf as conf
import supybot.utils as utils
import supybot.world as world
from supybot.commands import *
import supybot.callbacks as callbacks
class Status(callbacks.Plugin):
def __init__(self, irc):
s... | {
"content_hash": "70cb7d94a390ab2766f0cce7f4d29041",
"timestamp": "",
"source": "github",
"line_count": 204,
"max_line_length": 80,
"avg_line_length": 37.06372549019608,
"alnum_prop": 0.5386853590794869,
"repo_name": "mazaclub/mazabot-core",
"id": "61ccfccdeca66da2f8bfbd2a04e0238e84a230d6",
"size":... |
/* ------------------------------------------------------------------------------
*
* # Invoice template
*
* Specific JS code additions for invoice_template.html page
*
* Version: 1.0
* Latest update: Aug 1, 2015
*
* ---------------------------------------------------------------------------- */
$(funct... | {
"content_hash": "540fe20843f3a4f2ecc4ef34999021d3",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 81,
"avg_line_length": 26.916666666666668,
"alnum_prop": 0.47368421052631576,
"repo_name": "iBase4J/iBase4J",
"id": "328ebed0493f39037a90036c484ca0e09ea301a4",
"size": "646... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_66-internal) on Tue Dec 08 09:28:00 GMT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.a... | {
"content_hash": "64d40011b1078b0e7f101ece985d0321",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 119,
"avg_line_length": 35.46031746031746,
"alnum_prop": 0.6069829901521934,
"repo_name": "manonsys/MVC",
"id": "4ac0113505356ca49e79bf7501542a54473f7c1d",
"size": "4468",... |
package com.tvd12.ezyfox.sfs2x.command.impl;
import com.smartfoxserver.v2.api.ISFSApi;
import com.smartfoxserver.v2.exceptions.SFSRoomException;
import com.smartfoxserver.v2.extensions.ISFSExtension;
import com.tvd12.ezyfox.core.command.PlayerToSpectator;
import com.tvd12.ezyfox.core.entities.ApiBaseUser;
import com.t... | {
"content_hash": "91ceffeca526c3bcf18e540a4b62d31a",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 108,
"avg_line_length": 29.872093023255815,
"alnum_prop": 0.6788633709614637,
"repo_name": "youngmonkeys/ezyfox-sfs2x",
"id": "acc52553b159ac98ade9f91c40c27da3ec5c358e",
"s... |
<?php
/**
* Returns the HTML for the Campaign Run page.
*/
?>
<h4>Campaign:
<p><?php print l($campaign_title, 'node/' . $field_campaigns[0]['target_id']); ?></p>
</h4>
<h4>Campaign Closed State:
<p><?php print l($campaign_title . ': Closed State', 'node/' . $field_campaigns[0]['target_id'] . '/closed'); ?></p>
<... | {
"content_hash": "93ad4f49b0ff4eceabbf05c1ccbb08a8",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 118,
"avg_line_length": 24.03448275862069,
"alnum_prop": 0.6025824964131994,
"repo_name": "DoSomething/dosomething",
"id": "efb22612a070993a770111b739208010bf36d42b",
"size... |
import React from "react"
import { render, screen } from "@testing-library/react"
import Login, { createOauthURL, generateErrorDisplayMessage } from "./Login"
import { MockAuthProvider } from "common/utils/testing"
import userEvent from "@testing-library/user-event"
describe("features/Authentication/Login", () => {
... | {
"content_hash": "8608dba8496245c107c65a5a0fe15364",
"timestamp": "",
"source": "github",
"line_count": 172,
"max_line_length": 153,
"avg_line_length": 31.796511627906977,
"alnum_prop": 0.5598829767782044,
"repo_name": "dictyBase/Dicty-Stock-Center",
"id": "f3693d24607a53b506e711d13fcc05bdef66cc98",
... |
What is this?
-------------
This is a simple script that wraps around boot2docker to make docker feel more native on windows.
What does it do?
----------------
1. Automatically starts boot2docker if it is not already running.
2. Mounts your `C:\` drive on the VM at `/c` if it's not already mounted.
3. Determines ... | {
"content_hash": "d7e3d26d5128cfb9774dd8ae53a66036",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 129,
"avg_line_length": 30.68,
"alnum_prop": 0.7196870925684485,
"repo_name": "klieber/boot2docker-windows",
"id": "4eff1d92ee061018e0383bb46fbc998a74d38708",
"size": "1534... |
<?php
use Illuminate\Database\Seeder;
use Illuminate\Database\Eloquent\Model;
class DatabaseSeeder extends Seeder {
/**
* Run the database seeds.
*
* @return void
*/
public function run() {
Model::unguard();
DB::statement('SET FOREIGN_KEY_CHECKS=0;');
$this->call(... | {
"content_hash": "81ce956e9c0ad12f52b00a4569befb8e",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 51,
"avg_line_length": 26.96969696969697,
"alnum_prop": 0.5921348314606741,
"repo_name": "soywod/MAD",
"id": "4791e64e3200e2b02f3da3acc9c59a893ca4d22d",
"size": "890",
"b... |
import React from 'react';
import { ModelListView, ModelListViewImpl } from './ModelListView';
import { mockModelVersionDetailed, mockRegisteredModelDetailed } from '../test-utils';
import { Alert } from '@databricks/design-system';
import { ModelVersionStatus, Stages } from '../constants';
import { BrowserRouter } fro... | {
"content_hash": "a90f6f9ec665b349081d25d6c8bdb651",
"timestamp": "",
"source": "github",
"line_count": 259,
"max_line_length": 92,
"avg_line_length": 38.011583011583014,
"alnum_prop": 0.6479431183341798,
"repo_name": "mlflow/mlflow",
"id": "4e64063ad056136dbb619c80f89f7a0ecbe82819",
"size": "9845"... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
public static class ArrayExtensions
{
public static T[] Filter<T>(this T[] data, int[] indexesToStay)
{
T[] newArr = new T[indexesToStay.Length];
for (int i = 0; i < indexesToSt... | {
"content_hash": "950e55c32514c63b3142781525d915cc",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 74,
"avg_line_length": 24.567901234567902,
"alnum_prop": 0.5256281407035176,
"repo_name": "saper150/vectors-and-dimensions-reduction-for-machine-learning",
"id": "429055370cf... |
"""Test using a proxy."""
# External imports
import multiprocessing
import pytest
import http.server
import socketserver
from urllib.request import urlopen
# Internal imports
import vcr
# Conditional imports
requests = pytest.importorskip("requests")
class Proxy(http.server.SimpleHTTPRequestHandler):
"""
... | {
"content_hash": "91641b824683c6e9b02e6f672656e4d9",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 85,
"avg_line_length": 30.491525423728813,
"alnum_prop": 0.67982212340189,
"repo_name": "graingert/vcrpy",
"id": "b465b59e92b7850959430223b4c6ea51678970b3",
"size": "1823",... |
import json
import pymol
from pymol.cgo import *
# This is a heavily modified version of the cgoCircle script found on the pymol wiki)
# This tool has been developed to support the EMRinger software, but is useful for all dihedral-sampling visualization.
def ringerRing(jsonfile, cr=1, cg=0.4, cb=0.8, width=28):
with... | {
"content_hash": "c65bfef2211e15aecba954c12eb02bb4",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 119,
"avg_line_length": 32.892857142857146,
"alnum_prop": 0.6894679695982627,
"repo_name": "fraser-lab/EMRinger",
"id": "905a98de0c067b489c9ad14a6457837c571e0ed4",
"size": ... |
package com.ldxx.lottery.orm;
/**
*
* @author wangzhuo
*
*/
public class FirstDistribution {
private String pid;
private String issue;
private String province_name;
private String province_py;
private int num;
public String getPid() {
return pid;
}
public void setPid(String pid) {
this.pid = pid;
... | {
"content_hash": "548379343dc3948e1865a983623cdddb",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 85,
"avg_line_length": 20.224137931034484,
"alnum_prop": 0.6786018755328218,
"repo_name": "liaodongxiaoxiao/MybatisSqlite",
"id": "3a2c7aa3bbcc9edcb5db988ea85501786ac09e0a",
... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Ignite Tools: Shared/Airship/External/UA_ZipFile-OC/UA_minizip/UA_mztoo... | {
"content_hash": "fc9cfe4fd1af2eef379b8c4c5a7904a0",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 689,
"avg_line_length": 59.08849557522124,
"alnum_prop": 0.6616744046727572,
"repo_name": "jflasher/IgniteTools",
"id": "c182468672ec13fb03db7d9b576c81450f21045e",
"size":... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>KEY_INTERVAL property - TrackerResponse class - tracker library - Dart API</title>
<!-- required because al... | {
"content_hash": "a6b9e7692132fd073ffa926754f6795b",
"timestamp": "",
"source": "github",
"line_count": 153,
"max_line_length": 145,
"avg_line_length": 39.333333333333336,
"alnum_prop": 0.6050182784978398,
"repo_name": "kyorohiro/dart_hetimatorrent",
"id": "072f313c8e6bbb5e68c752c641be44ba16fe3fdd",
... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2021 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <addrdb.h>
#include <addrman.h>
#include <chainparams.h>
#include <clie... | {
"content_hash": "3ba4d73d5799ae7afe3060ead8f962f1",
"timestamp": "",
"source": "github",
"line_count": 225,
"max_line_length": 249,
"avg_line_length": 33.44888888888889,
"alnum_prop": 0.6502790326866862,
"repo_name": "mm-s/bitcoin",
"id": "94518b88d86704606b855909d472d3de3ea68f13",
"size": "7526",... |
body {
font-family: sans-serif;
}
#lsn_mask,
#lsn_mask iframe {
top: 0;
left: 0;
background-color: #eee;
filter: alpha(opacity=55);
-moz-opacity: .55;
opacity: .55;
position: absolute;
z-index: 99;
width:100%;/*must have for any big value*/
height:100%;/*must have for any big value*/;
}
/* Fix f... | {
"content_hash": "ee69b40665ff9c09cd79372ff86f2999",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 59,
"avg_line_length": 18.857142857142858,
"alnum_prop": 0.6422558922558923,
"repo_name": "ryangies/lsn-www-hub",
"id": "92b8938be29217f1a2785dbdea877c88df9b8e42",
"size": ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.