text
stringlengths
2
99.9k
meta
dict
# @package _group_ version: 1 root: level: ERROR disable_existing_loggers: true
{ "pile_set_name": "Github" }
/* eslint-disable react/forbid-prop-types */ import React from 'react'; import PropTypes from 'prop-types'; import _ from 'lodash'; export default function ExtraInfoBlock(props) { const { extra } = props; if (_.isEmpty(extra)) { return null; } let extraMsg = ''; if (extra instanceof Array) { e...
{ "pile_set_name": "Github" }
apiVersion: v1 name: nginx-ingress description: A simple wrapper around the stable/nginx-ingress chart that adds a few of our conventions version: "0.2.0" home: "https://github.com/norwoodj/helm-docs/tree/master/example-charts/nginx-ingress" sources: ["https://github.com/norwoodj/helm-docs/tree/master/example-charts/ng...
{ "pile_set_name": "Github" }
package rackspaceloadbalancer // CreateLoadBalancer function creates a new load balancer. func (rackspaceloadbalancer *Rackspaceloadbalancer) CreateLoadBalancer(request interface{}) (resp interface{}, err error) { return resp, err } // DeleteLoadBalancer function deletes a load balancer. func (rackspaceloadbalancer ...
{ "pile_set_name": "Github" }
<!-- Any copyright is dedicated to the Public Domain. http://creativecommons.org/licenses/publicdomain/ Test with clip-path. --> <!DOCTYPE html> <html> <body style="margin:0"> <div style="width:200px; height:200px; clip-path:url(#c); background:-moz-element(#d);"></div> ...
{ "pile_set_name": "Github" }
/*! * jQuery Form Plugin * version: 3.51.0-2014.06.20 * Requires jQuery v1.5 or later * Copyright (c) 2014 M. Alsup * Examples and documentation at: http://malsup.com/jquery/form/ * Project repository: https://github.com/malsup/form * Dual licensed under the MIT and GPL licenses. * https://github.com/malsup/for...
{ "pile_set_name": "Github" }
/** * Logback: the reliable, generic, fast and flexible logging framework. * Copyright (C) 1999-2015, QOS.ch. All rights reserved. * * This program and the accompanying materials are dual-licensed under * either the terms of the Eclipse Public License v1.0 as published by * the Eclipse Foundation * * or (per ...
{ "pile_set_name": "Github" }
--- title: OMathAutoCorrectEntry.Index Property (Word) keywords: vbawd10.chm251723879 f1_keywords: - vbawd10.chm251723879 ms.prod: word api_name: - Word.OMathAutoCorrectEntry.Index ms.assetid: d2bcff3a-1097-aa12-d0ff-24593a845b52 ms.date: 06/08/2017 --- # OMathAutoCorrectEntry.Index Property (Word) Returns a **Long...
{ "pile_set_name": "Github" }
package reflect2 import ( "reflect" "unsafe" ) // DefaultTypeOfKind return the non aliased default type for the kind func DefaultTypeOfKind(kind reflect.Kind) Type { return kindTypes[kind] } var kindTypes = map[reflect.Kind]Type{ reflect.Bool: TypeOf(true), reflect.Uint8: TypeOf(uint8(0)), ref...
{ "pile_set_name": "Github" }
module.exports = function(hljs) { return { contains: [ // IP { className: 'number', begin: '\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}(:\\d{1,5})?\\b' }, // Other numbers { className: 'number', begin: '\\b\\d+\\b', relevance: 0 ...
{ "pile_set_name": "Github" }
-- escaped column names in distribute by by are not working jira 3267 explain select key, value from src distribute by key, value; explain select `key`, value from src distribute by `key`, value;
{ "pile_set_name": "Github" }
diff --git books/models.py books/models.py --- books/models.py +++ books/models.py @@ -1,5 +1,9 @@ from django.db import models +import urllib2 as urllib +from PIL import Image +import io + import isbn_search class User(models.Model): @@ -20,20 +24,26 @@ class BookManager(~/models.Manager): eisbn = produc...
{ "pile_set_name": "Github" }
Version: 1.0 RestoreWorkspace: No SaveWorkspace: No AlwaysSaveHistory: Default EnableCodeIndexing: Yes UseSpacesForTab: Yes NumSpacesForTab: 2 Encoding: UTF-8 RnwWeave: Sweave LaTeX: XeLaTeX AutoAppendNewline: Yes StripTrailingWhitespace: Yes BuildType: Package PackageUseDevtools: Yes PackageInstallArgs: --no-mult...
{ "pile_set_name": "Github" }
/* * Licensed to CRATE Technology GmbH ("Crate") under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. Crate licenses * this file to you under the Apache License, Version 2.0 (the "License"); * you may not us...
{ "pile_set_name": "Github" }
{ "title": "TextToSpeech", "defaultService": "texttospeech\/readme", "services": [ { "title": "Overview", "type": "texttospeech\/readme" }, { "title": "TextToSpeechClient", "type": "texttospeech\/v1\/texttospeechclient", "na...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIICSTCCAfCgAwIBAgIRAMIxzzbmc1T697ZrUXRDAoIwCgYIKoZIzj0EAwIwdjEL MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG cmFuY2lzY28xGTAXBgNVBAoTEG9yZzIuZXhhbXBsZS5jb20xHzAdBgNVBAMTFnRs c2NhLm9yZzIuZXhhbXBsZS5jb20wHhcNMTgwMjI1MTI0MzI5WhcNMjgwMjIzMTI0 MzI5WjB2MQswCQYDVQQGEwJVUzETMBEG...
{ "pile_set_name": "Github" }
# NOTE: Derived from ../../lib/../xlib/arm/DynaLoader.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package DynaLoader; #line 341 "../../lib/../xlib/arm/DynaLoader.pm (autosplit into ../../lib/../xlib/arm/auto/DynaLoader/dl_find_symbol_anywhere.al)" sub dl_find_symbol_anywhere {...
{ "pile_set_name": "Github" }
#pragma once // STL includes #include <vector> // Utils includes #include <utils/ColorRgb.h> // Hyperion includes #include <hyperion/ColorTransform.h> /// /// The LedColorTransform is responsible for performing color transformation from 'raw' colors /// received as input to colors mapped to match the color-properti...
{ "pile_set_name": "Github" }
/*! * Gruntfile.js * WorldJS's Gruntfile * * https://github.com/anvoz/world-js * Copyright (c) 2013-2014 An Vo - anvo4888@gmail.com * Licensed under MIT (http://www.opensource.org/licenses/mit-license.php) */ module.exports = function(grunt) { 'use strict'; // Force use of Unix newlines grunt.util.line...
{ "pile_set_name": "Github" }
""" Collection of utilities to manipulate structured arrays. Most of these functions were initially implemented by John Hunter for matplotlib. They have been rewritten and extended for convenience. """ from __future__ import division, absolute_import, print_function import sys import itertools import numpy as np im...
{ "pile_set_name": "Github" }
{ "action": { "hacking": { "variety": [ "Unknown" ], "vector": [ "Web application" ] }, "malware": { "variety": [ "Capture app data" ], "vector": [ "Direct install" ] } }, "actor": { "external": { "country": ...
{ "pile_set_name": "Github" }
"============================================================================= " FILE: history.vim " AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com> " License: MIT license {{{ " Permission is hereby granted, free of charge, to any person obtaining " a copy of this software and associated documentation files...
{ "pile_set_name": "Github" }
{ "info": { "author": "Michele Simionato", "author_email": "michele.simionato@gmail.com", "bugtrack_url": "", "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License...
{ "pile_set_name": "Github" }
#!/bin/bash if [ -z "$1" ] && [ -z "$NACL_SDK_ROOT" ]; then echo "Usage: ./naclbuild ~/nacl/pepper_35" echo "This will build SDL for Native Client, and testgles2.c as a demo" echo "You can set env vars CC, AR, LD and RANLIB to override the default PNaCl toolchain used" echo "You can set env var SOURCES ...
{ "pile_set_name": "Github" }
# promise-inflight One promise for multiple requests in flight to avoid async duplication ## USAGE ```javascript const inflight = require('promise-inflight') // some request that does some stuff function req(key) { // key is any random string. like a url or filename or whatever. return inflight(key, () => { ...
{ "pile_set_name": "Github" }
# Lines starting with '#' and sections without content # are not displayed by a call to 'details' # [Website] http://www.wikifeet.com/Carly_Craig [filters] http://www.wikifeet.com/mgid.html [other] # Any other details [comments] nitrox
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- '''Chemical Engineering Design Library (ChEDL). Utilities for process modeling. Copyright (C) 2016, 2017 Caleb Bell <Caleb.Andrew.Bell@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to...
{ "pile_set_name": "Github" }
module.exports = markdown => { const markmap = require("./markmap"); const template = $file.read("scripts/mindmap/template.html").string; const data = markmap(markdown); const html = template.replace("{/* data */}", JSON.stringify(data)); return html; }
{ "pile_set_name": "Github" }
#!/usr/bin/python # # \file 0_setup.py # \brief setup ps # \date 2010-05-24 13:42GMT # \author Jan Boon (Kaetemi) # Python port of game data build pipeline. # Setup ps # # NeL - MMORPG Framework <http://dev.ryzom.com/projects/nel/> # Copyright (C) 2009-2014 by authors # # This program is free software: you can redis...
{ "pile_set_name": "Github" }
// RUN: rm -rf %t // Build PCH using A, with private submodule A.Private // RUN: %clang_cc1 -verify -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -F %S/Inputs/implicit-private-with-submodule -emit-pch -o %t-A.pch %s -DNO_AT_IMPORT // RUN: rm -rf %t // Build PCH using A, with private submodule A.Private, che...
{ "pile_set_name": "Github" }
#define strcasecmp _strcmpi #define strncasecmp _strnicmp #define strdup _strdup #define HAVE_STRERROR 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_STRDUP #define HAVE_STDLIB_H #define HAVE_STRING_H /* We want some frame index, eh? */ #define FRAME_INDEX 1 #define INDEX_SIZE 1000 /* also gapless playback! */ #define G...
{ "pile_set_name": "Github" }
/* * Copyright 2015 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, softw...
{ "pile_set_name": "Github" }
Id: OpenJS.Nodejs Version: 14.7.0 Name: Node.js Publisher: OpenJS Foundation AppMoniker: node License: (c) OpenJS Foundation. All Rights Reserved. Portions of this site originally (c) Joyent. - MIT License LicenseUrl: https://github.com/nodejs/node/blob/master/LICENSE Homepage: https://nodejs.org/ Description: Node.js®...
{ "pile_set_name": "Github" }
package lru import ( "sync" "github.com/hashicorp/golang-lru/simplelru" ) // ARCCache is a thread-safe fixed size Adaptive Replacement Cache (ARC). // ARC is an enhancement over the standard LRU cache in that tracks both // frequency and recency of use. This avoids a burst in access to new // entries from evicting...
{ "pile_set_name": "Github" }
<view class="custom-class van-row" style="{{ style }}"> <slot /> </view>
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Client Side Pagination in DataGrid - jQuery EasyUI Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <link rel="stylesheet" type="text/cs...
{ "pile_set_name": "Github" }
Additional IP Rights Grant (Patents) "This implementation" means the copyrightable works distributed by Google as part of the Go project. Google hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, o...
{ "pile_set_name": "Github" }
// Copyright 2018 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. package impl import ( "fmt" "math" "reflect" "sync" "google.golang.org/protobuf/internal/flags" pref "google.golang.org/protobuf/reflect/protoreflect" ...
{ "pile_set_name": "Github" }
<?php /** * Nextcloud - News * * This file is licensed under the Affero General Public License version 3 or * later. See the COPYING file. * * @author Alessandro Cosentino <cosenal@gmail.com> * @author Bernhard Posselt <dev@bernhard-posselt.com> * @copyright 2012 Alessandro Cosentino * @copyright 2012-20...
{ "pile_set_name": "Github" }
/* * Copyright © 2019 Apple Inc. and the ServiceTalk project 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 requi...
{ "pile_set_name": "Github" }
# RLM MODEL RESULTS import numpy as np def _shift_intercept(arr): """ A convenience function to make the SAS covariance matrix compatible with statsmodels.rlm covariance """ arr = np.asarray(arr) side = int(np.sqrt(len(arr))) return np.roll(np.roll(arr.reshape(side, side), -1, axis=1), -1...
{ "pile_set_name": "Github" }
/* * Copyright © 2006-2011 Intel Corporation * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by the Free Software Foundation. * * This program is distributed in the hope it will be useful, bu...
{ "pile_set_name": "Github" }
/* * This program 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 Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2012 CERN (www.cern.ch) * Author: Alessandro Rubini <rubini@gnudd.com> * * Released according to the GNU GPL, version 2 or any later version. * * This work is part of the White Rabbit project, a research effort led * by CERN, the European Institute for Nuclear Research. */ #include <linux/mod...
{ "pile_set_name": "Github" }
define( [ "../core", "../var/indexOf", "./var/rneedsContext", "../selector" ], function( jQuery, indexOf, rneedsContext ) { "use strict"; var risSimple = /^.[^:#\[\.,]*$/; // Implement the identical functionality for filter and not function winnow( elements, qualifier, not ) { if ( jQuery.isFunction( qualifier ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Ivory Google Map package. * * (c) Eric GELOEN <geloen.eric@gmail.com> * * For the full copyright and license information, please read the LICENSE * file that was distributed with this source code. */ namespace Ivory\GoogleMapBundle\Tests\Helper\Overlay; use Ivory\GoogleMapB...
{ "pile_set_name": "Github" }
/* Includes ------------------------------------------------------------------*/ #include "stm32l0xx_hal.h" #include <nucleo_hal_bsp.h> #include <string.h> #include "TI_aes_128.h" /* Global macros */ #define ACK 0x79 #define NACK 0x1F #define CMD_ERASE 0x43 #define CM...
{ "pile_set_name": "Github" }
# coding: utf-8 """ Kubernetes No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 The version of the OpenAPI document: release-1.16 Generated by: https://openapi-generator.tech """ import pprint import re # noqa: F401 import si...
{ "pile_set_name": "Github" }
- type: replace path: /releases/- value: name: bucc-bbr url: git+https://github.com/starkandwayne/bucc-bbr-boshrelease version: 8 - type: replace path: /instance_groups/name=bosh/jobs/- value: name: database-backup-restorer release: bucc-bbr
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: c00bbfa7b21ed4219970f225137e610e timeCreated: 1446453086 licenseType: Free PluginImporter: serializedVersion: 1 iconMap: {} executionOrder: {} isPreloaded: 0 platformData: Any: enabled: 1 settings: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
[ { "type": "feature", "category": "Batch", "description": "Adding multinode parallel jobs, placement group support for compute environments." }, { "type": "feature", "category": "CloudFormation", "description": "Use the CAPABILITY_AUTO_EXPAND capability to cr...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
# Fri Nov 16 19:52:40 2018 -- reformated by PCGen PrettyLST v6.08.00 # CVS $Revision: $ $Author: $ -- Tue Dec 15 01:48:08 2015 -- reformated by PCGen PrettyLST v6.06.00 # Try the nicer .COPY method. Copies all the usual items to the new item. # Equipment Name Unique Key Modifier Visible Longsword (Base).C...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta name="generator" content= "HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 15.17), see www.w3.org"> <title>JMRI OperationsPro- Locations</title> <!-- Style --> ...
{ "pile_set_name": "Github" }
"""Som Storage Adapter for interfacing with custom storage for custom application.""" import logging from anomaly_detector.adapters import BaseStorageAdapter from anomaly_detector.decorator.utils import latency_logger from anomaly_detector.storage import ESStorageAttribute from anomaly_detector.storage.storage_proxy im...
{ "pile_set_name": "Github" }
require_relative '../../spec_helper' require 'bigdecimal' describe "BigDecimal#ceil" do before :each do @zero = BigDecimal("0") @one = BigDecimal("1") @three = BigDecimal("3") @four = BigDecimal("4") @mixed = BigDecimal("1.23456789") @mixed_big = BigDecimal("1.23456789E100") @pos_int = Bi...
{ "pile_set_name": "Github" }
// Copyright (c) 2018 Doyub Kim // // I am making my contributions/submissions to this project solely in my // personal capacity and am not conveying any rights to any intellectual // property of any third parties. #include "fdm_linear_system_solver_test_helper3.h" #include <jet/fdm_cg_solver3.h> #include <gtest/gte...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Double Tree</title> <!-- Copyright 1998-2020 by Northwoods Software Corporation. --> <meta name="description" content="Layout of two trees in opposite directions, assuming a single root, using TreeLayout." /> <meta name="viewport" content="width=device-width, initial-scale=...
{ "pile_set_name": "Github" }
["0.1.0"] git-tree-sha1 = "e991b6a9d38091c4a0d7cd051fcb57c05f98ac03"
{ "pile_set_name": "Github" }
// run // Copyright 2018 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. package main func main() { var s uint var x = interface{}(1<<s + 1<<s) // compiler must not crash here if x.(int) != 2 { panic("x not int or not 2...
{ "pile_set_name": "Github" }
/* * Linux driver for VMware's vmxnet3 ethernet NIC. * * Copyright (C) 2008-2009, VMware, Inc. All Rights Reserved. * * 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; version 2 of the Lice...
{ "pile_set_name": "Github" }
// // B2DFixture.h // Box2D // // Created by Juan Jose Karam on 6/8/13. // Copyright (c) 2013 Joybox. All rights reserved. // #import <Foundation/Foundation.h> #import "B2DShapeTypes.h" @class B2DShape; @class B2DFilter; @class B2DBody; @class B2DRayCastOutput; @class B2DRayCastInput; @class B2DMassData; @class B...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
<?php /** * This class defines the structure of the 'audit_log' table. * * * * This map class is used by Propel to do runtime db structure discovery. * For example, the createSelectSql() method checks the type of a given column used in an * ORDER BY clause to know whether it needs to apply SQL to make the ORDE...
{ "pile_set_name": "Github" }
beam=12.0 latbeam=6.0 max_active=14000
{ "pile_set_name": "Github" }
OBJS := f1.o DIRS := include $(SUB_MAKE_INCLUDE)
{ "pile_set_name": "Github" }
/* * rlcg.h - lossy RLCG transmission line class definitions * * Copyright (C) 2009 Stefan Jahn <stefan@lkcc.org> * * This 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 2, or (at your o...
{ "pile_set_name": "Github" }
/** * Module dependencies. */ var tty = require('tty'); var util = require('util'); /** * This is the Node.js implementation of `debug()`. * * Expose `debug()` as the module. */ exports = module.exports = require('./debug'); exports.log = log; exports.formatArgs = formatArgs; exports.save = save; exports.load...
{ "pile_set_name": "Github" }
<div class="zen_gray_box zen_margin_bottom zen_margin_bottom"> <div class="zen_pad_topl"> <h3><a href="%link%">%name%</a></h3> <p class="zen_small"><i>%tagline%</i></p> <p class="zen_small"><b class="zen_small">Date</b><br/>%starts_formatted%</p> </div> </div>
{ "pile_set_name": "Github" }
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" > <suite name="Suite B"> <test name="Test B"> <classes> <class name="test.groupinvocation.GroupSuiteSampleTest2" /> </classes> </test> </suite>
{ "pile_set_name": "Github" }
StartChar: uniFB73 Encoding: 64371 64371 4872 Width: 639 Flags: HW LayerCount: 2 Fore Refer: 681 -1 N 1 0 0 1 0 0 2 Colour: ff0000 EndChar
{ "pile_set_name": "Github" }
{ "images": [ { "idiom": "universal", "scale": "1x", "filename": "tabswitcher_full_history.png" }, { "idiom": "universal", "scale": "2x", "filename": "tabswitcher_full_history@2x.png" }, { "id...
{ "pile_set_name": "Github" }
# from lemur.tests import LemurTestCase # class ManagerTestCase(LemurTestCase): # def test_validate_authority(self): # pass # # def test_get_all_authorities(self): # from lemur.common.services.issuers.manager import get_all_authorities # authorities = get_all_authorities() # self.asse...
{ "pile_set_name": "Github" }
# Event 7058 - Perf_WLRoamGetPolicyDocument ###### Version: 0 ## Description None ## Data Dictionary |Standard Name|Field Name|Type|Description|Sample Value| |---|---|---|---|---| |TBD|HRESULT|UInt32|None|`None`| ## Tags * etw_level_Informational * etw_keywords_RoamingSettings * etw_opcode_Stop * etw_task_Perf_WLRoa...
{ "pile_set_name": "Github" }
// This file was automatically generated on Sat Oct 11 19:26:17 2014 // by libs/config/tools/generate.cpp // Copyright John Maddock 2002-4. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/L...
{ "pile_set_name": "Github" }
use failure::{Error, ResultExt}; use json; use serde::Serialize; use yaml; mod types; pub use self::types::*; use std::env::vars; use std::fs::File; use std::io::Cursor; use std::io::{self, stdin}; use treediff::{diff, tools}; mod util; fn validate(cmds: &[Command]) -> Result<(), Error> { let num_merge_stdin_cmd...
{ "pile_set_name": "Github" }
# 项目 ### 建立连接 - 连接的建立比较简单,server端通过socket(),bind(),listen(),并使用 epoll ET 模式监听 listenfd 的 读请求,当 TCP 连接完成 3 次握手后,会触发 listenfd 的读事件,应用程序调用 accept(),会检查已完 成的连接队列,如果队列里有连接,就返回这个连接,出错或连接为空时返回 -1。此时,已经可以进行正 常的读写操作了。 当然,因为是 ET 模式,accept() 要一直循环到就绪连接为空 ### 处理请求 - 服务启动,服务器连接建立完成后,开启一个主线程、多个工作线程,主线程负责响应 client 的连接请求,并建立 连接,在连...
{ "pile_set_name": "Github" }
module.exports = function(grunt) { var util = require('../../'); grunt.registerTask('default', function(text) { var done = this.async(); util.spawn({ grunt: true, args: ['--gruntfile', 'Gruntfile-execArgv-child.js'], }, function(err, result, code) { var matches = result.stdout.match(...
{ "pile_set_name": "Github" }
--- title: "Manage people of interest in Data Investigations (Preview)" f1.keywords: - NOCSH ms.author: markjjo author: markjjo manager: laurawi ms.date: audience: Admin ms.topic: article ms.service: O365-seccomp localization_priority: Normal ms.collection: M365-security-compliance search.appverid: - MOE150 - MET150...
{ "pile_set_name": "Github" }
// // DrawableLink.swift // LinkedIdeas // // Created by Felipe Espinoza Castillo on 16/02/2017. // Copyright © 2017 Felipe Espinoza Dev. All rights reserved. // import CoreGraphics import Foundation public struct DrawableLink: DrawableElement { let link: Link public init(link: Link) { self.link = link ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <title>CSS Text Test: very long line with `overflow-wrap: break-word` should not crash</title> <link rel="help" href="https://crbug.com/961987"> <link rel="author" title="Koji Ishii" href="kojii@chromium.org"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import "CAAnimationDelegate-Protocol.h" @class NSString, NSView; @protocol CAAnimationDelegate; @interfac...
{ "pile_set_name": "Github" }
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ 'use strict...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="ExpandTextView"> <attr name="maxCollapsedLines" format="integer"/> <attr name="animDuration" format="integer"/> <attr name="animAlphaStart" format="float"/> <attr name="expandDrawable" format="reference"/> ...
{ "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" }
PROG = gtkbuildertest SOURCES = GtkBuilderTest.hs $(PROG) : $(SOURCES) $(HC) --make $< -o $@ $(HCFLAGS) clean: rm -f $(SOURCES:.hs=.hi) $(SOURCES:.hs=.o) $(PROG) HC=ghc
{ "pile_set_name": "Github" }
// // System.Web.Services.Protocols.DiscoveryClientResultCollection.cs // // Author: // Dave Bettin (javabettin@yahoo.com) // Tim Coleman (tim@timcoleman.com) // // Copyright (C) Dave Bettin, 2002 // Copyright (C) Tim Coleman, 2002 // // // Permission is hereby granted, free of charge, to any person obtaining // ...
{ "pile_set_name": "Github" }
/* * Cryptographic API. * * RNG operations. * * Copyright (c) 2008 Neil Horman <nhorman@tuxdriver.com> * Copyright (c) 2015 Herbert Xu <herbert@gondor.apana.org.au> * * 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 th...
{ "pile_set_name": "Github" }
import React from "react" import ReactDOM from "react-dom" import WebFont from "webfontloader" import App from "./App" import "tachyons" import "./index.scss" import registerServiceWorker from "./registerServiceWorker" WebFont.load({ google: { // families: ["Roboto Condensed:300,400,700", "sans-serif"] // fa...
{ "pile_set_name": "Github" }
/** * A React component to view a PDF document * * @see https://react-pdf-viewer.dev * @license https://react-pdf-viewer.dev/license * @copyright 2019-2020 Nguyen Huu Phuoc <me@phuoc.ng> */ import React from 'react'; import { Icon } from '@react-pdf-viewer/core'; const RotateBackwardIcon: React.FC = () => { ...
{ "pile_set_name": "Github" }
// // Test Suite for geos::operation::overlayng::OverlayNG class with SnappingNoder. #include <tut/tut.hpp> #include <utility.h> // geos #include <geos/operation/overlayng/OverlayNG.h> #include <geos/noding/snap/SnappingNoder.h> #include <geos/noding/ValidatingNoder.h> // std #include <memory> using namespace geos:...
{ "pile_set_name": "Github" }
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamb...
{ "pile_set_name": "Github" }
/* eslint-disable */ function tabClass(active, ellipsis) { var classes = ['tab-class']; if (active) { classes.push('tab-active-class'); } if (ellipsis) { classes.push('van-ellipsis'); } return classes.join(' '); } function tabStyle( active, ellipsis, color, type, disabled, activeColo...
{ "pile_set_name": "Github" }
require('../../modules/es7.reflect.delete-metadata'); module.exports = require('../../modules/_core').Reflect.deleteMetadata;
{ "pile_set_name": "Github" }
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Conceptual Requirements for Distribution Types</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.77.1"> <link rel="...
{ "pile_set_name": "Github" }
# fp-bit and dp-bit are really part of libgcc1, but this will cause # them to be built correctly, so... [taken from t-sparclite] # We want fine grained libraries, so use the new code to build the # floating point emulation libraries. FPBIT = fp-bit.c DPBIT = dp-bit.c dp-bit.c: $(srcdir)/config/fp-bit.c echo '#ifdef _...
{ "pile_set_name": "Github" }
** * ** * ** * **
{ "pile_set_name": "Github" }
{ This file is part of the Mufasa Macro Library (MML) Copyright (c) 2009 by Raymond van Venetië and Merlijn Wajer MML 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,...
{ "pile_set_name": "Github" }
# 介绍 基于 nodejs 的后台管理系统, 如果不熟悉 nodejs 的话, 可以尝试 Wordpress 的旧版本:[qinPress](https://github.com/Qinmei/qinPress), wordpress 是旧版本, 页面上没有太大的区别, 主要是功能上的差距; 使用之前请反复查看[使用文档](https://qinvideo.org), 避免出现一些低级错误导致无法启动 视频安装教程:https://qinvideo.org/video/#%E5%AE%89%E8%A3%85 ## 交流 使用上的问题以及产品设计方面的想法可以提 issue, 这样才会进入到后续的开发计划中, QQ 群只提...
{ "pile_set_name": "Github" }
// // AppDelegate.m // BLE-Shield // // Created by Michael Kroll on 11/10/12. // Copyright (c) 2012 Michael Kroll. All rights reserved. // #import "AppDelegate.h" @implementation AppDelegate @synthesize cbManager; @synthesize shields; @synthesize connectedShield; @synthesize window; @synthesize navigationContro...
{ "pile_set_name": "Github" }