text
stringlengths
2
99.7k
meta
dict
/*! * Express * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca> * MIT Licensed */ /** * Module dependencies. */ var connect = require('connect') , HTTPSServer = require('./https') , HTTPServer = require('./http') , Route = require('./router/route') /** * Re-export connect auto-loaders. * * Thi...
{ "pile_set_name": "Github" }
#include "choose.h" #include "gcd.h" /*Computes the number of combinations of _n items, taken _m at a time without overflow. _n: The total number of items. _m: The number taken at a time. Return: The number of combinations of _n items taken _m at a time.*/ unsigned choose(int _n,int _m){ unsigned ret; int...
{ "pile_set_name": "Github" }
CREATE TABLE test_orc (key STRING) ROW FORMAT SERDE 'org.apache.hadoop.hive.ql.io.orc.OrcSerde' STORED AS INPUTFORMAT 'org.apache.hadoop.hive.ql.io.orc.OrcInputFormat' OUTPUTFORMAT 'org.apache.hadoop.hive.ql.io.orc.OrcOutputFormat'; INSERT OVERWRITE TABLE test_orc SELECT '' FROM src limit 10; -- Test reading a colu...
{ "pile_set_name": "Github" }
#Wed Oct 21 11:34:03 PDT 2015 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
{ "pile_set_name": "Github" }
#pragma once #include "Util.h" namespace Linux { class UtilRPI : public Util { public: UtilRPI(); static UtilRPI *from(AP_HAL::Util *util) { return static_cast<UtilRPI*>(util); } /* return the Raspberry Pi version */ int get_rpi_version() const; protected: // Called in the construc...
{ "pile_set_name": "Github" }
#ifndef __G_SHARED_H__ #define __G_SHARED_H__ #include "bg_public.h" #include "g_public.h" #include "b_public.h" #include "../ICARUS/ICARUS.h" #include "../renderer/tr_types.h" #include "../cgame/cg_public.h" #include "bset.h" #define FOFS(x) ((int)&(((gentity_t *)0)->x)) typedef enum { HL_NONE = 0, HL_FOOT_RT, ...
{ "pile_set_name": "Github" }
&input title='N', zed=7.0, rel=2, config='[He] 2s2 2p3 3d-1' iswitch=3, dft='LDA', / &inputp lloc=2, pseudotype=3, file_pseudopw='N.rel-pz-rrkjus.UPF', author='ADC', nlcc=.true., rcore=0.7, / 8 2S 1 0 2.00 0.00 1.30 1.60 0.50 2S 1 0 0.00 0.05 1.30 1.60 0.50 2P...
{ "pile_set_name": "Github" }
{ "name": "core-util-is", "version": "1.0.1", "description": "The `util.is*` functions introduced in Node v0.12.", "main": "lib/util.js", "repository": { "type": "git", "url": "git://github.com/isaacs/core-util-is" }, "keywords": [ "util", "isBuffer", "isArray", "isNumber", "is...
{ "pile_set_name": "Github" }
#include "../Base/Node.h" #include "PointLight.h" namespace tzw { class SpotLight : public PointLight { public: SpotLight(); vec3 dir() const; void setDir(const vec3 &dir); void tick(float dt); private: vec3 m_dir; }; } // namespace tzw
{ "pile_set_name": "Github" }
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "../gameSource/objectBank.h" #include "../gameSource/transitionBank.h" #include "../gameSource/categoryBank.h" #include "../gameSource/animationBank.h" void usage() { printf( "Usage:\n\n" "printObjectName id\n\n" ); exit( 1 ); ...
{ "pile_set_name": "Github" }
const assert = require('assert'); const fs = require('fs'); const mock = require('..'); /** * Test setup. Not timed. */ exports.beforeEach = function() { mock({ 'foo-mock.txt': 'foo' }); }; /** * Timed test. * @param {function(Error)} done Callback. */ exports.test = function(done) { fs.readFile('foo...
{ "pile_set_name": "Github" }
/* * Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */ package de.ilias.services.filemanager.soap.api; import de.ilias.services.filemanager.content.ListItem; import de.ilias.services.filemanager.content.RemoteListItem; import de.ilias.services.filemanager.utils.FileManagerUtils; import jav...
{ "pile_set_name": "Github" }
#!/bin/sh OPKG_KEYS="${OPKG_KEYS:-/etc/opkg/keys}" usage() { cat <<EOF Usage: $0 <command> <arguments...> Commands: add <file>: Add keyfile <file> to opkg trusted keys remove <file>: Remove keyfile matching <file> from opkg trusted keys verify <sigfile> <list>: Check list file <list> against signature file ...
{ "pile_set_name": "Github" }
/** * \file * * \brief Instance description for TCC0 * * Copyright (c) 2018 Microchip Technology Inc. * * \asf_license_start * * \page License * * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in com...
{ "pile_set_name": "Github" }
{ "matches": "absolute-replaced-height-001-ref.xht", "assert": "If the height, top, bottom and vertical margins of an absolute positioned inline replaced element are all 'auto', then its use value is determined for inline replaced element, its 'top' is given by its static position and both 'margin-top' and 'mar...
{ "pile_set_name": "Github" }
--- title: "Bracketed identifier is missing closing ']'" ms.date: 07/20/2015 f1_keywords: - "bc30034" - "vbc30034" helpviewer_keywords: - "BC30034" ms.assetid: 46f25ddb-0d9f-48f8-8656-1a880ba8a1ba --- # Bracketed identifier is missing closing ']' Brackets in an escaped name must occur in matching pairs. ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <routes xmlns="http://symfony.com/schema/routing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/routing https://symfony.com/schema/routing/routing-1.0.xsd"> <route id="localized"> <default key="_c...
{ "pile_set_name": "Github" }
// $Id$ /*global JSAN, Test */ // Set up package. if (typeof JSAN != 'undefined') JSAN.use('Test.Builder'); else { if (typeof Test == 'undefined' || typeof Test.Builder == 'undefined') throw new Error( "You must load either JSAN or Test.Builder " + "before loading Test.Simple" ...
{ "pile_set_name": "Github" }
#Organize Import Order #Fri May 09 10:41:15 PDT 2014 0=com 1=net 2=org 3=gnu 4=javax 5=java 6=junit
{ "pile_set_name": "Github" }
# Crisp Minimal Résumé for Hexo [![npm version](https://badge.fury.io/js/hexo-theme-crisp-minimal-resume.svg)](https://badge.fury.io/js/hexo-theme-crisp-minimal-resume) Official Hexo port of Crisp Minimal Résumé. Notice: `color` is not supported in Hexo version. [Hexo Demo](https://crispgm.github.io/resume-hexo-exa...
{ "pile_set_name": "Github" }
# Copyright 2012 Mozilla Foundation # # 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 wr...
{ "pile_set_name": "Github" }
#![allow(unused_imports)] #![allow(clippy::cognitive_complexity)] use { crate::{ config::{Axis, Key, KeyAction, KeyEffect, CONFIG}, layout::LayoutTag, models::{rect::*, window_type::WindowType, windowwrapper::*, Direction, WindowState}, state::State, wm, xlibwrapper::...
{ "pile_set_name": "Github" }
// Utilities //–––––––––––––––––––––––––––––––––––––––––––––––––– .u-full-width { width: 100%; box-sizing: border-box; } .u-max-full-width { max-width: 100%; box-sizing: border-box; } .u-pull-right { float: right; } .u-pull-left { float: left; }
{ "pile_set_name": "Github" }
{ "id": "brown-shanty-wall", "name": "Brown Shanty Wall", "games": { "nh": { "orderable": true, "sources": [ "Nook's Cranny" ], "sellPrice": { "currency": "bells", "value": 155 }, "buyPrices": [ { "currency": "bells", "val...
{ "pile_set_name": "Github" }
# e2e tests ## Create new test case To create new test case you need to create new folder in [test-cases](./test-cases) (as a sample you may use [test-case-sample](./test-case-sample) folder). New folder's name will be used as name of test case. Each test case must have at least 3 files: 1. `input.ts` or `input.d.t...
{ "pile_set_name": "Github" }
--- http_interactions: - request: method: get uri: http://ps.pndsn.com/publish/pub-a-mock-key/sub-a-mock-key/0/demo/0/%22string%22?auth=ruby-test-auth-client-one&ortt=%7B%22t%22:14660947135183042%7D&pnsdk=PubNub-Ruby/4.1.0beta2&seqn=1&uuid=ruby-test-uuid-client-one body: encoding: UTF-8 string: ...
{ "pile_set_name": "Github" }
// ISOTOPE GRID var IsotopeGrid = function() { var _init = function() { // BEGIN: ISOTOPE GALLERY 1 INIT // init isotope gallery var $grid1 = $('.c-content-isotope-grid.c-opt-1').imagesLoaded( function() { // init Isotope after all images have loaded $grid1.isotope({ // options... itemSelector: '...
{ "pile_set_name": "Github" }
--requirement=requirements-checks.txt --requirement=requirements-tests.txt --requirement=requirements.txt coveralls
{ "pile_set_name": "Github" }
function res = vl_srmd_concise(net, x) global degpar; n = numel(net.layers); res = struct('x', cell(1,n+1)); res(1).x = x ; cudnn = {'CuDNN'} ; %cudnn = {'NoCuDNN'} ; for i=1:n l = net.layers{i} ; switch l.type case 'conv' res(i+1).x = vl_nnconv(res(i).x, l.weights{1}, l.weights{2}, ... ...
{ "pile_set_name": "Github" }
# DescribeSecurityGroupAttribute {#DescribeSecurityGroupAttribute .reference} 查询安全组详情。 ## 请求参数 {#RequestParameter .section} |名称|类型|是否必需|描述| |:-|:-|:---|:-| |Action|String|是|系统规定参数。取值:DescribeSecurityGroupAttribute| |RegionId|String|是|安全组所属地域 ID。您可以调用 [DescribeRegions](intl.zh-CN/API参考/地域/DescribeRegions.md#) 查看最新的阿里...
{ "pile_set_name": "Github" }
[D3.js in Action 2nd Edition](https://www.manning.com/books/d3js-in-action-second-edition) code and examples. [d3.js](https://d3js.org) Everything is a self-contained example except for Chapter 9, which requires Node and NPM. Table of Contents Chapter 1 * [1_11.html](https://github.com/kthotav/d3_in_action_2/tree...
{ "pile_set_name": "Github" }
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:src="http://nwalsh.com/xmlns/litprog/fragment" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="5.0" xml:id="orderedlist....
{ "pile_set_name": "Github" }
# HAR Schema [![version][npm-version]][npm-url] [![License][npm-license]][license-url] > JSON Schema for HTTP Archive ([HAR][spec]). [![Build Status][travis-image]][travis-url] [![Downloads][npm-downloads]][npm-url] [![Code Climate][codeclimate-quality]][codeclimate-url] [![Coverage Status][codeclimate-coverage]][cod...
{ "pile_set_name": "Github" }
[ { "id": 181987935, "name": "CVE-2018-18500", "full_name": "sophoslabs\/CVE-2018-18500", "owner": { "login": "sophoslabs", "id": 40878494, "avatar_url": "https:\/\/avatars0.githubusercontent.com\/u\/40878494?v=4", "html_url": "https:\/...
{ "pile_set_name": "Github" }
// common functions used by datahub package alicloud import ( "strings" "time" "github.com/aliyun/aliyun-datahub-sdk-go/datahub" ) func convUint64ToDate(t uint64) string { return time.Unix(int64(t), 0).Format("2006-01-02 15:04:05") } func getNow() string { return time.Now().Format("2006-01-02 15:04:05") } fun...
{ "pile_set_name": "Github" }
[class*='col-'] { float: left; } *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } h3 { text-align: center; margin-bottom: 0; } [class*='col-'] { padding-right: 20px; padding-bottom: 20px; } [class*='col-']:last-of-type { padding-right: 0; } .grid...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <style type="text/css"> #block1, #block2 { height: 20px; background-color: green; } #block1 { margin-bottom: 10px; } #block2 { margin-top: 10px; } #table { display: table; } #caption { display: table-caption; caption-side: top; height: 20px; margin: 20px 0; background-color: blue...
{ "pile_set_name": "Github" }
// Copyright Aleksey Gurtovoy 2000-2004 // Copyright Jaap Suter 2003 // // 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) // // Preprocessed version of "boost/mpl/bitand.hpp" header // -- DO NOT modif...
{ "pile_set_name": "Github" }
<!-- BEGIN: main --> <ul class="menu"> <!-- BEGIN: footer_menu --> <li> <a href="{FOOTER_MENU.link}">{FOOTER_MENU.title}</a> </li> <!-- END: footer_menu --> </ul> <!-- END: main -->
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8" ?> <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Patch Id="C...
{ "pile_set_name": "Github" }
--[[ SimpleScheduler ]]-- ROT=require 'src.rot' function love.load() f=ROT.Display(80, 24) s=ROT.Scheduler.Simple:new() for i=1,3 do s:add(i, true) end end function love.update() love.timer.sleep(.5) f:writeCenter('TURN: '..s:next()) end function love.draw() f:draw() end --]]
{ "pile_set_name": "Github" }
// -*- mode: c++ -*- h=0.1; H=1; Point (1) = {0, 0, 0, H }; Point (2) = {10, 0, 0, H }; Point (3) = {10, 4, 0, H }; Point (4) = {0, 4, 0, H }; Point (10) = {1, 1, 0, h }; Point (11) = {3, 1, 0, h }; Point (12) = {3, 3, 0, h }; Point (13)...
{ "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>com.apple.developer.maps</key> <true/> </dict> </plist>
{ "pile_set_name": "Github" }
#!/usr/bin/perl $file = $ARGV[0]; open(IN,$file) || die print "Failed to open file: $file : $!"; read(IN,$buffer,1); read(IN,$buffer2,1); if (ord($buffer) != 0x41 && ord($buffer2) != 0x50) { print "bad header ". $buffer ." ".$buffer2. "\n"; exit; } read(IN,$buffer,1); if (ord($buffer) != 2) { pr...
{ "pile_set_name": "Github" }
<?php /** * @file * Defines an entity type. */ /** * Implements hook_entity_info(). */ function field_test_entity_info() { // If requested, clear the field cache while this hook is being called. See // testFieldInfoCache(). if (variable_get('field_test_clear_info_cache_in_hook_entity_info', FALSE)) { f...
{ "pile_set_name": "Github" }
<?php /** * Locale data for 'en_GU'. * * This file is automatically generated by yiic cldr command. * * Copyright © 1991-2007 Unicode, Inc. All rights reserved. * Distributed under the Terms of Use in http://www.unicode.org/copyright.html. * * Copyright © 2008-2011 Yii Software LLC (http://www.yiiframework.com/...
{ "pile_set_name": "Github" }
# Set the warning/log level to 3 -W3 # output grf -ftr #bitmap mode -gb # Set the bit depth to 4 (16 colors) -gB4 #The Transperant colour of 0xFF00FF -gT FF00FF ################## # Old Parameters #-W3 # disable alpha and set opaque bit for all pixels #-gT! # use lz77 compression #-gzl # 16 bit bitmap #-gB16 ###...
{ "pile_set_name": "Github" }
<?php /** * Classes */ include_once('classes/Aplayer.php'); include_once('classes/Bilibili.php'); include_once('classes/Cache.php'); include_once('classes/Images.php'); include_once('classes/QQ.php'); use Sakura\API\Images; use Sakura\API\QQ; use Sakura\API\Cache; /** * Router */ add_action('rest_api_init', func...
{ "pile_set_name": "Github" }
# Python Libraries import numpy as np import cv2 from PIL import Image import os # PyTorch Libraries import torch import torch.nn as nn import torch.nn.functional as F import torchvision.datasets as dsets import torchvision.transforms as transforms from torch.autograd import Variable import torch.backends.cudnn as cud...
{ "pile_set_name": "Github" }
1.1.0 / 2014-04-12 ================== * add non-array values support * expose internal utilities: - `.is()` - `.hasBody()` - `.normalize()` - `.match()` 1.0.1 / 2014-03-30 ================== * add `multipart` as a shorthand
{ "pile_set_name": "Github" }
'use strict'; module.exports = concurrency => { if (concurrency < 1) { throw new TypeError('Expected `concurrency` to be a number from 1 and up'); } const queue = []; let activeCount = 0; const next = () => { activeCount--; if (queue.length > 0) { queue.shift()(); } }; return fn => new Promise((re...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "pile_set_name": "Github" }
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build !go1.6 package http2 import ( "crypto/tls" "net/http" "time" ) func configureTransport(t1 *http.Transport) (*Transport, error) { return nil, er...
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
$(document).ready(function(){ module("testProcessingInstructions"); test("testProcessingInstructions", function() { expect(1); var input = 'data(<?target content?>) instance of xs:string'; var expected = '<span class="cm-variable cm-def">data</span>(<span class="cm-comment cm-meta">&lt;?target content?...
{ "pile_set_name": "Github" }
CMAKE_FIND_USE_PACKAGE_REGISTRY ------------------------------- .. versionadded:: 3.16 Controls the default behavior of the :command:`find_package` command for whether or not to search paths provided by the :ref:`User Package Registry`. By default this variable is not set and the behavior will fall back to that dete...
{ "pile_set_name": "Github" }
#!/usr/bin/perl -w use Carp; use Mail::IMAPClient; use IO::Socket::SSL; my $ssl = new IO::Socket::SSL("louloutte.dyndns.org:993"); my $imap = Mail::IMAPClient->new(); $imap->Socket($ssl); $imap->Debug(1); $imap->Server('louloutte.dyndns.org'); $imap->connect() or croak "Error connecting @!"; $imap->User('MarkOv@est...
{ "pile_set_name": "Github" }
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, ...
{ "pile_set_name": "Github" }
/* * 文 件 名: DataCleanManager.java * 描 述: 主要功能有清除内/外缓存,清除数据库,清除sharedPreference,清除files和清除自定义目录 */ package tk.woppo.sunday.util; import java.io.File; import android.content.Context; import android.os.Environment; /** * 本应用数据清除管理器 */ public class DataCleanUtil { /** * 清除本应用内部缓存(/data/data/com.xxx.xxx/cach...
{ "pile_set_name": "Github" }
using System; using System.Linq; using System.Text; using Signum.Engine.Maps; using System.Reflection; using Signum.Engine.DynamicQuery; using Signum.Entities; using Signum.Utilities; using Signum.Entities.Basics; using System.Threading; using Signum.Utilities.Reflection; using System.Collections.Generic; ...
{ "pile_set_name": "Github" }
# encoding: UTF-8 # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. # # Note that this schema.rb definition is the authoritative sou...
{ "pile_set_name": "Github" }
# (C) Copyright David Abrahams 2001. # (C) Copyright MetaCommunications, Inc. 2004. # 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) # The following #// line will be used by the regression test table generation # p...
{ "pile_set_name": "Github" }
# encoding: UTF-8 module Vines class Stream class Component class Start < State def initialize(stream, success=Handshake) super end def node(node) raise StreamErrors::NotAuthorized unless stream?(node) stream.start(node) advance end ...
{ "pile_set_name": "Github" }
int sound_init(int, int); void sound_play(void *, int); void sound_deinit(void);
{ "pile_set_name": "Github" }
@model int? @(Html.Kendo().IntegerTextBoxFor(m => m) .HtmlAttributes(new { style = "width:100%" }) .Min(int.MinValue) .Max(int.MaxValue) )
{ "pile_set_name": "Github" }
apiVersion: v1 kind: Service metadata: name: weave namespace: kube-system annotations: prometheus.io/scrape: 'true' spec: type: ClusterIP clusterIP: None selector: name: weave-net ports: - name: weave protocol: TCP port: 80 targetPort: 6782 --- apiVersion: v1 kind: Service me...
{ "pile_set_name": "Github" }
<li> <a href="#glyphicons">Glyphicons</a> <ul class="nav"> <li><a href="#glyphicons-glyphs">Available glyphs</a></li> <li><a href="#glyphicons-how-to-use">How to use</a></li> <li><a href="#glyphicons-examples">Examples</a></li> </ul> </li> <li> <a href="#dropdowns">Dropdowns</a> <ul class="nav"> ...
{ "pile_set_name": "Github" }
{ "id": "kerokerokeroppi-cake", "name": "Kerokerokeroppi Cake", "category": "Furniture", "games": { "nl": { "orderable": false, "interiorThemes": [ "Fairy Tale" ], "set": "Welcome amiibo Update", "rvs": [ "toby" ], "buyPrices": [ { ...
{ "pile_set_name": "Github" }
// RUN: llvm-tblgen -gen-disassembler -I %p/../../include %s | FileCheck %s // Check that we don't generate invalid code of the form "( && Cond2)" when // emitting AssemblerPredicate conditions. In the example below, the invalid // code would be: "return ( && (Bits & arch::AssemblerCondition2));". include "llvm/Targe...
{ "pile_set_name": "Github" }
'use strict'; const KafkaClient = require('../../lib/kafkaClient'); const HighLevelProducer = require('../../lib/highLevelProducer'); const async = require('async'); const uuid = require('uuid'); function sendMessage (message, topic, done, attributes = 0) { var client = new KafkaClient({ kafkaHost: '127.0.0.1:9092'...
{ "pile_set_name": "Github" }
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.explode = explode; exports.verify = verify; exports.merge = merge; var virtualTypes = _interopRequireWildcard(require("./path/lib/virtual-types")); var t = _interopRequireWildcard(require("@babel/types")); function _getRequireWil...
{ "pile_set_name": "Github" }
<Flex justify="between" style={[tableStyle.mainWrapper, tableStyle.noData]}> <FlexItem flex> <ActivityIndicator animating size="large"/> <Text style={tableStyle.noDataText}>数据加载中。。。</Text> </FlexItem> </Flex>
{ "pile_set_name": "Github" }
# exception classes class TrelbyError(Exception): def __init__(self, msg): Exception.__init__(self, msg) self.msg = msg def __str__(self): return str(self.msg) class ConfigError(TrelbyError): def __init__(self, msg): TrelbyError.__init__(self, msg) class MiscError(TrelbyE...
{ "pile_set_name": "Github" }
#%RAML 0.8 title: Reserved parameter resourceTypes: - collection: get: description: Get list of <<resourcePathName>> at <<resourcePath>> /songs: type: collection
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser. */ @protocol SFXPCInterface @optional - (void)deviceDiscoveryDeviceChanged:(SFDevice *)arg1 changes:(unsigned int)arg2; - (void)deviceDiscoveryFoundDevice:(SFDevice *)arg1; - (void)deviceDiscoveryLostDevice:(SFDevice *)arg1; - (void)remoteInteractionSessionTextSessionDidBegin:(SFRemo...
{ "pile_set_name": "Github" }
#include "ClassifierUnitTestHelper.h" //Unit tests for the GRT SVM module // Tests the default constructor TEST(SVM, TestDefaultConstructor) { GRT::ClassifierUnitTestHelper<GRT::SVM> tester; EXPECT_TRUE( tester.testDefaultConstructor() ); } // Tests the copy constructor TEST(SVM, TestCopyConstructor) { GRT::Cl...
{ "pile_set_name": "Github" }
# Privilege ## READ_WRITE ## READ_ONLY ## REDUCE ## WRITE_DISCARD
{ "pile_set_name": "Github" }
from __future__ import print_function import os import math import json import logging import numpy as np from PIL import Image from datetime import datetime def prepare_dirs_and_logger(config): formatter = logging.Formatter("%(asctime)s:%(levelname)s::%(message)s") logger = logging.getLogger() for hdlr ...
{ "pile_set_name": "Github" }
/* This file should be localized in Tamil */ /* Aspect Ratio */ "aspect_ratio" = "புலன் விகிதம்"; "original" = "மூலமுதலான"; "square" = "சதுர"; /* No Screenshots */ "no_screenshots_title" = "திரைக்காட்சிகள் இல்லை"; "no_screenshots_description" = "நீங்கள் உங்கள் iOS சாதனம் திரையில் உள்ளதை கைப்ப...
{ "pile_set_name": "Github" }
#pragma once /** @addtogroup coreSystem * * @{ */ template<typename T> /** * An array-wrapper that will align the array along full cache lines. */ /* #ifdef RUNTIME_STATIC_LINKING class AlignedArray #else */ class BOOST_EXTENSION_SIMVARS_DECL AlignedArray /*#endif*/ { private: T *array; public: Ali...
{ "pile_set_name": "Github" }
/** * This Source Code Form is subject to the terms of the Mozilla Public License, * v. 2.0. If a copy of the MPL was not distributed with this file, You can * obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under * the terms of the Healthcare Disclaimer located at http://openmrs.org/license....
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{C25E055D-DBB5-4B7D-863C-40B12712B0CE}" EndProject Project("{2150E333-8FDC-42A3-9474-1A...
{ "pile_set_name": "Github" }
<?php /** * Database expressions can be used to add unescaped SQL fragments to a * [Database_Query_Builder] object. * * For example, you can use an expression to generate a column alias: * * // SELECT CONCAT(first_name, last_name) AS full_name * $query = DB::select(array(DB::expr('CONCAT(first_name, last...
{ "pile_set_name": "Github" }
{ "config": { "abort": { "already_configured": "Konto jest ju\u017c skonfigurowane" }, "error": { "connection_error": "B\u0142\u0105d po\u0142\u0105czenia z Tibber.", "invalid_access_token": "Niepoprawny token dost\u0119pu", "timeout": "Przekro...
{ "pile_set_name": "Github" }
{ "name": "illuminate/contracts", "description": "The Illuminate Contracts package.", "license": "MIT", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ ...
{ "pile_set_name": "Github" }
#!/bin/sh -eu DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" URL="http://ghfvs-installer.github.com" GIT=0 LFS=0 GHU=0 FILE="" VERSION="" RN="" MSG="" OS="" while [[ $# -gt 0 ]] do key="$1" case $key in -h) URL="$2" shift shift ;; -p) FILE="--path $2" shift shift ;; ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head profile="http://selenium-ide.openqa.org/profiles/test-case"> <meta http-equiv="Content-Type" cont...
{ "pile_set_name": "Github" }
'use strict'; const inquirer = require('inquirer'); /** editionSetup {Array} - Inquirer question logic for first question regarding editions */ const editionSetup = [ { type: 'input', name: 'project_root', message: 'Please specify a directory for your Pattern Lab project.', default: () => './', }, ...
{ "pile_set_name": "Github" }
#!/bin/sh if ! updates_arch=$(checkupdates 2> /dev/null | wc -l ); then updates_arch=0 fi if ! updates_aur=$(yay -Qum 2> /dev/null | wc -l); then # if ! updates_aur=$(cower -u 2> /dev/null | wc -l); then # if ! updates_aur=$(trizen -Su --aur --quiet | wc -l); then # if ! updates_aur=$(pikaur -Qua 2> /dev/null | w...
{ "pile_set_name": "Github" }
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED #define BOOST_SHARED_PTR_HPP_INCLUDED // // shared_ptr.hpp // // (C) Copyright Greg Colvin and Beman Dawes 1998, 1999. // Copyright (c) 2001-2008 Peter Dimov // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt o...
{ "pile_set_name": "Github" }
/** * Welsh translation for bootstrap-datepicker * S. Morris <s.morris@bangor.ac.uk> */ ;(function($){ $.fn.datepicker.dates['cy'] = { days: ["Sul", "Llun", "Mawrth", "Mercher", "Iau", "Gwener", "Sadwrn", "Sul"], daysShort: ["Sul", "Llu", "Maw", "Mer", "Iau", "Gwe", "Sad", "Sul"], daysMin: ["Su", "Ll", "Ma", ...
{ "pile_set_name": "Github" }
/* * This file Copyright (C) 2012-2015 Mnemosyne LLC * * It may be used under the GNU GPL versions 2 or 3 * or any future license endorsed by Mnemosyne LLC. * */ #include <QApplication> #include <QStyle> #include <QStylePainter> #include "FilterBarComboBox.h" #include "StyleHelper.h" #include "Utils.h" namespa...
{ "pile_set_name": "Github" }
INSERT INTO jforum_categories (category_id, category_title, category_order, category_moderated) VALUES (1, 'c1', 0, 0) INSERT INTO jforum_forums (forum_id, category_id, forum_name, forum_order, forum_moderated) VALUES (1, 1, 'f1.1', 0, 0) INSERT INTO jforum_users (user_id, username, user_password, user_email, user_act...
{ "pile_set_name": "Github" }
tinyMCE.addI18n('is.table_dlg',{ general_tab:"General", advanced_tab:"Advanced", general_props:"General properties", advanced_props:"Advanced properties", rowtype:"Row in table part", title:"Insert/Modify table", width:"Width", height:"Height", cols:"Cols", rows:"Rows", cellspacing:"Cellspacing", cellpaddin...
{ "pile_set_name": "Github" }
// // ATFeedback.m // DemoApp // // Created by Andrew Wooster on 3/16/11. // Copyright 2011 Apptentive, Inc.. All rights reserved. // #import "ATFeedback.h" #import "ATConnect.h" #import "ATBackend.h" #import "ATUtilities.h" #import "ATWebClient.h" #if TARGET_OS_IPHONE #import <CoreTelephony/CTTelephonyNetworkInf...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using Jaeger.Propagation; using Microsoft.Extensions.Logging; using OpenTracing.Propagation; namespace Jaeger { internal class PropagationRegistry { private readonly ILogger _logger; private readonly Dictionary<object, IInjector> _injectors = new...
{ "pile_set_name": "Github" }
# Request parameter from attached device string param_id --- bool success ParamValue value
{ "pile_set_name": "Github" }
--- title: Document.SelectUnlinkedControls Method (Word) keywords: vbawd10.chm158007846 f1_keywords: - vbawd10.chm158007846 ms.prod: word api_name: - Word.Document.SelectUnlinkedControls ms.assetid: 6d757837-0959-6754-bfae-e840ea7de339 ms.date: 06/08/2017 --- # Document.SelectUnlinkedControls Method (Word) Returns a...
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "-1" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# 100-》200 x\n", "# 100-》3...
{ "pile_set_name": "Github" }
using System; using System.ComponentModel.Composition; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web.Mvc; using Thinktecture.IdentityModel.Authorization.Mvc; using Thinktecture.IdentityServer.Models.Configuration; using Thinktecture.IdentityServer.Repositories; using Thinktecture.Ide...
{ "pile_set_name": "Github" }