text
stringlengths
2
1.04M
meta
dict
//------------------------------------------------------------------------------ // <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": "864f368794e05fd732add4a99ff880e5", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 168, "avg_line_length": 42.18055555555556, "alnum_prop": 0.5992756009219624, "repo_name": "phenixita/MiniPrism", "id": "889c19040f9ba7315294992e36021f276c2e1dbd", "size": "...
class GlobalErrorObserver : public base::CheckedObserver { public: // Called whenever the set of GlobalErrors has changed. virtual void OnGlobalErrorsChanged() = 0; }; #endif // CHROME_BROWSER_UI_GLOBAL_ERROR_GLOBAL_ERROR_OBSERVER_H_
{ "content_hash": "027f4a972a1ab8891648e52aa17c160e", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 66, "avg_line_length": 34.42857142857143, "alnum_prop": 0.7593360995850622, "repo_name": "chromium/chromium", "id": "b6db969f371a96d09d8dd05dd01f8a58cf5081db", "size": "553"...
package org.seasar.doma.jdbc; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertTrue; import static org.junit.jupiter.api.Assertions.fail; import java.sql.SQLException; import javax.sql.DataSou...
{ "content_hash": "b3a0ec43666da56806ce831dbbf4c506", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 64, "avg_line_length": 26.82758620689655, "alnum_prop": 0.7095115681233933, "repo_name": "domaframework/doma", "id": "0d9802db2c0b4c478887336d4975330c3647d6dc", "size": "15...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "4ccc0c8d71c962ed79b9ca2d42a20c62", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "6b59b6ff2f4d8869c5a022eedd326c3dcade8123", "size": "192...
<a name="2.0.0-rc.6"></a> # [2.0.0-rc.6](https://github.com/aurelia/dialog/compare/2.0.0-rc.5...2.0.0-rc.6) (2019-05-31) ### Bug Fixes * **build:** adjust umd build, add umd-es2015 ([342c023](https://github.com/aurelia/dialog/commit/342c023)) * **package.json:** fix package.json ([5ae0d3a](https://github.com/aurelia...
{ "content_hash": "a42c6fdf8b90e1832bd8d2acb105e722", "timestamp": "", "source": "github", "line_count": 325, "max_line_length": 258, "avg_line_length": 41.646153846153844, "alnum_prop": 0.7178426302179535, "repo_name": "StrahilKazlachev/dialog", "id": "257893b50da9b660601ea5c7d9a7013fcadcf3ad", "si...
'use strict'; module.exports = function (grunt) { grunt.initConfig({ clean: { build: 'build' }, requirejs: { // these defaults will be used as a base for every target we define options: { // the name is used to find js/amd/app.js, basically name: 'app', // this...
{ "content_hash": "4d986a90bef8b9b0af896784db64b55e", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 78, "avg_line_length": 29.358490566037737, "alnum_prop": 0.6111825192802056, "repo_name": "thalesmello/buildfirst", "id": "20747268efdffa66175fb1267c26bfc6660b7983", "size"...
package org.hisp.dhis.datastore; import static java.lang.Character.isLetterOrDigit; import static java.lang.Math.max; import static java.lang.Math.min; import static java.util.Arrays.stream; import static java.util.Collections.emptyList; import static java.util.stream.Collectors.toList; import static java.util.stream...
{ "content_hash": "83249f0432806d732289a384649b2d5d", "timestamp": "", "source": "github", "line_count": 486, "max_line_length": 115, "avg_line_length": 29.652263374485596, "alnum_prop": 0.5430573867184789, "repo_name": "msf-oca-his/dhis2-core", "id": "f48f3514853b2dfa40d5557b6ba47ba42da25624", "siz...
@implementation KNJudgementTool + (BOOL)isEmptyString:(NSString *)string{ if(string == nil || string == NULL || [string isKindOfClass:[NSNull class]] || [[string stringByTrimmingCharactersInSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]] length]==0){ return YES; } return NO; } + (BOOL)isEmp...
{ "content_hash": "e0f28722097143c5219f3ebfff82a95d", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 187, "avg_line_length": 28.058823529411764, "alnum_prop": 0.6624737945492662, "repo_name": "lifei321/CommonProject", "id": "58e62f59a9a04ffafb5cf4b073af391cced0a992", "size...
<!-- Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer....
{ "content_hash": "e3bdd60e6fc3f887dea71ddd8dfed448", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 100, "avg_line_length": 24.417910447761194, "alnum_prop": 0.6344743276283619, "repo_name": "jifalops/polymer-examples", "id": "5fea6cc47adffe3230c8b423bf377aa2f7a374e0", "s...
<?php namespace Enhavo\Bundle\AppBundle\Maker; use Enhavo\Bundle\AppBundle\Util\NameTransformer; use Symfony\Component\Console\Output\ConsoleOutputInterface; use Symfony\Component\HttpKernel\Bundle\BundleInterface; use Symfony\Component\HttpKernel\KernelInterface; use Symfony\Bundle\MakerBundle\InputConfiguration; us...
{ "content_hash": "c6baccdd48ccdd8bfcba61193eb65060", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 194, "avg_line_length": 33.61392405063291, "alnum_prop": 0.61890416117492, "repo_name": "enhavo/enhavo", "id": "a3e6400419214bddbda967aa283c3847afd5cad6", "size": "5311", ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "53048d372ab93a31d10677365b99cf40", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "f1ae93b40c4a25aed010f2c96596e4b1a2732d9a", "size": "180...
/** * @module gallery-editor-ui */ /** * @class EditorHTMLFormatter * @description Formats a DOM to correctly outlined easy to read HTML. */ var EditorHTMLFormatter = { html: [], indent: ' ', trimRe: /^\s+|\s+$/gi, inlineNodeRe: /^(img|br|sup|sub)$/i, newLineNodeRe: /^(div|p|img|blockquote|q|i...
{ "content_hash": "96108600db4d64177e77488367423cb7", "timestamp": "", "source": "github", "line_count": 135, "max_line_length": 148, "avg_line_length": 29.548148148148147, "alnum_prop": 0.5753321634494861, "repo_name": "jontsai/jekyll-theme-hacking-in-the-dark", "id": "9c2f9a886916cf507f0e6a9e6650189...
<?xml version='1.0'?> <test xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation="int_maxExclusive001.xsd" > <!-- facet=maxExclusive and value=1 and document value=1 --> <foo>1</foo> </test>
{ "content_hash": "0553d0eca846aa24f6a7c80d4232e994", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 118, "avg_line_length": 45, "alnum_prop": 0.7111111111111111, "repo_name": "titellus/schematron", "id": "e21010259f341287416ebd52389f77340289d81b", "size": "225", "binary"...
package org.owasp.appsensor.ui.controller; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.security.web.csrf.CsrfToken; import org.springframework.stereotype.Controller; import org.springframework.web.bind...
{ "content_hash": "fe62f3a3a19fd27461cb1a5b2c618e11", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 100, "avg_line_length": 31.382022471910112, "alnum_prop": 0.7508055853920516, "repo_name": "mahmoodm2/appsensor", "id": "03eebe294ee0f1267d13b520b0a7d3819a431495", "size": ...
Amortized variational inference with tensorflow.
{ "content_hash": "a7211bac1a54a4cce3ad79542019945b", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 48, "avg_line_length": 49, "alnum_prop": 0.8775510204081632, "repo_name": "andymiller/vae-flow", "id": "2f97a5b16ae7f350e53d44cbad4bac1c615261fd", "size": "60", "binary": ...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeigh...
{ "content_hash": "f12b4cde1b81e7415ea622c8a949a3b7", "timestamp": "", "source": "github", "line_count": 148, "max_line_length": 75, "avg_line_length": 37.74324324324324, "alnum_prop": 0.5877192982456141, "repo_name": "k9mail/k-9", "id": "19d183f28714ac3ae37e7043c3c180100c0b7620", "size": "5586", ...
package flatMapping; import one.util.streamex.DoubleStreamEx; import java.util.stream.IntStream; public class FlatMapToInt { public static void main(String[] args) { // Breakpoint! final int sum = DoubleStreamEx.of(1, 2, 3).flatMapToInt(x -> IntStream.of(1, 3)).sum(); System.out.println(sum); } }
{ "content_hash": "5b1f4c4582c398de4329e6feb57a4460", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 91, "avg_line_length": 24.384615384615383, "alnum_prop": 0.7034700315457413, "repo_name": "jk1/intellij-community", "id": "dad101d3870752bc30d8dc2fe72064544c0cb86f", "size"...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>python.sparknlp.annotator.classifier_dl.longformer_for_token_classification &#8212; Spark NLP 4.2.3 documentation</title> <script> document.documentElemen...
{ "content_hash": "6c3faa4731638a01c73e1e1289f8bf22", "timestamp": "", "source": "github", "line_count": 547, "max_line_length": 828, "avg_line_length": 53.61243144424132, "alnum_prop": 0.5972515856236786, "repo_name": "JohnSnowLabs/spark-nlp", "id": "77e403508be342e75ece6cb3d58cdb5fcf43f478", "size...
package com.github.chrisblutz.trinity.lang.procedures; import com.github.chrisblutz.trinity.lang.errors.Errors; /** * @author Christopher Lutz */ public class DefaultProcedures { public static ProcedureAction getDefaultUOEOperationProcedure(String operation) { return (runtime, thisObj, pa...
{ "content_hash": "f5e1e109568cf9c1bcc4b712f58e3d86", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 131, "avg_line_length": 26.8, "alnum_prop": 0.6473880597014925, "repo_name": "chrisblutz/TrinityLang", "id": "69dd5c3fedd5cf2c5833044b7c2c9ceada011d4a", "size": "536", "b...
<!doctype html> <!-- @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be...
{ "content_hash": "7e8f7f5d51cf307318a645a4deb8cb3f", "timestamp": "", "source": "github", "line_count": 131, "max_line_length": 100, "avg_line_length": 29.862595419847327, "alnum_prop": 0.5904907975460123, "repo_name": "ms123s/simpl4-src", "id": "c7307e674b06b7af848184ae92c1da5a4f6e8cd2", "size": "...
"""The fsl module provides classes for interfacing with the `FSL <http://www.fmrib.ox.ac.uk/fsl/index.html>`_ command line tools. This was written to work with FSL version 4.1.4. Change directory to provide relative paths for doctests >>> import os >>> filepath = os.path.dirname( os.path.realpath( __file_...
{ "content_hash": "6cc444438cbd64366033cf10821f3f32", "timestamp": "", "source": "github", "line_count": 779, "max_line_length": 206, "avg_line_length": 50.03209242618742, "alnum_prop": 0.6096215522771007, "repo_name": "satra/NiPypeold", "id": "85c59fa61e630dcb3c46e79f0a9c2b2fc34a29cb", "size": "390...
export { default } from './AndroidOriginal'
{ "content_hash": "83d555d1ab6c636143a7f8f944596e37", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 43, "avg_line_length": 44, "alnum_prop": 0.7272727272727273, "repo_name": "fpoumian/react-devicon", "id": "c9812a436c1965cac45cef02574ff97697f5927b", "size": "44", "binary...
'use strict'; var React = require('react'); var StylePropable = require('../mixins/style-propable'); var TimeDisplay = require("./time-display"); var ClockButton = require("./clock-button"); var ClockHours = require("./clock-hours"); var ClockMinutes = require("./clock-minutes"); var Clock = React.createClass({ dis...
{ "content_hash": "34c88c9bed5a789544d5b8b90f3b1174", "timestamp": "", "source": "github", "line_count": 171, "max_line_length": 92, "avg_line_length": 23.432748538011698, "alnum_prop": 0.5964562016471175, "repo_name": "grovelabs/material-ui", "id": "fa85332dd7c4f2c0a96023d0f932497b7c86e1a9", "size"...
'use strict'; // We want to globally mock this but jest doesn't let us do that by default // for a file that already exists. So we have to explicitly mock it. jest.mock('ReactDOM'); jest.mock('ReactDOMFeatureFlags', () => { const flags = require.requireActual('ReactDOMFeatureFlags'); return Object.assign({}, flags...
{ "content_hash": "113e30346c3dd648c3c76913b1f87af3", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 80, "avg_line_length": 25.795180722891565, "alnum_prop": 0.5875758991125642, "repo_name": "aaron-goshine/react", "id": "18543a82485f5b8290f6ba0cd66f1a835ad340fd", "size": "...
**DockDNS for Boot2Docker** ***Background*** DockDNS is simple and effective. However, it assumes the Docker Daemon runs on Non-TLS mode. I needed this to support TLS, and hence work out of the box for Boot2Docker (Mac / Win) based systems. Moreover, container names generated by FIG usually do not comply with DNS Nam...
{ "content_hash": "26f1b9a13b9a94d15da67dc453b57380", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 367, "avg_line_length": 34.63636363636363, "alnum_prop": 0.7860892388451444, "repo_name": "vivekjuneja/DockDNS", "id": "bdaff0e398d29d475782d8aabeaaeaddda1896b9", "size": "...
RETCODE=$(fw_exists ${IROOT}/py3.installed) [ ! "$RETCODE" == 0 ] || { \ source $IROOT/py3.installed return 0; } PY3_ROOT=$IROOT/py3 PY3_VERSION=3.5.1 fw_get -O http://www.python.org/ftp/python/${PY3_VERSION}/Python-${PY3_VERSION}.tar.xz fw_untar Python-${PY3_VERSION}.tar.xz cd Python-${PY3_VERSION} ./configure...
{ "content_hash": "9457e50961c8a06f38d4ea77f820c7f5", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 100, "avg_line_length": 37.375, "alnum_prop": 0.673355629877369, "repo_name": "ashawnbandy-te-tfb/FrameworkBenchmarks", "id": "3c77075fe24728c0afbe34f67d6a6a1f0affdccb", "s...
<!DOCTYPE html> <body> <script src="../../../resources/js-test.js"></script> <div id=container> <template><div></div></template> </div> <script> description('Test that cycle detection traverses over both templates and shadow roots'); var outerDiv = document.getElementById('container'); var template = document.querySe...
{ "content_hash": "627a698c2fed2fa4a421f2c8c36bb8b4", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 88, "avg_line_length": 35.4375, "alnum_prop": 0.7407407407407407, "repo_name": "chromium/chromium", "id": "db04fae4cfd4831bc663d4bcb2e5fb6f8c6040ab", "size": "567", "bina...
We need to be able to test IPv6-only Kubernetes cluster configurations. However, there are many external services (e.g. DockerHub) that only work with IPv4. In order to interoperate between our IPv6-only cluster and these external IPv4 services, we configure a node in the lab to run as a NAT64 and DNS64 server. The NAT...
{ "content_hash": "069a6180329621e288116ff345c74255", "timestamp": "", "source": "github", "line_count": 249, "max_line_length": 670, "avg_line_length": 35.096385542168676, "alnum_prop": 0.7187321203799062, "repo_name": "leblancd/kube-v6", "id": "fe7c982df6a725990f2474e58fc812d5269c87b7", "size": "8...
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> </head> <body> <div id="progress"></div> <pre id="output"> </pre> <script> var __total_done = 0; var __total_tests = 0; __karma__ = { start: undefined, ...
{ "content_hash": "1aafb1973a000574b9ea433aee265cbb", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 120, "avg_line_length": 37.59090909090909, "alnum_prop": 0.4195888754534462, "repo_name": "Strilanc/Quantum-Circuit-Inspector", "id": "892eb3c06bca25c55b7d5b20e9953ac1ded0feb...
///\defgroup etl Embedded Template Library. https://github.com/ETLCPP/etl ///\defgroup containers Containers ///\ingroup etl ///\defgroup utilities Utilities /// A set of utility templates. ///\ingroup etl ///\defgroup maths Maths /// A set of mathematical templates. ///\ingroup etl ///\defgroup patterns Patterns...
{ "content_hash": "7eec1be21684aaa3635501d25ca8b41b", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 43, "avg_line_length": 17.25, "alnum_prop": 0.7039337474120083, "repo_name": "GatorQue/etl", "id": "6e1d744c43345fe48cfcf2fa603c501322c070f0", "size": "1777", "binary": f...
package org.kasource.web.websocket.client; import org.kasource.web.websocket.protocol.ProtocolHandler; /** * WebSocketClient that one can send messages to. * * @author rikardwi **/ public interface WebSocketClient { public void sendBinaryMessageToSocket(Object message); public void sendText...
{ "content_hash": "93f5a4e0747420eabf480ea5ce072b8e", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 62, "avg_line_length": 21.8, "alnum_prop": 0.6657929226736566, "repo_name": "wigforss/Ka-Websocket", "id": "d9a2cea883fbde4a5839725f0189fc6b2131e60a", "size": "763", "bin...
package org.apache.ignite.cache.store.jdbc; import org.apache.ignite.cache.*; import org.apache.ignite.cache.store.*; import org.apache.ignite.configuration.*; import org.apache.ignite.internal.util.typedef.*; import org.apache.ignite.internal.util.typedef.internal.*; import org.jetbrains.annotations.*; import java...
{ "content_hash": "b9638a2299d52cadf12c4e4f618890e8", "timestamp": "", "source": "github", "line_count": 226, "max_line_length": 119, "avg_line_length": 35.89823008849557, "alnum_prop": 0.570072722790583, "repo_name": "svladykin/ignite", "id": "1ff170ef71b257647a3926cb97f2eba39f716bce", "size": "891...
// Copyright (c) 2014 blinkbox Entertainment Limited. All rights reserved. package com.blinkboxbooks.android.authentication; import android.app.Service; import android.content.Intent; import android.os.IBinder; /** * Authentication service allowing users to authenticate and login to accounts from outside the applica...
{ "content_hash": "56355e7cafe59b039c6f884cacb4fcc8", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 107, "avg_line_length": 27.583333333333332, "alnum_prop": 0.7552870090634441, "repo_name": "blinkboxbooks/android-app", "id": "5d23955e37229bff605acdfa77553a39278cb28e", "s...
package org.vertx.java.test.utils; import java.util.HashSet; import java.util.Set; import java.util.concurrent.CountDownLatch; import org.vertx.java.core.Handler; /** * @author swilliams * */ public class DeploymentHandler implements Handler<String> { private final CountDownLatch latch; private final Set<...
{ "content_hash": "d1e72318a1dd8e126418e81270d0ec66", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 60, "avg_line_length": 18.4, "alnum_prop": 0.6847826086956522, "repo_name": "bytor99999/vertx-junit-annotations", "id": "0bbd7d293b03e79196b24771c5e78116657eae40", "size": ...
sudo apt-get install --only-upgrade linux=3.2.84-1 -y
{ "content_hash": "f7f11c95ff757e697f7b9ea6b4a9ba07", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 53, "avg_line_length": 54, "alnum_prop": 0.7222222222222222, "repo_name": "Cyberwatch/cbw-security-fixes", "id": "0739193bfadc5842ac96d925e1e7a306afab1c30", "size": "617", ...
/************************************************************************ * * Flood Project © (2008-201x) * Licensed under the simplified BSD license. All rights reserved. * ************************************************************************/ #pragma once #include "CppSharp.h" #include <Core/Math/BoundingBox.h> ...
{ "content_hash": "be586a631b5990a158ec85b84120cb03", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 97, "avg_line_length": 22.12280701754386, "alnum_prop": 0.5440126883425852, "repo_name": "FloodProject/flood", "id": "41f97d7c3b623574a121b3c6c33fa186ed0b5f97", "size": "12...
$( document ).ready(function() { // statement here });
{ "content_hash": "0da8a0dab5f8a6b5a799a7af303224aa", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 32, "avg_line_length": 18.666666666666668, "alnum_prop": 0.6071428571428571, "repo_name": "genessadesign/intro", "id": "1b3e8b21eae7a014b1d0d1a2285eb14be03cf135", "size": "5...
import React, { FunctionComponent, useState } from 'react'; import { Box, Button, FormControl, FormErrorMessage, Input, InputProps, Modal, ModalOverlay, ModalContent, ModalCloseButton, ModalHeader, ModalBody, Heading } from '@chakra-ui/react'; import { Formik, Form, Field, FormikState, FormikH...
{ "content_hash": "988e884a39b351654dea8308f5eacd23", "timestamp": "", "source": "github", "line_count": 190, "max_line_length": 118, "avg_line_length": 32.44210526315789, "alnum_prop": 0.5872809863724854, "repo_name": "ilkkao/mas", "id": "f369cd213ef461d7edeea39dafe1af418e99cdfd", "size": "6164", ...
<!DOCTYPE html> <html> <head> <title> Christopher Hui's Blog</title> <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com...
{ "content_hash": "f2b57158b7d3432b4a240e86abfa0e4d", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 856, "avg_line_length": 93.02222222222223, "alnum_prop": 0.7161968466316292, "repo_name": "christopherhuii/christopherhuii.github.io", "id": "f83710d2d926b6a38f5ee3a82a420bf7...
<?php namespace DmTest\ServiceManager; use Zend\ServiceManager\Exception\ServiceNotFoundException; use Zend\ServiceManager\ServiceLocatorInterface; class ServiceLocatorDummy implements ServiceLocatorInterface { const CREATE_NOTHING = 0; const CREATE_CLASS = 1; const CREATE_ABSTRACT_CLASS = 2; const C...
{ "content_hash": "ad216be00bdd8df5723fa03bd707178a", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 97, "avg_line_length": 25.197916666666668, "alnum_prop": 0.5489871847871021, "repo_name": "peteraba/dermailer", "id": "3f996182d945c7b02302adedeb3075306a7cad9c", "size": "2...
<?xml version="1.0" encoding="UTF-8"?> <oval_definitions xsi:schemaLocation="http://oval.mitre.org/XMLSchema/oval-definitions-5 oval-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#independent independent-definitions-schema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns=...
{ "content_hash": "e7621b32ca87c0a9fd50652c42077dca", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 540, "avg_line_length": 80.73809523809524, "alnum_prop": 0.7283987024476556, "repo_name": "nakamura5akihito/opensec-oval", "id": "b1083e9dbec366a9d4a873e088e401b5b6af9358", ...
@interface IntroFTUEViewController () @property (readonly) RACSubject *completed; @end @implementation IntroFTUEViewController - (id)init { self = [super init]; if (!self) return nil; _completed = [RACSubject subject]; return self; } - (IBAction)didTapButton:(id)sender { [_completed sendNext:se...
{ "content_hash": "24402cbbfcdfbece6770455b5eca8b10", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 43, "avg_line_length": 16.636363636363637, "alnum_prop": 0.6857923497267759, "repo_name": "leojkwan/cortado", "id": "8519aedddc39b778e21bd77e2f88da099d71139a", "size": "444...
/*************************************************************************** * Xiayu Wang * x9wang@ucsd.edu * * ***************************************************************************/ #ifndef CUARRAY_IMPL #define CUARRAY_IMPL #include <device_memblock.h> #include <idxvector.h> #include <range.h> #include <s...
{ "content_hash": "dc1164e511765ae0c1698ef84f47aee8", "timestamp": "", "source": "github", "line_count": 418, "max_line_length": 100, "avg_line_length": 32.28468899521531, "alnum_prop": 0.4281585772508336, "repo_name": "stavka0619/cuda_array", "id": "9994352c6af70aabb243f78a14f57ba3ec2cbd9c", "size"...
package org.apache.drill.exec.physical.impl.sort; import org.apache.drill.BaseTestQuery; import org.apache.drill.categories.OperatorTest; import org.apache.drill.exec.ExecConstants; import org.apache.drill.exec.util.JsonStringArrayList; import org.apache.drill.exec.util.JsonStringHashMap; import org.junit.Test; impor...
{ "content_hash": "6211120f20ca188ac3fdc8a0f431d985", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 121, "avg_line_length": 33.3, "alnum_prop": 0.7141141141141141, "repo_name": "shakamunyi/drill", "id": "19f4f616fd43e8a643fb7007367dd38612f080c8", "size": "2467", "binary...
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, ...
{ "content_hash": "eff7809628bd26ce5c9c4c717b25c862", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 201, "avg_line_length": 34.661764705882355, "alnum_prop": 0.7004666949512092, "repo_name": "mikkokar/maven-plugins", "id": "a6797cd00069263a16c47194540cd825dc893d12", "size...
import fetch from 'isomorphic-fetch' import { requestOptions } from '../utils/session'; import { handleErrors } from '../utils/api'; import Tone from 'tone'; import { remainingDuration } from './../utils/timer'; const synth = new Tone.Synth().toMaster(); const beep = (note, duration) => { synth.triggerAttackRelease...
{ "content_hash": "d8477aa447912c34ccd7be546df9df0e", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 80, "avg_line_length": 25.763636363636362, "alnum_prop": 0.6270289343683839, "repo_name": "snsavage/timer-react", "id": "70fca96ec062fba5547dbbf58b65e21bb7ec603c", "size":...
package io.wcm.devops.conga.generator.util.testmodel; public class Root { private String prop1; private Integer prop2; private ConfScope1 scope1; public String getProp1() { return this.prop1; } public void setProp1(String prop1) { this.prop1 = prop1; } public Integer getProp2() { retu...
{ "content_hash": "63b2ee3519a1a0490a942d36c8ff61e7", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 53, "avg_line_length": 15.714285714285714, "alnum_prop": 0.6727272727272727, "repo_name": "wcm-io-devops/conga", "id": "c9d6f2c1ef8aa1869410e1e40024c7f87ee3c7db", "size": "...
package vpp2005 import ( "fmt" "net" govppapi "git.fd.io/govpp.git/api" "go.ligato.io/cn-infra/v2/logging" core_vppcalls "go.ligato.io/vpp-agent/v3/plugins/govppmux/vppcalls" core_vpp2005 "go.ligato.io/vpp-agent/v3/plugins/govppmux/vppcalls/vpp2005" "go.ligato.io/vpp-agent/v3/plugins/vpp" "go.ligato.io/vpp-a...
{ "content_hash": "2c47ff4ac5b5c3fc309a26f5157b7048", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 113, "avg_line_length": 28.72826086956522, "alnum_prop": 0.7154748391978812, "repo_name": "VladoLavor/vpp-agent", "id": "ded8808d4c33efc8f7730c19ca3ee7ea3f8eaf2c", "size": ...
{-# LANGUAGE OverloadedStrings #-} module Main where import qualified Data.Text.Lazy as T import qualified Data.Text.Lazy.IO as T import Clay hiding (div,filter) import qualified Clay as C import Clay.Property as CP import Clay.Filter as CF import Control.Arrow ((>>>)) import qualified Clay.Stylesheet as CC main :: IO...
{ "content_hash": "8aa7274aea2e8c7d03a1f4ba89fda4a3", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 76, "avg_line_length": 25.576271186440678, "alnum_prop": 0.5990722332670643, "repo_name": "kiripon/gh-pages", "id": "f37581e469b9a62bbfd46b0b03cebfa13b8eef09", "size": "150...
<div id="deviceIndex">Links DMX Device auswählen oder hier ein neues DMX Device anlegen<br/> ToDo: <ul> <li>DMX Device per Drag&Drop im Baum verschiebbar machen)</li> <li>Live Modus im Formular für Netio-Dropdown (Auto Update wenn Netio geadded/gelöscht wird) <i>(nicht benötigt wenn Drag&Drop?!?)</i></li> </ul>...
{ "content_hash": "11fcae1ea47e5c125ba99b6b95d2d283", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 143, "avg_line_length": 43.2, "alnum_prop": 0.7060185185185185, "repo_name": "shuairan/mochaui-dmx", "id": "2c8a38e4364a0ee5143872ca50b909244202640d", "size": "436", "bin...
#include <initializer_list> #include <Furrovine++/buffer_view.h> #include <Furrovine++/character_def.h> namespace Furrovine { namespace Unicode { struct standardized_variant { public: std::initializer_list<const codepoint> codepoints; buffer_view<const char> description; buffer_view<const char> wh...
{ "content_hash": "0eca83adaa385b938bb65eb3f2de9517", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 52, "avg_line_length": 21, "alnum_prop": 0.7083333333333334, "repo_name": "bananu7/Furropen", "id": "bd505163dc32d9032057a25a7d1382be12fe46ba", "size": "350", "binary": f...
package graphene.web.components; import graphene.web.commons.CustomValidationDecorator; import org.apache.tapestry5.ClientElement; import org.apache.tapestry5.Field; import org.apache.tapestry5.FormValidationControl; import org.apache.tapestry5.MarkupWriter; import org.apache.tapestry5.ValidationDecorator; import o...
{ "content_hash": "c6de7d6b2890227ac7d09f3048cba92f", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 126, "avg_line_length": 27.313253012048193, "alnum_prop": 0.7640052933392149, "repo_name": "Sotera/graphene", "id": "bf02742b766cafe31476afb84db22992f3dce439", "size": "308...
source common/functions.sh # clone the Vundle plugin, to manage vim plugins if [ ! -d "$HOME/.vim/bundle/Vundle.vim/.git" ]; then msg_installing "Installing vundle..." git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim else msg_ok "Vundle is already installed." fi # vim's p...
{ "content_hash": "c9f859545a4728df6d847482b3874642", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 86, "avg_line_length": 27.61111111111111, "alnum_prop": 0.6720321931589537, "repo_name": "gbrlsepulveda/dotfiles", "id": "a9538d012cc4fbdf8061efd05737482e68521c83", "size":...
<nav class="navbar-default navbar-static-side" role="navigation"> <div class="sidebar-collapse"> <ul class="nav metismenu" id="side-menu"> <li class="nav-header"> <div class="dropdown profile-element"> <?php foreach ($get_info_name as ...
{ "content_hash": "cadaf7774a6ce4aa74afcec429a1fb8a", "timestamp": "", "source": "github", "line_count": 210, "max_line_length": 188, "avg_line_length": 48.142857142857146, "alnum_prop": 0.35341246290801187, "repo_name": "johnmarkabril/design2", "id": "885091cf6918e74c645b8a49911a32a5d1b0ebe8", "siz...
MAKEFLAGS=-r # The source directory tree. srcdir := .. abs_srcdir := $(abspath $(srcdir)) # The name of the builddir. builddir_name ?= . # The V=1 flag on command line makes us verbosely print command lines. ifdef V quiet= else quiet=quiet_ endif # Specify BUILDTYPE=Release on the command line for a release bui...
{ "content_hash": "ecb19e55e516ae6aa172b9e1d3459152", "timestamp": "", "source": "github", "line_count": 331, "max_line_length": 776, "avg_line_length": 39.516616314199396, "alnum_prop": 0.6639908256880734, "repo_name": "susanafong/flickr-cat-gallery", "id": "facbf83342c96b75c7c0c03f354eb9da8a58cdeb",...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Helotium abscedens P. Crouan & H. Crouan ### Remarks null
{ "content_hash": "71e5459b671aacaa9283015c799cbf45", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 40, "avg_line_length": 11.153846153846153, "alnum_prop": 0.696551724137931, "repo_name": "mdoering/backbone", "id": "1e4abb746e969c9ffbf61defa7e716194186116e", "size": "209...
@implementation ALPHAGenericModel @end
{ "content_hash": "793fe6a8646f80afcae8a3df2d8b6140", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 33, "avg_line_length": 13.333333333333334, "alnum_prop": 0.85, "repo_name": "nikhildhamsaniya/Alpha", "id": "d23fe936004d389266bf4eb95b984d5423d5c54e", "size": "213", "bin...
module.exports = exports = rebuild exports.usage = 'Runs "clean", "configure" and "build" all at once' function rebuild (gyp, argv, callback) { gyp.todo.push( { name: 'clean', args: [] } , { name: 'configure', args: argv } , { name: 'build', args: [] } ) process.nextTick(callback) }
{ "content_hash": "42e8ffffbebe523f95034d6a6c4e3fb2", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 67, "avg_line_length": 23.615384615384617, "alnum_prop": 0.6026058631921825, "repo_name": "jsvelasquezv/agroind-mobile", "id": "9409518af13bf8dec891d8479718d6e3da9e6c2d", "...
<?php return array();
{ "content_hash": "dee75fb3a3f3c89aa6cc4bad71d0262e", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 15, "avg_line_length": 8.666666666666666, "alnum_prop": 0.5384615384615384, "repo_name": "antoinecharlet/Restaurant", "id": "ae330559270bed0a75883076ba185c13dad79093", "size...
// Copyright (C) 2010, 2011 and 2012 Marcin Arkadiusz Skrobiranda. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // 1. Redistributions of source code must retain the above copyright // ...
{ "content_hash": "8b7036c6e22cebe4c43a24e4b5d1a4f3", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 80, "avg_line_length": 41.629629629629626, "alnum_prop": 0.7673487544483986, "repo_name": "BrianRickardMason/TheUltimateStrategy", "id": "f0051c100224d5eb5908459872b846e01bf8...
#include "EdsStrings.h" namespace Eds { std::string getErrorString(EdsError error) { switch(error) { /*----------------------------------------------------------------------- ED-SDK Error Code Masks ------------------------------------------------------------------------*/ case EDS_ISSPECIFIC_MAS...
{ "content_hash": "15192985a5f4c3ffe96ecf5050b65996", "timestamp": "", "source": "github", "line_count": 361, "max_line_length": 116, "avg_line_length": 57.04986149584487, "alnum_prop": 0.7141539208545764, "repo_name": "kylemcdonald/ofxEdsdk", "id": "cf3f18dc4ae40441475f5cba718ab510401738e3", "size"...
package com.helger.datetime.util; import java.time.Duration; import java.time.LocalDateTime; import java.time.Period; import javax.annotation.CheckForSigned; import javax.annotation.Nonnull; import javax.annotation.concurrent.Immutable; import com.helger.commons.CGlobal; import com.helger.commons.annotation.Nonempt...
{ "content_hash": "84c850e3813209361529e3fe742ab033", "timestamp": "", "source": "github", "line_count": 249, "max_line_length": 117, "avg_line_length": 29.333333333333332, "alnum_prop": 0.6214403066812705, "repo_name": "phax/ph-commons", "id": "0472c6285861c33a069dfed8c69cd145c3bb444e", "size": "79...
// // FEHeaderMenu.h // FEHeaderMenu // // Created by wangzhanfeng-PC on 15/6/25. // Copyright (c) 2015年 F.E. All rights reserved. // #import <UIKit/UIKit.h> #import "FEHeaderMenuItem.h" @class FEHeaderMenu; typedef NSString *(^titleAtIndex)(NSInteger index, BOOL *isStop); typedef void (^itemClickAtIndex)(F...
{ "content_hash": "7f9db8c2d4be75852d17671752fe3d80", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 108, "avg_line_length": 28.32894736842105, "alnum_prop": 0.7510450534138412, "repo_name": "wzf/FEHeaderMenu", "id": "899c7322de0b107b5a413078fcde99a87b9c3606", "size": "242...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE36_Absolute_Path_Traversal__wchar_t_connect_socket_open_72a.cpp Label Definition File: CWE36_Absolute_Path_Traversal.label.xml Template File: sources-sink-72a.tmpl.cpp */ /* * @description * CWE: 36 Absolute Path Traversal * BadSource: connect_socket Read data...
{ "content_hash": "088f73ef9d4c7547c4ff154d20812bf7", "timestamp": "", "source": "github", "line_count": 199, "max_line_length": 123, "avg_line_length": 28.22613065326633, "alnum_prop": 0.5818052341107353, "repo_name": "maurer/tiamat", "id": "293bb47d42c782961104cd02eef4c18fc0d66950", "size": "5617"...
using System; using System.IO; namespace Tamir.SharpSsh.java.io { /// <summary> /// Summary description for InputStream. /// </summary> public abstract class OutputStream : Stream { public override int Read(byte[] buffer, int offset, int count) { return 0; } public override int ReadByte...
{ "content_hash": "e6dcc7aaf5eeb50d480935d3d2ed1ff7", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 65, "avg_line_length": 13.988235294117647, "alnum_prop": 0.5475189234650967, "repo_name": "thachngo/dokan", "id": "a8e8ed6f01389a938f7a47f783ec6106c7af870d", "size": "1189"...
package com.logginghub.container; /** * Created by james on 10/02/15. */ public class ContainerException extends RuntimeException { public ContainerException() { } public ContainerException(String message) { super(message); } public ContainerException(String message, Throwable cause) { ...
{ "content_hash": "cd32375b41a284a03ba02cf38b648af0", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 64, "avg_line_length": 20.80952380952381, "alnum_prop": 0.6681922196796338, "repo_name": "logginghub/container", "id": "d7d09205b24b6a087e9d3ac48efae1c002bb8c10", "size": "...
package org.elasticsearch.xpack.eql.execution.search.extractor; import org.elasticsearch.common.io.stream.StreamInput; import org.elasticsearch.xpack.ql.execution.search.extractor.AbstractFieldHitExtractor; import org.elasticsearch.xpack.ql.type.DataType; import org.elasticsearch.xpack.ql.util.DateUtils; import jav...
{ "content_hash": "8b648d374760f2a915aa7e92f2819eb4", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 134, "avg_line_length": 28.241935483870968, "alnum_prop": 0.7001713306681896, "repo_name": "scorpionvicky/elasticsearch", "id": "b6cfee5efc8990bfd00299e8d3e0f58f9b138cde", ...
package org.apache.camel.builder.endpoint.dsl; import java.util.*; import java.util.Map; import java.util.concurrent.*; import java.util.function.*; import java.util.stream.*; import javax.annotation.Generated; import org.apache.camel.builder.EndpointConsumerBuilder; import org.apache.camel.builder.EndpointProducerBu...
{ "content_hash": "1105f56e267d632458469994ab097d3c", "timestamp": "", "source": "github", "line_count": 5814, "max_line_length": 171, "avg_line_length": 40.06037151702786, "alnum_prop": 0.5848242461712843, "repo_name": "apache/camel", "id": "0306aa82863fcc3346869a87daebacb4cf527195", "size": "23371...
use WSO2::WSF; # This assumes WSF/PHP is installed and all the samples are accessible from # http://localhost/samples my $payload =<<E; <ns1:echo xmlns:ns1="http://php.axis2.org/samples"><text>Hello World!</text></ns1:echo> E my $msg = new WSO2::WSF::WSMessage( { 'to' => 'http://localhost/samples/security/t...
{ "content_hash": "2081c0e4af6e5cabc00ac2e6c06bd26e", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 95, "avg_line_length": 28.29032258064516, "alnum_prop": 0.6009122006841505, "repo_name": "gitpan/WSO2-WSF-Perl", "id": "869a40a8f29faddccd72c29b14a06724881568a6", "size": "...
package com.facebook.buck.python; import com.facebook.buck.model.BuildTargets; import com.facebook.buck.rules.BuildContext; import com.facebook.buck.rules.BuildRule; import com.facebook.buck.rules.BuildRuleParams; import com.facebook.buck.rules.HasRuntimeDeps; import com.facebook.buck.rules.Label; import com.faceboo...
{ "content_hash": "ecc74d83d4c54bfc0b28982db5c6c3a0", "timestamp": "", "source": "github", "line_count": 181, "max_line_length": 98, "avg_line_length": 32.30939226519337, "alnum_prop": 0.728796169630643, "repo_name": "luiseduardohdbackup/buck", "id": "a17cf575097395d232d301580e183a6704895f22", "size...
/* ### * IP: GHIDRA * * 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 writin...
{ "content_hash": "833eec0f9cfd2782f27500b4c716f17e", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 93, "avg_line_length": 32.483870967741936, "alnum_prop": 0.7249255213505462, "repo_name": "NationalSecurityAgency/ghidra", "id": "5da8f83bab2bc5e00aea132495872c80edffeeec", ...
require 'google/apis/core/base_service' require 'google/apis/core/json_representation' require 'google/apis/core/hashable' require 'google/apis/errors' module Google module Apis module DfareportingV2_5 # DCM/DFA Reporting And Trafficking API # # Manages your DoubleClick Campaign Manager ad camp...
{ "content_hash": "0ebd4113308e972c80ac14f88f723ca8", "timestamp": "", "source": "github", "line_count": 8741, "max_line_length": 589, "avg_line_length": 62.86214391946002, "alnum_prop": 0.6599099508988531, "repo_name": "saicheems/discovery-artifact-manager", "id": "695a0f95d0e01897989c04e816933558136...
FROM php:5.6-fpm ENV LOCAL_UID 33 ENV NODEREPO node_8.x # Install dependencies # apt-get update is called during the nodejs install script # See https://deb.nodesource.com/setup RUN set -xe \ \ # Add nodejs repo (jessie is coming from php) and deps to it && apt-get update && apt-get install -y --force-yes apt-tra...
{ "content_hash": "bfe597e8c263cf776b245bf7ba17ef3a", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 114, "avg_line_length": 24.44927536231884, "alnum_prop": 0.6621221102548903, "repo_name": "sbani/docker-php", "id": "de0c305d1515fa422c00baaeaecd4ba1872a4f53", "size": "168...
import React from "react"; import { trans_obj } from "../i18n"; import { MultiWidgetType, WidgetProps } from "./types"; const checkboxIsActive = (field: string, value: string[] | null) => value !== null && value.includes(field); const flipSetValue = (set: string[], value: string, isActive: boolean) => { if (isAct...
{ "content_hash": "f726f3894e1115bdf8b9c83940898696", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 75, "avg_line_length": 27.215384615384615, "alnum_prop": 0.5313736574335783, "repo_name": "lektor/lektor", "id": "ce857d38b3d5fb3c3454dfc4a536edbc22d6cc5a", "size": "1769",...
Deletes the user. ## SYNTAX ### ClientObject (Default) ``` Remove-SPClientUser [-ClientContext <ClientContext>] [-ClientObject] <User> ``` ### Identity ``` Remove-SPClientUser [-ClientContext <ClientContext>] -Identity <Int32> ``` ### Name ``` Remove-SPClientUser [-ClientContext <ClientContext>] -Name <String> ``` ...
{ "content_hash": "b74a1003f6240667694b32d6eb0a5ca0", "timestamp": "", "source": "github", "line_count": 142, "max_line_length": 154, "avg_line_length": 17.45774647887324, "alnum_prop": 0.6696248487293264, "repo_name": "karamem0/SPClient", "id": "332e891ed962f1cdaf24a00cf689f3e6ac4d444c", "size": "2...
package org.apache.mina.integration.beans; import java.beans.PropertyEditor; /** * A {@link PropertyEditor} which converts a {@link String} into * an {@link Double} and vice versa. * * @author <a href="http://mina.apache.org">Apache MINA Project</a> */ public class DoubleEditor extends NumberEditor { @Overr...
{ "content_hash": "feab6884c73657f4235b02b9eebb6283", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 79, "avg_line_length": 25.28, "alnum_prop": 0.6503164556962026, "repo_name": "EArdeleanu/gateway", "id": "e911f32d007b27eddae22cd7320d32fa978a323e", "size": "1456", "bina...
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>houshu | gensen</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main....
{ "content_hash": "a96868f9ac14e496c45601af8bfbc4c7", "timestamp": "", "source": "github", "line_count": 364, "max_line_length": 336, "avg_line_length": 54.37637362637363, "alnum_prop": 0.6581619764563229, "repo_name": "jptax/gensen", "id": "20cca2c2556d0f0ded35d1f02e48ed353af18f61", "size": "19793"...
//using System.Collections.Generic; //using System.Linq; //namespace Quilt4.Service.SqlRepository.Extensions //{ // public static class DashboardProjectExtensions // { // public static IEnumerable<Entity.DashboardPageProject> ToDashboardProjects( // this IEnumerable<DashboardPageProject> items...
{ "content_hash": "91fb937a0aa6ae9acabea34460d6d0a0", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 102, "avg_line_length": 33.25806451612903, "alnum_prop": 0.562560620756547, "repo_name": "Quilt4/Quilt4.Service", "id": "b851a0476dfeecbe7a77ba20d2de51fc4f958af6", "size": ...
namespace Google.Cloud.DataLabeling.V1Beta1.Snippets { // [START datalabeling_v1beta1_generated_DataLabelingService_PauseEvaluationJob_async_flattened_resourceNames] using Google.Cloud.DataLabeling.V1Beta1; using System.Threading.Tasks; public sealed partial class GeneratedDataLabelingServiceClientSnip...
{ "content_hash": "8a339c2084b00288dbe7dc5d2a977549", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 114, "avg_line_length": 53.464285714285715, "alnum_prop": 0.7147628590514362, "repo_name": "googleapis/google-cloud-dotnet", "id": "66e353199b12a2cb911fd758a60e999f0da4b3e4",...
package com.github.webelement.wrappers.table; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; /** * API for working with HTML <i>tbody</i> element. * * @author Mairbek Khadikov */ public class TableBody extends TableRowContainer { public static final String TAG_NAME = "tbody"; ...
{ "content_hash": "914151597a90319dfae78f249ea92517", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 60, "avg_line_length": 25.235294117647058, "alnum_prop": 0.7249417249417249, "repo_name": "mairbek/webelement-wrappers", "id": "611f79a54294712dd1c659bb70d2791dd0adc463", "...
<?php include '_templates/sitewide.php'; $page['name'] = '403'; $page['title'] = 'Access Denied &sdot; elementary'; include $template['header']; ?> <script> ga('send', 'event', '403: Forbidden', window.location.host); </script> <div class="row"> <div class="column alert"> <i class="war...
{ "content_hash": "b99847932bf8e9f26c410e104a6dfe55", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 72, "avg_line_length": 24.74074074074074, "alnum_prop": 0.5793413173652695, "repo_name": "luiscauro/mvp", "id": "e604ae7097d3d497cdb30927c362ecaa42c85980", "size": "668", ...
<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the...
{ "content_hash": "578fdb9de90cb311d5b6b397e4773319", "timestamp": "", "source": "github", "line_count": 127, "max_line_length": 108, "avg_line_length": 34.59055118110236, "alnum_prop": 0.6175734122467562, "repo_name": "lql5083psu/incubator-mnemonic", "id": "abd27a272075c7b63bc0e62c52fe9c2c8ed8b510", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>T-man tests with async/await</title> <link rel="stylesheet" type="text/css" href="../../browser/tman.css"> </head> <body> </body> <script src="../../browser/tman.js"></script> <script src="test-async.js"></script> </html>
{ "content_hash": "dfcd6fe1d2528c1751656e35cfad2e3d", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 73, "avg_line_length": 26.333333333333332, "alnum_prop": 0.5981012658227848, "repo_name": "thunks/tman", "id": "e86e4fadc35dac5d95124f217bfcf88a25d1d9eb", "size": "316", ...
<?php // autoload_namespaces.php @generated by Composer $vendorDir = dirname(dirname(__FILE__)); $baseDir = dirname($vendorDir); return array( 'Widop\\HttpAdapterBundle' => array($vendorDir . '/widop/http-adapter-bundle'), 'Widop\\HttpAdapter' => array($vendorDir . '/widop/http-adapter/src'), 'Widop\\Goo...
{ "content_hash": "5aa8fca6dd7e11bdf58c7efcc5f8354d", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 99, "avg_line_length": 62.58139534883721, "alnum_prop": 0.6525455221107395, "repo_name": "Julink64/ndi_engiineers", "id": "42112c2fcbbf5c79a834bb488bf7c93377a34ed6", "size"...
<?php /* * This file is part of BardisCMS. * * (c) George Bardis <george@bardis.info> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ /** * This file is part of the <name> project. * * (c) <yourname> <youremail> * * For the full copyright ...
{ "content_hash": "a3259f297ef17ec9d5ff42a872bdee5c", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 116, "avg_line_length": 22.270833333333332, "alnum_prop": 0.6641721234798877, "repo_name": "bardius/BardisCMS", "id": "3822df30d17c2728219b9564e7a93afd22a847fd", "size": "1...
#include <assert.h> #include <string.h> #include "nffs/nffs.h" #include "nffs_priv.h" int nffs_path_parse_next(struct nffs_path_parser *parser) { const char *slash_start; int token_end; int token_len; if (parser->npp_token_type == NFFS_PATH_TOKEN_LEAF) { return FS_EINVAL; } slash_st...
{ "content_hash": "075ca85d28d8f26fca40756cb45873f4", "timestamp": "", "source": "github", "line_count": 336, "max_line_length": 79, "avg_line_length": 27.31845238095238, "alnum_prop": 0.5415622616842793, "repo_name": "wes3/incubator-mynewt-core", "id": "03a8a993adda7251b97525760e967b77febf2c0f", "s...
'use strict'; const _ = require('lodash'); // returns true if an id in ensgs is present in the EFFECT/ANN field module.exports = (line, nLine, reAnn, geneIdIndex, genes) => { const matches = line.match(reAnn); if (matches) { const fields = matches[1].split('|'); if ...
{ "content_hash": "c4081c0808266f3b045b25910050589b", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 140, "avg_line_length": 29.22222222222222, "alnum_prop": 0.541191381495564, "repo_name": "juhis/vcf", "id": "540eef8d6e7c31ddf5dc776f2f61df20cb65bd6e", "size": "789", "bi...
package views.html.b3 package object inline { import views.html.helper._ /** * Creates the implicit Inline FieldConstructor */ implicit val fieldConstructor = new FieldConstructor { def apply(elements: FieldElements) = b3FieldConstructorInline(elements) } }
{ "content_hash": "31e3fe692c3045042a845be2dcd0d37f", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 75, "avg_line_length": 18.666666666666668, "alnum_prop": 0.7321428571428571, "repo_name": "jamesward/play-bootstrap3", "id": "b0b2e5c5c545a9adde59d2a00e5931ab16bb1d9a", "si...
<?xml version="1.0"?> <!-- Copyright (C) 2009-2015 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. --> <!DOCTYPE feature SYSTEM "gdb-syscalls.dtd...
{ "content_hash": "7ea963dc034278afa1ccd73434b77db4", "timestamp": "", "source": "github", "line_count": 314, "max_line_length": 73, "avg_line_length": 41.589171974522294, "alnum_prop": 0.6620721341603492, "repo_name": "Ebiroll/qemu_esp32", "id": "171ca92c8a0e2346fe31f04e4aec0d1cfc20f086", "size": "...
#import "CCBPublisherTemplate.h" @implementation CCBPublisherTemplate @synthesize contents; - (id) initWithTemplateFile:(NSString*)fileName { self = [super init]; if (!self) return NULL; NSString* absFile = [[NSBundle mainBundle] pathForResource:fileName ofType:@"" inDirectory:@"publishTemplates"]...
{ "content_hash": "227a5765f75c2ff860e24d99ddb3892f", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 128, "avg_line_length": 26.516666666666666, "alnum_prop": 0.688874921433061, "repo_name": "JerryWong0119/CocosBuilder-3.0-alpha5", "id": "6b2e12c6ce4fbda926e694c3435b9202a3a4...
@interface RCMContextExecutor : NSObject - (void)executeJavascript; @end
{ "content_hash": "dbc23bc5dec940c092d2aaac9a2503ae", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 40, "avg_line_length": 15, "alnum_prop": 0.7866666666666666, "repo_name": "BenHuiHui/React-Native-OSX", "id": "580b7b8393009693238548c02dafd95cf38855d3", "size": "298", "b...
package com.antoniocappiello.curriculumvitae.presenter.parser; import com.antoniocappiello.curriculumvitae.model.Education; import com.antoniocappiello.curriculumvitae.presenter.DateUtils; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.orhanobut.lo...
{ "content_hash": "46fee541f6828bbc54e7fc303e9d02d0", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 94, "avg_line_length": 42.056603773584904, "alnum_prop": 0.7200538358008075, "repo_name": "AntonioCappiello/curriculum-vitae", "id": "6357127c9bbc047071cae5c9431110764e64b428...
/*************************************************************************/ /* particle_system_sw.h */ /*************************************************************************/ /* This file is part of: */ /* ...
{ "content_hash": "eaa1c6da014ef8cffa4ed370bc3fa7aa", "timestamp": "", "source": "github", "line_count": 131, "max_line_length": 161, "avg_line_length": 30.641221374045802, "alnum_prop": 0.5774788241155954, "repo_name": "crr0004/godot", "id": "9a176ba0d4abb5970a257a493a814051d18a17f7", "size": "4014...
from GitClient import GitClient from JumpScale import j class GitFactory: def __init__(self): j.logger.consolelogCategories.append("git") def getClient(self, basedir, remoteUrl="", branchname='master', cleandir=False,login=None,passwd=None): """ return a mercurial tool which you can h...
{ "content_hash": "c8c52ec8cd91cb10dbfec8904908cb2b", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 132, "avg_line_length": 42.45454545454545, "alnum_prop": 0.684154175588865, "repo_name": "Jumpscale/jumpscale6_core", "id": "adf8719c51dc3f1650693e0c333702e2399b47d3", "siz...
module SevenThree.Model { //パラメーター import IMember = SevenThree.Model.IMember; export class Member implements IMember{ id: number; name: string; right: number; wrong: number; state: State; isSelected: boolean; constructor(name: string, id: number){ this.id = id; this.name ...
{ "content_hash": "b6c98e5ba2629bcef8c6350e24a38e8c", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 77, "avg_line_length": 22.303030303030305, "alnum_prop": 0.5597826086956522, "repo_name": "aleo724/aqt2nd", "id": "30da33fe20d7fa8277ab72c7e873a553a2920f46", "size": "784",...
#include <Kernel/Kernel.h> #include <Kernel/Hat.h> #include <Kernel/VMPage.h> /* Define this to be the max number of VM regions the loader will hand us. We keep regions around for quick lookups */ #define MAX_REGIONS 25 static TAILQ_HEAD(, VMPage) freeList = TAILQ_HEAD_INITIALIZER(freeList); static TAILQ_HEAD(...
{ "content_hash": "437919c51eeefcb76bfba3f6f8d06ee8", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 74, "avg_line_length": 23.233333333333334, "alnum_prop": 0.6743185078909613, "repo_name": "gaze/Vanguard", "id": "4bbf39f89bb9b19d017cb594cbaba884fa1c9724", "size": "1509",...
using System; using System.Linq; using System.Threading.Tasks; using FluentAssertions; using Nest; using Tests.Framework; using Tests.Framework.Integration; using Tests.Framework.MockData; using static Nest.Infer; namespace Tests.Search.Request { public class FieldsUsageTests : SearchUsageTestBase { public Fields...
{ "content_hash": "0beef7351ea11d00a44247c2a1cd6b6f", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 98, "avg_line_length": 27.224489795918366, "alnum_prop": 0.697151424287856, "repo_name": "cstlaurent/elasticsearch-net", "id": "acb2b5096982ccd28b94d3b1ad49c401d4db9e21", "...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.gridview" > <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme...
{ "content_hash": "409a422ade7c312091934c7559d1d124", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 76, "avg_line_length": 34.27272727272727, "alnum_prop": 0.6021220159151194, "repo_name": "wing2407/GridView", "id": "3a07c3eaef9ee29d3b7fa641f495e544a9e9ae3a", "size": "754...
This tool allows you to query the size of any Earth Engine asset[Images, Image Collections, Tables and Folders] and prints out the number of assets and total asset size in non-byte encoding meaning KB, MB, GB, TB depending on size. ![geeadd_size](https://user-images.githubusercontent.com/6677629/80339754-55a4f000-882d...
{ "content_hash": "7c8ccfcb4e7a227bae7d05ffd439c04e", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 231, "avg_line_length": 42.142857142857146, "alnum_prop": 0.7593220338983051, "repo_name": "samapriya/gee_asset_manager_addon", "id": "a1b95c523bf71560580bb7743c16f94eab53541...
package org.sikuli.ide; import java.awt.*; import javax.swing.JTextPane; import javax.swing.event.CaretEvent; import javax.swing.event.CaretListener; import javax.swing.text.*; public class CurrentLineHighlighter implements CaretListener { static final Color DEFAULT_COLOR = new Color(230, 230, 210); static f...
{ "content_hash": "64d76fdba8f12cbd96ddb03826e32b0e", "timestamp": "", "source": "github", "line_count": 142, "max_line_length": 89, "avg_line_length": 29.47887323943662, "alnum_prop": 0.5922121356903965, "repo_name": "sikuli/sikuli", "id": "4802156e02584734949a799f2630f111e757505f", "size": "4265",...