text
stringlengths
2
99k
meta
dict
us critic-type people are always shaking our heads and telling everyone that movies aren't thrill rides , but i think that " back to the future ii " is one of the few exceptions . if the original film had the spirit of the 1950s , then this has the spirit of the 80s : full of fights ; chase scenes ; cliff hangers ; sp...
{ "pile_set_name": "Github" }
SUBROUTINE CHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY) * .. Scalar Arguments .. COMPLEX ALPHA,BETA INTEGER INCX,INCY,N CHARACTER UPLO * .. * .. Array Arguments .. COMPLEX AP(*),X(*),Y(*) * .. * * Purpose * ======= * * CHPMV performs the matrix-vector operatio...
{ "pile_set_name": "Github" }
package(default_visibility = ["//visibility:public"]) load( "@io_bazel_rules_go//go:def.bzl", "go_library", ) go_library( name = "go_default_library", srcs = ["storage_apps.go"], importpath = "k8s.io/kubernetes/pkg/registry/apps/rest", deps = [ "//pkg/api/legacyscheme:go_default_librar...
{ "pile_set_name": "Github" }
# this file is part of refractiveindex.info database # refractiveindex.info database is in the public domain # copyright and related rights waived via CC0 1.0 REFERENCES: "N. Sultanova, S. Kasarova and I. Nikolov. Dispersion properties of optical polymers, <a href=\"http://przyrbwn.icm.edu.pl/APP/ABSTR/116/a116-4-...
{ "pile_set_name": "Github" }
{ "$jason": { "head": { "title": "Common component styling", "data": { "items": [ { "type": "Opacity", "url": "https://jasonette.github.io/Jasonpedia/view/component/style/opacity.json" } ] }, "templates": { "body": { "sections": [{ "i...
{ "pile_set_name": "Github" }
%include "arm64/unused.S"
{ "pile_set_name": "Github" }
// OpenTween - Client of Twitter // Copyright (c) 2007-2011 kiri_feather (@kiri_feather) <kiri.feather@gmail.com> // (c) 2008-2011 Moz (@syo68k) // (c) 2008-2011 takeshik (@takeshik) <http://www.takeshik.org/> // (c) 2010-2011 anis774 (@anis774) <http://d.hatena.ne.jp/anis774/> // ...
{ "pile_set_name": "Github" }
#include "Python.h" #include "ik/python/ik_module_log.h" #include "ik/ik.h" /* ------------------------------------------------------------------------- */ static PyObject* log_message(PyObject* self, PyObject* args) { (void)self; PyObject* uni; PyObject* ascii; /* Convert to string, might be necessa...
{ "pile_set_name": "Github" }
// Copyright 2018 The Prometheus Authors // 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...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
{ "pile_set_name": "Github" }
--- category: api-reference --- # GitHub Flavored Markdown support for CKEditor 5 [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-markdown-gfm.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-markdown-gfm) This package implements the GitHub Flavored Markdown data processor for CKEditor 5. ##...
{ "pile_set_name": "Github" }
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
{ "pile_set_name": "Github" }
/* * eXist-db Open Source Native XML Database * Copyright (C) 2001 The eXist-db Authors * * info@exist-db.org * http://www.exist-db.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foun...
{ "pile_set_name": "Github" }
<?php /* Prototype : bool ctype_digit(mixed $c) * Description: Checks for numeric character(s) * Source code: ext/ctype/ctype.c */ /* * Pass octal and hexadecimal values as $c argument to ctype_digit() to test behaviour */ echo "*** Testing ctype_digit() : usage variations ***\n"; $orig = setlocale(LC_CTYPE, ...
{ "pile_set_name": "Github" }
depends=plan9port-^(base postscript) desc='Plan 9 from User Space - postscript B&H fonts This package contains PostScript fonts from Bigelow & Holmes as found in the Plan 9 from Bell Labs distribution. '
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2014-2017 Evolveum and contributors ~ ~ This work is dual-licensed under the Apache License 2.0 ~ and European Union Public License. See LICENSE file for details. --> <securityPolicy oid="2997a20a-0423-11e7-af65-a7ab7d19442c" xmlns='http://midpo...
{ "pile_set_name": "Github" }
package net.symphonious.disrupter.dsl; import com.lmax.disruptor.AbstractEntry; import com.lmax.disruptor.BatchHandler; import com.lmax.disruptor.Consumer; import com.lmax.disruptor.ConsumerBarrier; class ConsumerInfo<T extends AbstractEntry> { private final Consumer consumer; private final BatchHandler<T> ha...
{ "pile_set_name": "Github" }
import computeAutoPlacement from '../utils/computeAutoPlacement'; import getReferenceOffsets from '../utils/getReferenceOffsets'; import getPopperOffsets from '../utils/getPopperOffsets'; import runModifiers from '../utils/runModifiers'; /** * Updates the position of the popper, computing the new offsets and applying...
{ "pile_set_name": "Github" }
# Lines starting with '#' and sections without content # are not displayed by a call to 'details' # [Website] http://blog.zombiesrungame.com/post/21662042177/its-update-time-so-many-new-features-and-missions-in [filters] http://blog.zombiesrungame.com/tweets.js [other] # Any other details [comm...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ #include <linux/clk.h> #include <linux/component.h> #include <linux/delay.h> #include <linux/io.h> #include <linux/mfd/syscon.h> #include <linux/module.h> #include <linux/of.h> #include <linux/platform_device.h> #include <linux/regmap.h> #include <linux/regulator/consumer.h> #includ...
{ "pile_set_name": "Github" }
-- source include/not_embedded.inc -- source ../include/ps_truncate_all_tables.inc DESC sys.x$ps_schema_table_statistics_io; DESC sys.x$ps_schema_table_statistics_io; # Ensure structure changes don't slip in DESC sys.x$ps_schema_table_statistics_io; # Make sure view select does not error, but ignore results --disab...
{ "pile_set_name": "Github" }
using System.Resources; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembl...
{ "pile_set_name": "Github" }
include AUTHORS.rst CHANGES.rst LICENSE.rst README.rst
{ "pile_set_name": "Github" }
/* (C) Copyright IBM Corp. 2007, 2008 All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following ...
{ "pile_set_name": "Github" }
// Copyright (c) 1994-2006 Sun Microsystems Inc. // All Rights Reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are met: // // - Redistributions of source code must retain the above copyright notice, // this list ...
{ "pile_set_name": "Github" }
/* $NoKeywords:$ */ /** * @file * * Config Fch HwAcpi controller * * Init HwAcpi Controller features. * * @xrefitem bom "File Content Label" "Release Content" * @e project: AGESA * @e sub-project: FCH * @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $ * */ /* **********...
{ "pile_set_name": "Github" }
/* * Copyright 2019 NAVER Corp. * * 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 ...
{ "pile_set_name": "Github" }
/* * RELIC is an Efficient LIbrary for Cryptography * Copyright (C) 2007-2020 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file * for contact information. * * RELIC is free software; you can redistribute...
{ "pile_set_name": "Github" }
// This file is part of MLDB. Copyright 2015 mldb.ai inc. All rights reserved. /** maybe.h -*- C++ -*- Jeremy Barnes, 3 July 2014 Copyright (C) 2014 mldb.ai inc. All rights reserved. */ #pragma once #include "mldb/types/value_description_fwd.h" names...
{ "pile_set_name": "Github" }
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // WARNING: This file was auto-generated, any change will be overridden in next release. Please use configs/es6.conf.js then run "npm run convert". // //////////////////...
{ "pile_set_name": "Github" }
// Copyright 2017 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_INTERPRETER_INTERPRETER_GENERATOR_H_ #define V8_INTERPRETER_INTERPRETER_GENERATOR_H_ #include "src/interpreter/bytecode-operands.h" #include...
{ "pile_set_name": "Github" }
<?js var data = obj; var self = this; var defaultObjectClass = ''; // Check if the default value is an object, if so, apply code highlighting if (data.defaultvalue && data.defaultvaluetype === 'object') { data.defaultvalue = "<pre class=\"prettyprint\"><code>" + data.defaultvalue + "</code></pre>"; defaultObjectCl...
{ "pile_set_name": "Github" }
/* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2010 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/licenses/LICENSE-2.0 * * Unless required by app...
{ "pile_set_name": "Github" }
<?php /* * Junos.php * * -Description- * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is d...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # oio-meta2-indexer # Copyright (C) 2018 OpenIO SAS, as part of OpenIO SDS # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (...
{ "pile_set_name": "Github" }
/* * lws-minimal-dbus-ws-proxy * * Written in 2010-2019 by Andy Green <andy@warmcat.com> * * This file is made available under the Creative Commons CC0 1.0 * Universal Public Domain Dedication. * * This demonstrates a minimal session dbus server that uses the lws event loop, * and allows proxying ws client con...
{ "pile_set_name": "Github" }
/* * 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 "License"); you may ...
{ "pile_set_name": "Github" }
// Code generated by thriftrw-plugin-yarpc // @generated // Copyright (c) 2020 Uber Technologies, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including wi...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 95BD8F7D1F03EC410041E2B7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 95BD8F7C1F03EC410041E2B7 /* main.m */; }; 95BD8F801F03EC410041E2B7 /* AppDelegate.m in Sources */ = {isa = PBXBu...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <item name="activity_modify_user" type="id" /> </resources>
{ "pile_set_name": "Github" }
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
{ "pile_set_name": "Github" }
// // ip/impl/address_v4.hpp // ~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2019 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef ASIO_IP_IMPL_AD...
{ "pile_set_name": "Github" }
## Side Nav ##### Components * toggle * close * dropdown_toggle ##### Modifiers * visible ### Quick Look > You can populate the Side-Nav from an existing menu (see the module's [options](#options)) - by default the [Navigation](https://github.com/esr360/One-Nexus/tree/master/src/modules/objects/navigation) module...
{ "pile_set_name": "Github" }
_l = require 'lodash' React = require 'react' {CheckboxControl, propValueLinkTransformer} = require './editor/sidebar-controls' {Model} = require './model' {collisions, assert, capitalize_first_char} = require './util' {ObjectPropControl} = require './props' {isExternalComponent} = require './libraries' exports.Compo...
{ "pile_set_name": "Github" }
/* PatternSyntaxException - Indicates illegal pattern for regular expression. Copyright (C) 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Sof...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: be0903cd8e1546f498710afdc59db5eb AssemblyDefinitionImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
--- title: Changer la politique d’accès au vCenter slug: changer-la-politique-d-acces-au-vcenter excerpt: Découvrez comment modifier la stratégie d'accès pour vCenter' legacy_guide_number: '1442246' space_key: VS space_name: vSphere as a Service section: Fonctionnalités OVH --- **Dernière mise à jour le 07/0...
{ "pile_set_name": "Github" }
--- layout: default title: User guide --- <div> <style scoped> .cli { background-color: black; border-radius: 3px; color: white; margin: 0.3cm; padding: 4px; max-width: 65em; font-family: monospace; white-space: pre-wrap; line-height: normal; } </style> <h3>User Guide (CLI)</h3> <p>This documentation is fo...
{ "pile_set_name": "Github" }
/* MIT License Copyright 2016 Comcast Cable Communications Management, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, cop...
{ "pile_set_name": "Github" }
.. code-block:: bash $ mkdir pmm-data-backup; cd pmm-data-backup
{ "pile_set_name": "Github" }
/** * This file is part of veraPDF Library core, a module of the veraPDF project. * Copyright (c) 2015, veraPDF Consortium <info@verapdf.org> * All rights reserved. * * veraPDF Library core is free software: you can redistribute it and/or modify * it under the terms of either: * * The GNU General public license...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>6--Funeral_6_Funeral_Funeral_6_77.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <name>yanyu</name...
{ "pile_set_name": "Github" }
int plus(int a, int b); int minus(int a, int b);
{ "pile_set_name": "Github" }
// Code generated by cmd/cgo -godefs; DO NOT EDIT. // cgo -godefs defs_openbsd.go package socket type iovec struct { Base *byte Len uint32 } type msghdr struct { Name *byte Namelen uint32 Iov *iovec Iovlen uint32 Control *byte Controllen uint32 Flags int32 } type cmsghdr struct...
{ "pile_set_name": "Github" }
'use strict'; /*global it */ var assert = require('assert'); require('../../lib/js-yaml'); it('Timestamps are incorrectly parsed in local time', function () { var data = require('./data/issue-46.yml'), date1, date2; date1 = data.date1; // date1: 2010-10-20T20:45:00Z assert.equal(date1.getUTCFullYear(), 2010...
{ "pile_set_name": "Github" }
// Copyright 2017 Google Inc. // // 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...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2011 ~ 2018 Deepin Technology Co., Ltd. * * Author: sbw <sbw@sbw.so> * * Maintainer: sbw <sbw@sbw.so> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ver...
{ "pile_set_name": "Github" }
# ------------------------------------------------------------------------ # Gunrock: Sub-Project k-Nearest Neighbor (& Shared Nearest Neighbor) # ------------------------------------------------------------------------ project(knn) message("-- Project Added: ${PROJECT_NAME}") include(${CMAKE_SOURCE_DIR}/cmake/SetSubP...
{ "pile_set_name": "Github" }
"use strict"; exports.__esModule = true; var _getIterator2 = require("../core-js/get-iterator"); var _getIterator3 = _interopRequireDefault(_getIterator2); var _isIterable2 = require("../core-js/is-iterable"); var _isIterable3 = _interopRequireDefault(_isIterable2); function _interopRequireDefault(obj) { return o...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 2b162f5d72fd0054691f48f60a21d53c folderAsset: yes DefaultImporter: userData:
{ "pile_set_name": "Github" }
<?php namespace spec\Prophecy\Call; use PhpSpec\ObjectBehavior; use Prophecy\Prophecy\ObjectProphecy; use Prophecy\Argument\ArgumentsWildcard; class CallCenterSpec extends ObjectBehavior { /** * @param \Prophecy\Prophecy\ObjectProphecy $objectProphecy */ function let($objectProphecy) { } ...
{ "pile_set_name": "Github" }
#!/bin/bash set -e extract_latest_version_tgz() { # Takes in a path to a chart's directory, finds the latest version's tgz and extracts it # All crd tgz are ignored # Max depth is set to prevent extracting a tgz contained within another tgz, which is the case for charts containing a helm repo LATEST_VE...
{ "pile_set_name": "Github" }
-- Loot Template Cleanup. Removed obsolete loot entries. -- Kobold Vermin, Harvest Golem , Two-Bit Thug, Diseased Timber Wolf, Kobold Laborer -- Defias Smuggler, Garrick Padfoot, Defias Pathstalker, Defias Highwayman, Riverpaw Overseer -- Blue Dragonspawn, Starving Dire Wolf, Defias Night Runner, Farmer Ray, Kobold Wo...
{ "pile_set_name": "Github" }
Section Titles are interactive titles that open and close sections, typically on a form.
{ "pile_set_name": "Github" }
package json import ( "reflect" ) // Extension holds a set of additional rules to be used when unmarshaling // strict JSON or JSON-like content. type Extension struct { funcs map[string]funcExt consts map[string]interface{} keyed map[string]func([]byte) (interface{}, error) encode map[reflect.Type]func(v inter...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: f9286865c652f7c4796676f1a56152e5 timeCreated: 1521803997 licenseType: Pro TextureImporter: fileIDToRecycleName: {} externalObjects: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 1 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mip...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2005-2013 by Appcelerator, Inc. All Rights Reserved. * Copyright (c) 2013 by Syapse, Inc. All Rights Reserved. * Licensed under the terms of the Eclipse Public License (EPL). * Please see the license.txt included with this distribution for details. * Any modifications to this file must keep thi...
{ "pile_set_name": "Github" }
/* * pcie_host.h * * Copyright (c) 2009 Isaku Yamahata <yamahata at valinux co jp> * VA Linux Systems Japan K.K. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; eith...
{ "pile_set_name": "Github" }
L HWCRHK e_chil_err.h e_chil_err.c
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 190efca65a78647b7a60e0e4b2288b27 timeCreated: 1510509514 licenseType: Free MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
using System; using CoreWCF.Channels; using CoreWCF.Diagnostics; namespace CoreWCF.Dispatcher { internal sealed class MessageOperationFormatter : IClientMessageFormatter, IDispatchMessageFormatter { static MessageOperationFormatter instance; internal static MessageOperationFormatter Instance ...
{ "pile_set_name": "Github" }
# The Content Format Coleslaw expects content to have a file extension matching the class of the content. (I.e. `.post` for blog posts, `.page` for static pages, etc.) There should also be a metadata header on all files starting and ending with the config-specified `:separator`, ";;;;;" by default. Example: ``` ;;;...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # Keyboard Shortcut sxhkd -c "${HOME}/.config/bspwm/configuration/sxhkd/sxhkdrc" & # Restore cursor theme xsetroot -cursor_name left_ptr # Restore wallpaper feh --bg-fill "${HOME}/Pictures/Wallpapers/no-mans-sky-8k-ultrawide-i3.jpg" # Music is layf mpd &>/dev/null # Compositor picom --ex...
{ "pile_set_name": "Github" }
syntax = "proto3"; package POGOProtos.Data.Gym; import "POGOProtos/Map/Fort/FortData.proto"; import "POGOProtos/Data/Gym/GymMembership.proto"; message GymState { .POGOProtos.Map.Fort.FortData fort_data = 1; repeated .POGOProtos.Data.Gym.GymMembership memberships = 2; bool deploy_lockout = 3; }
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <ZopeData> <record id="1" aka="AAAAAAAAAAE="> <pickle> <global name="Category" module="erp5.portal_type"/> </pickle> <pickle> <dictionary> <item> <key> <string>_Add_portal_content_Permission</string> </key> <value> <tuple> ...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash # coding=utf-8 # Author: zhaigy@ucweb.com # Data: 2013-01 # ZK_PORT_PREFIX=$PORT_PREFIX # ZooKeeper服务器,新版本会配置成自动切换热备模式,ZK是必须的。 # 本脚本会根据此配置安装ZK # 如果不配置,会使用$NODES中的最多5个 ZK_NODES="" # 用于支持,不是配置项,不要修改 #------------------------------------- if [ -z "$ZK_NODES" ]; then NS=($NODES) if ((${#NS[@]} <...
{ "pile_set_name": "Github" }
gcr.io/google_containers/cloud-controller-manager-arm:v1.13.0-alpha.3
{ "pile_set_name": "Github" }
/// <reference path="../test-types.ts"/> import * as _ from 'lodash'; import assert = require('assert'); import server = require('../utils/server'); import utils = require('../utils/utils'); import { buildSite } from '../utils/site-builder'; import { TyE2eTestBrowser } from '../utils/pages-for'; import settings = requ...
{ "pile_set_name": "Github" }
// Code generated by protoc-gen-go. DO NOT EDIT. // source: google/cloud/ml/v1/operation_metadata.proto package ml import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" import _ "google.golang.org/genproto/googleapis/api/annotations" import google_protobuf2 "github.com/golang/protobuf/pt...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 71e01454e4f05d0408bf7e467df7be00 timeCreated: 1456376760 licenseType: Free MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
#if !defined NO_PING && !defined NO_UDP // ping/udp structure. typedef struct PINGFLOOD { SOCKET sock; char chan[128]; char host[128]; int num; int size; int delay; int port; int threadnum; BOOL notice; BOOL silent; BOOL gotinfo; } PINGFLOOD; #endif #ifndef NO_PING DWORD WINAPI ping(L...
{ "pile_set_name": "Github" }
// // OutlineTableViewController.h // Outline // // Created by Tim Moose on 5/27/13. // Copyright (c) 2013 Tractable Labs. All rights reserved. // #import <TLIndexPathTools/TLTreeTableViewController.h> @interface OutlineTableViewController : TLTreeTableViewController <TLTreeTableViewControllerDelegate> @end
{ "pile_set_name": "Github" }
Joe Groff
{ "pile_set_name": "Github" }
# The Elmish Book The Elmish Book is a practical guide to building modern and reliable web applications in F# from first principles. We will be using the [Fable](https://fable.io/) compiler, which will take our F# code and turn it into JavaScript. This allows our code to run anywhere JavaScript runs, whether it is the...
{ "pile_set_name": "Github" }
/* ========================================================= * bootstrap-slider.js v2.0.0 * http://www.eyecon.ro/bootstrap-slider * ========================================================= * Copyright 2012 Stefan Petre * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
{ "pile_set_name": "Github" }
interactions: - request: body: !!python/unicode '{"query": {"tool": "sumsrcip", "type": "event", "startOffset": 0, "filters": [], "endOffset": 5}, "type": "event", "sourceType": "lce"}' headers: Accept: ['*/*'] Accept-Encoding: ['gzip, deflate'] Connection: [keep-alive] Content-Len...
{ "pile_set_name": "Github" }
import errorMessage from './errorMessage'; import bestreviews from './bestreviews'; import lastestvideo from './lastestvideo'; import mostwanted from './mostwanted'; import bestrated from './bestrated'; import listByTag from './listByTag'; import listByStar from './listByStar'; import detail from './detail'; import us...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") { // CommonJS mod(require("../../lib/codemirror")); } else if (typeof define == "function" && define.amd)...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>PayloadIdentifier</key> <string>com.github.gregneagle.suppress_icloud_asst</string> <key>PayloadRemovalDisallowed</key> <false/> <key...
{ "pile_set_name": "Github" }
OptimalStart Validation BaseClasses
{ "pile_set_name": "Github" }
/** * A specialized version of `_.lastIndexOf` which performs strict equality * comparisons of values, i.e. `===`. * * @private * @param {Array} array The array to inspect. * @param {*} value The value to search for. * @param {number} fromIndex The index to search from. * @returns {number} Returns the index of ...
{ "pile_set_name": "Github" }
/****************************************************************************** Copyright (c) 2007-2011, Intel Corp. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions...
{ "pile_set_name": "Github" }
/* Copyright 2019 The Tekton Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
#include <math.h> #include <stdio.h> #include <string.h> #include <stdarg.h> #include "tron.h" #ifndef min template <class T> static inline T min(T x,T y) { return (x<y)?x:y; } #endif #ifndef max template <class T> static inline T max(T x,T y) { return (x>y)?x:y; } #endif #ifdef __cplusplus extern "C" { #endif exte...
{ "pile_set_name": "Github" }
<div id="sidebar" class="sidebar responsive sidebar-fixed" style="margin-top: -25px;width : 200px"> <ul class="nav nav-list"> <li ng-repeat="migrationCluster in eventDetails"> <a ui-sref=".details({migrationCluster: migrationCluster})" class="dropdown-toggle"> <i class="menu-icon fa fa-caret-right"></i> {{ m...
{ "pile_set_name": "Github" }
# Copyright 2019 The Kubeflow Authors # # 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 writ...
{ "pile_set_name": "Github" }
// Copyright 2015-2018 Benjamin Fry <benjaminfry@me.com> // // Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or // http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or // http://opensource.org/licenses/MIT>, at your option. This file may not be // copied, modified, or distributed...
{ "pile_set_name": "Github" }
package com.etiennelawlor.moviehub.domain.usecases; import com.etiennelawlor.moviehub.domain.models.MoviesDomainModel; import io.reactivex.Single; /** * Created by etiennelawlor on 6/26/17. */ public interface MoviesDomainContract { interface UseCase { Single<MoviesDomainModel> getPopularMovies(int c...
{ "pile_set_name": "Github" }
/* * 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 * "License"); you ...
{ "pile_set_name": "Github" }