text stringlengths 2 1.04M | meta dict |
|---|---|
Copyright (c) 2015, core
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
... | {
"content_hash": "359d4fcc9a2845530ee472d8a3895a5c",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 78,
"avg_line_length": 55.074074074074076,
"alnum_prop": 0.8117014122394082,
"repo_name": "coreiho/silverstripe-print-pretty",
"id": "3530da75362625ab22871cf89d4ffc07cab5bb88... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "63b3c9a4e7555cb376e4d6dfcefa1620",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "831c16603417ea5006ca53ef0c6c4ac06d489694",
"size": "193... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "f62f8397ed40ff540059619ea1807e14",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "b68e683a6d547bd95e36585ab930ba42598dc5f0",
"size": "180... |
import {
GraphQLID as ID,
GraphQLInputObjectType,
GraphQLString,
} from 'graphql';
const TagInputType = new GraphQLInputObjectType({
name: 'TagInput',
fields: {
text: {
type: GraphQLString,
},
deName: {
type: GraphQLString,
},
itName: {
type: GraphQLString,
},
l... | {
"content_hash": "4fa392c9e05e26447292238f9a2c40d6",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 52,
"avg_line_length": 16.82758620689655,
"alnum_prop": 0.5860655737704918,
"repo_name": "nambawan/g-old",
"id": "1fadc86be50c3f976f35110d69d5e8dc7164d774",
"size": "488",
... |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="en">
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About Neutron</source>
<translation>About Neutron</translation>
</message>
<message... | {
"content_hash": "4e2f243d9bb05de239e26b08c9559358",
"timestamp": "",
"source": "github",
"line_count": 3330,
"max_line_length": 405,
"avg_line_length": 37.12792792792793,
"alnum_prop": 0.6158319583292892,
"repo_name": "audiotopix/Neutron",
"id": "d0bb7ee5bd32f65a24770693c14a4e9b5d383a4e",
"size": ... |
use std::marker;
struct Heap;
struct Vec<T, A = Heap>(
marker::PhantomData<(T,A)>);
fn main() {
let _: Vec<isize, Heap, bool>;
//~^ ERROR wrong number of type arguments: expected at most 2, found 3 [E0107]
}
| {
"content_hash": "38e609bf4abfc641a1ad815bc41cfeda",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 82,
"avg_line_length": 20.272727272727273,
"alnum_prop": 0.6188340807174888,
"repo_name": "GBGamer/rust",
"id": "84c3a2f2230242022c41f01127989deaf158f3f0",
"size": "690",
... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "705c8305e1a853ce7a92e99ae7977982",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "2caa08ecfe5d462545747e5f1b6c00e5ea1b7cca",
"size": "179... |
<?php
class ItemTest extends PHPUnit\Framework\TestCase
{
/**
* Run a test using a sprintf template and data
*
* @param string $template
*/
protected function checkFromTemplate($template, $data)
{
if (!is_array($data)) {
$data = [$data];
}
$xml = vsp... | {
"content_hash": "2396b7ffbc4ec4e636a4a2a6f783fdfd",
"timestamp": "",
"source": "github",
"line_count": 181,
"max_line_length": 97,
"avg_line_length": 26.69060773480663,
"alnum_prop": 0.5450217346305113,
"repo_name": "FreshRSS/simplepie",
"id": "117330d1117d4147b3001589c835da95c22b64f8",
"size": "6... |
"""
pyhik.constants
~~~~~~~~~~~~~~~~~~~~
Constants list
Copyright (c) 2016-2021 John Mihalic <https://github.com/mezz64>
Licensed under the MIT license.
"""
MAJOR_VERSION = 0
MINOR_VERSION = 3
SUB_MINOR_VERSION = 1
__version__ = '{}.{}.{}'.format(
MAJOR_VERSION, MINOR_VERSION, SUB_MINOR_VERSION)
CONNECT_TIMEOUT =... | {
"content_hash": "b3c3f6a3891ebffb55c472c09aeef341",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 65,
"avg_line_length": 27,
"alnum_prop": 0.6434494195688225,
"repo_name": "mezz64/pyHik",
"id": "fbad3e15501d4087647e6ab40dab0f41c6174dc4",
"size": "1809",
"binary": fals... |
package kr.ac.kumoh.railroApplication.classes;
import java.util.ArrayList;
/**
* Created by Woocha on 2015-09-07.
*/
public class WeatherConditionList {
public ArrayList<WeatherCondition> mListSnow;
public ArrayList<WeatherCondition> mListClearSky;
public ArrayList<WeatherCondition> mListFew_Clouds;
... | {
"content_hash": "9d78e056983d3ed1ce16d5c1add58b5b",
"timestamp": "",
"source": "github",
"line_count": 239,
"max_line_length": 93,
"avg_line_length": 57.33054393305439,
"alnum_prop": 0.6764705882352942,
"repo_name": "kumohND/RailroApplication",
"id": "c73b105792ba9a0561e4fcb96f7022cfa15e73e9",
"si... |
/**
* @file 简单字形绘制
* @author mengke01(kekee000@gmail.com)
*/
define(
function (require) {
var ShapeConstructor = require('./Shape');
var drawPath = require('../util/drawPath');
var proto = {
type: 'glyf',
adjust: function (shape, camera) {
var... | {
"content_hash": "40db298e63846cddd2abba05e049bc2f",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 66,
"avg_line_length": 23.36111111111111,
"alnum_prop": 0.4084423305588585,
"repo_name": "moyogo/fonteditor",
"id": "2eb15c4f8142fd6d1bf993a31590dc03eafcd553",
"size": "169... |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2011.12.14 at 03:30:4... | {
"content_hash": "ccad74331760873f44ec6a0cdd3f7c02",
"timestamp": "",
"source": "github",
"line_count": 265,
"max_line_length": 109,
"avg_line_length": 24.739622641509435,
"alnum_prop": 0.5817571690054911,
"repo_name": "BlueBrain/bluima",
"id": "2c5ac5717c84f3b9813ab784ca89d06938d86642",
"size": "6... |
<?php
/**
* IdentityChangeWhatsAppApi
* PHP version 7.2
*
* @category Class
* @package Infobip
* @author Infobip Support
* @link https://www.infobip.com
*/
/**
* Infobip Client API Libraries OpenAPI Specification
*
* OpenAPI specification containing public endpoints supported in client API libraries.... | {
"content_hash": "052f2eaf77390380d81ca5619031927f",
"timestamp": "",
"source": "github",
"line_count": 720,
"max_line_length": 196,
"avg_line_length": 36.86666666666667,
"alnum_prop": 0.5733499095840868,
"repo_name": "infobip/infobip-api-php-client",
"id": "9eed326411ed0e45e5db3c710621d04aa4d1a650",... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Thu Sep 25 12:22:17 CEST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>at.irian.ankor.app... | {
"content_hash": "0deeb54296842795cf0839473b224aaa",
"timestamp": "",
"source": "github",
"line_count": 186,
"max_line_length": 267,
"avg_line_length": 40.95161290322581,
"alnum_prop": 0.6640409610082709,
"repo_name": "ankor-io/ankor-framework",
"id": "69f6c3f651050b6bec118bc7e9bec6f3a45c92f6",
"si... |
package com.breakersoft.plow.dao.pgsql;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.UUID;
import org.springframework.dao.EmptyResultDataAccessException;
import org.springframework.jdbc.core.PreparedStatementCreator;
import or... | {
"content_hash": "c77503c800cd59d413119a1cbab91fbb",
"timestamp": "",
"source": "github",
"line_count": 237,
"max_line_length": 114,
"avg_line_length": 35.72573839662447,
"alnum_prop": 0.5340734616747372,
"repo_name": "Br3nda/plow",
"id": "974c7208014750ccb238d42f49d7f6fe62ed4133",
"size": "8467",
... |
<?php
namespace Omnipay\Migs\Message;
/**
* Migs Purchase Request
*/
class TwoPartyPurchaseRequest extends AbstractRequest
{
protected $action = 'pay';
public function getData()
{
$this->validate('amount', 'transactionId', 'card');
$this->getCard()->validate();
$data = $this->... | {
"content_hash": "83f35211162e0939f7d976c77f5b3ab2",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 102,
"avg_line_length": 24.789473684210527,
"alnum_prop": 0.5902335456475584,
"repo_name": "williangringo/php-framework",
"id": "086d268d7ae392883cfb7fe3017c22fd412e7165",
... |
"use strict";
(function(){
function init() {
}
function handleQuery(key, val) {
Espruino.Core.Code.switchToCode(); // if in blockly
switch(key){
case "code":
Espruino.Core.EditorJavaScript.setCode(val);
break;
case "upload":
Espruino.Core.MenuPortSelector.ensureC... | {
"content_hash": "34760887c12e2231246d67917360fd10",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 82,
"avg_line_length": 28.59016393442623,
"alnum_prop": 0.5665137614678899,
"repo_name": "SMACproject/SMAC-IRP",
"id": "3e59ab5d129924765fb61f0cae91cf039a8779c2",
"size": "... |
from django.forms import CharField, Form, ModelChoiceField
from django.utils.translation import ugettext_lazy as _
from sendinel.backend.authhelper import format_and_validate_phonenumber
from sendinel.backend.models import get_enabled_wocs
from sendinel.infoservices.models import InfoMessage, InfoService
class Regis... | {
"content_hash": "fd9f3c9d8371a00981e9f4bf9f12ea3a",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 91,
"avg_line_length": 51.53125,
"alnum_prop": 0.5651910248635537,
"repo_name": "Sendinel/Sendinel",
"id": "02d7b76bb7189e06826d7245fe189090b1d136e7",
"size": "1649",
"bi... |
package org.elasticsearch.index.shard;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.elasticsearch.action.ActionListener;
import org.elasticsearch.action.ActionRequest;
import org.elasticsearch.action.ActionRequestValidationException;
import org.elasticsearch.action.re... | {
"content_hash": "80943696312c956e2eb66bd11dbd3436",
"timestamp": "",
"source": "github",
"line_count": 431,
"max_line_length": 138,
"avg_line_length": 41.438515081206496,
"alnum_prop": 0.6170212765957447,
"repo_name": "coding0011/elasticsearch",
"id": "f4cd1cdb8115ef8f2c1401ba011c85ea64d858f6",
"s... |
description: Hints, tips and guidelines for writing clean, reliable Dockerfiles
keywords: parent image, images, dockerfile, best practices, hub, official image
redirect_from:
- /articles/dockerfile_best-practices/
- /engine/articles/dockerfile_best-practices/
- /docker-cloud/getting-started/intermediate/optimize-docker... | {
"content_hash": "2530109466ab65f9dba089afd12353ca",
"timestamp": "",
"source": "github",
"line_count": 923,
"max_line_length": 185,
"avg_line_length": 37.1614301191766,
"alnum_prop": 0.7565889212827989,
"repo_name": "londoncalling/docker.github.io",
"id": "6beacdc26b50f8556cb6563cfca389e81c48bb17",
... |
//
// MARLoginViewController.m
// easywayout
//
// Created by Martin.Liu on 2017/1/4.
// Copyright © 2017年 MAIERSI. All rights reserved.
//
#import "MARLoginViewController.h"
@interface MARLoginViewController ()
#pragma mark IB Property for UI
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *constraint_up... | {
"content_hash": "299a711f568b29cb8d55e43da6009c09",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 102,
"avg_line_length": 28.953488372093023,
"alnum_prop": 0.7473895582329317,
"repo_name": "liulongdev/ProfilerTest",
"id": "50dc0a3b82c1df92d32586eeb124cba65dab4865",
"siz... |
import React, { Component, PropTypes , defaultProps } from 'react'
class ImageItem extends Component {
render() {
let imgUrl = this.props.url
let scaleW = (this.props.frameWidth)? this.props.frameWidth+'w_':'';
let scaleH = (this.props.frameHeight)? this.props.frameHeight+'h_':'';
imgUrl = window.Co... | {
"content_hash": "dadc3aeaea3bf5151b24483364bb86d4",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 97,
"avg_line_length": 27.26086956521739,
"alnum_prop": 0.6618819776714514,
"repo_name": "Hive-Team/venus-lp",
"id": "b89e4b2e860a0070c6c58e65ba72a6c1ce4d29d7",
"size": "62... |
package Perl::Critic::Policy::CodeLayout::ProhibitTrailingWhitespace;
use 5.006001;
use strict;
use warnings;
use English qw(-no_match_vars);
use Readonly;
use charnames qw{};
use PPI::Token::Whitespace;
use Perl::Critic::Utils qw{ :characters :severities };
use base 'Perl::Critic::Policy';
our $VERSION = '1.118';... | {
"content_hash": "4b7b90d93301d5fcd6c8902166af4b33",
"timestamp": "",
"source": "github",
"line_count": 143,
"max_line_length": 104,
"avg_line_length": 25.132867132867133,
"alnum_prop": 0.5809682804674458,
"repo_name": "amidoimidazol/bio_info",
"id": "d81098ec190b5fe7efbe282dbe238173a149a230",
"siz... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="2869576371154716097" name="status_bar_notification_info_overflow">"၉၉၉+"</string>
</resources> | {
"content_hash": "ba011cce17ef20ddcd54c0f43b60920a",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 100,
"avg_line_length": 41,
"alnum_prop": 0.7195121951219512,
"repo_name": "Rezar/Ubiqlog",
"id": "2ca01566a7a2792f75583c51f4fca712cc3e0f39",
"size": "170",
"binary": fals... |
import { CloseButton, CloseButtonProps } from "~/components/CloseButton"
import { Portal, PortalProps } from "~/portal"
import {
chakra,
ChakraProps,
forwardRef,
HTMLChakraProps,
StylesProvider,
SystemStyleObject,
ThemingProps,
useMultiStyleConfig,
useStyles,
} from "~/system"
import { fadeConfig } fr... | {
"content_hash": "f93d7f60784088c278115cc12568bf6e",
"timestamp": "",
"source": "github",
"line_count": 387,
"max_line_length": 119,
"avg_line_length": 27.3953488372093,
"alnum_prop": 0.683267308055084,
"repo_name": "UgnisSoftware/ugnis",
"id": "5f8a98d0022dae7fc9fda593bcd772139d315176",
"size": "1... |
using System;
using System.Collections;
namespace Org.BouncyCastle.Cms
{
public class RecipientInformationStore
{
private readonly ArrayList all; //ArrayList[RecipientInformation]
private readonly Hashtable table = new Hashtable(); // Hashtable[RecipientID, ArrayList[RecipientInformation]]
public RecipientInf... | {
"content_hash": "b0d2bb03801f78778210407e0ca085b9",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 112,
"avg_line_length": 24.27848101265823,
"alnum_prop": 0.7085505735140771,
"repo_name": "maurobennici/LicenseOn",
"id": "df8017f04bfad9d6f29987129ece1fced4fcc243",
"size"... |
(function () {
'use strict';
angular.module('guiapp.dashboard')
.controller('ChangeNumReplicasCtrl', ChangeNumReplicasCtrl);
ChangeNumReplicasCtrl.$inject = ['$modalInstance', 'indexService'];
function ChangeNumReplicasCtrl($modalInstance, indexService) {
var cnrVm = this;
cnr... | {
"content_hash": "d26a762f327c79665adb223893663a3a",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 71,
"avg_line_length": 24.565217391304348,
"alnum_prop": 0.5982300884955752,
"repo_name": "ihsl/elasticsearch-rtf",
"id": "090e2d6ddfd7f4c1bd83a4aa1d01f020ef5ddd84",
"size"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "3f3b5c5a8ffab3f0651ca523cfeca790",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "d244ad26c983989601e8183dc624f4133ae15f1c",
"size": "184... |
<!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_45) on Thu Nov 13 21:22:00 UTC 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.hadoop.s... | {
"content_hash": "ebd12c6fd6898e5c7fd826d7de82dd23",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 292,
"avg_line_length": 46.227586206896554,
"alnum_prop": 0.6236013725197672,
"repo_name": "SAT-Hadoop/hadoop-2.6.0",
"id": "099af2da4ae68045c67dd5d605de32ce50fed389",
"si... |
module Hammer
class ContentPages
def building_contents content_types, input_dir, output_dir, service
data = []
@test = Hammer::ContentProxy.new()
content_types.each do |content_params|
@params = content_params
contents(service).each do |content|
ContentProxy.register_... | {
"content_hash": "c86c682733598ab19f605fd55949f45f",
"timestamp": "",
"source": "github",
"line_count": 156,
"max_line_length": 115,
"avg_line_length": 29.653846153846153,
"alnum_prop": 0.5987894509295287,
"repo_name": "beachio/hammer-gem",
"id": "6abc8328b226897eebee59be38f37ed415e5e0c9",
"size": ... |
package com.alexrnl.subtitlecorrector.correctionstrategy;
import java.util.Collection;
import java.util.Collections;
import com.alexrnl.commons.translation.Translatable;
/**
* A parameter of a strategy.<br />
* @author Alex
* @param <T>
* the type of the parameter.
*/
public class Parameter<T> implement... | {
"content_hash": "c3fd7a78b60eb613ba07cd4103d33dee",
"timestamp": "",
"source": "github",
"line_count": 201,
"max_line_length": 118,
"avg_line_length": 29.323383084577113,
"alnum_prop": 0.6810315575161181,
"repo_name": "AlexRNL/SubtitleCorrector",
"id": "737abf30f731fd0fb69b5b1413323f12d362be18",
"... |
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| {
"content_hash": "9f0b4b46de98cfdd41d39780dc2026f1",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 60,
"avg_line_length": 16.857142857142858,
"alnum_prop": 0.7796610169491526,
"repo_name": "Tobess/TBSplitViewController",
"id": "582a60c314490328912fe2ce4ab82289d53a643b",
"... |
package com.crassirostris.cache.controller;
import lombok.extern.slf4j.*;
import org.springframework.cache.annotation.*;
import org.springframework.web.bind.annotation.*;
import java.text.*;
import java.util.*;
/**
* Created by crassirostris on 15. 9. 8..
*/
@Slf4j
@RestController
public class SimpleCacheControlle... | {
"content_hash": "be2e542b12c472d1e9a9da7ce7ce0fa4",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 79,
"avg_line_length": 26.46153846153846,
"alnum_prop": 0.747093023255814,
"repo_name": "juyoec/CacheBoxTest",
"id": "89b431fd3890133406bf6173309067d40193c2b0",
"size": "68... |
// ---------------------------------------------------------------------------------
// <copyright file="RespectPetMessageComposer.cs" company="https://github.com/sant0ro/Yupi">
// Copyright (c) 2016 Claudio Santoro, TheDoctor
// </copyright>
// <license>
// Permission is hereby granted, free of charge, to any per... | {
"content_hash": "7735d72bd9b6392bc50f9d0020a1265a",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 94,
"avg_line_length": 43.297872340425535,
"alnum_prop": 0.6412776412776413,
"repo_name": "TheDoct0r11/Yupi",
"id": "78815178d77ce0daad6744a28b46305e8e14c431",
"size": "203... |
import {expect} from 'chai';
import adapterManager from 'src/adaptermanager';
import {spec, masSizeOrdering, resetUserSync, hasVideoMediaType} from 'modules/rubiconBidAdapter';
import {parse as parseQuery} from 'querystring';
import {newBidder} from 'src/adapters/bidderFactory';
import {userSync} from 'src/userSync';
i... | {
"content_hash": "cabee96269113f96bf9b6f982551ce20",
"timestamp": "",
"source": "github",
"line_count": 1942,
"max_line_length": 350,
"avg_line_length": 36.12152420185376,
"alnum_prop": 0.5273992130923191,
"repo_name": "Somoaudience/Prebid.js",
"id": "c02a4c9f86c005c73826bb4eabfac30d1e6ce0b7",
"siz... |
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
class ActiveSupport::TestCase
# Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
fixtures :all
# Add more helper methods to be used by all tests here...
end
class A... | {
"content_hash": "700585740a5d28191fd0360b2dc139ea",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 82,
"avg_line_length": 27.071428571428573,
"alnum_prop": 0.7335092348284961,
"repo_name": "darlingtonamz/webfaq",
"id": "0f6da25427346b1e70aee13e9bbaf2fc1ed68c24",
"size": ... |
'use strict';
/* Validators */
var validation = angular.module('validation', []);
/*
* Validation rules controller
* When defining new rules add name and parameters into $scope.validationRules
* When a special function is required for the validation define it under {name.fun} and has to return 1 if validation suc... | {
"content_hash": "81394512ae097ecf213dba2e722d8d82",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 177,
"avg_line_length": 36.63,
"alnum_prop": 0.4283374283374283,
"repo_name": "ma66ot/flow2.0-angular",
"id": "ea645c2226290b5a7ac3cb70f276394590288f9e",
"size": "3663",
... |
/**
* Gossip-based set implementation.
*/
package io.atomix.protocols.gossip.set;
| {
"content_hash": "5d04e5429aed882e973373cf1ac60685",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 39,
"avg_line_length": 14.333333333333334,
"alnum_prop": 0.7093023255813954,
"repo_name": "atomix/atomix",
"id": "7a3ec99f67cfb99bfb478e636d39c240e4cb56c0",
"size": "699",
... |
/* Start of the app, we require everything that is needed */
define(function (require) {
var activity = require("sugar-web/activity/activity");
window.PaintApp = require("activity/paint-app");
require("activity/paint-activity");
PaintApp.libs.activity = activity;
/* Fetching and storing of the pa... | {
"content_hash": "7073dad4d94d9c8a13a8b05e23595e90",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 161,
"avg_line_length": 44.422222222222224,
"alnum_prop": 0.644072036018009,
"repo_name": "mikklfr/Paint.Activity",
"id": "c1a97d4975e4c7e830103e12fb230bd3e60e0341",
"size"... |
namespace content {
class RenderFrame;
} // namespace content
namespace cast_receiver {
// This class provides URL request rewrite rules by binding a
// UrlRequestRulesReceiver mojo interface and listening for updates from
// browser. The lifespan of provider and rules is tied to a RenderFrame. Owned
// by CastRunti... | {
"content_hash": "d9fb2e17b2d06b415d653d4aadde763d",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 79,
"avg_line_length": 37.027027027027025,
"alnum_prop": 0.7788321167883212,
"repo_name": "chromium/chromium",
"id": "5f713b7f2a5c71252b217fa973c4dd674cd78b56",
"size": "18... |
JSIL.MakeEnum(
"Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags", true, {
None: 0,
CheckedContext: 1,
InvokeSimpleName: 2,
InvokeSpecialName: 4,
BinaryOperationLogical: 8,
ConvertExplicit: 16,
ConvertArrayIndex: 32,
ResultIndexed: 64,
ValueFromCompoundAssignment: 128,
ResultD... | {
"content_hash": "d0504d0119ba6f2c40bf02871a1f1090",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 61,
"avg_line_length": 24.714285714285715,
"alnum_prop": 0.6994219653179191,
"repo_name": "hach-que/JSIL",
"id": "73868bac28ebef0b0263d2cad3ab7e0b2b618d3a",
"size": "348",
... |
using System;
using System.Collections.Generic;
using System.Linq;
using EPiServer;
using EPiServer.Framework.Cache;
using EPiServer.Logging.Compatibility;
using EPiServer.ServiceLocation;
using EPiServer.Shell.ObjectEditing;
using Geta.VippyWrapper.Responses;
namespace Geta.VippyModule.SelectionQueries
{
[Servic... | {
"content_hash": "47a0898685a1ffb2bd633388eb1ac720",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 149,
"avg_line_length": 29.425742574257427,
"alnum_prop": 0.5585464333781965,
"repo_name": "Geta/vippy",
"id": "4e22d8389b5c59c807cc5f7857f4f0028f6efc83",
"size": "2974",
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using OpenCvSharp.Internal.Util;
namespace OpenCvSharp.Internal.Vectors;
/// <summary>
/// </summary>
public class VectorOfPoint : DisposableCvObject, IStdVector<Point>
{
/// <summary>
/// Constructor
... | {
"content_hash": "1c9f61bd9f63a68ec71a5ed9ecad494b",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 109,
"avg_line_length": 24.87378640776699,
"alnum_prop": 0.5562060889929742,
"repo_name": "shimat/opencvsharp",
"id": "6c67992739e7baec689ef1a3d9350d63cd78a202",
"size": "... |
PyBaseConvert
=============
Convert arbitrary numbers between integer bases from 2 to 64.
Installation
------------
git clone https://github.com/TwoBitAlchemist/PyBaseConvert
Requires Python 2.6+ or Python 3.
Usage
-----
./base_convert.py NUM [from_base [to_base [round_to]]]
Convert `NUM`, which is any r... | {
"content_hash": "f591964fcacfcd56363456804749e3ea",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 78,
"avg_line_length": 30.842105263157894,
"alnum_prop": 0.7090443686006825,
"repo_name": "TwoBitAlchemist/PyBaseConvert",
"id": "3e5c761868e9582953de8379e7d7de486fced6fe",
... |
"""Helpers to build or extract data from feaLib AST objects."""
from __future__ import print_function, division, absolute_import, unicode_literals
from fontTools.feaLib import ast
from fontTools import unicodedata
import collections
import re
# we re-export here all the feaLib AST classes so they can be used from
# ... | {
"content_hash": "568db5a792d371e9286d2ee0202d139f",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 86,
"avg_line_length": 35.87128712871287,
"alnum_prop": 0.6577422025945349,
"repo_name": "jamesgk/ufo2ft",
"id": "f51c6247fd773e6f00c18988e892f08119bc7ebf",
"size": "7246"... |
// imported .dll's
using Newtonsoft.Json;
namespace TwitchLibrary.Models.Clients.PubSub.Response
{
public class PubSubResponse
{
[JsonProperty("type")]
public string type { get; internal set; }
[JsonProperty("nonce")]
public string nonce { get; internal set; }
[JsonPr... | {
"content_hash": "4dd44ec5287a688ebb6d90c241cb6fac",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 54,
"avg_line_length": 23.294117647058822,
"alnum_prop": 0.6237373737373737,
"repo_name": "RokuHodo/Twitch-Library",
"id": "4fd08a57d5a8b01cf4c42ad5b109b503e9366b67",
"size... |
@interface KYUser : NSObject
// 用户名
@property(nonatomic,copy)NSString *userName;
// 密码
@property(nonatomic,copy)NSString *password;
+ (instancetype)shareUser;
@end
| {
"content_hash": "b9df11cc46b15f60db2eed5095673627",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 44,
"avg_line_length": 15.272727272727273,
"alnum_prop": 0.75,
"repo_name": "stonesMonkey/kuaiYi",
"id": "a80f126f99ba48029d7a0a8bfb077d055c9ac4a0",
"size": "333",
"binar... |
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<appender name="TEST_LOG" class="ch.qos.logback.core.FileApp... | {
"content_hash": "c2754d63fb772853bb6e2880f8a95be7",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 81,
"avg_line_length": 26.76,
"alnum_prop": 0.6158445440956651,
"repo_name": "daisy/pipeline-issues",
"id": "13076c43d6a53bf0367f242f3423fcb88c323427",
"size": "669",
"bi... |
"""
The classes in this module provide a property-like interface
to widget instance variables in a class. These properties translate
essential pieces of widget state into more convenient python objects
(for example, the check state of a button to a bool).
Example Use::
class Foo(object):
bar = ButtonPrope... | {
"content_hash": "621f0d31c222fcf63b9965941649040b",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 72,
"avg_line_length": 29.27848101265823,
"alnum_prop": 0.6437527021184609,
"repo_name": "glue-viz/glue-qt",
"id": "df4c4e21e6653ecf6e5578be7048cfb1cc7b41d5",
"size": "2313... |
require File.expand_path('../../test_helper', __FILE__)
begin
require 'oauth/request_proxy/rest_client_request'
require 'rest-client'
class RestlClientRequestProxyTest < Minitest::Test
def test_that_proxy_simple_get_request_works
request = ::RestClient::Request.new(method: :get, url: "http://example.... | {
"content_hash": "23f6185e63fd83ee6291dae331036f4c",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 140,
"avg_line_length": 48.123456790123456,
"alnum_prop": 0.6703437660338635,
"repo_name": "galois17/oauth-ruby",
"id": "45115baafa5770d54fadb7f78a1d721925ec3647",
"size": ... |
template <class CK>
void _test_circle_construct(CK ck)
{
typedef CGAL::Circle_2<CK> Circle_2;
typedef CGAL::Circular_arc_2<CK> Circular_arc_2;
typedef CGAL::Point_2<CK> Point_2;
typedef CGAL::Line_2<CK> Line_2;
typedef CGAL::... | {
"content_hash": "2621f612ec62ff120d4ad87c8e65d18a",
"timestamp": "",
"source": "github",
"line_count": 986,
"max_line_length": 111,
"avg_line_length": 46.36815415821501,
"alnum_prop": 0.6618254992453904,
"repo_name": "hlzz/dotfiles",
"id": "863de4b674ee3e026d8e9ce5565f7c34f8ea842e",
"size": "46862... |
package tastytest
object TargetNameAnnot {
@annotation.targetName("doubleplus") def ++ : Unit = println("++")
def foo = 23
}
| {
"content_hash": "4f9c0db05a5eb39187875d39cc8455bb",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 68,
"avg_line_length": 14.777777777777779,
"alnum_prop": 0.6691729323308271,
"repo_name": "lrytz/scala",
"id": "157fd18095486b2ad75d78a70e5d2667e2ac8b84",
"size": "133",
"... |
package org.apache.beam.sdk.io;
import static org.apache.beam.sdk.transforms.display.DisplayDataMatchers.hasDisplayItem;
import static org.apache.beam.sdk.transforms.display.DisplayDataMatchers.includesDisplayDataFor;
import static org.hamcrest.MatcherAssert.assertThat;
import java.io.IOException;
import java.io.Ser... | {
"content_hash": "0c68fe9895c3f257c2ac32693f967e84",
"timestamp": "",
"source": "github",
"line_count": 158,
"max_line_length": 96,
"avg_line_length": 33.46835443037975,
"alnum_prop": 0.7530257186081695,
"repo_name": "rangadi/beam",
"id": "77da271109653e20caa458f03d02010e642f8f0e",
"size": "6093",
... |
package org.visallo.web;
import com.google.common.base.Joiner;
import org.visallo.core.config.Configuration;
import org.visallo.core.model.thumbnails.ThumbnailRepository;
import org.visallo.core.model.properties.VisalloProperties;
import org.visallo.core.model.properties.types.MetadataVisalloProperty;
import org.visal... | {
"content_hash": "dc67fda320e31e46f2e1a0b718c6c7eb",
"timestamp": "",
"source": "github",
"line_count": 224,
"max_line_length": 149,
"avg_line_length": 49.151785714285715,
"alnum_prop": 0.6992733878292461,
"repo_name": "visallo/visallo",
"id": "ce58bde51f791854ed6dde39adbef5ffeb28c724",
"size": "11... |
(function (history) {
if (history && history.length > 0) {
result += '\n<scr'+'ipt>';
history.forEach(function (msg) {
result += '\nconsole.' + msg.level + '.apply(console, ' + JSON.stringify(msg.arguments) + ');';
});
result += '\n</scr'+'ipt>';
}
})(console.history);
| {
"content_hash": "23d73c81969e27161f4bac6b5080fe17",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 101,
"avg_line_length": 32.888888888888886,
"alnum_prop": 0.5472972972972973,
"repo_name": "reacuna/react-rails",
"id": "e540558060bbb2b74b4f4a28d5b6d95d0a2a0a06",
"size": "... |
package com.dreamchain.skeleton.service;
import com.dreamchain.skeleton.model.User;
import javax.servlet.http.HttpServletRequest;
public interface AuthenticationService {
void setSessionValue(HttpServletRequest request,User user);
}
| {
"content_hash": "1e2e32455fae4194c50c4b4163aa6723",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 63,
"avg_line_length": 22,
"alnum_prop": 0.8223140495867769,
"repo_name": "abdul-kader138/projectguru",
"id": "9831703689165fe58615f52b2d882ca9ffbcc564",
"size": "242",
"... |
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { ForgetComponent } from './forget.component';
import { routing } from './forget.routing';
import { NgaModule } from '../../theme/nga.module';
import ... | {
"content_hash": "718d6a2bf3d8dc7588964a3023b02983",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 97,
"avg_line_length": 29.228571428571428,
"alnum_prop": 0.6842619745845552,
"repo_name": "bajajpayal/ng2-admin",
"id": "ad182b3405676207c47c64bc370642e9daabf93f",
"size": ... |
#include <aws/ec2/model/InstanceStorageEncryptionSupport.h>
#include <aws/core/utils/HashingUtils.h>
#include <aws/core/Globals.h>
#include <aws/core/utils/EnumParseOverflowContainer.h>
using namespace Aws::Utils;
namespace Aws
{
namespace EC2
{
namespace Model
{
namespace InstanceStorageEncrypt... | {
"content_hash": "cc2b495f3dbdfc8ad079a8be9462492f",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 108,
"avg_line_length": 31.28358208955224,
"alnum_prop": 0.6502862595419847,
"repo_name": "aws/aws-sdk-cpp",
"id": "c27755a0c07aafe5663432497eda9e259e6c4bbb",
"size": "2215... |
layout: default
title: How-to Guides
i18n: en
---
<h1>How-to Guides</h1>
<p class="lead">These short how-to guides give you the simple steps to achieve
a well defined goal.</p>
<h2>Installation</h2>
<ul>
<li><a href="install_windows">How to install Mu on Windows with the official installer</a>.</li>
<li><a ... | {
"content_hash": "2af7e21c91d3bb8ad6dbb058f1f4f6a4",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 130,
"avg_line_length": 40.270270270270274,
"alnum_prop": 0.6671140939597315,
"repo_name": "mu-editor/mu-editor.github.io",
"id": "2b63fbb7af8f5fb991aa55c520279bdedf4e91c2",
... |
[](https://scrutinizer-ci.com/g/WildPHP/module-linksniffer/build-status/master)
[](https://scrutinizer-c... | {
"content_hash": "0069e7c0c71142827a27ce8491cd73aa",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 192,
"avg_line_length": 48.083333333333336,
"alnum_prop": 0.7723859041016753,
"repo_name": "WildPHP/module-linksniffer",
"id": "e3868d422597b5cfa7de6d643a43f999164db438",
"... |
[](https://travis-ci.org/graphnode/vpl-runner)
[](https://david-dm.org/graphnode/vpl-runner)
[]... | {
"content_hash": "0b882ad2bd83b50574fe9928f72d5dd5",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 164,
"avg_line_length": 57.72222222222222,
"alnum_prop": 0.7593840230991338,
"repo_name": "graphnode/vpl-runner",
"id": "7b542e91af6b53fa61e3183ee3dadb6dfc32d953",
"size": ... |
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
namespace Microsoft.Zelig.Elf
{
using System;
public class Symbol : IElfElement, IElfElementStatusPublisher<Symbol>
{
internal string m_name;
internal UInt16 m_index;
internal Elf32_Sym m_... | {
"content_hash": "b4b2a590004c881d79cc614dc760bf46",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 95,
"avg_line_length": 25.808383233532933,
"alnum_prop": 0.4545243619489559,
"repo_name": "jelin1/llilum",
"id": "5fc8235ce521e875ea2d940915d9765ec8699b77",
"size": "4312"... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fundamental-arithmetics: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../b... | {
"content_hash": "c7034b6f2c18178910bedd5938a05729",
"timestamp": "",
"source": "github",
"line_count": 168,
"max_line_length": 159,
"avg_line_length": 41.220238095238095,
"alnum_prop": 0.5481588447653429,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "6f00d2bdf33b5095b5efbb8452dc1f0fc84b083d",... |
using Microsoft.Owin;
using Owin;
[assembly: OwinStartupAttribute(typeof(web.Startup))]
namespace web
{
public partial class Startup
{
public void Configuration(IAppBuilder app)
{
ConfigureAuth(app);
}
}
}
| {
"content_hash": "890e1276020055e5e13a6ee63c7bf22c",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 53,
"avg_line_length": 19.285714285714285,
"alnum_prop": 0.5962962962962963,
"repo_name": "stevebargelt/CrossoverCI",
"id": "75ea81edb1e4194b009a01c6a60fa4384f8b4689",
"siz... |
<TS language="uz@Cyrl" version="2.0">
<context>
<name>AddressBookPage</name>
<message>
<source>Right-click to edit address or label</source>
<translation>Манзил ёки ёрлиқни таҳрирлаш учун икки марта босинг</translation>
</message>
<message>
<source>Create a new address</source>
... | {
"content_hash": "0dfbc741cfac90c3228694eeae185a97",
"timestamp": "",
"source": "github",
"line_count": 1914,
"max_line_length": 302,
"avg_line_length": 34.40282131661442,
"alnum_prop": 0.6426260877488724,
"repo_name": "vericoin/vericoin-core",
"id": "feb239a1cfc494efea159f77325d549773ea02f3",
"siz... |
python manage.py dumpdata auth.User --format json > $1/user.json
python manage.py dumpdata arbeitsplan --format json > $1/arbeitsplan.json
python manage.py dumpdata post_office --format json > $1/po.json
python manage.py dumpdata auth.Group --format json > $1/groups.json
# prettty-print:
for d in $1/*.json ; do
... | {
"content_hash": "9ba31d2ceccf99da97e43d894ff71728",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 118,
"avg_line_length": 39.785714285714285,
"alnum_prop": 0.6947935368043088,
"repo_name": "hkarl/svpb",
"id": "5eb37ac796500149cf69d1b9c19415fa07710970",
"size": "586",
... |
package org.apache.hadoop.hdfs.server.namenode;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.DataInput;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputS... | {
"content_hash": "dc45051141e604a4f45491410af66623",
"timestamp": "",
"source": "github",
"line_count": 2339,
"max_line_length": 117,
"avg_line_length": 35.5143223599829,
"alnum_prop": 0.6353108296817066,
"repo_name": "rvadali/fb-raid-refactoring",
"id": "8254bd21674b1af4f1347cd155db26960cff379c",
... |
layout: default
---
<section class="collection-head small geopattern" data-pattern-id="{{ page.title | truncate: 15}}">
<div class="container">
<div class="collection-title">
<h1 class="collection-header">{{ page.title }}</h1>
{% if page.subtitle %}
<div class="collec... | {
"content_hash": "8dbf314bb05fb465bc1f3ac20ec82794",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 99,
"avg_line_length": 32.94285714285714,
"alnum_prop": 0.44752818733738076,
"repo_name": "jssx100/jssx100.github.io",
"id": "a56f76458a6c3812f7c9737a16f348596222e686",
"si... |
/*
* A simple server to demonstrate TCP sockets implementation. The server
* takes input from server and shows dump of the data.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#define DATA 50
#define S_PORT 78... | {
"content_hash": "96c3e193cc3fed19cfd8d5e017e9120c",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 73,
"avg_line_length": 26.29126213592233,
"alnum_prop": 0.619645494830133,
"repo_name": "jarrocha/sockets",
"id": "802529448de41ac5f53adf21dabf9fd9c09e5d33",
"size": "2708... |
package db
import (
"database/sql"
"encoding/json"
"errors"
"fmt"
"strings"
)
const teamContainerJoins = containerJoins + "\nLEFT JOIN teams t ON c.team_id = t.id"
func (db *teamDB) FindContainersByDescriptors(id Container) ([]SavedContainer, error) {
err := db.deleteExpiredContainers()
if err != nil {
retu... | {
"content_hash": "77f9c4a39c8c1d1348518fef45911d0d",
"timestamp": "",
"source": "github",
"line_count": 172,
"max_line_length": 89,
"avg_line_length": 22.930232558139537,
"alnum_prop": 0.6592292089249493,
"repo_name": "homedepot/github-webhook",
"id": "4ca3ed56181e65e29d4543b116e8a3a09951fbbc",
"si... |
echo "Listing available backups"
echo "-------------------------"
ls /backups/
| {
"content_hash": "0bc4dfc953decf27df300b2e5d78d8b4",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 32,
"avg_line_length": 26.333333333333332,
"alnum_prop": 0.5063291139240507,
"repo_name": "ameistad/django-template",
"id": "c88614b12f61125aecbad19bed1269e2e7cc7563",
"size... |
package com.github.sunnysuperman.pim.client;
import io.netty.channel.ChannelHandlerContext;
import com.github.sunnysuperman.pim.protocol.ClientID;
import com.github.sunnysuperman.pim.protocol.Packet;
public interface ClientPacketRouter {
public static final int ROUTE_NONE = 0;
public static final int ROUTE_L... | {
"content_hash": "ed04dd495b740256c69f4fb35d46d1cd",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 64,
"avg_line_length": 29.833333333333332,
"alnum_prop": 0.7486033519553073,
"repo_name": "sunnysuperman/pim-server",
"id": "2c3e8d82145e69d331e5a8ee48a3c2040c500c61",
"siz... |
package org.openapitools.server.api.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.openapitools.server.api.model.GithubRepositories;
import org.openapitools.server.api.model.GithubRespositoryContainerlinks;
@JsonIn... | {
"content_hash": "c6d6e9248f6d7e4d2835fbd07a9bbd9b",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 132,
"avg_line_length": 29.03157894736842,
"alnum_prop": 0.7179115300942712,
"repo_name": "cliffano/swaggy-jenkins",
"id": "c5e732720f1e5aa8460645d57bd3d8025fd41f03",
"size... |
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
#include <vespa/searchcommon/attribute/i_multi_value_read_view.h>
#include <vespa/vespalib/stllike/allocator.h>
namespace search::attribute {
/**
* Read view for the data stored in an extendable mu... | {
"content_hash": "55a2f52cee953ad7d8892d3f5b837d35",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 136,
"avg_line_length": 40.56666666666667,
"alnum_prop": 0.7378800328677074,
"repo_name": "vespa-engine/vespa",
"id": "d83398b5568d78d6fcf74546c52e5314fb00bf19",
"size": "1... |
import matplotlib
from getdist import plots, MCSamples
import getdist
import numpy as np
import matplotlib.pyplot as plt
import astropy
from loadMontePython import load as loadMCMC
import glob
basedir = '../chains/nonzero_model/'
#"/home/zequnl/Projects/isocurvature_2017/analysis/plot_triangle/nonzero/"
burnin = 10... | {
"content_hash": "c70b71895cdfb7789698d127fa82dca1",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 129,
"avg_line_length": 29.30841121495327,
"alnum_prop": 0.6817602040816326,
"repo_name": "xzackli/isocurvature_2017",
"id": "089788876591bee16482005ee77f8c5744794229",
"s... |
package pacs
import (
"encoding/xml"
"github.com/fgrid/iso20022"
)
type Document00700103 struct {
XMLName xml.Name `xml:"urn:iso:std:iso:20022:tech:xsd:pacs.007.001.03 Document"`
Message *FIToFIPaymentReversalV03 `xml:"FIToFIPmtRvsl"`
}
func (d *Document00700103) AddMessage() *FIToFIPaymentReve... | {
"content_hash": "3ca7f4f0245288092462a6c15aaa8326",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 200,
"avg_line_length": 44.377049180327866,
"alnum_prop": 0.8093830809013668,
"repo_name": "fgrid/iso20022",
"id": "bf4f84ed159a65fb44d740278c80a0903a31c865",
"size": "2707... |
//
// DropboxRemoveFolderMemberArg.h
// Pods
//
// Created by Михаил Мотыженков on 26.04.16.
//
//
#import <Foundation/Foundation.h>
#import "DropboxMemberSelector.h"
@interface DropboxRemoveFolderMemberArg : NSObject
/**
* The ID for the shared folder.
*/
@property (nonatomic, nonnull) NSString *sharedFolderI... | {
"content_hash": "f0f08d300040c7d281d358f4178d6e34",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 210,
"avg_line_length": 26.96875,
"alnum_prop": 0.7473928157589803,
"repo_name": "zlib/ObjectiveDropbox",
"id": "8b5c4e72a17b9b0aa97d6b3a83bce5d3c8febe10",
"size": "879",
... |
name: Enhancement Request
about: Suggest an enhancement to the CoreDNS project
labels: enhancement
---
<!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
**Why is this needed**:
| {
"content_hash": "cc609846cbefce7b7e4ace7d3bc7596a",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 74,
"avg_line_length": 24.2,
"alnum_prop": 0.743801652892562,
"repo_name": "miekg/coredns",
"id": "d39c37c010932d5c04f2d8a9ce0864bad1882728",
"size": "246",
"binary": fal... |
#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/allocators/allocator.hpp>
#include <boost/interprocess/containers/vector.hpp>
#include <boost/interprocess/detail/file_wrapper.hpp>
#include <boost/interprocess/file_mapping.hpp>
#include <boost/interprocess/detail/managed_open_or... | {
"content_hash": "7b0ba4feecfaf290e95fd8d15e35f77d",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 121,
"avg_line_length": 33.6,
"alnum_prop": 0.6845238095238095,
"repo_name": "ycsoft/FatCat-Server",
"id": "8b0ed20d1b3925881ea697a5e7ca6777e9d785f2",
"size": "3506",
"bi... |
dojo.provide("dijit.layout.AccordionContainer");
dojo.require("dojo.fx");
dojo.require("dijit._Container");
dojo.require("dijit._Templated");
dojo.require("dijit._CssStateMixin");
dojo.require("dijit.layout.StackContainer");
dojo.require("dijit.layout.ContentPane");
dojo.require("dijit.layout.AccordionPane"); // for... | {
"content_hash": "002eac0be327c909432bbbf7a2c1bd2c",
"timestamp": "",
"source": "github",
"line_count": 447,
"max_line_length": 120,
"avg_line_length": 32.02460850111857,
"alnum_prop": 0.678239608801956,
"repo_name": "cappadona/Suma",
"id": "f7ff1b3896c23bc2059173662850d63aaf2bc47c",
"size": "14315... |
package org.cluj.bus.logging;
import org.apache.log4j.*;
import java.util.Enumeration;
public class LogInitializer
{
public static final String DEFAULT_LOG_LAYOUT = "[%20.20t] %40.40c [%5.5p] (%d{yyyy-MM-dd HH:mm:ss.SSS}) %m%n";
public static void configureLOG4J()
{
configureLOG4J(DEFAULT_LOG... | {
"content_hash": "398f408477a1bd48797124e4304a3e3e",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 115,
"avg_line_length": 26.675675675675677,
"alnum_prop": 0.6656534954407295,
"repo_name": "abotos/BusTracker",
"id": "b2bef12ede6885d0d29283de9692e20e88350fc0",
"size": "1... |
package xworker.dataObject.proxy;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.apache.http.ParseException;
import org.apache.http.cli... | {
"content_hash": "3006e1b64fb766c16def9641ab5ea3d5",
"timestamp": "",
"source": "github",
"line_count": 263,
"max_line_length": 129,
"avg_line_length": 35.82509505703422,
"alnum_prop": 0.7028231797919762,
"repo_name": "x-meta/xworker",
"id": "aeecb27681df97699440512e875006afc96215a1",
"size": "1045... |
define(function(require) {
'use strict';
var modules = require('modules');
var _ = require('lodash');
var d3Tip = require('d3-tip');
var d3 = require('d3');
require('scripts/common-graph/services/runtime_color_service');
require('scripts/common-graph/services/svg_service');
require('scripts/topology/s... | {
"content_hash": "f2f8951783e2ee929ed96ea2937a4638",
"timestamp": "",
"source": "github",
"line_count": 369,
"max_line_length": 194,
"avg_line_length": 41.983739837398375,
"alnum_prop": 0.5104570100697134,
"repo_name": "broly-git/alien4cloud",
"id": "7cc360e8771c3bf07ca8841aa984c5b6d54441c0",
"size... |
package org.apache.zookeeper.server;
import org.apache.jute.BinaryOutputArchive;
import org.apache.jute.Record;
import org.apache.zookeeper.KeeperException;
import org.apache.zookeeper.ZooDefs;
import org.apache.zookeeper.data.ACL;
import org.apache.zookeeper.data.Id;
import org.apache.zookeeper.data.Stat;
import or... | {
"content_hash": "804d788794c3b6e2f8e741878849586c",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 136,
"avg_line_length": 42.40654205607477,
"alnum_prop": 0.6635812672176309,
"repo_name": "naver/arcus-zookeeper",
"id": "dc56f831bdf78d046ba3f9f7516150a11cf825de",
"size"... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Gnomonia perfidiosa P. Karst.
### Remarks
null | {
"content_hash": "c46ac9b1f80cddb0626e956b7a942719",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 29,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.7014925373134329,
"repo_name": "mdoering/backbone",
"id": "361ddfd6033f964b6320f71e034efa6fc5362c3c",
"size": "18... |
<#
DO NOT EDIT THIS FILE WHEN IT IS LOCATED AT THE DEFAULT c:\scripts\CognosDownloader\CognosDefaults.ps1.
You need to copy this template to c:\scripts\CognosDefaults.ps1.
Per the suggested install instructions you should use the path c:\scripts\CognosDownload.ps1 for calling
the CognosDownloader. It will use the Co... | {
"content_hash": "bdca379a1ce9570ce5f6669e6da7aa55",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 177,
"avg_line_length": 36.42156862745098,
"alnum_prop": 0.7044414535666218,
"repo_name": "AR-k12code/CognosDownloader",
"id": "4a3b21cbbb3e1f2792740b68f1a9f2b583b86331",
... |
/**
* @file
* simple media prober based on the FFmpeg libraries
*/
#include "config.h"
#include "libavutil/ffversion.h"
#include <string.h>
#include "libavformat/avformat.h"
#include "libavcodec/avcodec.h"
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"
#include "li... | {
"content_hash": "0953925b28bd3e4576ea373a0eee70aa",
"timestamp": "",
"source": "github",
"line_count": 3163,
"max_line_length": 203,
"avg_line_length": 36.836863736958584,
"alnum_prop": 0.5623052825816418,
"repo_name": "APCVSRepo/hmi_sdk_346_wince",
"id": "1227f59c0bfff39635b32ff66339bd9b6a7188f2",
... |
.. _publishing:
Publishing in GLAMkit
=====================
The publishing system used in GLAMkit is a re-implementation of concepts
and code from
```django-model-publisher`` <https://github.com/jp74/django-model-publisher>`__,
though heavily customised for our purposes.
It has been customised to work with the fluen... | {
"content_hash": "7edf80948f1f331d6af6a8d40c9ed5ad",
"timestamp": "",
"source": "github",
"line_count": 296,
"max_line_length": 80,
"avg_line_length": 43.07432432432432,
"alnum_prop": 0.7430588235294118,
"repo_name": "ic-labs/django-icekit",
"id": "5ac90f6ee9bf196e4116d27deb22591f3cdfae10",
"size":... |
package org.springframework.boot.configurationprocessor;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Arrays;
import java.util.Collections;
import org.json.JSONArray;
import org.json.JSONObject;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
im... | {
"content_hash": "bd1cd922dc70014859624dddbd42f2df",
"timestamp": "",
"source": "github",
"line_count": 991,
"max_line_length": 137,
"avg_line_length": 46.962663975782036,
"alnum_prop": 0.782917920068758,
"repo_name": "mosoft521/spring-boot",
"id": "f97243d12ae109c259a642c35b045f841665055f",
"size"... |
import { moduleForComponent, test } from 'ember-qunit';
import hbs from 'htmlbars-inline-precompile';
moduleForComponent('video-gallery', 'Integration | Component | video gallery', {
integration: true
});
test('it renders', function(assert) {
// Set any properties with this.set('myProperty', 'value');
// Handle... | {
"content_hash": "a913bd52f12f5f1d617efb7d227b1764",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 80,
"avg_line_length": 27.5,
"alnum_prop": 0.6515151515151515,
"repo_name": "gossi/trixionary-client",
"id": "31e994bbb130676d465a3ce1d1dbfeb5173866a0",
"size": "660",
"b... |
export * from './auth.guard';
export * from './idea-owner-auth.guard'; | {
"content_hash": "ddc527b55a03f62bc2770fe4ce18cf24",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 40,
"avg_line_length": 35.5,
"alnum_prop": 0.6619718309859155,
"repo_name": "mayermi/Platypus",
"id": "5c6e1cfbc5e32087532be24fce3c62b80f630992",
"size": "73",
"binary": f... |
<?php
/**
* Created by PhpStorm.
* User: root
* Date: 8/30/16
* Time: 4:38 PM
*/
namespace Masca\PersonnelBundle\Type;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
use Symfony\Component\Form\Extension\Core\Type\NumberType;
use Symfony\Component\Form\FormBui... | {
"content_hash": "f0c09974f661116281d335b708ec69a1",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 76,
"avg_line_length": 25.303030303030305,
"alnum_prop": 0.5401197604790419,
"repo_name": "alpatrick9/MascaGroupe",
"id": "0049b7c18bb559d89ac6b772a7a3d5d14d129056",
"size"... |
#include "AppUtils.h"
#include <CoordinatorServer.h>
int main(int argc, char** argv)
{
using namespace Wuild;
ConfiguredApplication app(argc, argv, "WuildCoordinator", "coordinator");
CoordinatorServer::Config coordinatorConfig;
if (!app.GetCoordinatorServerConfig(coordinatorConfig))
return... | {
"content_hash": "c1382aedd8cf3b4690ba08b67bbf1156",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 77,
"avg_line_length": 21.043478260869566,
"alnum_prop": 0.7086776859504132,
"repo_name": "mapron/Wuild",
"id": "2d5329f36643568bb8ec21bc6fc6a35fc63c9911",
"size": "1144",
... |
<div ng-controller="FabricRequirements.SshConfigController">
<div class="row-fluid">
<div class="span12">
<h3>Defaults</h3>
<div hawtio-form
name="sshConfig"
data="formConfig"
entity="requirements.sshConfiguration"
onSubmit="noop()"></div>
</div>
</div... | {
"content_hash": "9962e773ac6c4dc79fb3cb31f3271cd6",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 149,
"avg_line_length": 29.923076923076923,
"alnum_prop": 0.6233933161953727,
"repo_name": "oscerd/hawtio",
"id": "af32d25d78b3c7cbf37fbb32832036585c658fd3",
"size": "778",... |
/**
* @fileoverview Tests for options.
* @author George Zahariev
*/
"use strict";
//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------
const assert = require("chai").assert,
options = r... | {
"content_hash": "a991a91cdd7d3f259d111976013b83e3",
"timestamp": "",
"source": "github",
"line_count": 368,
"max_line_length": 110,
"avg_line_length": 35.671195652173914,
"alnum_prop": 0.5545821589091187,
"repo_name": "ljharb/eslint",
"id": "26a84b4a090d33279c9329815f1ded4739c60e68",
"size": "1312... |
if [ $# -lt 3 ] || [ $1 == --help ] || [ $1 == -h ]; then
echo "Usage: $0 rpmdir login ip [outdir] [identity]"
exit 1
fi
rpmdir=$1
remote_login=$2
remote_ip=$3
if [ $# -gt 3 ]; then
outdir=$4
mkdir -p $outdir
else
outdir=.
fi
if [ $# -gt 4 ]; then
identity=$5
else
identity=$HOME/.ssh/id_rsa
... | {
"content_hash": "56f3912d992c55fac27e3a571ace797f",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 151,
"avg_line_length": 37.4264705882353,
"alnum_prop": 0.7056974459724951,
"repo_name": "cmcantalupo/memkind",
"id": "3ab4167c5474d99a9d0358d6468b04581187339e",
"size": "3... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "cc0d6fa5f1d6f97804f2f0b73d290647",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "7f42255c313745593de76b36161a610f681874a1",
"size": "175... |
package nl.tudelft.jpacman.util;
import java.util.TimerTask;
/**
* Task that can be cloneable
* @author Corentin Ducruet
*/
public abstract class TimerTaskCloneable extends TimerTask implements Cloneable{
public TimerTaskCloneable(){
super();
}
public TimerTaskCloneable clone() throws CloneNo... | {
"content_hash": "c55f10abc7c363d9774c0b3e0129d344",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 80,
"avg_line_length": 21.157894736842106,
"alnum_prop": 0.7189054726368159,
"repo_name": "RueRivoli/jpacman-framework",
"id": "6df6a8bc2bd631ddb647579322e5d707845fe2cd",
"... |
id: a77dbc43c33f39daa4429b4f
title: Identificar verdadeiro ou falso
challengeType: 5
forumTopicId: 16000
dashedName: boo-who
---
# --description--
Verifique se um valor é classificado como booleano primitivo. Retorna `true` ou `false`.
Os booleanos primitivos são `true` e `false`.
# --hints--
`booWho(true)` deve r... | {
"content_hash": "02748bd9a20b2af31b758d15ae96d366",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 88,
"avg_line_length": 14.958333333333334,
"alnum_prop": 0.6518105849582173,
"repo_name": "FreeCodeCamp/FreeCodeCamp",
"id": "449aab09fd8d60083a0b162597079ac26070a71d",
"si... |
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
namespace UnityTest
{
class IntegrationTestGroupLine : IntegrationTestRendererBase
{
public static List<GameObject> FoldMarkers;
private IntegrationTestRendererBase[] m_Children;
pu... | {
"content_hash": "a3ed0bccd562b8f307f3f78bc431d740",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 153,
"avg_line_length": 33.30681818181818,
"alnum_prop": 0.5851245308768338,
"repo_name": "SavantCat/UNODE",
"id": "5301958ad4ee931680b691be9524329913267d59",
"size": "2931... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.