text
stringlengths
2
1.04M
meta
dict
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Rabenh. Krypt. -Fl. (Leipzig) 8: 392 (1930) #### Original name Mycoporum physciicola Nyl., 1873 ### Remarks null
{ "content_hash": "a75776ac6d04b8f98e55d28dc1c94737", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 43, "avg_line_length": 15.384615384615385, "alnum_prop": 0.695, "repo_name": "mdoering/backbone", "id": "d35298a1a9f81720c349a32d52ac3e2ad19922af", "size": "285", "binary...
.class public Lcom/sec/ims/scab/CABIntent$Action; .super Ljava/lang/Object; .source "CABIntent.java" # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Lcom/sec/ims/scab/CABIntent; .end annotation .annotation system Ldalvik/annotation/InnerClass; accessFlags = 0x9 name = "Action"...
{ "content_hash": "243642fb90f50bef9633252c87dc615f", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 144, "avg_line_length": 33.22222222222222, "alnum_prop": 0.7775919732441472, "repo_name": "BatMan-Rom/ModdedFiles", "id": "78258e593f0577f0fe2843a67c5935a493182810", "size"...
package io.github.droidkaigi.confsched2017.view.fragment; import com.annimon.stream.Stream; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.provider.Settings; import android.support.annotation.Nullable; import android.support.v7.app.Alert...
{ "content_hash": "208b3c4d37ef2dd14c5a9d7a8bc78a1f", "timestamp": "", "source": "github", "line_count": 130, "max_line_length": 111, "avg_line_length": 36.11538461538461, "alnum_prop": 0.6713525026624069, "repo_name": "k-kagurazaka/conference-app-2017", "id": "0db68c64607167443ee13fb2c0a2f755b0541d3a...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "cf4b84795e41246334fee690a4c070c5", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "96d3278bde0f0b4055abc244f06a2235cd8ef7dc", "size": "19...
.PHONY: all clean DEPDIR = ../deps default: all -include ../common.mak all: kernel.img kernel: ${BOOTFILES} ${AFILES} ${LD} --gc-sections -N -m elf_i386 -e start -Ttext=0x7c00 -o kernel ${BOOTFILES} --start-group ${AFILES} --end-group clean:: rm -f kernel
{ "content_hash": "22885ebd5936132382639ef889b1adad", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 117, "avg_line_length": 21.75, "alnum_prop": 0.6666666666666666, "repo_name": "krzysz00/rust-kernel", "id": "e450ca87ac4569b18c274babd15a2dde95395c18", "size": "261", "bi...
const expect = require('chai').expect; import { Penne, SauceDecorator, CheeseDecorator } from '../src/structural/decorator/decorator_es6'; describe('decorator es6 tests', () => { it('sanity test', () => { const penne = new Penne(); const penneWithSauce = new SauceDecorator(penne); const p...
{ "content_hash": "3223f2981f276de4b728984850f42602", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 99, "avg_line_length": 33.11764705882353, "alnum_prop": 0.6607460035523979, "repo_name": "mrpotatoes/computer-science-in-javascript", "id": "f7e3ba3beab56b3c0b4b5020ea691cd42...
<?php /** * @file * Contains \Drupal\Core\KeyValueStore\KeyValueDatabaseExpirableFactory. */ namespace Drupal\Core\KeyValueStore; use Drupal\Component\Serialization\SerializationInterface; use Drupal\Core\DestructableInterface; use Drupal\Core\Database\Connection; /** * Defines the key/value store factory for t...
{ "content_hash": "ea520fa44bc122c3c5f501fc5b738393", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 117, "avg_line_length": 25.661971830985916, "alnum_prop": 0.6964873765093305, "repo_name": "kaperkin/drupal_8_shelby_site", "id": "ff9fb14c7d710ee493b6a3f0358428dce4a85352", ...
for i in *_good.fa; do mv $i ${i//fastq_unique/fastq.fa_unique}; done
{ "content_hash": "f3479a8a91281d165423901ec90585a4", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 69, "avg_line_length": 70, "alnum_prop": 0.6571428571428571, "repo_name": "fandemonium/code", "id": "384211471e984cd36475d388d55584349c16f72b", "size": "70", "binary": fal...
package org.apache.camel.component.influxdb; import org.apache.camel.Exchange; import org.apache.camel.InvalidPayloadException; import org.apache.camel.support.DefaultProducer; import org.apache.camel.support.MessageHelper; import org.apache.camel.util.ObjectHelper; import org.influxdb.InfluxDB; import org.influxdb.d...
{ "content_hash": "e5a65b3994597aad0bb99822c3cb03bf", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 122, "avg_line_length": 34.63565891472868, "alnum_prop": 0.6508504923903312, "repo_name": "kevinearls/camel", "id": "1f056d64373836f86a9dbff8e7489405d8b897a4", "size": "52...
class TasksController < ApplicationController before_action :set_task, only: %i[show edit update destroy] before_action :set_project, except: %i[assign index unassign] before_action :check_if_team_member, except: %i[assign index unassign] def index @tasks = current_user.tasks.ordered end def new @...
{ "content_hash": "739d741d6bbe47ced1db4bd15e85be50", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 77, "avg_line_length": 25.246376811594203, "alnum_prop": 0.6727898966704937, "repo_name": "jilustrisimo/group-project-organizer", "id": "b4b683225e5d08781cf5437dd5c5c00fe572b...
using System.Collections.Generic; namespace Molimentum.StaticMapHelpers { public enum RenderMode { Image, Url } }
{ "content_hash": "39f693bcd8effe3dcc56e74d1f236c0b", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 37, "avg_line_length": 14.4, "alnum_prop": 0.6388888888888888, "repo_name": "tischlda/StaticMapHelpers", "id": "634c3cb23c23e6b7f8a4047b9073319e759161e6", "size": "146", ...
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright 2018 Google LLC ~ ~ 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 ~ ~ https://www.apache.org/licenses/LICENSE-2.0 ~ ...
{ "content_hash": "f9661b29437d19ac43ed0b5e0a14b7f8", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 88, "avg_line_length": 38.541666666666664, "alnum_prop": 0.6605405405405406, "repo_name": "googlecodelabs/android-compose-codelabs", "id": "ee0661dcc099f3bddd62895b259d35154d...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Freelancer - Guillaume Voisin - Full Stack Web Developer</title> <meta name="viewport" content="width=device-width"> <meta name="description" content="Guillaume Voisin portfolio. I m...
{ "content_hash": "377d09bf466c21c47ba42a1aa8b2339f", "timestamp": "", "source": "github", "line_count": 642, "max_line_length": 258, "avg_line_length": 45.345794392523366, "alnum_prop": 0.45170376477054136, "repo_name": "voising/voising.github.io-jekyll", "id": "26e7cc79c385382bd46364cb3a02a0e89ef78e...
package org.apache.geode.pdx; import java.util.Date; import org.apache.geode.cache.RegionService; /** * PdxInstanceFactory gives you a way to create PdxInstances. Call the write methods to populate the * field data and then call {@link #create()} to produce an actual instance that contains the data. * To create ...
{ "content_hash": "9dc5e4fb9eee83643175d842706b61a1", "timestamp": "", "source": "github", "line_count": 551, "max_line_length": 100, "avg_line_length": 44.07622504537205, "alnum_prop": 0.7116445688874249, "repo_name": "PurelyApplied/geode", "id": "b902bbf4a66e22711214bfbe85a79e99f324bae9", "size": ...
package org.dartlang.analysis.server.protocol; import java.util.Arrays; import java.util.List; import java.util.Map; import com.google.common.collect.Lists; import com.google.dart.server.utilities.general.JsonUtilities; import com.google.dart.server.utilities.general.ObjectUtilities; import com.google.gson.JsonArray;...
{ "content_hash": "cdb07865c8cb05ed49c3038721094ac0", "timestamp": "", "source": "github", "line_count": 119, "max_line_length": 85, "avg_line_length": 25.126050420168067, "alnum_prop": 0.6923076923076923, "repo_name": "venosyd/openshift-dart", "id": "52f0c9580f30e8a9376e79b0f49270ebc8f37c84", "size...
/* MikMod sound library (c) 1998, 1999 Miodrag Vallat and others - see file AUTHORS for complete list. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, o...
{ "content_hash": "78cf8c3f492586017fcb45a7c0c92e03", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 80, "avg_line_length": 30.753846153846155, "alnum_prop": 0.6838419209604802, "repo_name": "moof2k/golf", "id": "f6f341a52f4bae74f2e3d7e879b271e47acfa991", "size": "1999", ...
<?php /****************************************** * Begin Form configuration ******************************************/ $tform_def_file = "form/dns_slave.tform.php"; /****************************************** * End Form configuration ******************************************/ require_once('../../lib/config.inc...
{ "content_hash": "bb96e00846429139814a48b40ed1f0c9", "timestamp": "", "source": "github", "line_count": 192, "max_line_length": 423, "avg_line_length": 46.213541666666664, "alnum_prop": 0.6241406514144032, "repo_name": "TR-Host/THConfig", "id": "74aa0a32094e4ff5c37d8dc81f892e2b1ddfbea3", "size": "1...
package org.openforis.collect.metamodel.view; import java.util.List; import org.openforis.collect.metamodel.ui.UIOptions.CodeAttributeLayoutType; import org.openforis.collect.metamodel.ui.UIOptions.Orientation; import org.openforis.idm.metamodel.AttributeType; public class CodeAttributeDefView extends AttributeDefVi...
{ "content_hash": "51fbb75e049a9dfaf0e5101ef4cffdb5", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 108, "avg_line_length": 25.455696202531644, "alnum_prop": 0.7946295375435107, "repo_name": "openforis/collect", "id": "a45be5521dba861b688918e9f75fbff6e9a0a873", "size": "2...
package headfirst.observer.weatherobservable; public class WeatherStation { public static void main(String[] args) { WeatherData weatherData = new WeatherData(); CurrentConditionsDisplay currentConditions = new CurrentConditionsDisplay(weatherData); StatisticsDisplay statisticsDisplay = ne...
{ "content_hash": "3a1e939ff62a365525e588473de23371", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 95, "avg_line_length": 39.666666666666664, "alnum_prop": 0.7344537815126051, "repo_name": "tbian7/pst", "id": "e0e7a1f1c46fc21a3ae1b0e5442426abd59cc759", "size": "595", "...
// ----------------------------------------------------------------------------------------- // <copyright file="TableQueryProvider.cs" company="Microsoft"> // Copyright 2013 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in com...
{ "content_hash": "398eb8b02e21b4a2bac3a9ecee9b24e0", "timestamp": "", "source": "github", "line_count": 140, "max_line_length": 204, "avg_line_length": 43.885714285714286, "alnum_prop": 0.6279296875, "repo_name": "zhiliangxu/azure-storage-net", "id": "c65d1ce03c9418b46c25d2e7f7512ec46eddec2d", "siz...
/** * */ package uk.co.jemos.podam.api; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import uk.co.jemos.podam.common.PodamExclude; import java.lang.annotation.Annotation; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.*; ...
{ "content_hash": "a13e3d87106f84582ed8b3e97afbb2a3", "timestamp": "", "source": "github", "line_count": 517, "max_line_length": 121, "avg_line_length": 32.07350096711799, "alnum_prop": 0.6504643589434327, "repo_name": "amrinder7705/test6", "id": "5a238c3d66fceeeca81844b590bf4693e19ea06f", "size": "...
package com.navercorp.pinpoint.profiler.sender; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.navercorp.pinpoint.profiler.util.ObjectPool; import com.navercorp.pinpoint.thrift.io.HeaderTBas...
{ "content_hash": "41730ded97b23bf727747a042cf37939", "timestamp": "", "source": "github", "line_count": 230, "max_line_length": 167, "avg_line_length": 33.17391304347826, "alnum_prop": 0.6732634338138925, "repo_name": "KRDeNaT/pinpoint", "id": "a0eb5378659c845244d9a3343821a8d126c0c131", "size": "82...
package org.kie.smoke.wb.category; public interface KieWbSmoke { }
{ "content_hash": "c38ce53977b6cbcb99f1258257c2640f", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 34, "avg_line_length": 17, "alnum_prop": 0.7794117647058824, "repo_name": "porcelli/kie-wb-common-server-ui-test", "id": "087b5e97987b4fe063dcd0916162cfc13d8660f4", "size": ...
[![Build Status](https://travis-ci.org/ResourcefulHumans/starhs-api-proxy-aws-lambda.svg?branch=master)](https://travis-ci.org/ResourcefulHumans/starhs-api-proxy-aws-lambda) [![monitored by greenkeeper.io](https://img.shields.io/badge/greenkeeper.io-monitored-brightgreen.svg)](http://greenkeeper.io/) [![js-standard...
{ "content_hash": "8a12da7da33408ff273bec1f773b29e8", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 421, "avg_line_length": 72.74545454545455, "alnum_prop": 0.767808047988003, "repo_name": "ResourcefulHumans/starhs-api-proxy-aws-lambda", "id": "17cdea0b9a9b8535270176c2510f3...
if (typeof define !== 'function') { var define = require('amdefine')(module) } define(function (require) { var Ethersheet = require('es_client/ethersheet'); var SheetCollection = require('es_client/models/sheet_collection'); var Sheet = require('es_client/models/sheet'); var SelectionCollection = require('es_client/mo...
{ "content_hash": "ed28e85efb681e05b18184018523ad45", "timestamp": "", "source": "github", "line_count": 156, "max_line_length": 90, "avg_line_length": 27.826923076923077, "alnum_prop": 0.6141442064040543, "repo_name": "ethersheet-collective/es_client", "id": "d65f2e7b9cc0f02df1c80b38957bd2b5ed0a0a73"...
import json from 'netiam-contrib-json' import transform from 'netiam-contrib-transform' import auth from '../../src/auth' export const plugins = { auth, json, transform }
{ "content_hash": "100fc9c59c2fd0024b19cf1359a7e701", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 48, "avg_line_length": 19.77777777777778, "alnum_prop": 0.7191011235955056, "repo_name": "netiam/contrib-auth", "id": "e6944f5e87a79ce911292f72f610acfc23bba109", "size": "17...
package org.spockframework.mock.constraint; import java.util.regex.Pattern; import org.spockframework.mock.IInvocationConstraint; import org.spockframework.mock.IMockInvocation; /** * * @author Peter Niederwieser */ public class RegexMethodNameConstraint implements IInvocationConstraint { private final Patter...
{ "content_hash": "09901709dc7a02bcf600aa022a56d587", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 73, "avg_line_length": 23.541666666666668, "alnum_prop": 0.7823008849557522, "repo_name": "GeeChao/spock", "id": "b293613238eb7b8ab0ac92f410c288f906172b32", "size": "1179",...
import unittest2 as unittest from mocker import Mocker from zope.component import getUtility from zope.component import getMultiAdapter from zope.interface import alsoProvides from plone.registry.interfaces import IRegistry from plone.app.testing import setRoles from plone.app.testing import TEST_USER_ID from z3c.form....
{ "content_hash": "b4d426a72caac430e52f77f8f9d14f7e", "timestamp": "", "source": "github", "line_count": 142, "max_line_length": 246, "avg_line_length": 38.056338028169016, "alnum_prop": 0.6352701702442635, "repo_name": "chrigl/docker-library", "id": "51d1183abcfd38aea8a7005f3f0cd4fc9d7c22a0", "size...
require 'spec_helper' describe Import::BitbucketController do include ImportSpecHelper let(:user) { create(:user) } let(:token) { "asdasd12345" } let(:secret) { "sekrettt" } let(:refresh_token) { SecureRandom.hex(15) } let(:access_params) { { token: token, expires_at: nil, expires_in: nil, refresh_token: ...
{ "content_hash": "4bf8ffa4356ae1c5265a15250cfe9976", "timestamp": "", "source": "github", "line_count": 271, "max_line_length": 117, "avg_line_length": 36.52029520295203, "alnum_prop": 0.6273618268162069, "repo_name": "htve/GitlabForChinese", "id": "010e3180ea4278577d92284a18ec1a5644c48151", "size"...
#ifndef PositionErrorCallback_h #define PositionErrorCallback_h #include "platform/heap/Handle.h" namespace blink { class PositionError; class PositionErrorCallback : public GarbageCollectedFinalized<PositionErrorCallback> { public: virtual ~PositionErrorCallback() {} DEFINE_INLINE_VIRTUAL_TRACE() {} v...
{ "content_hash": "9deaae736df6a22c2d2b2358b552aab4", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 63, "avg_line_length": 19.40909090909091, "alnum_prop": 0.765807962529274, "repo_name": "Samsung/ChromiumGStreamerBackend", "id": "8a71b52a784804869674bd547dd863142d8c2646", ...
<!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <title>Dashboard for Docker</title> <meta name="generator" content="Bootply" /> <meta name="vie...
{ "content_hash": "33b7103312b4c2c7806505e1a2cbd5b5", "timestamp": "", "source": "github", "line_count": 209, "max_line_length": 195, "avg_line_length": 45.16746411483253, "alnum_prop": 0.5316737288135593, "repo_name": "wangtaoking1/hummer", "id": "e3471b9e33b1b4997b15e212f64321f04cc9ce72", "size": ...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
{ "content_hash": "a38e35258483fc537a71e36303e0b5f9", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 178, "avg_line_length": 44.23809523809524, "alnum_prop": 0.6128453534266236, "repo_name": "ellerbus/Dynamo", "id": "9f9bf437553eb7d19999cbdaf4c8976842ca112f", "size": "2789...
import { AbstractGallery, GalleryOptions, ModelAttributes } from './AbstractGallery'; import { Item } from '../Item'; import { Column } from '../Column'; export interface MasonryGalleryOptions extends GalleryOptions { columnWidth: number; } export class Masonry<Model extends ModelAttributes = any> extends Abstrac...
{ "content_hash": "50881155904ae5d090379d5378c3fa21", "timestamp": "", "source": "github", "line_count": 183, "max_line_length": 136, "avg_line_length": 31.136612021857925, "alnum_prop": 0.6147771147771148, "repo_name": "Ecodev/natural-gallery", "id": "0f6110ade5390d0119ce28a99457799acdb50d2c", "siz...
> **New 2017-Oct-16**: master is now webtreemap v2, a complete rewrite with > bug fixes, more features, and a different (simpler) API. If you're looking > for the old webtreemap, see the [v1] branch. [v1]: https://github.com/evmar/webtreemap/tree/v1 A simple treemap implementation using web technologies (DOM nodes, C...
{ "content_hash": "b7f304b12a5625df5c0976d905d12eae", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 88, "avg_line_length": 27.030927835051546, "alnum_prop": 0.7311212814645309, "repo_name": "martine/webtreemap", "id": "994ca4b43b5be238c0aa236d91f76f61c954ffba", "size": "2...
# Makefile.in generated by automake 1.11.1 from Makefile.am. # Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Fo...
{ "content_hash": "d547e5fda326d332db29115f1e60d2a8", "timestamp": "", "source": "github", "line_count": 682, "max_line_length": 114, "avg_line_length": 32.43841642228739, "alnum_prop": 0.6162816977805904, "repo_name": "tykefcz/fuse-lgefs", "id": "b948f915a164548635e2e6c8e6ebcac8807e36be", "size": "...
 #pragma once #include <aws/s3control/S3Control_EXPORTS.h> #include <aws/s3control/model/ActivityMetrics.h> #include <aws/s3control/model/PrefixLevel.h> #include <utility> namespace Aws { namespace Utils { namespace Xml { class XmlNode; } // namespace Xml } // namespace Utils namespace S3Control { namespace Model ...
{ "content_hash": "bb225816e37542da996c9573ba91f096", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 137, "avg_line_length": 31.517241379310345, "alnum_prop": 0.6857221006564551, "repo_name": "awslabs/aws-sdk-cpp", "id": "2d6a4ee90512ae1de63cc0fe0a99a312864f9101", "size":...
#ifndef _siutils_h_ #define _siutils_h_ #ifdef SR_DEBUG #include "wlioctl.h" #endif /* SR_DEBUG */ /* * Data structure to export all chip specific common variables * public (read-only) portion of siutils handle returned by si_attach()/si_kattach() */ struct si_pub { uint socitype; /* SOCI_SB, SOCI_AI */ u...
{ "content_hash": "b05acf62128a8b0c64ee7060234ae51c", "timestamp": "", "source": "github", "line_count": 563, "max_line_length": 100, "avg_line_length": 39.41207815275311, "alnum_prop": 0.7161656676731714, "repo_name": "Ant-OS/android_kernel_moto_shamu", "id": "bf51f8ffe38080ba2bb955cf60d3532c9a7f7636...
layout: page weight: 5 title: Notifications navigation: show: true seo: title: Notifications override: true description: --- {% anchor h2 %} Set Notifications {% endanchor %} If you would like to have notifications sent to an email other than your parent account address, you can opt in to receive email notifi...
{ "content_hash": "90cc939c101b581ae9752650881e3144", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 475, "avg_line_length": 37.22222222222222, "alnum_prop": 0.7343283582089553, "repo_name": "jacobmovingfwd/docs", "id": "9e94b17a10c6b2d08ef1c6d861ff9c0ce17eaa78", "size": "...
package fake_task_examiner import ( "sync" "github.com/cloudfoundry-incubator/ltc/task_examiner" ) type FakeTaskExaminer struct { TaskStatusStub func(taskName string) (task_examiner.TaskInfo, error) taskStatusMutex sync.RWMutex taskStatusArgsForCall []struct { taskName string } taskStatusReturn...
{ "content_hash": "b59264f87432fd1aad80d42e19944bde", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 97, "avg_line_length": 28.151162790697676, "alnum_prop": 0.7699297810821975, "repo_name": "cloudfoundry-incubator/ltc", "id": "c17f84e23258ba71575443abe0e435d738a2121f", "s...
$( function() { console.log( 'Connect to ' + document.URL ); var socket = io.connect( document.URL ); var timeouts = { 37:null, 38:null, 39:null, 40:null }; var LEFT = 37, UP = 38, RIGHT = 39, DOWN = 40; var getDisableCallback = function getDisableCallback( key ) { return function() { socket.emit( ...
{ "content_hash": "160683670ded01190cb23ed0abaee2e4", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 65, "avg_line_length": 24.69047619047619, "alnum_prop": 0.570877531340405, "repo_name": "jbouny/tobthebot", "id": "291a3a66754e4ac3562e0da752cc4d35dae39c36", "size": "1037"...
package com.streamsets.pipeline.lib.httpsource; import com.google.common.annotations.VisibleForTesting; import com.streamsets.pipeline.api.ProtoSource; import com.streamsets.pipeline.api.Stage; import com.streamsets.pipeline.api.base.BaseStage; import com.streamsets.pipeline.lib.http.AbstractHttpReceiverServer; impor...
{ "content_hash": "09ef3e21090e9bfe97ae345fcbb645ad", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 106, "avg_line_length": 27.089887640449437, "alnum_prop": 0.7291580257154707, "repo_name": "kunickiaj/datacollector", "id": "5cf9e0f3a212894d6f5adf330b692e7635bd43cd", "siz...
raf-js ========== A better rAF api. `npm install raf-js` Quickstart ---------------- ``` javascript require('raf-js') // start the stats .before.add(stats.begin) // add a method to be called every tick .add(animate) // add a few more methods .add([ foo, bar, baz ]) // end the stats .after.a...
{ "content_hash": "04bf9d386ddc78e798dbee581e6e1c4e", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 77, "avg_line_length": 25.50632911392405, "alnum_prop": 0.7101736972704714, "repo_name": "JosephClay/raf-js", "id": "bd1afd2193e51b81974863520c09b6cad19c39eb", "size": "201...
package com.guillaumedelente.android.contacts.common.list; import android.provider.ContactsContract.Directory; /** * Model object for a {@link Directory} row. */ public final class DirectoryPartition extends CompositeCursorAdapter.Partition { public static final int STATUS_NOT_LOADED = 0; public static fi...
{ "content_hash": "fced23b80b65e58d110dc2c44a7c9993", "timestamp": "", "source": "github", "line_count": 163, "max_line_length": 99, "avg_line_length": 26.687116564417177, "alnum_prop": 0.6266666666666667, "repo_name": "GuillaumeDelente/contact-picker", "id": "8a4926e82a2f3cbebebad5738c92c264eeb3f6fd"...
/* 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 * distributed...
{ "content_hash": "2ae87c523a023993fc985812ce1d28c3", "timestamp": "", "source": "github", "line_count": 213, "max_line_length": 96, "avg_line_length": 30.8075117370892, "alnum_prop": 0.7602864980188967, "repo_name": "LuisePufahl/camunda-bpm-platform_batchProcessing", "id": "b22e89e12e0b58dd7c865417d4...
module Aws.Sqs.Commands.Message ( -- * User Message Attributes UserMessageAttributeCustomType , UserMessageAttributeValue(..) , UserMessageAttributeName , UserMessageAttribute -- * Send Message , SendMessage(..) , SendMessageResponse(..) -- * Delete Message , DeleteMessage(..) , DeleteMessageResponse(..) -- * Rece...
{ "content_hash": "a9b4128d69ba94349c8c26ebc29ff1f2", "timestamp": "", "source": "github", "line_count": 684, "max_line_length": 135, "avg_line_length": 43.44444444444444, "alnum_prop": 0.6979405034324943, "repo_name": "aristidb/aws", "id": "62fbf3f6b98bd48aea877f15486abf8350f5b335", "size": "29716"...
package org.apache.polygene.runtime.mixin; import org.apache.polygene.api.composite.TransientComposite; import org.apache.polygene.api.injection.scope.This; import org.apache.polygene.api.mixin.Mixins; import org.apache.polygene.bootstrap.AssemblyException; import org.apache.polygene.bootstrap.ModuleAssembly; import ...
{ "content_hash": "7f70ff7b091655449ab10aee7846e6f5", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 119, "avg_line_length": 25.895522388059703, "alnum_prop": 0.6974063400576369, "repo_name": "Qi4j/qi4j-sdk", "id": "955504e7eeb718ccd1e27d6714ec5c1d897c5ae1", "size": "2560"...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/aiplatform/v1beta1/deployed_index_ref.proto package com.google.cloud.aiplatform.v1beta1; public final class DeployedIndexRefProto { private DeployedIndexRefProto() {} public static void registerAllExtensions(com.google.protobuf....
{ "content_hash": "8dc7d3507901cc1e9cffed4729c1f297", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 97, "avg_line_length": 47, "alnum_prop": 0.7237082066869301, "repo_name": "googleapis/java-aiplatform", "id": "686b159c77905119cecd447eb87d701e6f06e96f", "size": "3884", ...
var allTests = [ async function testAddRemoveOnDesktop() { const desktop = await new Promise(r => chrome.automation.getDesktop(r)); // |desktop| at this point has no listeners. A shutdown of the automation // tree is not triggered for this case. To do so now would be too strict. assertEq(RoleType.DES...
{ "content_hash": "f5587434faa2253f7214ae0714c897b2", "timestamp": "", "source": "github", "line_count": 147, "max_line_length": 80, "avg_line_length": 36.46258503401361, "alnum_prop": 0.6807835820895523, "repo_name": "nwjs/chromium.src", "id": "06ac183e69ba268f46eb22aa3c9c7720861a2c30", "size": "55...
$output.skipIf($project.search.isEmpty())## $output.java($Search, "MassIndexerService")## $output.requireStatic("org.hibernate.search.jpa.Search.getFullTextEntityManager")## $output.require("java.util.Arrays")## $output.require("java.util.logging.Logger")## $output.require("javax.annotation.PostConstruct")## $output.r...
{ "content_hash": "557bf5865296fe2a50faf38bd827d469", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 100, "avg_line_length": 35.49333333333333, "alnum_prop": 0.6972201352366642, "repo_name": "jaxio/javaee-lab", "id": "8dcdeb84d39e949e9d496af5fa76efefc80712b9", "size": "326...
Imagenet (ILSVRC-2012-CLS) classification with MobileNet V2 (depth multiplier 0.75). <!-- asset-path: internal --> <!-- dataset: imagenet-ilsvrc-2012-cls --> <!-- fine-tunable: true --> <!-- format: saved_model_2 --> <!-- task: image-classification --> <!-- network-architecture: mobilenet-v2 --> <!-- colab: https://co...
{ "content_hash": "7cd2865ea2d9e4897e1a5bd00bfecce0", "timestamp": "", "source": "github", "line_count": 125, "max_line_length": 232, "avg_line_length": 38.696, "alnum_prop": 0.7583212735166426, "repo_name": "tensorflow/tfhub.dev", "id": "a5dc339f5e96b59c4ee61ca54eda0ed0cc11f652", "size": "4900", ...
package com.signalfx.metrics.errorhandler; import com.signalfx.metrics.SignalFxMetricsException; /** * An error that happened trying to send a metric. */ public interface MetricError { /** * A code value that represents the type of error * @return MetricErrorType code for the error */ MetricE...
{ "content_hash": "b93e16be6d3e7b23927834a416ac1c1a", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 99, "avg_line_length": 28.346153846153847, "alnum_prop": 0.689280868385346, "repo_name": "signalfx/signalfx-java", "id": "f7d2116300cb5567f9d803ea5772e1b3ce122690", "size":...
package org.apache.asterix.runtime.evaluators.functions; import java.io.IOException; import org.apache.asterix.om.functions.BuiltinFunctions; import org.apache.asterix.om.functions.IFunctionDescriptor; import org.apache.asterix.om.functions.IFunctionDescriptorFactory; import org.apache.asterix.runtime.evaluators.bas...
{ "content_hash": "2d4384588dbc63af6b9457faf7488264", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 120, "avg_line_length": 41.17307692307692, "alnum_prop": 0.7365716954694068, "repo_name": "ty1er/incubator-asterixdb", "id": "a9957f7f2870740284628889798ea4861269159c", "si...
'use strict'; var defaults = require('../core/core.defaults'); var elements = require('../elements/index'); var helpers = require('../helpers/index'); defaults._set('bubble', { hover: { mode: 'single' }, scales: { xAxes: [{ type: 'linear', // bubble should probably use a linear scale by default position...
{ "content_hash": "4bfe93b578f2ca1e275cba2795d2a862", "timestamp": "", "source": "github", "line_count": 173, "max_line_length": 131, "avg_line_length": 25.00578034682081, "alnum_prop": 0.6400832177531207, "repo_name": "Leo-g/Flask-Scaffold", "id": "f14e512300ff50ba5c4c7875addda3901989c813", "size":...
import mock import prawdditions.patch import pytest from .. import IntegrationTest class TestPrawdditionWikiPage(IntegrationTest): @mock.patch("time.sleep", return_value=None) def test_update__no_conflict(self, _): prawdditions.patch.patch() subreddit = self.reddit.subreddit(pytest.placeholde...
{ "content_hash": "7706bbae67a553db89b1b7462d79be2e", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 77, "avg_line_length": 32.73684210526316, "alnum_prop": 0.6181672025723473, "repo_name": "praw-dev/prawdditions", "id": "09339a227000adb58aa4d1d7e7079475b9b26385", "size": ...
<!-- HTML header for doxygen 1.8.10--> <!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"/> <meta http-equiv="X-UA-Compatible" cont...
{ "content_hash": "4b63f76df543d2accee785bf8c2bc9b2", "timestamp": "", "source": "github", "line_count": 123, "max_line_length": 437, "avg_line_length": 76.36585365853658, "alnum_prop": 0.6850846374960077, "repo_name": "bradhowes/sidecar", "id": "4718de92636fae8559d6c61257cc8ed4fbefc6c7", "size": "9...
package kroki.app.generators.utils; public class Element { private String name; public Element(String name) { this.name = name; } public Element(){} public String getName() { return name; } public void setName(String name) { this.name = name; } public Boolean hasName() { return name != null; ...
{ "content_hash": "a1c29a3a15528a801cb73915192218f6", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 35, "avg_line_length": 14.08695652173913, "alnum_prop": 0.6635802469135802, "repo_name": "farkas-arpad/KROKI-mockup-tool", "id": "46dbd5e74ddb7d198a463077d0beaeaa84119b28", ...
package com.yesco.android.model; import com.google.gson.annotations.SerializedName; /** * Class description. * * @author <a href="mailto:vmfo@xpand-it.com">vmfo</a> * @version $Revision: 666 $ * */ public class Infrastructure { @SerializedName("Name") private String name; private String version; ...
{ "content_hash": "0fb536f13071fa9e1ec62eb29764e878", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 56, "avg_line_length": 18.435897435897434, "alnum_prop": 0.6383866481223922, "repo_name": "YescoSoftware/OutSystemsNow-Android", "id": "5c375242be29569b30599f89da8ab0862ef167...
import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View, TextInput, Dimensions, Image, TouchableOpacity, Modal, TouchableHighlight } from 'react-native'; import * as WeChat from 'react-native-wechat'; var Util = require('./../common/util'); var ShareWithWeixin = React...
{ "content_hash": "353bc94b1bd3dcce27ad71900243c6e9", "timestamp": "", "source": "github", "line_count": 172, "max_line_length": 120, "avg_line_length": 30.651162790697676, "alnum_prop": 0.5115705614567526, "repo_name": "clearLoveKang/react_native_demo", "id": "5c456fba8077b667417597f13ae6ecd86e0c94c7...
@interface NASineWave : NANode @property (nonatomic, assign) float frequency; -(void)play; @end
{ "content_hash": "32c49868d67c735b7a83fc37b3b20543", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 46, "avg_line_length": 14, "alnum_prop": 0.7448979591836735, "repo_name": "neonichu/Core-Audio-Samples", "id": "c8d02ff345696c26bf7f4bc1521438ce5580a201", "size": "246", "...
package org.apache.spark.sql.hive import java.io.{InputStream, OutputStream} import java.lang.reflect.Method import java.rmi.server.UID import scala.collection.JavaConverters._ import scala.language.implicitConversions import scala.reflect.ClassTag import com.google.common.base.Objects import org.apache.avro.Schem...
{ "content_hash": "fb583243dc80286e4674a94717d77a9b", "timestamp": "", "source": "github", "line_count": 289, "max_line_length": 98, "avg_line_length": 37.3840830449827, "alnum_prop": 0.687245464642725, "repo_name": "rezasafi/spark", "id": "3beef6b1df457283b3ef3b7bb7f6f07e36899fdd", "size": "11604",...
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>application/modules/public/views</title> <link rel="stylesheet" type="text/css" href="style.css"> <!--[if IE]><script src="excanvas.compressed.js"></script><![endif]--> <script src="R...
{ "content_hash": "d13c9ae05d262287adb9187d8e4982cf", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 341, "avg_line_length": 57.81188118811881, "alnum_prop": 0.6072957698235999, "repo_name": "Mischosch/zf2phpplaneta", "id": "d9f27dcf3fd2c984a8407ca2f410d72ddb2fbbbc", "siz...
WINRT_EXPORT namespace winrt { namespace ABI::Windows::Security::Authentication::Identity::Core { struct __declspec(uuid("0fd340a5-f574-4320-a08e-0a19a82322aa")) __declspec(novtable) IMicrosoftAccountMultiFactorAuthenticationManager : Windows::IInspectable { virtual HRESULT __stdcall abi_GetOneTimePassCodeAsync(h...
{ "content_hash": "cf854729455cf71898b13f454c7b6387", "timestamp": "", "source": "github", "line_count": 149, "max_line_length": 530, "avg_line_length": 87.6241610738255, "alnum_prop": 0.8214613970588235, "repo_name": "megayuchi/RadialController", "id": "2dc930ed01830249d85e90104d3416cfbf3ccd87", "s...
(function (root, factory) { "use strict"; root.ojster = factory(root.ojster, root.MyLib); }(this, function (ojster, MyLib) { "use strict"; // variables can be safely defined at any place // they are bound to produced module only var tmp; // the same is true for functions function abc() { return 'abc'; } // @requ...
{ "content_hash": "b178c895fcc315713e2d611f1dde5882", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 101, "avg_line_length": 22.82051282051282, "alnum_prop": 0.7033707865168539, "repo_name": "dimsmol/ojster", "id": "5073e92b13e2b81f83c6a70d476e3c8461b93a16", "size": "1000"...
<?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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.codenarc</groupId>...
{ "content_hash": "37a948c0d1ca1cef2eb5cf547a500739", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 201, "avg_line_length": 29.91891891891892, "alnum_prop": 0.5221318879855466, "repo_name": "alien11689/CodeNarc", "id": "185affbd3c8a27ccd145d3855035f4ed563299ba", "size": "...
package fi.seco.semweb.util; import java.util.Collection; import java.util.Comparator; public class BinaryHeap<T> extends ABinaryHeap<T> { private final Comparator<T> c; @Override protected boolean lessThan(T a, T b) { return c.compare(a, b) < 0; } public BinaryHeap(Collection<T> a, Comparator<T> c) { sup...
{ "content_hash": "32d8e11b77a30ec3dd3eea3cf97aa6f3", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 54, "avg_line_length": 17.09375, "alnum_prop": 0.659963436928702, "repo_name": "SemanticComputing/saha", "id": "7d09f1bf4006b24389292b0ec00cb083862b2aac", "size": "547", ...
title: Introduction id: tuto-1-introduction slug: 1-introduction --- Ce tutoriel montre comment construire une application du monde réel avec React et Foal. Il suppose que vous avez déjà lu le premier guide *[Comment créer une To-Do Liste Simple](../simple-todo-list/1-installation.md)* et que vous avez une connaissanc...
{ "content_hash": "feba75f05cf74d233aaf8d9e19c192a9", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 314, "avg_line_length": 39.45, "alnum_prop": 0.7727080692860161, "repo_name": "FoalTS/foal", "id": "5ea9aed9cc55a8285536783d2350fede340ac988", "size": "2412", "binary": f...
.. _arch_overview_network_filters: Network (L3/L4) filters ======================= As discussed in the :ref:`listener <arch_overview_listeners>` section, network level (L3/L4) filters form the core of Envoy connection handling. The filter API allows for different sets of filters to be mixed and matched and attached t...
{ "content_hash": "bf946a3f377838000de2645b9d71c4a9", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 100, "avg_line_length": 62.09090909090909, "alnum_prop": 0.780380673499268, "repo_name": "sebrandon1/envoy", "id": "8848e10b401de6ed1d3edc15b60e3bc03c00393d", "size": "1366...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Runtime.Serialization.ISurrogateSelector struct ISurrogateSelector_t2300150170; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t2137423328; /...
{ "content_hash": "443058b390f3b2d5467fd4a0a40866eb", "timestamp": "", "source": "github", "line_count": 172, "max_line_length": 159, "avg_line_length": 48.51744186046512, "alnum_prop": 0.7562612342720192, "repo_name": "Bersaelor/D2", "id": "8466a5d3a3df8c3b68d1002aa4c967cdec788889", "size": "8347",...
// Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.content.browser; /** * Interface to be implemented by the embedder to handle file downloads. */ public interface ContentViewDownlo...
{ "content_hash": "ff3948186bc3f65085abd61cd47d65b5", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 92, "avg_line_length": 36.175, "alnum_prop": 0.7180373185901866, "repo_name": "Workday/OpenFrame", "id": "4caff13e28884a60925727b78d241232b0a0abc8", "size": "1447", "bina...
@interface FakeMedia : NSObject <JSQMessageMediaData, NSCoding> @end @implementation FakeMedia - (UIView *)mediaView { return [UIView new]; } - (UIView *)mediaPlaceholderView { return [self mediaView]; } - (CGSize)mediaViewDisplaySize { return CGSizeMake(50, 50); } - (void)encodeWithCoder:(NSCoder *)aCoder { } - (id...
{ "content_hash": "d4dc2e96059bde91798fe76245eb7972", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 134, "avg_line_length": 30.577319587628867, "alnum_prop": 0.622049898853675, "repo_name": "TransitApp/JSQMessagesViewController", "id": "5e841c987e0690c1e53ef1a971224194fd0e8...
<!-- __COPYRIGHT__ This file is processed by the bin/SConsDoc.py module. See its __doc__ string for a discussion of the format. --> <tool name="ifort"> <summary> Sets construction variables for newer versions of the Intel Fortran compiler for Linux. </summary> <sets> FORTRAN F77 F90 F95 SHFORTRAN SHF77 SHF90 SHF95 SHF...
{ "content_hash": "a557df61d117054ccbff5dffdd1d6964", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 54, "avg_line_length": 14.653846153846153, "alnum_prop": 0.7585301837270341, "repo_name": "azverkan/scons", "id": "834708fe2719bdc0b04535da257f89dea876ddda", "size": "381",...
package net.dv8tion.jda.api.requests.restaction; import net.dv8tion.jda.api.entities.Guild; import net.dv8tion.jda.api.entities.channel.Channel; import net.dv8tion.jda.api.entities.channel.ChannelType; import net.dv8tion.jda.api.entities.channel.concrete.ThreadChannel; import net.dv8tion.jda.api.entities.channel.mid...
{ "content_hash": "9a04e79f0b52085dda576180d5877358", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 112, "avg_line_length": 32.73972602739726, "alnum_prop": 0.6920502092050209, "repo_name": "DV8FromTheWorld/JDA", "id": "6c45d16fa1b594dd6899e0b2cd2f67bc14b0f7e1", "size": "...
package org.apache.calcite.avatica.remote; import org.apache.calcite.avatica.AvaticaSeverity; import org.apache.calcite.avatica.remote.Handler.HandlerResponse; import org.apache.calcite.avatica.remote.Service.ErrorResponse; import org.apache.calcite.avatica.remote.Service.Request; import org.apache.calcite.avatica.re...
{ "content_hash": "69df3a450d1fba51fba3048539ffe14d", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 98, "avg_line_length": 43.3, "alnum_prop": 0.7570438799076212, "repo_name": "wanglan/calcite", "id": "012cccc934ade71f531e82f45621b368a20c02a9", "size": "7292", "binary"...
declare var require; var fsModule = require("fs"); var pathModule = require("path"); var osModule = require('os'); const ws = "[\\t ]*"; const wsAndLine = "[\\r]?[\\n]?"; const expConsts = { name: "([a-z][a-zA-Z0-9-_]*)", hide: "\\(hide\\)" + ws, start: ">>" + ws, end: "<<" + ws } interface FormatSpe...
{ "content_hash": "59145574dda403c86710fa60864867ce", "timestamp": "", "source": "github", "line_count": 402, "max_line_length": 132, "avg_line_length": 36.45771144278607, "alnum_prop": 0.568367903930131, "repo_name": "NativeScript/markdown-snippet-injector", "id": "9b85cc5f12f0106c13edf437c2502686e97...
Before opening an issue: - [Search for duplicate or closed issues](https://github.com/turretcss/issues?utf8=%E2%9C%93&q=is%3Aissue) - [Validate](https://validator.w3.org/nu/) any HTML to avoid common problems - Prepare a [reduced test case](https://css-tricks.com/reduced-test-cases/) for any bugs - Read the [contribut...
{ "content_hash": "4e69b270a2a5527e283c95a839807009", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 106, "avg_line_length": 42.54545454545455, "alnum_prop": 0.7596153846153846, "repo_name": "turretcss/turretcss", "id": "59e29fd9439357fe5277f3b01ec900432f540257", "size": "...
var midas = midas || {}; midas.slicerappstore = midas.slicerappstore || {}; var json = null; /** * Displays the login dialog */ midas.slicerappstore.doLogin = function () { var content = $('#loginFormTemplate').clone(); content.find('form.loginForm').attr('id', 'appstoreLoginForm'); content.find('div.lo...
{ "content_hash": "798033f52f68eb35a40aa003e9665102", "timestamp": "", "source": "github", "line_count": 202, "max_line_length": 116, "avg_line_length": 38.693069306930695, "alnum_prop": 0.5642272262026612, "repo_name": "midasplatform/slicerappstore", "id": "2d99c7ac8685d2ffb1a8843f5093ecbc9283fa7a", ...
'use strict'; const mongoose = require('mongoose'); const Schema = mongoose.Schema; // `account` schema const AccountSchema = new Schema({ history: Array, tags: Array, features: Object, premiumFeatures: Object, name: String, locale: { type: String, default: 'de' } }); module.exports = mongoose.model('A...
{ "content_hash": "8c1d6cea779bfa2e4b56e5e85e474c68", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 58, "avg_line_length": 21.5625, "alnum_prop": 0.6927536231884058, "repo_name": "nicksp/socialhub-addonarea", "id": "57c3497afd277f8b79304d1968b051e85481bcb9", "size": "345"...
package com.ciandt.techgallery.service.enums; import com.ciandt.techgallery.utils.i18n.I18n; /** * Enum for mapping messages. * * @author Felipe Goncalves de Castro * */ public enum ValidationMessageEnums { // Message for skills SKILL_CANNOT_BLANK("Skill cannot be null."), SKILL_RANGE("Skill's value must ...
{ "content_hash": "f352299306dc635f8ffe16af4c59335e", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 96, "avg_line_length": 40.32835820895522, "alnum_prop": 0.7290895632864545, "repo_name": "ciandt-dev/tech-gallery", "id": "1ae975152eb8996e1e9b9ea34f22af549e5f554e", "size"...
<?php namespace FOS\UserBundle\Command; use FOS\UserBundle\Util\UserManipulator; use Symfony\Component\Console\Output\OutputInterface; /** * @author Matthieu Bontemps <matthieu@knplabs.com> * @author Thibault Duplessis <thibault.duplessis@gmail.com> * @author Luis Cordova <cordoval@gmail.com> * @a...
{ "content_hash": "0d2b87b2296b7569941589a71b99dbc6", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 176, "avg_line_length": 32.81132075471698, "alnum_prop": 0.6020701552616446, "repo_name": "lcp0578/kitcmf", "id": "efee25b6972f60aad98dd213c7909641fb61fb8e", "size": "1999"...
Pendulum ===== <img src="https://leapmotion-leapdev-production.s3.amazonaws.com/uploads/library/thumbnail_image/35c24d05-c7cc-4b0f-ad54-accab3d2e710.jpg"> ##Description Wave you hand to start this simple pendulum physics demo. You can also change the camera angle of the pendulum by moving around your mouse. ##API ...
{ "content_hash": "3b53215882690b984afb19d6d9b3bcd7", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 139, "avg_line_length": 45.333333333333336, "alnum_prop": 0.7886029411764706, "repo_name": "carlosm10/unity", "id": "db9a5ff2f6721333547b41f363297faef2fa1c1f", "size": "544...
import React from 'react'; import '../../style'; import ArticleListTitle from '../../../common/components/article-list/title'; import {ArticleList} from '../../../common/components/article-list'; import {FlatButton} from 'material-ui'; import i18n from 'i18next'; import {backOfficeUrl} from '../../../common/server/conf...
{ "content_hash": "e06a283f8e9baeeeca1e1be360fe3a89", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 78, "avg_line_length": 35.77142857142857, "alnum_prop": 0.5263578274760383, "repo_name": "get-focus/focus-help-center", "id": "d6aafadc08bc6aa244f245caa6c46c803b4fc399", "s...
* [rantonels/starless](https://github.com/rantonels/starless): Starless is a CPU black hole raytracer in numpy suitable for both informative diagrams and decent wallpaper material. * [divmain/GitSavvy](https://github.com/divmain/GitSavvy): Full git and GitHub integration with Sublime Text 3. * [pixie-lang/pixie](https:...
{ "content_hash": "680b3ba7a781f4daaa92eef73182f516", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 354, "avg_line_length": 98.92903225806451, "alnum_prop": 0.7786617973131603, "repo_name": "larsbijl/trending_archive", "id": "f7f9a0d049b23c23c8e111e3bf2f8dda997d3d06", "s...
title: Rails Conf Day One Impressions author: Justin Ball layout: post permalink: "/2007/05/18/rails-conf-day-one-impressions/" tags: - "Cycling" - "RailsConf" - "RailsConf07" - "RailsConf07" - "Ruby On Rails" date: '2007-05-18T06:00:00Z' templateKey: blog-post path: "/rails-conf-day-one-impressions" descript...
{ "content_hash": "ceb987168e2d5b5be9b10faf54e0f3fc", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 507, "avg_line_length": 70.73333333333333, "alnum_prop": 0.7657869934024505, "repo_name": "jbasdf/justinball", "id": "77f31ba2202a346ffe20fef412f6b00793ed0318", "size": "21...
<!-- Copyright 2014 Google Inc. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law o...
{ "content_hash": "fa26d447028d873d9c1665664bb82e54", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 96, "avg_line_length": 49, "alnum_prop": 0.7157434402332361, "repo_name": "mkpn/iosched-master", "id": "5f9c020abcc35270e8e3ebdf1ddb4f47feecc055", "size": "2058", "binary...
package org.openid4java.consumer; import org.openid4java.discovery.Identifier; import org.openid4java.message.MessageException; import org.openid4java.message.Message; /** * @author Marius Scurtescu, Johnny Bufu */ public class VerificationResult { /** * Identifier on which authentication and verificatio...
{ "content_hash": "f149d5a7f4974cfe83f47d2653fca43b", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 79, "avg_line_length": 23.564356435643564, "alnum_prop": 0.6491596638655462, "repo_name": "391328974/openid4java", "id": "077631fda5ff0c04c54b0a8aa6cbfc0dd421c62c", "size"...
package com.hazelcast.client.mapreduce.aggregation; import com.hazelcast.core.IMap; import com.hazelcast.mapreduce.aggregation.Aggregation; import com.hazelcast.mapreduce.aggregation.Aggregations; import com.hazelcast.mapreduce.aggregation.Supplier; import com.hazelcast.test.HazelcastParallelClassRunner; import com....
{ "content_hash": "e99a312c2372797bcb6ec27a1ed16230", "timestamp": "", "source": "github", "line_count": 288, "max_line_length": 99, "avg_line_length": 33.55555555555556, "alnum_prop": 0.5971647350993378, "repo_name": "tufangorel/hazelcast", "id": "a5f2342cb667b6753236237087ecb807f3a56d2a", "size": ...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Syll. fung. (Abellini) 1: 246 (1882) #### Original name Sphaeria capillifera Curr., 1859 ### Remarks null
{ "content_hash": "7c0fb9507b0e1276687f38c83dee2d82", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 14.923076923076923, "alnum_prop": 0.7010309278350515, "repo_name": "mdoering/backbone", "id": "050fa4193bfa892c5a456f36c26c150d7175b0a9", "size": "25...
package com.facebook.buck.cli; import com.facebook.buck.android.AdbHelper; import com.facebook.buck.apple.AppleBundle; import com.facebook.buck.apple.AppleConfig; import com.facebook.buck.apple.AppleInfoPlistParsing; import com.facebook.buck.apple.ApplePlatform; import com.facebook.buck.apple.simulator.AppleCoreSimu...
{ "content_hash": "89f06256d12d21374fa31cf571d6c2a9", "timestamp": "", "source": "github", "line_count": 582, "max_line_length": 100, "avg_line_length": 37.81786941580756, "alnum_prop": 0.689186733303044, "repo_name": "neonichu/buck", "id": "6d4a334c6f7a33a38a403816da0e8c947cf0c1b9", "size": "22615"...
using Piranha.Extend.Fields; namespace Piranha.Manager.Models; /// <summary> /// Page edit model. /// </summary> public class PageEditModel : Content.ContentEditModel { /// <summary> /// Gets/sets the mandatory site id. /// </summary> public Guid SiteId { get; set; } /// <summary> /// Gets/...
{ "content_hash": "3ea7adb63bae18025f1938a0ac03d40d", "timestamp": "", "source": "github", "line_count": 193, "max_line_length": 116, "avg_line_length": 26.507772020725387, "alnum_prop": 0.5842455043002346, "repo_name": "PiranhaCMS/piranha.core", "id": "ffd86e943514684125662622e6b3adff8ba16737", "si...
<html> <body> <p> Reports recursive property accessor calls which can end up with a <code>StackOverflowError</code>. Such calls are usually confused with backing field access. </p> <p><b>Example:</b></p> <pre><code> var counter: Int = 0 set(value) { <b>counter</b> = if (value < 0) 0 else value...
{ "content_hash": "22ebde25daccf35d0fce1149b9a0bf7b", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 102, "avg_line_length": 23.90909090909091, "alnum_prop": 0.5893536121673004, "repo_name": "Maccimo/intellij-community", "id": "d191b55523e10e31c6006111b6c793e188fcea91", "s...
<!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_92) on Tue Nov 02 10:36:41 GMT 2021 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>AllowedEnumValues (Airline -...
{ "content_hash": "0a6639da62773bf9215609b1105ed169", "timestamp": "", "source": "github", "line_count": 224, "max_line_length": 532, "avg_line_length": 41.88392857142857, "alnum_prop": 0.6578554679172884, "repo_name": "rvesse/airline", "id": "357111c7e82278f8a7acf7bfbeff094aa4ea95eb", "size": "9382...
#ifndef NORMALLINE_H #define NORMALLINE_H #include "drawable.h" #include <QGraphicsLineItem> class NormalLine : public Drawable { public: NormalLine(QGraphicsScene *, float, float, float, float, QPen); void hide(); void show(); QString save(QLocale *locale, QString separator); private: void d...
{ "content_hash": "d00db578c4def72b2f78ce53b87220e8", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 67, "avg_line_length": 17.44, "alnum_prop": 0.6834862385321101, "repo_name": "x-warrior/Pocket-ImAT", "id": "49ba06578d71945934ca38c32a6cc2586ead82f2", "size": "1504", "b...
require "base64" require "active_support/security_utils" require "active_support/core_ext/array/access" module ActionController # HTTP Basic, Digest, and Token authentication. module HttpAuthentication # = HTTP \Basic authentication # # === Simple \Basic example # # class PostsController < Ap...
{ "content_hash": "53bf85cb8c936dbe9fe68be101d44a9f", "timestamp": "", "source": "github", "line_count": 549, "max_line_length": 140, "avg_line_length": 41.44990892531876, "alnum_prop": 0.6272631393918088, "repo_name": "rails/rails", "id": "efb70eeb86b7c51a13a5b2beca12d7b0985e60d2", "size": "22787",...
"""Helpers to help coordinate updates.""" from __future__ import annotations import asyncio from collections.abc import Awaitable from datetime import datetime, timedelta import logging from time import monotonic from typing import Callable, Generic, TypeVar import urllib.error import aiohttp import requests from ho...
{ "content_hash": "add2588df1295190afa20f8d8c1679d1", "timestamp": "", "source": "github", "line_count": 336, "max_line_length": 87, "avg_line_length": 34.294642857142854, "alnum_prop": 0.5957649917556191, "repo_name": "FreekingDean/home-assistant", "id": "2203ab240ef570962932c057624a245a9f36568b", ...
package org.apache.camel.zipkin; import brave.Span; import org.apache.camel.CamelContext; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.apache.camel.RoutesBuilder; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.test.junit5.CamelTestSupport; import org.assertj....
{ "content_hash": "d2741c97c595d49051c0e26206c42ead", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 97, "avg_line_length": 30.774193548387096, "alnum_prop": 0.6263102725366876, "repo_name": "nicolaferraro/camel", "id": "ef4f845ad34cb88c831dbae0b1473850a783a111", "size": "...
package com.taobao.tddl.optimizer.config.table.parse; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.Node; import org.w3c.dom...
{ "content_hash": "c9bcf0c5526aba8cbcbd13f5d68bb14e", "timestamp": "", "source": "github", "line_count": 174, "max_line_length": 105, "avg_line_length": 36.810344827586206, "alnum_prop": 0.5907884465261515, "repo_name": "xloye/tddl5", "id": "0b4527611d4b349736682722c14ec33a221f32b5", "size": "6417",...
from __future__ import absolute_import from future.utils import PY3 if PY3: from reprlib import * else: __future_module__ = True from repr import *
{ "content_hash": "a1d778ade82a6f2a076de7d539cb2acd", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 38, "avg_line_length": 21.125, "alnum_prop": 0.650887573964497, "repo_name": "noisemaster/AdamTestBot", "id": "0a40eb09424575d4b756b08c4af4982a6cf5a071", "size": "169", "b...
/** * */ package com.gupta.saransh.models; import java.util.List; import com.fasterxml.jackson.annotation.JsonAutoDetect; /** * @author Saransh * */ @JsonAutoDetect public class SearchResponseWrapper { List<SearchResponse> searchResponseList; public List<SearchResponse> getSearchResponseList(...
{ "content_hash": "21885d86800dcb388573582e4cb3aa5d", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 77, "avg_line_length": 21.066666666666666, "alnum_prop": 0.7231012658227848, "repo_name": "saranshgupta12/AngelList", "id": "d10a7c44f5e5fd85ff2ede1777ca694f7b027d9e", "siz...
package com.dulion.astatium.service.web; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RestController; import com.dulion.astatium.camel.bridge.Bridge; import com.dulion.astatium.camel.bridge.B...
{ "content_hash": "358922246f0f351293628f52f43546b3", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 62, "avg_line_length": 29.35, "alnum_prop": 0.8211243611584327, "repo_name": "xinglion/astatium", "id": "1ac19ad936714de7acf68edf6f047951dbc5c75f", "size": "587", "binary...
/* * This file is subject to the terms of the GFX License. If a copy of * the license was not distributed with this file, you can obtain one at: * * http://ugfx.org/license.html */ /** * @file boards/addons/gdisp/board_ILI9320_olimex_pic32mx_lcd.h * @brief GDISP Graphic Driver subsystem board ...
{ "content_hash": "fca32197577dfb5e26975eb439ef4cf6", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 87, "avg_line_length": 20.51937984496124, "alnum_prop": 0.6792595391008689, "repo_name": "emfcamp/micropython", "id": "8ae7715f8678d560a59fc92902929d1611e3f6c8", "size": "...