text
stringlengths
4
99.7k
meta
dict
<annotation> <folder>widerface</folder> <filename>53--Raid_53_Raid_policeraid_53_404.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> </owner> <size> <wid...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script> var twoSum = function (nums, target) { const hash = {}; for (let n, i = 0, l = nums.length; i < l; ++i) { n = nums[i]; console.log("n:", n) console.log("i:", i) console.log("hash:", hash) //当遇到差...
{ "pile_set_name": "Github" }
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 2 2 2 2 2 2 2 2 2 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 1 1 1 ...
{ "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>BuildMachineOSBuild</key> <string>18A391</string> <key>CFBundleIdentifier</key> <string>org.rehabman.injector.FakePCIID-Intel-HDMI-Audio</st...
{ "pile_set_name": "Github" }
// Copyright 2017 Google LLC // // 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" }
<?php /** * Base class for working with Jetpack Modules. */ abstract class Jetpack_JSON_API_Modules_Endpoint extends Jetpack_JSON_API_Endpoint { protected $modules = array(); protected $bulk = true; static $_response_format = array( 'id' => '(string) The module\'s ID', 'active' => '(boolean...
{ "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>BuildMachineOSBuild</key> <string>18E226</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <...
{ "pile_set_name": "Github" }
# Channel实现原理 为了给我们的扩展实现`Channel`做准备,这里,很有必要简单分析一下协程的`Channel`实现原理。核心点如下: ```shell 1、什么情况下可以pop 2、当channel不可以pop的时候,应该如何处理消费者协程 3、什么情况下可以push 4、当channel不可以push的时候,应该如何处理生产者协程 5、当channel可以pop的时候,应该如何通知消费者协程 6、当channel可以push的时候,应该如何通知生产者协程 ``` 如果解决了这些问题,就可以去实现`Channel`了。 什么情况下可以pop? 这个问题很简单,当`channel`里面有数据的时候。 消费者协...
{ "pile_set_name": "Github" }
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Remote File Inclusion Tes...
{ "pile_set_name": "Github" }
(function(){ if ( typeof self !== 'undefined' && !self.Prism || typeof global !== 'undefined' && !global.Prism ) { return; } var url = /\b([a-z]{3,7}:\/\/|tel:)[\w\-+%~/.:=&]+(?:\?[\w\-+%~/.:#=?&!$'()*,;]*)?(?:#[\w\-+%~/.:#=?&!$'()*,;]*)?/, email = /\b\S+@[\w.]+[a-z]{2}/, linkMd = /\[([^\]]+)]\(([^)]+)\)/,...
{ "pile_set_name": "Github" }
using NHibernate.Mapping.ByCode.Impl; using NHibernate.Type; namespace NHibernate.Mapping.ByCode { // 6.0 TODO: inherit from IColumnsAndFormulasMapper public interface IPropertyMapper : IEntityPropertyMapper, IColumnsMapper { void Type(IType persistentType); void Type<TPersistentType>(); void Type<TPersistent...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <symbolBean> <value>470uH</value> <rotation>0</rotation> <xLoc>0</xLoc> <yLoc>0</yLoc> <index>739</index> <color> <red>0</red> <green>0</green> <blue>0</blue> </color> <layer>0</layer> <name>L1</name> ...
{ "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>BuildMachineOSBuild</key> <string>17E199</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</ke...
{ "pile_set_name": "Github" }
// DATA_TEMPLATE: dom_data oTest.fnStart( "oLanguage.oPaginate" ); /* Note that the paging language information only has relevence in full numbers */ $(document).ready( function () { /* Check the default */ var oTable = $('#example').dataTable( { "sPaginationType": "full_numbers" } ); var oSettings = oTable.fnSett...
{ "pile_set_name": "Github" }
/// @ref core /// @file glm/detail/type_tvec4_simd.inl #if GLM_ARCH & GLM_ARCH_SSE2_BIT namespace glm{ namespace detail { # if GLM_SWIZZLE == GLM_SWIZZLE_ENABLED template <precision P, int E0, int E1, int E2, int E3> struct _swizzle_base1<4, float, P, glm::tvec4, E0,E1,E2,E3, true> : public _swizzle_base0<float, 4>...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_31) on Sun Jan 06 11:49:20 CST 2013 --> <TITLE> O-Index </TITLE> <META NAME="date" CONTENT="2013-01-06"> <LINK REL ="stylesheet" TYPE="text/css" HR...
{ "pile_set_name": "Github" }
### ### DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED ### # # DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED # FROM circleci/ruby:2.6.2-stretch-node # install java 8 # RUN if grep -q Debian /etc/os-release && grep -q jessie /etc/os-release; then \ echo "deb http://archive.debian.org/debia...
{ "pile_set_name": "Github" }
#include "SpriteAnim_BindLua.h" #include "Vector_BindLua.h" const char SpriteAnim_BindLua::className[] = "SpriteAnim"; Luna<SpriteAnim_BindLua>::FunctionType SpriteAnim_BindLua::methods[] = { lunamethod(SpriteAnim_BindLua, SetRot), lunamethod(SpriteAnim_BindLua, SetRotation), lunamethod(SpriteAnim_BindLua, SetOpac...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 50; objects = { /* Begin PBXBuildFile section */ 8D69E46821DD8B2E00CFA49B /* FirebaseFirestoreUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D69E45E21DD8B2E00CFA49B /* FirebaseFirestoreUI.framework */; }; 8D69E46F21DD8B2E00CFA...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico" /> <title>DataTables example</title> <style t...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en" ng-app="jpm"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link href="/releases/4.3.0/css/style.css" rel="stylesheet" /> <script src="https://code.jquery.com/jque...
{ "pile_set_name": "Github" }
#include "pch_script.h" #include "Actor_Flags.h" #include "hudmanager.h" #ifdef DEBUG # include "ode_include.h" # include <xrEngine/StatGraph.h> # include "PHDebug.h" #endif // DEBUG #include "alife_space.h" #include "hit.h" #include "PHDestroyable.h" #include "Car.h" #include "xrserver_objects_alife_monsters.h" #inclu...
{ "pile_set_name": "Github" }
#define FXAA_PC 1 //#define FXAA_HLSL_4 1 #define FXAA_HLSL_5 1 #define FXAA_QUALITY__PRESET 15 #define FXAA_GREEN_AS_LUMA 0 //---------------------------------------------------------------------------------- // File: FXAA\media/FXAA.hlsl // SDK Version: v1.2 // Email: gameworks@nvidia.com // Site: ...
{ "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>BuildMachineOSBuild</key> <string>14F2009</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> ...
{ "pile_set_name": "Github" }
### 武汉肺炎:泰国出现第2例病例 患者来自中国(图) ------------------------ #### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) &nbsp;&nbsp;|&nbsp;&nbsp; [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) &nbsp;&nbsp;|&nbsp;&nbsp; [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) &nbsp;&nbsp;|&nbsp;&nbsp; [网门安...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`break.ts format 1`] = ` ====================================options===================================== parsers: ["typescript", "babel", "flow"] printWidth: 80 | printWidth =============...
{ "pile_set_name": "Github" }
<annotation> <folder>widerface</folder> <filename>57--Angler_57_Angler_peoplefishing_57_344.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> </owner> <siz...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //Base Timer 0 namespace Bt4PwmTmcr{ ///<Timer Control Register using Addr = Register::Address<0x4002520c,0xffff8080,0x00000000,unsigned>; ///Count clock selection bit constexpr Register::FieldLocation<Addr,Register::maskFro...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Destroyable unit test</title> <script src="boilerplate.js"></script> <script type="text/javascript"> require([ "doh/runner", "dojo/aspect", "dojo/_base/declare", "dojo/Deferred", "dojo/dom", "dojo/dom-c...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=utf-8"> <TITLE>7-Zip 出口代码</TITLE> <LINK href="../style.css" rel="stylesheet" type="text/css"> </HEAD> <BODY> <H1>7-Zip 出口代码</H1> <P>7-Zip 会返回下列出口代码:</P> <TABLE> <T...
{ "pile_set_name": "Github" }
# 自定义资源处理器 到目前为止,您对随NanUI项目一起公布的三个资源处理器`AssemblyResourceHandler`,`FileResourceHandler`,`RestfulServiceResourceHandler`应该已经有所了解。在NanUI 0.7版中优化了资源处理器的实现方式,它允许您根据具体的需求、通过简单的代码来构建您自己的资源处理器。您可以通过查看NanUI源码中有关这三个资源处理器的逻辑来学习如何为您自己的资源提供自定义资源处理器。 构建您自己的资源处理器方法很简单,在下文中将做一些初步的讲解。 本章节涉及的内容 - [资源处理器组件](#资源处理器组件) - [示例](#示例) ## ...
{ "pile_set_name": "Github" }
<template> <div> <p v-html="regenerateThumbnails.l10n.Home.intro1"></p> <p v-html="regenerateThumbnails.l10n.Home.intro2"></p> <p> <label> <input type="checkbox" id="regenthumbs-regenopt-onlymissing" :checked="checkboxOnlyMissing" v-on:change="checkboxChange('checkboxOnlyMissing', $ev...
{ "pile_set_name": "Github" }
#include <windows.h> #include "iasiodrv.h" #include "asiolist.h" #define ASIODRV_DESC "description" #define INPROC_SERVER "InprocServer32" #define ASIO_PATH "software\\asio" #define COM_CLSID "clsid" // ****************************************************************** // Local Functions // *******************...
{ "pile_set_name": "Github" }
<annotation> <folder>widerface</folder> <filename>9--Press_Conference_9_Press_Conference_Press_Conference_9_826.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<...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //Base Timer 0 namespace Bt6PwmTmcr{ ///<Timer Control Register using Addr = Register::Address<0x4002528c,0xffff8080,0x00000000,unsigned>; ///Count clock selection bit constexpr Register::FieldLocation<Addr,Register::maskFro...
{ "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>A</key> <string>A_.glif</string> <key>AE</key> <string>A_E_.glif</string> <key>AEacute</key> <string>A_E_acute.glif</s...
{ "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>BuildMachineOSBuild</key> <string>16E195</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</ke...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>31--Waiter_Waitress_31_Waiter_Waitress_Waiter_Waitress_31_283.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu<...
{ "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>BuildMachineOSBuild</key> <string>12F45</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key...
{ "pile_set_name": "Github" }
<annotation> <folder>widerface</folder> <filename>51--Dresses_51_Dresses_wearingdress_51_170.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> </owner> <si...
{ "pile_set_name": "Github" }
# # Broadcom pinctrl drivers # config PINCTRL_BCM281XX bool "Broadcom BCM281xx pinctrl driver" depends on OF && (ARCH_BCM_MOBILE || COMPILE_TEST) select PINMUX select PINCONF select GENERIC_PINCONF select REGMAP_MMIO default ARCH_BCM_MOBILE help Say Y here to support Broadcom BCM281xx pinctrl driver, which ...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"> <pov> <cbid>CROMU_00001</cbid> <replay> <read echo="ascii"><delim>\n</delim><match><data>1) Create User\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>2) Login\n</data></match></read> <read ec...
{ "pile_set_name": "Github" }
<div class="apiDetail"> <div> <h2><span>Function(treeId, treeNode)</span><span class="path">setting.view.</span>addHoverDom</h2> <h3>概述<span class="h3_info">[ 依赖 <span class="highlight_green">jquery.ztree.exedit</span> 扩展 js ]</span></h3> <div class="desc"> <p></p> <div class="longdesc"> <p>用于当鼠标移动到节点上时,显示用户自...
{ "pile_set_name": "Github" }
@startuml sprite $bitbucket [48x48/16] { 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000 0000000000000000001245566554210000...
{ "pile_set_name": "Github" }
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Remote File Inclusion Tes...
{ "pile_set_name": "Github" }
<!DOCTYPE QPH><QPH language="es"> <phrase> <source>About</source> <target>Acerca de</target> </phrase> <phrase> <source>access key</source> <target>tecla de acceso</target> </phrase> <phrase> <source>accessibility</source> <target>accesibilidad</target> </phrase> <phrase> <source>action hand...
{ "pile_set_name": "Github" }
if ARCH_ROCKCHIP config ROCKCHIP_RK3036 bool "Support Rockchip RK3036" select CPU_V7A select SUPPORT_SPL select SPL imply USB_FUNCTION_ROCKUSB imply CMD_ROCKUSB help The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7 including NEON and GPU, Mali-400 graphics, several DDR3 options and vid...
{ "pile_set_name": "Github" }
CONFIG_EXPERIMENTAL=y # CONFIG_SWAP is not set CONFIG_SYSVIPC=y CONFIG_LOG_BUF_SHIFT=14 CONFIG_BLK_DEV_INITRD=y CONFIG_EMBEDDED=y CONFIG_SLAB=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_IOSCHED_DEADLINE is not set # CONFIG_IOSCHED_CFQ is not set CONFIG_ARCH_AT91=y CONFIG_MACH_ONEARM=y CONFIG_AT91_PROGRAMMABLE_CL...
{ "pile_set_name": "Github" }
EXPORTS ??0QAbstractVideoBuffer@@IAE@AAVQAbstractVideoBufferPrivate@@W4HandleType@0@@Z @ 1 NONAME ; QAbstractVideoBuffer::QAbstractVideoBuffer(class QAbstractVideoBufferPrivate &, enum QAbstractVideoBuffer::HandleType) ??0QAbstractVideoBuffer@@QAE@W4HandleType@0@@Z @ 2 NONAME ; QAbstractVideoBuffer::QAbstractVideoBuf...
{ "pile_set_name": "Github" }
/// @ref core /// @file glm/detail/func_vector_relational.inl #include <limits> namespace glm { template <typename T, precision P, template <typename, precision> class vecType> GLM_FUNC_QUALIFIER vecType<bool, P> lessThan(vecType<T, P> const & x, vecType<T, P> const & y) { assert(x.length() == y.length()); ve...
{ "pile_set_name": "Github" }
处理分页 ========= 场景 ---- 对分页来说,我们最感兴趣的是下面几个信息 * 总共有多少页 * 当前是第几页 * 是否可以上一页和下一页 代码 ---- 下面的代码演示了如何获取分页的总数以及当前是第几页 ### pagination.html ```html <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <title>Pagination</title> <script type="text/javascript" async="" src="http://aja...
{ "pile_set_name": "Github" }
CONFIG_NLM_XLP_BOARD=y CONFIG_64BIT=y CONFIG_KSM=y CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 CONFIG_SMP=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y # CONFIG_SECCOMP is not set CONFIG_USE_OF=y CONFIG_EXPERIMENTAL=y CONFIG_CROSS_COMPILE="" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_BSD_PRO...
{ "pile_set_name": "Github" }
# 4.8 学习一些常见的并发模型 ![](http://image.iswbm.com/20200607145423.png) 本篇内容主要是了解下并发编程中的一些概念,及讲述一些常用的并发模型都是什么样的,从而理解 Golang 中的 协程在这些众多模型中是一种什么样的存在及地位。可能和本系列的初衷(零基础学Go)有所出入,因此你读不读本篇都不会对你学习Go有影响,尽管我个人觉得这是有必要了解的。 你可以自行选择,若你只想学习 Golang 有关的内容,完全可以跳过本篇。 ## 0. 并发与并行 讲到并发,那不防先了解下什么是并发,与之相对的并行有什么区别? 这里我用两个例子来形象描述: - **并发**:当你在跑...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// /// \file tags.hpp /// Contains the tags for all the overloadable operators in C++ // // Copyright 2008 Eric Niebler. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_13) on Thu Feb 21 16:35:36 EST 2008 --> <TITLE> ConstructorInstance </TITLE> <META NAME="keywords" CONTENT="polyglot.types.ConstructorInstance inter...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title>R: data from Exercise 7.13, p225</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="R.css"> </head><body> <table width="100%" summary="page for rats"><tr><td>rats</td...
{ "pile_set_name": "Github" }
<div class="apiDetail"> <div> <h2><span>Function(treeId, treeNode)</span><span class="path">setting.callback.</span>beforeDblClick</h2> <h3>概述<span class="h3_info">[ 依赖 <span class="highlight_green">jquery.ztree.core</span> 核心 js ]</span></h3> <div class="desc"> <p></p> <div class="longdesc"> <p>用于捕获 zTree 上鼠...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"> <pov> <cbid>CROMU_00001</cbid> <replay> <read echo="ascii"><delim>\n</delim><match><data>1) Create User\n</data></match></read> <read echo="ascii"><delim>\n</delim><match><data>2) Login\n</data></match></read> <read ec...
{ "pile_set_name": "Github" }
# # Automatically generated make config: don't edit # Busybox version: 1.22.1 # Mon Feb 16 05:30:21 2015 # CONFIG_HAVE_DOT_CONFIG=y # # Busybox Settings # # # General Configuration # CONFIG_DESKTOP=y # CONFIG_EXTRA_COMPAT is not set CONFIG_INCLUDE_SUSv2=y # CONFIG_USE_PORTABLE_CODE is not set CONFIG_PLATFORM_LINUX=y ...
{ "pile_set_name": "Github" }
#浪潮之巅 近一百多年来,总有一些公司很幸运地、有意识或者无意识地站在技术革命的浪尖之上。 一旦处在了那个位置,即使不做任何事,也可以随着波浪顺顺当当地向前漂个十年甚至更长的时间。在这十几年间,它们代表着科技的浪潮,直到下一波浪潮的来临。 --- 1995年,如日中天的AT&T 公司重组,分裂成AT&T、朗讯和NCR三家公司。AT&T下属的举世闻名的科研机构贝尔实验室也被一分为二。朗讯公司获得了一半的科研机构和贝尔实验室的名称。划归AT&T的一半研究室组成了AT&T实验室(后来更名为香农实验室),从原来的茉莉山(MurrayHills)搬到了弗伦翰公园。在那里,出过十一位诺贝尔奖获得者的AT&T实验室,像一颗进入晚年的恒星,爆...
{ "pile_set_name": "Github" }
{ "name": "@bugsnag/plugin-react", "version": "7.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { "js-tokens": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=", "dev": true }, "loose-env...
{ "pile_set_name": "Github" }
{FORM} <form method="post" action="{FORMACTION}"> <input type="hidden" name="form[db_flag]" value="1"/> <table class="std"> <tr class="tblheader"> <td class="std" colspan="3">{TXT_DB_HEADER}</td> </tr> <tr> <td class="option">{TXT_DB_TYPE}</td> <td class="option_value" colspan="2">{VAL_DB_TYPE}</td> </tr> <tr> <td ...
{ "pile_set_name": "Github" }
### ### DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED ### FROM circleci/php:7.2.9-fpm-stretch # install java 8 # RUN if grep -q Debian /etc/os-release && grep -q jessie /etc/os-release; then \ echo "deb http://http.us.debian.org/debian/ jessie-backports main" | sudo tee -a /etc/apt/sources.list \ ...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>23--Shoppers_23_Shoppers_Shoppers_23_43.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...
{ "pile_set_name": "Github" }
## Base configurations. INCS=-Ilua DEFS=-DNDEBUG CFLAGS=-Wall -O2 -fno-plt -fno-stack-protector -flto LDFLAGS=-s LIBS=-lm SRCS=lua/onelua.c rpmalloc/rpmalloc.c lfs.c sys.c hasher.c lpeglabel/*.c HDRS=lua/*.h lpeglabel/*.h EXE=nelua-lua RM=rm -f PREFIX=/usr/local ## Tune some values for the Lua interpreter DEFS+=-DLUA_...
{ "pile_set_name": "Github" }
{ "kind": "ImageStream", "apiVersion": "v1", "metadata": { "name": "jboss-datagrid73-openshift", "creationTimestamp": null, "annotations": { "openshift.io/display-name": "Red Hat JBoss Data Grid 7.3", "openshift.io/provider-display-name": "Red Hat, Inc.", "version": "1.4" } }, "spec": { "lookupP...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { // peripheral RTC namespace RtcWtcr1{ ///< register WTCR1 using Addr = Register::Address<0x4003b000,0x0000e082,0x00000000,unsigned>; /// bitfield INTCRIE constexpr Register::FieldLocation<Addr,Register::maskFromRange(31,3...
{ "pile_set_name": "Github" }
#! FIELDS x fA1u dfA1u_x #! SET normalisation 1.0000 #! SET min_x 0.0 #! SET max_x 3.0 #! SET nbins_x 100 #! SET periodic_x false 0.0000 inf 0.0000 0.0300 inf 0.0000 0.0600 inf 0.0000 0.0900 inf 0.0000 0.1200 inf 0.0000 0.1500 inf 0.0000 0.1800 inf...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>12--Group_12_Group_Group_12_Group_Group_12_447.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <nam...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_08) on Tue Jun 03 16:14:56 GMT-05:00 2008 --> <TITLE> AddJSRs (Soot API) </TITLE> <META NAME="keywords" CONTENT="soot.jbco.bafTransformations.AddJSR...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 -fobjc-runtime-has-weak -fsyntax-only -fobjc-arc -verify -fblocks -Wno-objc-root-class %s // Simple ownership conversions + diagnostics. int &f0(id __strong const *); // expected-note{{candidate function not viable: 1st argument ('__weak id *') has __weak ownership, but parameter has __strong owners...
{ "pile_set_name": "Github" }
G04 #@! TF.GenerationSoftware,KiCad,Pcbnew,(2017-02-19 revision a416f3a4e)-master* G04 #@! TF.CreationDate,2017-04-26T11:10:12+02:00* G04 #@! TF.ProjectId,ardumower mega shield svn,617264756D6F776572206D6567612073,1.3* G04 #@! TF.FileFunction,Profile,NP* %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs forma...
{ "pile_set_name": "Github" }
// Written in 2012 by Dmitry Chestnykh. // // To the extent possible under law, the author have dedicated all copyright // and related and neighboring rights to this software to the public domain // worldwide. This software is distributed without any warranty. // http://creativecommons.org/publicdomain/zero/1.0/ // BL...
{ "pile_set_name": "Github" }
@font-face { font-family: dashicons; src: url(../fonts/dashicons.eot); } @font-face { font-family: dashicons; src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAGYMAA4AAAAAowAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABRAAAABwAAAAcckwii0dERUYAAAFgAAAAHwAAACABMwAET1MvMgAAAYAAAABAAAAAYJYFacxjbWFwA...
{ "pile_set_name": "Github" }
### ### DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED ### # # DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED # FROM circleci/php:5.6.38-fpm-jessie-node # install java 8 # RUN if grep -q Debian /etc/os-release && grep -q jessie /etc/os-release; then \ echo "deb http://http.us.debian.org/de...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_13) on Thu Feb 21 16:35:36 EST 2008 --> <TITLE> CompoundResolver </TITLE> <META NAME="keywords" CONTENT="polyglot.types.CompoundResolver class"> <L...
{ "pile_set_name": "Github" }
<?xml version="1.0" standalone="no" ?> <!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd"><pov> <cbid>CROMU_00011</cbid> <replay> <read echo="ascii"><delim> </delim><match><data>\x3E </data></match></read> <write echo="ascii"><data>p12Pe = |"cOw","92lA3Ge","cpWipF","agm","OuKtl","1FU4"|^|"I7","agm","IkJw9ym"|\...
{ "pile_set_name": "Github" }
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. // +build go1.10 package cases var ( caseIgnorable = map[rune]bool{ 0x0027: true, 0x002e: true, 0x003a: true, 0x00b7: true, 0x0387: true, 0x05f4: true, 0x2018: true, 0x2019: true, 0x2024: true, 0x2027: true, 0xfe13: ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Selenium</title> </head> <body bgcolor="#ffffff"> <h1>Selenium</h1> <p>The Selenium add-on provides WebDrivers, for other add-ons, to invoke and remotely control web brow...
{ "pile_set_name": "Github" }
&HEAD CHID='NIST_SDG-2p5-100-p39b', TITLE='Mencsh - Cleary Deposition Apparatus, 2.5 SLM, 100 C dT, Test 2'/ &TIME T_END=30.0/ &DUMP NFRAMES=30/ &MESH ID='Inlet', IJK=38,5,10, XB=-0.117,-0.079,-5.0E-3,0.0,-5.0E-3,5.0E-3 / &MESH ID='Inlet Plenum', IJK=79,40,26, XB=-0.079,0.0,-0.04,0.0,-0.013,0.013 / &MESH ID='Test Sec...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015 Marvell International Ltd. * * Copyright (C) 2016 Stefan Roese <sr@denx.de> * * Based on: * - drivers/pci/pcie_imx.c * - drivers/pci/pci_mvebu.c * - drivers/pci/pcie_xilinx.c */ #include <common.h> #include <dm.h> #include <pci.h> #include <as...
{ "pile_set_name": "Github" }
{"ip":3221291265,"exchange_id":"OpenX"} {"ip":2130706433,"exchange_id":"OpenX"} {"ip":3232235777,"exchange_id":"Rubycon"} {"ip":3232235777,"exchange_id":"Appnexus"} {"ip":3221291265,"exchange_id":"OpenX"} {"ip":3221291266,"exchange_id":"Rubycon"} {"ip":3232235777,"exchange_id":"OpenX"} {"ip":3221291266,"exchange_id":"A...
{ "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>BuildMachineOSBuild</key> <string>17B48</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <s...
{ "pile_set_name": "Github" }
<window id="10140"> <defaultcontrol>2</defaultcontrol> <coordinates> <system>1</system> <posx>0</posx> <posy>0</posy> </coordinates> <include>Animation_DialogPopup</include> <controls> <control type="group"> <posx>206</posx> <posy>202</posy> <width>869</width> <height>317</height> <control type=...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd"> <SchemaVersion>1.0</SchemaVersion> <Header>### uVision Project, (C) Keil Software</Header> <Extensions> <cExt>*.c</cExt> <aExt>*.s*...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_23) on Mon Aug 13 15:49:28 CST 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> S - 索引 (新浪微博SDK) </TITLE>...
{ "pile_set_name": "Github" }
央视/null 电信/null 移动/null 网通/null 联通/null 铁通/null 百度/null 环球网/null 长城网/null 新浪/null 腾讯/null 搜搜/soso 谷歌/null 雅虎/null 微软/null 中关村/null 搜狐/null 网易/null 硅谷/null 维基百科/null 巨人网络/null 阿里巴巴/null 阿里旺旺/旺旺 旺旺/null 淘宝/null 赶集网/null 猪八戒网/null 唯你英语/null 拉手网/null 百贯福泰/null 汇划算/null 汇划算网/null 聚划算/null 天猫/null 天猫网/null 亚马逊/null 亚马逊网/null...
{ "pile_set_name": "Github" }
package main var pkgTemplate = `{{with .PDoc}} {{if $.IsMain}} > {{ base .ImportPath }} {{comment_md .Doc}} {{else}} # {{ .Name }} ` + "`" + `import "{{.ImportPath}}"` + "`" + ` * [Overview](#pkg-overview) * [Index](#pkg-index){{if $.Examples}} * [Examples](#pkg-examples){{- end}}{{if $.Dirs}} * [Subdirectories](#pkg...
{ "pile_set_name": "Github" }
## XMall-Front ### 基于Vue开发的XMall商城前台页面 ### [宣传视频](https://www.bilibili.com/video/av23121122/) - 作者亲自制作 [点我观看](https://www.bilibili.com/video/av23121122/) ### 项目已部署,在线Demo - 前台商城:http://xmall.exrick.cn/ - 后台管理系统:http://xmadmin.exrick.cn/ ### 感谢 [yucccc](https://github.com/yucccc) 的开源 [vue-mall](https://github.com/yucccc...
{ "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" lang="en" dir="ltr"><head><table cellpadding=0 cellspacing=0><tr><td><img src="icon:///24/sort_descending.png" /></td><td width="5"></td><td><h2 class="fir...
{ "pile_set_name": "Github" }
{let $foo: $a ? 0 : 1 /} {let $foo: $a ?: 1 /} {let $foo: 1 < 2 and 2 <= 3 /} {let $foo: 1 > 2 or 2 >= 3 /} {let $foo: 1 == 1 and 1 != 2 /} {let $foo: ((1 + 2) / 3 * 4) % 5 - 6 /} {let $foo: not $bar /} {let $foo kind="text"} ---------------------------------------------------- [ ["soy", [ ["delimiter...
{ "pile_set_name": "Github" }
#ifndef MESSAGE #define MESSAGE #pragma once #include <string> #include <iostream> #include <sstream> #include <windows.h> using namespace std; class Message { public: static void errorBox(string message, string caption){ if(errorFlagged < maxErrors){ MessageBox(NULL,(LPCSTR)message.c_str(), (LPCSTR)caption.c_...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd"> <SchemaVersion>1.0</SchemaVersion> <Header>### uVision Project, (C) Keil Software</Header> <Extensions> <cExt>*.c</cExt> <aExt>*.s*...
{ "pile_set_name": "Github" }
package namesys import ( "context" "strings" "time" path "gx/ipfs/QmQAgv6Gaoe2tQpcabqwKXKChp2MZ7i3UXv9DqTTaxCaTR/go-path" opts "gx/ipfs/QmXLwxifxwfc2bAwq6rdjbYqAsGzWsDE9RM5TWMGtykyj6/interface-go-ipfs-core/options/namesys" ) type onceResult struct { value path.Path ttl time.Duration err error } type res...
{ "pile_set_name": "Github" }
<service> <id>helloworld.exe</id> <name>Hello World</name> <description>The nodejs.org example web server.</description> <executable>C:\Program Files\nodejs\node.exe</executable> <logmode>rotate</logmode> <argument>-c config.json</argument> <argument>C:\Users\anilCSE\Desktop\sevi\node_modules\node-windows\lib\wr...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //External Bus Interface namespace ExbusMode0{ ///<Mode Register 0 using Addr = Register::Address<0x4003f000,0xffffc400,0x00000000,unsigned>; ///select how to set the MOEX width constexpr Register::FieldLocation<Addr,Registe...
{ "pile_set_name": "Github" }
<?php use PHPUnit\Framework\TestCase; class TreeTest extends TestCase { protected static $n; protected static $about_node; protected static $blog_node; protected static $contact_node; static function tearDownAfterClass (): void { if (file_exists ('cache/test_tree.json')) { unlink ('cache/test_tree.json'); ...
{ "pile_set_name": "Github" }
# 从零打造Echarts —— v1 ZRender和MVC 本篇开始进入正文。 ## 写在前面 - 图形、元素、图形元素,都指的是`XElement`,看情况哪个顺口用哪个。 - `ts`可能会报警告,我只是想用代码提示功能而已,就不管辣么多了。 - 文内并没有贴出所有代码,且随着版本更迭,可能有修改不及时导致文内代码和源码不一致的情况,可以参考源码进行查看。 - 源码查看的方式,源码放在[这里](https://github.com/webbillion/xrender-src),每一个版本都有对应的分支。 - 由于水平所限,以及后续设计的变更,无法在最开始的版本中就写出最优的代码,甚至可能还会存在一些问题,如果遇到你认为不应...
{ "pile_set_name": "Github" }
// DATA_TEMPLATE: empty_table oTest.fnStart( "fnRowCallback" ); /* Note - fnRowCallback MUST return the first arguments (modified or not) */ $(document).ready( function () { /* Check the default */ var oTable = $('#example').dataTable( { "bServerSide": true, "sAjaxSource": "../../../examples/server_side/scripts...
{ "pile_set_name": "Github" }
// Copyright 2013 The Gorilla 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 handlers import ( "compress/flate" "compress/gzip" "io" "net/http" "strings" ) type compressResponseWriter struct { io.Writer http.Respons...
{ "pile_set_name": "Github" }