text stringlengths 2 1.04M | meta dict |
|---|---|
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you 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 ... | {
"content_hash": "945049e20438289e506ede2b0cc9aeda",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 201,
"avg_line_length": 43.65822784810127,
"alnum_prop": 0.5575529138880835,
"repo_name": "dulanjal/carbon-identity",
"id": "b2f188ae561fb1e229a84f84e9b5b3462fc9e9ef",
"siz... |
package container
import (
"fmt"
"testing"
"github.com/docker/docker/api/types"
"gotest.tools/v3/assert"
)
func TestCalculateMemUsageUnixNoCache(t *testing.T) {
// Given
stats := types.MemoryStats{Usage: 500, Stats: map[string]uint64{"total_inactive_file": 400}}
// When
result := calculateMemUsageUnixNoCach... | {
"content_hash": "d74e3c1aa57e1d3a24bcc83cc111b994",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 93,
"avg_line_length": 23.617021276595743,
"alnum_prop": 0.6720720720720721,
"repo_name": "thaJeztah/cli",
"id": "c6cd0eb9246be091323905d9dc31ae3e303ba15e",
"size": "1110",... |
// Copyright (c) 2008-2022, Hazelcast, 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... | {
"content_hash": "78003edeed9190c5c0fdcd0dd0552413",
"timestamp": "",
"source": "github",
"line_count": 132,
"max_line_length": 133,
"avg_line_length": 38.61363636363637,
"alnum_prop": 0.6831469491857955,
"repo_name": "asimarslan/hazelcast-csharp-client",
"id": "397b1bcb1ff90642cd20b6c3cb085502c5e420... |
/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright (C) 2017 Marvell International Ltd.
* 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 ret... | {
"content_hash": "39736e6e23f4060cf52c2dbc325f1e6f",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 79,
"avg_line_length": 41.166666666666664,
"alnum_prop": 0.7599768652400232,
"repo_name": "pascal-brand-st-dev/optee_os",
"id": "fed9ac8b6192cfba69a194a460820d29f05c8571",
... |
module Slappy
class Client
include Slappy::Debuggable
attr_reader :start_time
def initialize
Slack.configure { |slack| slack.token = config.token }
@callbacks = {}
end
def client
@client ||= Slack.realtime
end
def start
setup
Debug.log 'Slappy start'
... | {
"content_hash": "610f66eeebbcc0ed21e7b143a915d300",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 97,
"avg_line_length": 24.601769911504423,
"alnum_prop": 0.591726618705036,
"repo_name": "wakaba260/slappy",
"id": "633e1cff3dc94ad570f90884b43ddcb0cba302ab",
"size": "278... |
import os
PROJECT_ROOT = os.path.join(os.path.dirname(__file__))
PROJECT_ROOT = os.path.normpath(os.path.abspath(PROJECT_ROOT))
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
# ('Your Name', 'your_email@example.com'),
)
MANAGERS = ADMINS
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sql... | {
"content_hash": "d2d9deadeef3e33fcafc3c58b606cab0",
"timestamp": "",
"source": "github",
"line_count": 150,
"max_line_length": 88,
"avg_line_length": 32.36666666666667,
"alnum_prop": 0.7056642636457261,
"repo_name": "saippuakauppias/django-banzai",
"id": "3355a7b4b048b70f49783512b33247a8a7007093",
... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_65) on Tue Feb 04 13:29:26 EST 2014 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class backtype.storm.gene... | {
"content_hash": "3470385e0441389308a21453de2e053f",
"timestamp": "",
"source": "github",
"line_count": 219,
"max_line_length": 395,
"avg_line_length": 50.397260273972606,
"alnum_prop": 0.663314306423847,
"repo_name": "techdocscn/storm",
"id": "aa21915f1475ae70e3f4418f53f7c1bd11efb71e",
"size": "11... |
/* ------------------------------------------------------------------------------
*
* # Session timeout
*
* Specific JS code additions for extra_session_timeout.html page
*
* Version: 1.0
* Latest update: Aug 1, 2015
*
* ---------------------------------------------------------------------------- */
$(f... | {
"content_hash": "03e875dab43d4ef30d4d8e457a4de3b0",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 83,
"avg_line_length": 27.115384615384617,
"alnum_prop": 0.425531914893617,
"repo_name": "iBase4J/iBase4J",
"id": "d92c20598446eacda059642d33bb79cee4e22598",
"size": "705",... |
from keras.layers import Dense, merge
#Makes Dense connections to a series of previous outputs
#Can be used for making connections to all previous layers
#Eg http://arxiv.org/abs/1608.06993 but for Dense networks
#Avoids the need to concat inputs by product then sum
def make_densedense(output_dim, inputs):
out_arr... | {
"content_hash": "ce21f519664dd1c4f88db16fff51dcef",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 58,
"avg_line_length": 33.375,
"alnum_prop": 0.6891385767790262,
"repo_name": "kuza55/keras-extras",
"id": "933a925373efd835eff1e5821b2b46d24a0df08b",
"size": "534",
"bin... |
FROM hseeberger/scala-sbt:8u151-2.12.5-1.1.2
WORKDIR /finch
COPY project project
COPY src src
COPY build.sbt build.sbt
RUN sbt assembly -batch
EXPOSE 9000
CMD ["java", "-server", "-XX:+UseNUMA", "-XX:+UseParallelGC", "-XX:+AggressiveOpts", "-Dio.netty.recycler.maxCapacityPerThread=0", "-Dcom.twitter.finagle.tracing.e... | {
"content_hash": "7038cf421c6e77c7eb6c553f0a2aa769",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 269,
"avg_line_length": 42.7,
"alnum_prop": 0.7447306791569087,
"repo_name": "MTDdk/FrameworkBenchmarks",
"id": "64dbac482660047ea9343c8a84ffe375b2c922e5",
"size": "427",
... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Buffers;
using System.Buffers.Text;
using Xunit;
namespace System.Text.Formatting.Tests
{
public ... | {
"content_hash": "5ec8d0cfcfae6a30b95a4fe96c9b06f3",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 170,
"avg_line_length": 42.983333333333334,
"alnum_prop": 0.6324156649864289,
"repo_name": "joshfree/corefxlab",
"id": "df199da804948478b22b13eb051b2ad948802c2a",
"size": "... |
"""
Django settings for doughuware project.
For more information on this file, see
https://docs.djangoproject.com/en/1.6/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.6/ref/settings/
"""
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)... | {
"content_hash": "cb93d2bc7f7988380562dc3d8f9c8e5a",
"timestamp": "",
"source": "github",
"line_count": 106,
"max_line_length": 71,
"avg_line_length": 25.89622641509434,
"alnum_prop": 0.6881602914389799,
"repo_name": "JDougherty/doughuware",
"id": "2924dc819ec4c6dc7d09f18d41260bfbfff116ea",
"size":... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "e20b2193a3b2108e32f2903cf8544c81",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "789164d385595e943cc6c6a395ea21a285cf827d",
"size": "196... |
package org.springframework.boot;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException;
/**
* Tests for {@link DefaultApplicationAr... | {
"content_hash": "bfdd822ab4a6cc27c0ad5d8283799941",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 81,
"avg_line_length": 29.34246575342466,
"alnum_prop": 0.7553688141923436,
"repo_name": "hello2009chen/spring-boot",
"id": "45029e476ad40b5c30ea66fd005968daf34a0307",
"siz... |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
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/license... | {
"content_hash": "b294de51098602fab9086538c83b5c16",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 408,
"avg_line_length": 47.91803278688525,
"alnum_prop": 0.6811495039343141,
"repo_name": "jonajgs/se-ov",
"id": "451d0896fbe59926840a8e2f8cff2107033fcbcb",
"size": "2923",... |
RiboPip [](https://travis-ci.org/stepf/RiboPip) [](https://codeclimate.com/github/stepf/RiboPip) [ throws IOException{
String line = null;
boolean has_vp... | {
"content_hash": "e2622e575cbf7dbb8c893aa6cabe0e00",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 78,
"avg_line_length": 27.644927536231883,
"alnum_prop": 0.5981651376146789,
"repo_name": "simplay/Bachelor-Thesis",
"id": "fc193d3ef4902c440e9cf75da107f34a8849d1ff",
"siz... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "d2f08806a6f2104cedc7ee3ec34fd6cf",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "7b511d4603ec0fd6a5d78114f2003cb3fafb27f4",
"size": "191... |
module Kernel
if defined?(gem_original_require) then
# Ruby ships with a custom_require, override its require
remove_method :require
else
##
# The Kernel#require from before RubyGems was loaded.
alias gem_original_require require
private :gem_original_require
end
##
# When RubyGems ... | {
"content_hash": "adcda4e08497ac8c430a64ef89a5ffc4",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 90,
"avg_line_length": 29.991150442477878,
"alnum_prop": 0.6627323694305105,
"repo_name": "booyuan/Waguu",
"id": "e6dfce644fe577fd1c145900fedb04b5c548abbf",
"size": "3526"... |
<?php
/**
* Core functions used all over the scripts.
* This script is distinct from libraries/common.inc.php because this
* script is called from /test.
*/
declare(strict_types=1);
namespace PhpMyAdmin;
use PhpMyAdmin\Plugins\AuthenticationPlugin;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\... | {
"content_hash": "8e717fb02d4566acd38e4ab393b86cce",
"timestamp": "",
"source": "github",
"line_count": 1463,
"max_line_length": 118,
"avg_line_length": 30.365003417635,
"alnum_prop": 0.5073608860075635,
"repo_name": "cytopia/devilbox",
"id": "75a4a7c6ada73dac27a9c6dcd3723661e7b21be6",
"size": "444... |
int64_t GetTime();
int64_t GetTimeMillis();
int64_t GetTimeMicros();
int64_t GetLogTimeMicros();
void SetMockTime(int64_t nMockTimeIn);
void MilliSleep(int64_t n);
std::string DateTimeStrFormat(const char* pszFormat, int64_t nTime);
#endif // OMNICOIN_UTILTIME_H
| {
"content_hash": "35deb410befd87516b5da1ce8b540be6",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 68,
"avg_line_length": 26.5,
"alnum_prop": 0.7660377358490567,
"repo_name": "MeshCollider/Omnicoin",
"id": "05f6070dc4e7f9005a7106a8a65dcdc03d452bc2",
"size": "600",
"bin... |
namespace pythonic
{
namespace types
{
template <class Op, class... Args>
numpy_expr<Op, Args...>::numpy_expr()
{
}
template <class Op, class... Args>
numpy_expr<Op, Args...>::numpy_expr(Args const &... args)
: args(args...),
_shape(std::get<utils::max_element<Args::valu... | {
"content_hash": "eab9282bf4e0ce39e864753e8aa49b81",
"timestamp": "",
"source": "github",
"line_count": 158,
"max_line_length": 80,
"avg_line_length": 29.88607594936709,
"alnum_prop": 0.5120711562897078,
"repo_name": "hainm/pythran",
"id": "fe5b693b959bf809a52dc34a5fa34b8d18caba83",
"size": "4885",... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2005-2011 The Kuali Foundation
Licensed under the Educational Community 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.opensource.org/li... | {
"content_hash": "c95dd87ad776b78f0697a10fd7b9a2f1",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 194,
"avg_line_length": 57.21153846153846,
"alnum_prop": 0.5196638655462185,
"repo_name": "ua-eas/ua-rice-2.1.9",
"id": "66699c56f734742d3cd443f12bd51241ac2dd0dc",
"size": ... |
package org.elasticsearch.transport;
import org.elasticsearch.Version;
import org.elasticsearch.common.io.stream.StreamInput;
import org.elasticsearch.common.io.stream.StreamOutput;
import org.elasticsearch.common.io.stream.Writeable;
import org.elasticsearch.common.transport.TransportAddress;
import org.elasticsearc... | {
"content_hash": "4c66dc4e2868ec7028b7c3923d055921",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 102,
"avg_line_length": 40.54867256637168,
"alnum_prop": 0.6811436054124836,
"repo_name": "ThiagoGarciaAlves/elasticsearch",
"id": "f95243921e9bd84e551129d248fee2ec4c5ef518"... |
package gitj.ui.dialogs;
import iconlib.IconUtils;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.GroupLayout;
import javax.swing.GroupLayout.Alignment;
import javax.swing.JButton;
import javax.swing.JCheckBox;
import javax.swing.JDialog;
import javax.swing.JLabel;
import... | {
"content_hash": "194df03bbaa4bace34e24309d25f2664",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 112,
"avg_line_length": 31.048076923076923,
"alnum_prop": 0.7550325178073707,
"repo_name": "redpois0n/gitj",
"id": "55188ce8cadee82eb712dce477a22d608f2cfb63",
"size": "322... |
Documentation for [Inesita](https://github.com/inesita-rb/inesita) framework located [here](https://inesita.fazibear.me).

## Thank you!
[:
'''Object to represent a gcp targetPool'''
resource_type = "compute.v1.targetPool"
# pylint: disable=too-many-arguments
def __init__(self,
rname,
project,
zone,
desc,
region,
... | {
"content_hash": "a9441d3080e59f2a9964841e08d4b71b",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 101,
"avg_line_length": 32.5,
"alnum_prop": 0.5223264540337711,
"repo_name": "drewandersonnz/openshift-tools",
"id": "2e10c298561c8f67f8979e4178d1bf6e2e9ccace",
"size": "27... |
package builds
import (
g "github.com/onsi/ginkgo"
o "github.com/onsi/gomega"
exutil "github.com/openshift/origin/test/extended/util"
)
var _ = g.Describe("[sig-builds][Feature:Builds] buildconfig secret injector", func() {
defer g.GinkgoRecover()
var (
itemsPath = exutil.FixturePath("testdata", "builds", "t... | {
"content_hash": "038d365f3a1bee765e30bfad5368e026",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 124,
"avg_line_length": 32.574074074074076,
"alnum_prop": 0.6480955088118249,
"repo_name": "csrwng/origin",
"id": "bc7b42cfc9e4221dc3a2b9f943776a2d0396a08e",
"size": "1759"... |
import gi
try:
gi.require_version('Gtk', '3.0')
gi.require_version('Gdk', '3.0')
gi.require_version('GdkPixbuf', '2.0')
except ValueError as e:
print(e)
exit(1)
from gi.repository import Gtk
from gi.repository import Gdk
from gi.repository import GdkPixbuf
import os
DEFAULT_CURSOR = Gdk.Cursor(Gdk... | {
"content_hash": "edb3a2ff2cbf9b329da9cea4989e8c07",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 77,
"avg_line_length": 23.554347826086957,
"alnum_prop": 0.6035994462390402,
"repo_name": "atareao/my-weather-indicator",
"id": "008d6b75d709abd4ea8389c607a309638de2f365",
... |
namespace base {
class FilePath;
}
@class NSString;
@interface SnapshotCache (Internal)
// Returns filepath to the color snapshot of `snapshotID`.
- (base::FilePath)imagePathForSnapshotID:(NSString*)snapshotID;
// Returns filepath to the greyscale snapshot of `snapshotID`.
- (base::FilePath)greyImagePathForSnapshotID... | {
"content_hash": "223b3c57b56bb7bfbe0a9adb8bb3bee9",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 67,
"avg_line_length": 29.785714285714285,
"alnum_prop": 0.7817745803357314,
"repo_name": "chromium/chromium",
"id": "1fc28d85d215b703f4f8c6958eb91c28446a3781",
"size": "75... |
import {filter, reduce} from './utils';
export interface Pos {
line: number;
col: number;
}
export interface Block {
statements: number;
hits: number;
start: Pos;
end: Pos;
}
export class FileCoverage {
public blocks: Block[] = [];
constructor(readonly filename: string, readonly fileNumber: number... | {
"content_hash": "ed62a45bda9140c6feb17eb8976e0b79",
"timestamp": "",
"source": "github",
"line_count": 152,
"max_line_length": 80,
"avg_line_length": 24.95394736842105,
"alnum_prop": 0.6090166095438967,
"repo_name": "lavalamp/test-infra",
"id": "f0f5c1c05d5a9d3babd26434200c835a401f2bfa",
"size": "... |
package org.drools.karaf.itest;
import static org.ops4j.pax.exam.CoreOptions.maven;
import static org.ops4j.pax.exam.CoreOptions.mavenBundle;
import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.features;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import javax.inject.... | {
"content_hash": "94aa71c192c29e1ba37d4abd0fdb3478",
"timestamp": "",
"source": "github",
"line_count": 143,
"max_line_length": 192,
"avg_line_length": 42.70629370629371,
"alnum_prop": 0.6567872932700181,
"repo_name": "mariofusco/fuse-bxms-integ",
"id": "715c06bd031b94d3a71cdf7f5cc61cda06795179",
"... |
import { BlankPage } from './app.po';
describe('blank App', () => {
let page: BlankPage;
beforeEach(() => {
page = new BlankPage();
});
it('should display message saying app works', () => {
page.navigateTo();
expect(page.getParagraphText()).toEqual('Tour of Heroes');
});
});
| {
"content_hash": "1ef7e4e288103716159f9054e15e9e6b",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 62,
"avg_line_length": 21.5,
"alnum_prop": 0.5880398671096345,
"repo_name": "johnpapa/angular2-tour-of-heroes",
"id": "66c98fce6c41a5944b9b701c9f7fe3a0d131e05a",
"size": "3... |
title: "Optymalizacja wydajności"
description: "Wydajność można traktować jako jedną z cech produktu. Dostarczaj treść użytkownikom możliwie najszybciej. Po wejściu użytkowników do projektowanej aplikacji interakcja ze stroną i renderowanie powinny być jak najbardziej płynne."
updated_on: 2014-04-28
---
{% comment %}
... | {
"content_hash": "473bcdb8b3de69083285596e77d0daec",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 243,
"avg_line_length": 44.5,
"alnum_prop": 0.8044943820224719,
"repo_name": "yoichiro/WebFundamentals",
"id": "6999d7440886aa1474bcff902844b320c3456f2b",
"size": "465",
... |
package org.caleydo.datadomain.pathway.graph;
import java.util.ArrayList;
import java.util.Collection;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Set;
import org.caleydo.datadomain.pathway.graph.item.vertex.PathwayVertexRep;
import org.caleydo.datadomain.pathway.manager.PathwayManager;
i... | {
"content_hash": "a59358fff107a350d179ba76dde80f0b",
"timestamp": "",
"source": "github",
"line_count": 259,
"max_line_length": 120,
"avg_line_length": 27.501930501930502,
"alnum_prop": 0.6908605924470027,
"repo_name": "Caleydo/caleydo",
"id": "d5d29dc0faeadde5c1b6b510b4b14d1662eddd86",
"size": "74... |
package com.msiops.footing.functional;
@FunctionalInterface
public interface FunX1<T1, R, X extends Throwable> {
R apply(T1 v) throws X;
}
| {
"content_hash": "4fad2e00c414de2b1c886e29b086d7cc",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 52,
"avg_line_length": 16.333333333333332,
"alnum_prop": 0.7346938775510204,
"repo_name": "mediascience/java-functional",
"id": "ce77e8a703e55871f73b2ec5cbe956e937fac146",
"... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "e9b614d1ae8cb5283776d43c6e7a94ac",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "09073ca767e8a88f5f5cfff6d5392669ac069cf7",
"size": "196... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "1611fe8a87cad66b8264338cb3f78a57",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "73d707ab1dfabe604e1506e86bb683d371612c51",
"size": "20... |
package org.vaadin.vol.client.wrappers.control;
import org.vaadin.vol.client.wrappers.layer.Layer;
public class OverviewMap extends Control {
protected OverviewMap() {};
public static native OverviewMap create(Layer targetLayer)
/*-{
var options = {
layers: [targetLayer]
};
return new $wnd.... | {
"content_hash": "70c3f0d6c29cd0394a4e14dbfa156566",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 60,
"avg_line_length": 21.823529411764707,
"alnum_prop": 0.7088948787061995,
"repo_name": "lizardtechblog/ExpressZip",
"id": "a9c1a16d60e81160b34e8b483782e069f96463fb",
"si... |
package de.nm.file;
import java.io.File;
import java.io.FileFilter;
public class ImageFileFilter implements FileFilter {
private String[] supportedFileExt;
public ImageFileFilter(String[] supportedFileExtentions) {
supportedFileExt = supportedFileExtentions;
}
@Override
public boolean accept(File pathnam... | {
"content_hash": "3391b6d15b8219919c0f027de44812e0",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 59,
"avg_line_length": 20.29032258064516,
"alnum_prop": 0.7154213036565977,
"repo_name": "MilchReis/ImageShrinker",
"id": "eb782d135491a232ed2496f475ec81ea2f42fec9",
"size"... |
using Lucene.Net.Analysis;
using Lucene.Net.Analysis.TokenAttributes;
using Lucene.Net.Index;
using Lucene.Net.Search.Spans;
using Lucene.Net.Util;
using System.Collections.Generic;
using System.IO;
using System.Xml;
namespace Lucene.Net.QueryParsers.Xml.Builders
{
/// <summary>
/// Builder that analyze... | {
"content_hash": "4871e4d78a114945751835021debe66b",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 110,
"avg_line_length": 32.42857142857143,
"alnum_prop": 0.5795398923152227,
"repo_name": "sisve/lucenenet",
"id": "9b6c09d7e10b7d86713351d13bf26defe7d85d5e",
"size": "2906... |
import io
import os
import setuptools # type: ignore
package_root = os.path.abspath(os.path.dirname(__file__))
name = "google-cloud-containeranalysis"
description = "Google Cloud Devtools Containeranalysis API client library"
version = {}
with open(
os.path.join(
package_root, "google/cloud/devtools/... | {
"content_hash": "f497e9c0eeb427be06128b49842c200b",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 113,
"avg_line_length": 29.89156626506024,
"alnum_prop": 0.6360338573155986,
"repo_name": "googleapis/python-containeranalysis",
"id": "16a187fbc581ec13cf71b6585bbd7ed0f7ac0c... |
package com.jimandreas.aarch.popm.db;
import android.arch.persistence.room.TypeConverter;
import android.arch.persistence.room.util.StringUtil;
import java.util.Collections;
import java.util.List;
public class GithubTypeConverters {
@TypeConverter
public static List<Integer> stringToIntList(String data) {
... | {
"content_hash": "860d9c8eecd3ad1311088d083f07ae19",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 62,
"avg_line_length": 24.791666666666668,
"alnum_prop": 0.7092436974789916,
"repo_name": "jimandreas/PopM",
"id": "fcfc9cf5f13d295e72e0742998cd3cbfd33b51d3",
"size": "1214... |
<!doctype html>
<!-- This file is generated by build.py. -->
<title>Reference for img wide.jpg; overflow:hidden; -o-object-fit:none; -o-object-position:center 1em</title>
<link rel="stylesheet" href="../../support/reftests.css">
<style>
.helper { overflow:hidden }
.helper > * { left:-20.0px; top:1em; }
</style>
<div... | {
"content_hash": "213fdeb2dee2a3be48ca7f4aa73f2116",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 109,
"avg_line_length": 36.54545454545455,
"alnum_prop": 0.654228855721393,
"repo_name": "operasoftware/presto-testo",
"id": "8dabfb90f568fad03fa1de91084ceafecc7e5878",
"si... |
<?php
// Heading
$_['heading_title'] = 'Frete por itens';
// Text
$_['text_shipping'] = 'Fretes';
$_['text_success'] = 'Frete por itens modificado com sucesso!';
$_['text_edit'] = 'Configurações do Frete por itens';
// Entry
$_['entry_cost'] = 'Valor por item';
$_['entry_tax_class'] = 'Grupo d... | {
"content_hash": "5f59cc15cee80bd4b11785f6145e3395",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 111,
"avg_line_length": 31.833333333333332,
"alnum_prop": 0.6055846422338569,
"repo_name": "ScalaSoft/opencart203",
"id": "3d7983ee67f6f4b9e6143c11baf69ca594b5d2f0",
"size"... |
<?php
class Mage_Adminhtml_Model_System_Config_Source_Currency_Service
{
protected $_options;
public function toOptionArray($isMultiselect)
{
if (!$this->_options) {
$services = Mage::getConfig()->getNode('global/currency/import/services')->asArray();
$this->_options = ar... | {
"content_hash": "15415b710b34c2f62db7d84006ebdf75",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 97,
"avg_line_length": 24.26923076923077,
"alnum_prop": 0.4865293185419968,
"repo_name": "z-v/iboxGento2",
"id": "c468b95e09a74212cef8037f94877e3aaa619925",
"size": "1572",... |
//
// Misc zip/gzip utility functions.
//
#define LOG_TAG "ziputil"
#include <androidfw/ZipUtils.h>
#include <androidfw/ZipFileRO.h>
#include <utils/Log.h>
#include <utils/Compat.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <zlib.h>
using namespace android;
static inline unsigned long... | {
"content_hash": "35a3afe11b6650c41da886cc12b9bf3e",
"timestamp": "",
"source": "github",
"line_count": 316,
"max_line_length": 80,
"avg_line_length": 26.015822784810126,
"alnum_prop": 0.5881279649677654,
"repo_name": "bunnyblue/ACDDExtension",
"id": "6fa0f14ecb8e79af09107dd0d2f0275bebd864bb",
"siz... |
require([
'dojo/_base/lang',
'dojo/_base/html',
'dojo/_base/array',
'dojo/_base/connect',
'dojo/_base/window',
'dojo/dnd/Target',
'dojo/dnd/Source',
'gridx/Grid',
'gridx/core/model/cache/Async',
'gridx/tests/support/data/MusicData',
'gridx/tests/support/stores/Memory',
'gridx/tests/support/TestPane',
'grid... | {
"content_hash": "b59203f77fd4765190f2d2be22d31358",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 122,
"avg_line_length": 25.75862068965517,
"alnum_prop": 0.6492637215528781,
"repo_name": "andrescabrera/gwt-dojo-toolkit",
"id": "e9973199ba26f25915f39dec47f5caa8c6741ede",
... |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.sebastianmarschall.rxsmartlock">
</manifest>
| {
"content_hash": "8ac75b7e041eeee813751c88c072a0a4",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 68,
"avg_line_length": 34.5,
"alnum_prop": 0.7318840579710145,
"repo_name": "sebastianmarschall/RxAuth",
"id": "18c6510fc3ec06f9af00812fbb1082f6b0fb40b0",
"size": "138",
"... |
import os
import sys
DEBUG = True
SECRET_KEY = os.environ.get('DAYS_SECRET_KEY', 'insecure-secret-key')
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Application definition
INSTALLED_APPS = [
'days.apps.days.apps.DaysConfig',
'django.contrib.admin',
'django.contrib.auth',
... | {
"content_hash": "027656ac07e24b7beb1d4d336a38c45c",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 104,
"avg_line_length": 26.98581560283688,
"alnum_prop": 0.6438896189224704,
"repo_name": "rlucioni/days",
"id": "c18bd3bc7ba5afc43b5fdf0b5ecb46577d3f4ff4",
"size": "3805"... |
import requests
class LeClient(object):
def __init__(self):
self.endpoint = 'http://dbios.herokuapp.com/'
def request(self, path=None, params=None):
self.path = path
self.params = params
result = None
result = requests.get(self.endpoint + path, params=params)
... | {
"content_hash": "278a54a33084d2ede6326448c06c2b70",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 66,
"avg_line_length": 24.357142857142858,
"alnum_prop": 0.6099706744868035,
"repo_name": "fly/dbcli",
"id": "464ef8230c660bf85a04a4ddbef9d2d06c2bcda8",
"size": "341",
"b... |
// Copyright (C) 2002-2011 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#ifndef __I_SCENE_MANAGER_H_INCLUDED__
#define __I_SCENE_MANAGER_H_INCLUDED__
#include "IReferenceCounted.h"
#include "irrArray.h"
#include "irrStri... | {
"content_hash": "e10aa3e8b5d11ae003baddff80c0c174",
"timestamp": "",
"source": "github",
"line_count": 1631,
"max_line_length": 134,
"avg_line_length": 52.795830778663394,
"alnum_prop": 0.7317733132040414,
"repo_name": "mcodegeeks/OpenKODE-Framework",
"id": "68e7fd408e62e08660238fe6dea2c7bead6e0ec2"... |
<!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<title>Canvas test: 2d.pattern.paint.norepeat.coord1</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/html/canvas/resources/canvas-tests.js"... | {
"content_hash": "594928a1a76a86e7bf111a4bbbf119fe",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 131,
"avg_line_length": 35.19047619047619,
"alnum_prop": 0.6799729364005412,
"repo_name": "ric2b/Vivaldi-browser",
"id": "98a363dbe85f454a34262ae71b76556f678085ef",
"size":... |
<!--
@license
Copyright (c) 2016 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:/... | {
"content_hash": "18024014d6043b3c08af6ed4558bac9d",
"timestamp": "",
"source": "github",
"line_count": 205,
"max_line_length": 100,
"avg_line_length": 27.951219512195124,
"alnum_prop": 0.5614310645724259,
"repo_name": "Reviaco/Reviaco-Site",
"id": "458c40696ab3d199181b2536a9327427de208670",
"size"... |
//
// UINavigationBar.h
// UIKit
//
// Copyright (c) 2005-2014 Apple Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
#import <FakeUIKit/UIView.h>
#import <FakeUIKit/UIInterface.h>
#import <FakeUIKit/UIFont.h>
#import <FakeUIKit/UIKitDefines.h>
#import <FakeUIKit/... | {
"content_hash": "51991b506bf3416aafae23f9464a7964",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 297,
"avg_line_length": 50.929906542056074,
"alnum_prop": 0.7545646389577025,
"repo_name": "PeqNP/ObjC-Stub",
"id": "2f7f289991a8cd1d6cd9f6b1af97e967e3604f6c",
"size": "10... |
define(
({
viewer: {
common: {
close: "Fermer"
},
loading: {
step1: "Chargement du récit",
step2: "Chargement des données",
step3: "Initialisation",
loadBuilder: "Accéder au générateur",
long: "Le journal cartographique est en cours d\'initialisation",
long2: "Merci de patiente... | {
"content_hash": "7d4e752f68b3e17742434dc7eab06234",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 120,
"avg_line_length": 39.035714285714285,
"alnum_prop": 0.6816102470265325,
"repo_name": "arcgistask/arcgistask.github.io",
"id": "7c7fff885552d0ece2639e5e6899e75b4b18108c"... |
package com.easyform.library.editors;
import android.content.Context;
import android.content.DialogInterface;
import android.graphics.Color;
import android.support.v7.app.AlertDialog;
import android.text.TextUtils;
import android.view.View;
import com.easyform.library.R;
import com.easyform.library.editors.model.Pair... | {
"content_hash": "22f51537e10510215e895f4728622dd1",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 133,
"avg_line_length": 27.06382978723404,
"alnum_prop": 0.5762578616352201,
"repo_name": "hasanmumin/EasyForm",
"id": "d3286f936b2de39a1e07daa6aab7b5f893c0f49c",
"size": ... |
/**
* @file
* @brief
* This file includes platform abstractions for miscellaneous behaviors.
*/
#ifndef OPENTHREAD_PLATFORM_MISC_H_
#define OPENTHREAD_PLATFORM_MISC_H_
#include <stdint.h>
#include <openthread/instance.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @addtogroup plat-misc
*
* @brief
* ... | {
"content_hash": "2d1772d1ce3795c5dd039e6bb7b4d0ad",
"timestamp": "",
"source": "github",
"line_count": 194,
"max_line_length": 119,
"avg_line_length": 32.350515463917525,
"alnum_prop": 0.7036328871892925,
"repo_name": "lanyuwen/openthread",
"id": "a5d5e44790f543850ab8fd8ac069d30f6d48a079",
"size":... |
module.exports = function(context, stepInfo) {
context.sharp.gamma(parseFloat(stepInfo.gamma || '2.2'));
};
| {
"content_hash": "512b1f5441a615c7818763a76dcda964",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 59,
"avg_line_length": 37.666666666666664,
"alnum_prop": 0.6902654867256637,
"repo_name": "surfdude75/node-image-steam",
"id": "be9b4ed9f7a461763c077f28b9f7d3a97de9544f",
"s... |
{% load i18n %}
{% if cl.search_fields %}
<form class="navbar-form navbar-left" action="" method="get">
<div class="input-group search-group">
{% if cl.search_query %}
<span class="input-group-btn"><a class="btn btn-default" href="{{remove_search_url}}">x</a></span>
{% endif %}
<input id="searchba... | {
"content_hash": "f3ccf08e162eb42efda7346a63bd448e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 173,
"avg_line_length": 50.84615384615385,
"alnum_prop": 0.6172465960665658,
"repo_name": "ly0/xxadmin",
"id": "76ebf42cc1fee492aa8285af12a1ba4f0bc35bc5",
"size": "661",
... |
<!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>
<title>floatz - Layout.Empty</title>
<meta http-equiv="content-type" content="text/html; CHARSET=utf-8" />
<meta http-equiv="content-script-type" c... | {
"content_hash": "d26d93cf19d60701d652aaed429237c0",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 121,
"avg_line_length": 48.285714285714285,
"alnum_prop": 0.6772458310919849,
"repo_name": "floatzcss/floatz",
"id": "64b551c76360f19c7b5527cbaa71315439daa402",
"size": "37... |
import { Serializer as LinkOperationSerializer } from '../mixins/regenerated/serializers/i-c-s-soft-s-t-o-r-m-n-e-t-security-link-operation';
import __ApplicationSerializer from './application';
export default __ApplicationSerializer.extend(LinkOperationSerializer, {
});
| {
"content_hash": "a20dbd9a5284d6de4726b3e58cdc192c",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 141,
"avg_line_length": 45.666666666666664,
"alnum_prop": 0.781021897810219,
"repo_name": "Flexberry/ember-flexberry-security",
"id": "833cb8c33175d536a955916464e42d098e300189... |
// Only define the Joomla namespace if not defined.
if (typeof(Joomla) === 'undefined') {
var Joomla = {};
}
Joomla.Highlighter = function(_options){
var $, words, options = {
autoUnhighlight: true,
caseSensitive: false,
startElement: false,
endElement: false,
elements... | {
"content_hash": "93d66672f486801f9f749fb363ebf2e8",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 196,
"avg_line_length": 32.794392523364486,
"alnum_prop": 0.4990025648332858,
"repo_name": "back1992/ticool",
"id": "b233b1d38a932891193df1840d9c085fd34269a3",
"size": "37... |
<!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_102) on Wed Nov 02 19:53:02 IST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.so... | {
"content_hash": "3b703f9ddf1a185948a068b478e4b85a",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 157,
"avg_line_length": 36.45,
"alnum_prop": 0.602978640015677,
"repo_name": "johannesbraun/clm_autocomplete",
"id": "3271052e3ca38e855d49abba816b9a99dd23fbfa",
"size": "5... |
from BattleBase import *
from DistributedBattleAI import *
from toontown.toonbase.ToontownBattleGlobals import *
import random
from toontown.suit import DistributedSuitBaseAI
import SuitBattleGlobals
import BattleExperienceAI
from toontown.toon import NPCToons
from toontown.pets import PetTricks, DistributedPetProxyAI
... | {
"content_hash": "21ab5790f06c3d6fcabeec2cfe6f48b6",
"timestamp": "",
"source": "github",
"line_count": 1619,
"max_line_length": 272,
"avg_line_length": 45.18282890673255,
"alnum_prop": 0.552063539801233,
"repo_name": "Spiderlover/Toontown",
"id": "d3cce0e70b8fad5c1f28c304abb0c62cc382e76d",
"size":... |
'''
MFEM example 8p
See c++ version in the MFEM library for more detail
How to run:
mpirun -np 2 python <arguments>
Example of arguments:
ex8p.py -m square-disc.mesh
ex8p.py -m star.mesh
ex8p.py -m escher.mesh
ex8p.py -m fichera.mesh
ex8p.py -m square-disc-p3.mesh
... | {
"content_hash": "9b07ed2616a04329a9eb79499c095faf",
"timestamp": "",
"source": "github",
"line_count": 271,
"max_line_length": 85,
"avg_line_length": 32.87822878228782,
"alnum_prop": 0.6894500561167228,
"repo_name": "mfem/PyMFEM",
"id": "dc432ae9d223493c61254024528e983af956925d",
"size": "8910",
... |
package org.apache.drill.exec.impersonation;
import com.google.common.base.Charsets;
import com.google.common.io.Files;
import org.apache.drill.categories.SecurityTest;
import org.apache.drill.common.util.DrillFileUtils;
import org.apache.drill.exec.ExecConstants;
import org.apache.drill.exec.rpc.user.InboundImperson... | {
"content_hash": "7ae2396654498c54fdcae587e118f4c3",
"timestamp": "",
"source": "github",
"line_count": 134,
"max_line_length": 139,
"avg_line_length": 32.1865671641791,
"alnum_prop": 0.6700672385810341,
"repo_name": "nagix/drill",
"id": "c83adc936235a4dd5785a6a3f16f396a62b05e10",
"size": "5114",
... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template format_date_time</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../... | {
"content_hash": "d573f556c3b019f016baa5ba3ceb6319",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 540,
"avg_line_length": 72.5,
"alnum_prop": 0.6693191865605659,
"repo_name": "Franky666/programmiersprachen-raytracer",
"id": "afd7d7a02fb645b8d17f925583eb812edeee266e",
"s... |
package filter
import (
"context"
"fmt"
"os"
"testing"
"golang.org/x/oauth2/google"
"google.golang.org/api/compute/v1"
)
var (
projectID = os.Getenv("PROJECT_ID")
// test requires e2e cluster to be present in the project specified in order to match these filters
routeFilters = map[string]interface{}{"na... | {
"content_hash": "3284dc840a9176d8df7ec70143e627b8",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 114,
"avg_line_length": 25.563106796116504,
"alnum_prop": 0.6543866312191416,
"repo_name": "ironcladlou/origin",
"id": "e5c3f1d2b64958b80aa182348c3a0bb245a6aec1",
"size": ... |
CKEDITOR.plugins.setLang( 'removeformat', 'pl', {
toolbar: 'Usuń formatowanie'
} );
| {
"content_hash": "024e734fa719d514f908698cd310962f",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 49,
"avg_line_length": 21.75,
"alnum_prop": 0.6781609195402298,
"repo_name": "Rudhie/simlab",
"id": "90a9810b80f0001e685fa735fae45d3b04e8e16b",
"size": "232",
"binary": fa... |
@implementation NSAlert (additions)
+ (instancetype)alertWithStyle:(NSAlertStyle)style
messageText:(nullable NSString *)messageText
informativeText:(nullable NSString *)informativeText
buttonTitles:(NSArray <NSString *> *)titles
{
NSAlert * alert = [[NSAlert alloc] init];
alert.alertStyle = style;... | {
"content_hash": "9dcaf1722922215bb1f6696da6683a3b",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 77,
"avg_line_length": 28.77777777777778,
"alnum_prop": 0.7271557271557272,
"repo_name": "Lisapple/TeaBox",
"id": "12ba5d5c38ada8ed389fcb212ae738f8b02156db",
"size": "891",... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package UI;
import javax.swing.SwingUtilities;
/**
*
* @author Aluno
*/
public class Projeto {
public static void m... | {
"content_hash": "56ee864573bf645cb750acb0ccccbe63",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 79,
"avg_line_length": 22.347826086956523,
"alnum_prop": 0.6089494163424124,
"repo_name": "cefet-inf-2015/portal-educacao",
"id": "bfa16cc0e737b51989c66b27ef841a5ef3dd16c3",
... |
layout: single
title: "Pipeline Expressions Guide"
sidebar:
nav: guides
redirect_from: /docs/pipeline-expressions-guide
---
{% include toc %}
## What are Pipeline Expressions?
Pipeline expressions allow you to put a placeholder value that gets filled in when you run your pipeline.
A pipeline expression in Spinn... | {
"content_hash": "747286352c28f5f7a2c4c25f757759de",
"timestamp": "",
"source": "github",
"line_count": 448,
"max_line_length": 457,
"avg_line_length": 43.09375,
"alnum_prop": 0.7470734486688076,
"repo_name": "yabro/yabro.github.io",
"id": "44ba002571e20eb3b9b02879dbded5c8edaeddc1",
"size": "19312"... |
'use strict';
angular.module('mgcrea.ngStrap.popover', ['mgcrea.ngStrap.tooltip'])
.provider('$popover', function() {
var defaults = this.defaults = {
animation: 'am-fade',
placement: 'right',
template: 'popover/popover.tpl.html',
contentTemplate: false,
trigger: 'click... | {
"content_hash": "ed0656068c769a05cab63838c7773575",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 151,
"avg_line_length": 28.13684210526316,
"alnum_prop": 0.5402169846614291,
"repo_name": "tdelev/web-proceedings",
"id": "546bf4cfabc4d6444bc3fa5e08430132e22bcada",
"size"... |
package mesosphere.marathon
package api.v2
import mesosphere.UnitTest
import mesosphere.marathon.raml._
class AppNormalizationTest extends UnitTest {
import Normalization._
"AppNormalization" should {
"normalize readiness checks" when {
"readiness check does not specify status codes for ready" in {
... | {
"content_hash": "d7672b04e7d9eaaf436ef956d5c75793",
"timestamp": "",
"source": "github",
"line_count": 638,
"max_line_length": 162,
"avg_line_length": 40.009404388714735,
"alnum_prop": 0.6152942098252762,
"repo_name": "guenter/marathon",
"id": "1b100d630cfd9905cd82ecd08b100b956d339ac5",
"size": "2... |
package org.apache.spark.sql
import org.apache.spark.{SparkConf, SparkException}
import org.apache.spark.sql.catalyst.parser.CatalystSqlParser
import org.apache.spark.sql.catalyst.util.CharVarcharUtils
import org.apache.spark.sql.connector.SchemaRequiredDataSource
import org.apache.spark.sql.connector.catalog.InMemo... | {
"content_hash": "0453f245fca99b3d70685472aa56c7c2",
"timestamp": "",
"source": "github",
"line_count": 860,
"max_line_length": 100,
"avg_line_length": 41.00581395348837,
"alnum_prop": 0.6010208421948107,
"repo_name": "shaneknapp/spark",
"id": "27a630c169be066c7a3ad7381a2766778db0d1bf",
"size": "36... |
package com.amazonaws.services.lexmodelbuilding.model.transform;
import java.math.*;
import javax.annotation.Generated;
import com.amazonaws.services.lexmodelbuilding.model.*;
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
import com.amazonaws.transform.*;
import static com.fasterxml.jackson.core.Js... | {
"content_hash": "b7514ad795726261050311b408603c00",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 126,
"avg_line_length": 32.484848484848484,
"alnum_prop": 0.7910447761194029,
"repo_name": "jentfoo/aws-sdk-java",
"id": "5ee6092838013eae980d2a5b1e0d762c4238c6bb",
"size":... |
<!DOCTYPE html>
<html lang="en">
<head>
<title>CepheiPrefs — Deprecated Reference</title>
<link rel="stylesheet" type="text/css" href="css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="css/highlight.css" />
<meta charset='utf-8'>
<script src="js/jquery.min.js" defer></script>
<sc... | {
"content_hash": "26ef15c18653e914fd3def50089cb316",
"timestamp": "",
"source": "github",
"line_count": 273,
"max_line_length": 269,
"avg_line_length": 50.42857142857143,
"alnum_prop": 0.5407132999200988,
"repo_name": "hbang/libcephei",
"id": "35ebc84f3c4958d013cb2e42b5d74174818c635f",
"size": "137... |
#include <xtests/xtests.h>
#include <unistd.h>
#include <stdlib.h>
#include <windows.h>
int main(int argc, char** argv)
{
int retCode = EXIT_SUCCESS;
int verbosity = 2;
XTESTS_COMMANDLINE_PARSEVERBOSITY(argc, argv, &verbosity);
if(XTESTS_START_RUNNER("test.component.unistd.gethostname", verbosity... | {
"content_hash": "aba59f3c147146423ab7df210d5c6986",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 78,
"avg_line_length": 21.897435897435898,
"alnum_prop": 0.5468384074941453,
"repo_name": "synesissoftware/UNIXem",
"id": "b0b8fec1f2b3c79056d8662561ede00cd23731c9",
"size"... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;... | {
"content_hash": "9f70f451c7fdc596e6f62593565df72b",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 74,
"avg_line_length": 23.65,
"alnum_prop": 0.653276955602537,
"repo_name": "amaztony/ControlCencter",
"id": "cb6b3111b3e4492ad5ce219a02dbfa110c9e81a6",
"size": "958",
"b... |
package com.facebook.buck.cxx;
import static com.facebook.buck.cxx.toolchain.CxxFlavorSanitizer.sanitize;
import static java.io.File.pathSeparator;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.containsInAnyOrder;
import static org.hamcrest.Matchers.containsString;
import s... | {
"content_hash": "500a7c1e6d4ab4a32ccca73e337ba17c",
"timestamp": "",
"source": "github",
"line_count": 2601,
"max_line_length": 100,
"avg_line_length": 42.96193771626297,
"alnum_prop": 0.6848510882016037,
"repo_name": "Addepar/buck",
"id": "c48cc647db34581b8b25bffdf4d30f2b63aaca61",
"size": "11236... |
module VagrantPlugins
module VSphere
module Action
class IsRunning
def initialize(app, _env)
@app = app
end
def call(env)
env[:result] = env[:machine].state.id == :running
@app.call env
end
end
end
end
end
| {
"content_hash": "4febc00037a473949431e7c88ce38df0",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 59,
"avg_line_length": 18.3125,
"alnum_prop": 0.5290102389078498,
"repo_name": "edmcman/vagrant-vsphere",
"id": "a2524ae515c90085f7fa9aecf646f731963ea697",
"size": "293",
... |
package hudson.tasks.junit;
import hudson.FilePath;
import hudson.model.FreeStyleBuild;
import hudson.model.FreeStyleProject;
import hudson.slaves.DumbSlave;
import hudson.tasks.test.TestObject;
import java.util.concurrent.TimeUnit;
import org.jvnet.hudson.test.HudsonTestCase;
import org.jvnet.hudson.test.TouchBuil... | {
"content_hash": "d411538ea5f39f8ece64b06e70fee8d9",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 123,
"avg_line_length": 32.074074074074076,
"alnum_prop": 0.7344110854503464,
"repo_name": "lvotypko/jenkins2",
"id": "82849d6915e12b0644334d574059e8fc556c4bce",
"size": "... |
package today.comeet.android.comeet.modules;
import android.os.AsyncTask;
import com.google.android.gms.maps.model.LatLng;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.Input... | {
"content_hash": "c1d39664442b50fb1b87911df54b2bec",
"timestamp": "",
"source": "github",
"line_count": 158,
"max_line_length": 119,
"avg_line_length": 35.29113924050633,
"alnum_prop": 0.5961262553802008,
"repo_name": "AlexisSoto/comeet-android",
"id": "198d767a58c49794d2588cf767624d423279146d",
"s... |
package org.elasticsearch.node.internal;
import org.elasticsearch.cli.MockTerminal;
import org.elasticsearch.cluster.ClusterName;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.settings.SettingsException;
import org.elasticsearch.env.Environment;
import org.elasticsearch.test.ESTe... | {
"content_hash": "d9917bebffa55873e48c237503a27c08",
"timestamp": "",
"source": "github",
"line_count": 146,
"max_line_length": 124,
"avg_line_length": 46.12328767123287,
"alnum_prop": 0.6703296703296703,
"repo_name": "camilojd/elasticsearch",
"id": "87abc20a0de98ee592b57aba8064c935d4e37897",
"size... |
package gov.sandia.cognition.learning.algorithm.svm;
import gov.sandia.cognition.annotation.PublicationReference;
import gov.sandia.cognition.annotation.PublicationType;
import gov.sandia.cognition.learning.algorithm.AbstractAnytimeSupervisedBatchLearner;
import gov.sandia.cognition.learning.data.InputOutputPair;
im... | {
"content_hash": "4cc97def5902148d9d7e6c99ad09ef13",
"timestamp": "",
"source": "github",
"line_count": 549,
"max_line_length": 138,
"avg_line_length": 28.29143897996357,
"alnum_prop": 0.5780968323461241,
"repo_name": "codeaudit/Foundry",
"id": "d624d9ca0970d3740e216268bdedf849af997bf9",
"size": "1... |
.combo {
display: inline-block;
white-space: nowrap;
margin: 0;
padding: 0;
border-width: 1px;
border-style: solid;
overflow: hidden;
vertical-align: middle;
}
.combo .combo-text {
font-size: 12px;
border: 0px;
margin: 0;
padding: 0px 2px;
vertical-align: baseline;
}... | {
"content_hash": "f543d1c345b483ea9575b164ba790fe6",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 70,
"avg_line_length": 15.694444444444445,
"alnum_prop": 0.6221238938053097,
"repo_name": "george510257/gls-demo",
"id": "f59e7bca65a553c44ee0ece83840a4e82753d047",
"size":... |
using System;
using System.Collections.Generic;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Data;
using Windows.UI.Xaml.Media;
namespace MahApps.Metro.IconPacks
{
/// <summary>
/// PixelartIcons are licensed under the [MIT license](<see><cref>https://github.com/halfmage/pixela... | {
"content_hash": "890afdce37df0b3235ca173ac7c50556",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 209,
"avg_line_length": 38.527272727272724,
"alnum_prop": 0.6460594620103822,
"repo_name": "MahApps/MahApps.Metro.IconPacks",
"id": "a2f9c54dd3caf1fafc3460ece01217dbc8ec06d9"... |
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="sakaiFCKTextEvolver" ... | {
"content_hash": "3e1a67d16c8af1c245198dca17901ea0",
"timestamp": "",
"source": "github",
"line_count": 295,
"max_line_length": 177,
"avg_line_length": 53.42033898305085,
"alnum_prop": 0.7533472936100006,
"repo_name": "bzhouduke123/sakai",
"id": "c8bb9cdad0b0711284771add1b70d4a1f7211151",
"size": "... |
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to ObjectStyle LLC under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ObjectStyle LLC licenses
this file to you under the Apache License, Version 2... | {
"content_hash": "360b8480ee377841e7308b07e0848c2a",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 114,
"avg_line_length": 43.5,
"alnum_prop": 0.7487684729064039,
"repo_name": "nhl/bootique-cayenne",
"id": "5f29e93f1d1c0028dfff182f6e4f14613f837605",
"size": "1218",
"bi... |
namespace chromeos {
namespace sensors {
namespace {
SensorHalDispatcher* g_sensor_hal_dispatcher = nullptr;
}
// static
void SensorHalDispatcher::Initialize() {
if (g_sensor_hal_dispatcher) {
LOG(WARNING) << "SensorHalDispatcher was already initialized";
return;
}
g_sensor_hal_dispatcher = new SensorHa... | {
"content_hash": "cde0f11d19d89235f333220584c8d910",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 76,
"avg_line_length": 29.926605504587155,
"alnum_prop": 0.7354383813611282,
"repo_name": "ric2b/Vivaldi-browser",
"id": "30919feb4e39b031b81aa9ec67d79229abcbf27b",
"size"... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="RectangleSelectionCommand.cs" company="Helix Toolkit">
// Copyright (c) 2014 Helix Toolkit contributors
// </copyright>
// <summary>
// Provides a command that shows a rectang... | {
"content_hash": "4d048844ab198f50236ca11196719c51",
"timestamp": "",
"source": "github",
"line_count": 174,
"max_line_length": 195,
"avg_line_length": 39.21264367816092,
"alnum_prop": 0.591235526894328,
"repo_name": "holance/helix-toolkit",
"id": "82890f4e6a4ee033ff85271df9219d5536bc51c6",
"size":... |
template<typename E>
struct enable_bitmask_operators{
static const bool enable=false;
};
template<typename E>
typename std::enable_if<enable_bitmask_operators<E>::enable,E>::type
operator|(E lhs,E rhs){
typedef typename std::underlying_type<E>::type underlying;
return static_cast<E>(
static_cast<un... | {
"content_hash": "1cc4cdc6f7be842092eee316fc8f4280",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 69,
"avg_line_length": 31.861538461538462,
"alnum_prop": 0.7011105746016417,
"repo_name": "gscorpss/sockpp",
"id": "d8a8b0787df022c5279981e8383fe39bf3b802a8",
"size": "3678... |
function logResult(result) {
console.log(result);
}
function logError(error) {
console.log('Looks like there was a problem: \n', error);
}
function validateResponse(response) {
if (!response.ok) {
throw Error(response.statusText);
}
return response;
}
function readResponseAsJSON(response) {
return re... | {
"content_hash": "5ac1fbc7ec470539ae8adaf345dffc3f",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 71,
"avg_line_length": 26.355555555555554,
"alnum_prop": 0.7032040472175379,
"repo_name": "jaspock/dai",
"id": "664e214c53dacab9bad6cfa56d90d95d08cee7af",
"size": "1186",
... |
/* global adminCommentsL10n, thousandsSeparator, list_args, QTags, ajaxurl, wpAjax */
var setCommentsList, theList, theExtraList, commentReply;
(function($) {
var getCount, updateCount, updateCountText, updatePending, updateApproved,
updateHtmlTitle, updateDashboardText, adminTitle = document.title,
isDashboard = $(... | {
"content_hash": "7f2a834dd70d21f0eaa3580cb1b51a88",
"timestamp": "",
"source": "github",
"line_count": 933,
"max_line_length": 149,
"avg_line_length": 28.617363344051448,
"alnum_prop": 0.5970786516853933,
"repo_name": "oconn270/oconn270.github.io",
"id": "dd3025f194adf70abe4708706d6599c700ae558f",
... |
class BuiltIn(object):
def __init__(self):
self.code = []
self.methods = []
self.messages = []
self.defaults = {}
self.constant_names = ['False', 'True', 'Less', 'Equal', 'Greater', 'Empty', 'BuiltIn']
self.opaque_names = ['Constant', 'Small-Integer']
self.poi... | {
"content_hash": "0233935df577cf9e8303c0f867c132e3",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 128,
"avg_line_length": 37.30769230769231,
"alnum_prop": 0.6096219931271478,
"repo_name": "shaurz/ome",
"id": "9d71ef383788915fba20232178abe3c3347b8b3a",
"size": "1552",
... |
import axios from 'axios';
import jwtDecode from 'jwt-decode';
import Auth from './auth';
const apiBaseURI = 'http://localhost:8080';
function checkStatusCode(resp) {
if (resp.status >= 200 && resp.status < 300) {
return resp.data;
} else {
throw new Error(resp.statusText);
}
}
function getChannels() ... | {
"content_hash": "ff15991d7a0535370352a98544cd0593",
"timestamp": "",
"source": "github",
"line_count": 169,
"max_line_length": 79,
"avg_line_length": 21.893491124260354,
"alnum_prop": 0.6448648648648648,
"repo_name": "leiverandres/turismo-risaralda",
"id": "af51b8f2102918e2c25cdb4dc81696d1595efc68",... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.