text stringlengths 4 99.7k | meta dict |
|---|---|
# Cookie 和 Session 对象
`Cookie` 是最常用的Http会话跟踪机制,且所有`Servlet容器`都应该支持。当客户端不接受`Cookie`时,服务端可使用`URL重写`的方式作为会话跟踪方式。会话`ID`必须被编码为URL字符串中的一个路径参数,参数的名字必须是 `jsessionid`。
浏览器和服务端创建会话(`Session`)后,服务端将生成一个唯一的会话ID(`sessionid`)用于标识用户身份,然后会将这个会话ID通过`Cookie`的形式返回给浏览器,浏览器接受到`Cookie`后会在每次请求后端服务的时候带上服务端设置`Cookie`值,服务端通过读取浏览器的`Cookie`信息就可... | {
"pile_set_name": "Github"
} |
#ifndef _VARS_H_
#define _VARS_H_
FILE *fh=NULL,*fm=NULL; //html and mrtg files
int xdebug=0; //say if produce extreme debug
int comment=0; //say if inside of a comment block
char cfgdir[257]=""; //path of the cfg file
#define N_HOSTS 4096
int nhosts=0; //# of defined states
char hostsn[N_HOSTS][65]; //hos... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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 solaris
package lif
import (
"errors"
"unsafe"
)
// An Addr represents an address associated with packet routing.
type Addr interface {
// Famil... | {
"pile_set_name": "Github"
} |
<div class="refentry" lang="en" xml:lang="en"><a id="glDeleteBuffers"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>glDeleteBuffers — delete named buffer objects</p></div><div class="refsynopsisdiv"><h2>C Specification</h2><div class="funcsynopsis"><table><tr><td><code class="funcdef">void <b... | {
"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_45) on Sun Sep 08 19:26:32 EDT 2013 -->
<TITLE>
BPCCBox (JHOVE Documentation)
</TITLE>
<META NAME="date" CONTENT="2013-09-08">
<LINK REL ="styleshe... | {
"pile_set_name": "Github"
} |
# MZUI
为移动端设计,基于 Flex 的 UI 框架。
示例和文档:http://zui.sexy/m/
官方 ZUI QQ 群:384135104 项目和计划:http://zui.5upm.com/product-browse-1.html
## 特色
* 现代化:基于 Flex 设计,支持移动端全部主流浏览器,支持 Android 微信内置浏览器;
* 灵活:独立的外观选项,适合大部分控件,满足多样的外观定制需求;
* 可定制:所有内容可以按需使用,基于 Gulp 构建自定义版本非常简单;
* 轻量:JS(mzui.min.js)压缩后在 20KB 左右,CSS(mzui.min.css)压缩后在 76... | {
"pile_set_name": "Github"
} |
#define __SYSCALL_LL_E(x) \
((union { long long ll; long l[2]; }){ .ll = x }).l[0], \
((union { long long ll; long l[2]; }){ .ll = x }).l[1]
#define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
static __inline long __syscall0(long n)
{
register unsigned long d0 __asm__("d0") = n;
__asm__ __volatile__ ("trap #0" : "+r"(d0)
... | {
"pile_set_name": "Github"
} |
(function() {
if (
typeof self !== 'undefined' && !self.Prism ||
typeof global !== 'undefined' && !global.Prism
) {
return;
}
var languages = {
'css': true,
'less': true,
'markup': {
lang: 'markup',
before: 'punctuation',
inside: 'inside',
root: Prism.languages.markup && Prism.languages.ma... | {
"pile_set_name": "Github"
} |
using System;
using System.IO;
using EventStore.Core.TransactionLog.Unbuffered;
using NUnit.Framework;
namespace EventStore.Core.Tests.TransactionLog.Unbuffered {
[TestFixture]
public class UnbufferedTests : SpecificationWithDirectory {
[Test]
public void when_resizing_a_file() {
var filename = GetFilePathFo... | {
"pile_set_name": "Github"
} |
[Desktop Entry]
Icon=cs-fonts
Exec=cinnamon-settings fonts
Type=Application
OnlyShowIn=X-Cinnamon;
Categories=Settings;
Name=Font Selection
Name[af]=Kies lettertipe
Name[am]=የ ፊደል ምርጫዎች
Name[ar]=تحديد الخط
Name[ast]=Esbilla de fonte
Name[az]=Yazı biçiminin Seçimi
Name[be]=Выбар шрыфта
Name[bg]=Избор на шрифт
Name[bs]=I... | {
"pile_set_name": "Github"
} |
{{/* vim: set filetype=mustache: */}}
{{/*
Expand the name of the chart.
*/}}
{{- define "traefik.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
{{- end -}}
{{/*
Create a default fully qualified app name.
We truncate at 63 chars because some Kubernetes name fields are limited ... | {
"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_45) on Sun Sep 08 19:26:29 EDT 2013 -->
<TITLE>
Signature (JHOVE Documentation)
</TITLE>
<META NAME="date" CONTENT="2013-09-08">
<LINK REL ="styles... | {
"pile_set_name": "Github"
} |
{
"multipart": [
{
"when": {
"up": "true"
},
"apply": {
"model": "techreborn:block/storage/titanium_storage_block_wall_post"
}
},
{
"when": {
"north": "low"
},
"apply": {
"model": "techreborn:block/storage/titanium_storage_block_wall_side",
"uvlock": true
}
},
{
"when": {
"... | {
"pile_set_name": "Github"
} |
#include "ofxCv/Flow.h"
#include "ofGraphics.h"
namespace ofxCv {
using namespace cv;
using namespace std;
Flow::Flow()
:hasFlow(false) {
}
Flow::~Flow(){
}
//call with two images
void Flow::calcOpticalFlow(Mat lastImage, Mat currentImage){
if(lastImage.channels() == 1 && currentImage.channel... | {
"pile_set_name": "Github"
} |
#ifndef CAFFE_CROP_LAYER_HPP_
#define CAFFE_CROP_LAYER_HPP_
#include <utility>
#include <vector>
#include "caffe/blob.hpp"
#include "caffe/layer.hpp"
#include "caffe/proto/caffe.pb.h"
namespace caffe {
/**
* @brief Takes a Blob and crop it, to the shape specified by the second input
* Blob, across all dimensions... | {
"pile_set_name": "Github"
} |
// Copyright 2017, 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.md file.
// +build cmp_debug
package diff
import (
"fmt"
"strings"
"sync"
"time"
)
// The algorithm can be seen running in real-time by enabling debugging:
//... | {
"pile_set_name": "Github"
} |
HaskellTokenType.{-# ('{-#')
HaskellTokenType.PRAGMA (' LANGUAGE ForeignFunctionInterface, InterruptibleFFI, CApiFFI ')
HaskellTokenType.#-} ('#-}')
WHITE_SPACE ('\n')
HaskellTokenType.module ('module')
WHITE_SPACE (' ')
HaskellTokenType.conidRegexp ('FFI00002')
WHITE_SPACE (' ')
HaskellTokenType.where ('where')
WHITE_... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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 or at
// https://developers.google.com/open-source/licenses/bsd.
package httputil
import (
"github.com/golang/gddo/httputil/header"
"net/http"
"strings"
)... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Table Column toggle: Heading groups - jQuery Mobile Demos</title>
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family... | {
"pile_set_name": "Github"
} |
<script type="text/javascript">//<![CDATA[
XHR.poll(5, '<%=url([[admin]], [[services]], [[frp]], [[status]])%>', null,
function(x, data) {
var tb = document.getElementById('frp_status');
if (data && tb) {
if (data.running) {
var links = '<em><b><font color=green><%:The Frp service is running.%></font></b></... | {
"pile_set_name": "Github"
} |
# 滚动恢复
在早期的 React Router 版本中我们提供了开箱即用的滚动恢复解决方案但是一直有人在询问关于它的问题。希望这篇文章可以让你得到一些关于滚动条和路由的帮助!
浏览器已经开始通过 `history.pushState` 来处理滚动的恢复了,并且在 Chrome 中已经有了很不错的实现。这是[恢复滚动的规范](https://majido.github.io/scroll-restoration-proposal/history-based-api.html#web-idl)。
因为浏览器已经开始处理"默认情况",而且实际在开发中面对的情况有很多,所以我们不再提供默认的滚动管理,不过这篇文章将会给你... | {
"pile_set_name": "Github"
} |
#ifdef BLOCK_NET_IF
#include "rt_config.h"
#include "netif_block.h"
static NETIF_ENTRY freeNetIfEntryPool[FREE_NETIF_POOL_SIZE];
static LIST_HEADER freeNetIfEntryList;
void initblockQueueTab(RTMP_ADAPTER *pAd)
{
int i;
struct _RTMP_CHIP_CAP *cap = hc_get_chip_cap(pAd->hdev_ctrl);
UINT8 num_of_tx_ring = GET_NUM_O... | {
"pile_set_name": "Github"
} |
{{$rin := RandTen}}
<div id="{{$rin}}">
<h5 class="text-muted">Log details</h5>
<div class="list-group">
<div class="list-group-item">
<h4><i class="fa fa-time"></i> {{.Time}}</h4>
</div>
{{with .Bugs}}
{{range .}}
<div class="list-group-item"><p class="text-muted pull-right"><i class="fa fa-warning"></i><... | {
"pile_set_name": "Github"
} |
#"charset=utf-8"
#created by Denis Yarkovoy (dyarkovoy@aruna.com.ua) 30 January 2008
#Copyright (C) 2005,2008 Potix Corporation
#
# Error #
#
#-=PAGE_NOT_FOUND
1000={0} не знайдена.
#-=PORTLET_PAGE_REQUIRED
1001=Путь до ZUML сторінки має бути вказаний в параметрі zk_page.
#-=PAGE_FAILED
1002={
Неможливо завантажити {0... | {
"pile_set_name": "Github"
} |
{
"demoSharedZAxisBeefSandwichRecipeTitle": "Сендвич са говедином",
"demoSharedZAxisDessertRecipeDescription": "Рецепт за дезерт",
"demoSharedYAxisAlbumTileSubtitle": "Извођач",
"demoSharedYAxisAlbumTileTitle": "Албум",
"demoSharedYAxisRecentSortTitle": "Недавно слушано",
"demoSharedYAxisAlphabeticalSortTit... | {
"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_35) on Tue Oct 16 22:49:41 ICT 2012 -->
<TITLE>
ElementMapping (Apache FOP 1.1 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-16">
<LINK REL ="st... | {
"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"
} |
<!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:15:29 GMT-05:00 2008 -->
<TITLE>
Uses of Class soot.jimple.parser.node.TIntegerConstant (Soot API)
</TITLE>
<LINK REL ="styles... | {
"pile_set_name": "Github"
} |
## `php:7-zts-alpine3.11`
```console
$ docker pull php@sha256:8e641ff356f67df8485ffeadb8d69e752f31ab4039092abc8719f900d1c21423
```
- Manifest MIME: `application/vnd.docker.distribution.manifest.list.v2+json`
- Platforms:
- linux; amd64
- linux; arm variant v6
- linux; arm variant v7
- linux; arm64 variant v8
- l... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<HTML>
<HEAD>
<TITLE> ZTREE DEMO - left_menu</TITLE>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../css/demo.css" type="text/css">
<link rel="stylesheet" href="../../../css/zTreeStyle/zTreeStyle.css" type="text/css">
<script type="text/java... | {
"pile_set_name": "Github"
} |
&HEAD CHID='natconh_10_8_rot_18', TITLE='LES of free convection in enclosed space, Ra = 4.28e07' /
! 2 mesh
&MESH IJK=36,64,32, XB=-.9,0,-.8,.8,-.4,.4/ H/dz=8
&MESH IJK=36,64,32, XB= 0,.9,-.8,.8,-.4,.4/
&TIME T_END=238./
&DUMP DT_DEVC=1./
&MISC STRATIFICATION=F, SIMULATION_MODE='LES',
GVEC=-3.0283665448744808... | {
"pile_set_name": "Github"
} |
##############################################################################
# Modules Revision 3.0
# Providing a flexible user environment
#
# File: modules.50-cmds/%M%
# Revision: %I%
# First Edition: 1995/12/06
# Last Mod.: %U%, %G%
#
# Authors: Jens Hamisch, Jens.Hamisch@Strawberry.COM
#
# Des... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>53--Raid_53_Raid_policeraid_53_805.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</nam... | {
"pile_set_name": "Github"
} |
//Dashboard Components
import DashboardLayout from '@/components/Layouts/DashboardLayout.vue'
import Dashboard from '@/components/Views/Dashboard.vue'
import Tickets from '@/components/Views/Tickets.vue'
//Auth Components
import AuthLayout from '@/components/Layouts/AuthLayout.vue'
import Register from '@/components/A... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!--============================ Spots =============================-->
<ThingDef Abstract="True" Name="MiscBuildingBase" ParentName="StandartBuilding">
<minifiedDef>MinifiedThing</minifiedDef>
<building>
<uninstallWork>800</uninstallWork>
</building>
<thing... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<configentry>
<keyword>*COLOR</keyword>
<scope>NODE</scope>
<anchor>NODE_COLORS</anchor>
<definition>LABELFONTCOLOR
<meta>red</meta>
<meta>green</meta>
<meta>blue</meta>
</definition>
<definition>LABELFONTSHADOWCOLOR
... | {
"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/3.5.0/css/style.css" rel="stylesheet" />
<script src="https://code.jquery.com/jque... | {
"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.
// Code generated by generate-types. DO NOT EDIT.
package impl
import (
"google.golang.org/protobuf/reflect/protoreflect"
"google.golang.org/protobuf/runtim... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>VOC2007</folder>
<filename>000043.jpg</filename>
<source>
<database>The VOC2007 Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>NULL</flickrid>
</source>
<owner>
<flickrid>NULL</flickrid>
<name>hunterlew</name>
</owner>
<size>
<width>... | {
"pile_set_name": "Github"
} |
OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
OUTPUT_ARCH(i386:x86-64)
ENTRY(enclave_entry)
SECTIONS
{
/* Read-only sections, merged into text segment; */
pal_start_addr = .;
__text_start = .;
. = SEGMENT_START("text-segment", 0) + SIZEOF_HEADERS;
text_start = .;
.note.gnu.build-id : { *(.n... | {
"pile_set_name": "Github"
} |
大石忍最新番号
【LEZM-001】禁断の同窓会 トリプルレズベスト 15人 4時間
【NACX-012】五十路熟女の絶倫性交12人
【HQIS-065】ヘンリー塚本原作 母(ぎぼ)と息子
【GIGL-500】不意の乳揉みで全身が性感帯のように敏感になってしまった巨乳おばさんが発情したらレズの誘いも拒まない
【NASS-825】五十路美熟女濃厚中出し10人
【GOJU-048】上品な五十路女たちのえげつない肉食セックス大全集 5時間
【NATR-574】五十路母が息子に手ほどき性教育 大石忍
【AST-48】近親相姦 五十路のお母さんに膣中出し 四時間12人スペシャルコレクション第五章
【YLW-4429】夏だ!裸... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/transitional.dtd">
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 3</title>
</head>
<body text="#1C1C1C" bgcolor="#FFFFFF" link="#3584E4" vlink="#1B6ACB" alink="#3584E... | {
"pile_set_name": "Github"
} |
------------------
Blob
------------------
# Blob 对象表示一个不可变, 原始数据的类文件对象
* Blob 表示的不一定是JavaScript原生格式的数据
* File 接口基于Blob,继承了 blob 的功能并将其扩展使其支持用户系统上的文件。
# 文档
https://developer.mozilla.org/zh-CN/docs/Web/API/Blob
# 构造函数
Blob(blobParts[, options])
blobParts
* 数组类型, 数组中的每一项连接起来构成Blob对象的数据
* 数组中的每项元... | {
"pile_set_name": "Github"
} |
ss://YWVzLTI1Ni1jZmI6ZUlXMERuazY5NDU0ZTZuU3d1c3B2OURtUzIwMXRRMERAMTM5LjE2Mi42Ny40MDo4MDk3#翻墙党131.52日本
ss://YWVzLTI1Ni1jZmI6Uktjak9Fb2tRb2xqQDEzOS4xNjIuNjguNzA6MzQ5NzA=#翻墙党127.71日本
ss://YWVzLTI1Ni1jZmI6VTVTTjdXcXFEQXZwQDEzOS4xNjIuNjguNzE6NTk5OTA=#翻墙党107.75日本
ss://YWVzLTI1Ni1jZmI6SHhNbW5WYkVhOE1iQDEzOS4xNjIuODQuOTY6MTkzM... | {
"pile_set_name": "Github"
} |
<!DOCTYPE>
<html>
<head>
<meta charset="utf-8">
<title>DOM XSS</title>
</head>
<body>
<?php
$name = 'cookie';
$value = 'babb7915b443a5307eb188faebb8d9a77b794ea2';
setcookie($name, $value, time() + 3600, '/');
?>
<h2>Hello App !!</h2>
Enter your name:
<form action='' method='POST'>
<input... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-validate. DO NOT EDIT.
// source: github.com/solo-io/gloo/projects/gloo/api/external/envoy/extensions/waf/waf.proto
package waf
import (
"bytes"
"encoding/binary"
"errors"
"fmt"
"hash"
"hash/fnv"
"net"
"net/mail"
"net/url"
"regexp"
"strings"
"time"
"unicode/utf8"
"github... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>dojox.highlight - syntax highlighting | The Dojo Toolkit</title>
<style type="text/css">
@import "../../../dijit/tests/css/dijitTests.css";
/* a sample set of definitions to use as a foundat... | {
"pile_set_name": "Github"
} |
#基础组件(4) - Broadcast Receiver
## 一、实验简介
本实验将带你学习Android中的最后一个基础组件——Broadcast Receiver。它就是Android中常用的广播机制,相当于一个全局的事件监听器。通过学习本节课程,你可以了解怎样广播意图以及接收广播。
### 1. 知识点
- Broadcast的工作机制
- 创建和注册Broadcast Receiver
- 使用广播发送意图
### 2. 准备工作
请打开桌面上的Android Studio,新建一个名为`BroadcastPractice`的项目,域名填写`shiyanlou.com`(即包名为`com.shiyanlou.... | {
"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_35) on Tue Oct 09 20:26:20 PDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
InstantDeserializer (Jackson-data... | {
"pile_set_name": "Github"
} |
//@flow
import {OperationType} from "../../common/TutanotaConstants"
import {containsEventOfType} from "../../common/utils/Utils"
import {ConnectionError, ServiceUnavailableError} from "../../common/error/RestError"
import type {WorkerImpl} from "../WorkerImpl"
import type {EntityUpdate} from "../../entities/sys/Entit... | {
"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_22) on Mon May 24 23:03:19 CEST 2010 -->
<TITLE>
org.mockito.internal.matchers (Mockito API)
</TITLE>
<META NAME="keywords" CONTENT="org.mo... | {
"pile_set_name": "Github"
} |
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful... | {
"pile_set_name": "Github"
} |
// Copyright 2012 The Ephenation Authors
//
// This file is part of Ephenation.
//
// Ephenation 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 3.
//
// Ephenation is distributed in the hope that it... | {
"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>Spider tab</title>
</head>
<body>
<h1>Spider tab</h1>
<p>
The Spider tab shows you the set of unique URIs found by the <a
href="../../start/features/spider.html">Spider... | {
"pile_set_name": "Github"
} |
//
// FileUtils.h
// ParticleMaker
//
// Created by Andreas Müller on 04/03/2014.
//
//
#pragma once
class FileUtils
{
public:
// ---------------------------------------------------------------------------------------------------------------------------------------------------
//
static vector<string> ... | {
"pile_set_name": "Github"
} |
@echo off
SET TMP=C:\Temp
SET TEMP=C:\Temp
SET UVEXE=C:\Keil\UV4\UV4.EXE
echo.
echo Building DSP Libraries GCC
echo.
echo Building DSP Library for Cortex-M0 Little Endian
%UVEXE% -rb -j0 arm_cortexM_math.uvproj -t "M0l" -o "DspLib_M0l_build.log"
echo Building DSP Library for Cortex-M0 Big Endian
%UVEXE% -rb -j... | {
"pile_set_name": "Github"
} |
#
# Configuration for the Aureon51 (Envy24HT) chip
#
# default with dmix & dsnoop
Aureon51.pcm.default {
@args [ CARD ]
@args.CARD {
type string
}
type asym
playback.pcm {
type plug
slave.pcm {
@func concat
strings [ "dmix:" $CARD ",FORMAT=S32_LE" ]
}
}
capture.pcm {
type plug
slave.pcm {
@... | {
"pile_set_name": "Github"
} |
0.0002026533958336155854070487403921843605 {omega[1]}
0.0004918982582778121681288228820086438908 {omega[2]}
0.0008362766563318413810043045809351769382 {omega[3]}
0.0012862999440733855458021073973721992711 {omega[4]}
0.0019209731163454417040586426216122739596 {omega[5]}
0.00285688270962199461534429317452... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Adaptive Cards Designer</title>
<script src="https://unpkg.com/markdown-it@8.4.0/dist/markdown-it.min.js"></script>
<script src="https://unpkg.com/monaco-editor@0.17.1/min/vs/loader.js"></script>
<style type="text/css">
* {
box-sizing: border-box;
}
body {
margin:... | {
"pile_set_name": "Github"
} |
// mksysnum_netbsd.pl
// MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT
// +build amd64,netbsd
package unix
const (
SYS_EXIT = 1 // { void|sys||exit(int rval); }
SYS_FORK = 2 // { int|sys||fork(void); }
SYS_READ = 3 // { ssize_t|sys||read(int fd, void *bu... | {
"pile_set_name": "Github"
} |
{
"LANG_NAME": "한국어",
"BACKING_UP": "%ls 백업 중...\n",
"DELETING": "%ls 삭제 중...\n",
"DOWNGRADE": "%ls 다운그레이드",
"DOWNGRADING": "%ls 다운그레이드 중...\n",
"DOWNGRADING_NOT_NEEDED": "%ls 다운그레이드 불필요.\n",
"DUMP": "%ls 덤프",
"DUMPING": "%ls \n%ls에\n덤프 중...\n",
"INJECT": "%ls 삽입",
"INJECTING": "%ls \n%ls에\n삽입 중...\n",
"DECR... | {
"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>CFBundleIdentifier</key>
<string>SEEMode.Base</string>
<key>CFBundleName</key>
<string>Base</string>
<key>NSHumanReadableCopyright</key>
<... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>train</folder>
<filename>IMG_2453.JPG</filename>
<path>C:\tensorflow_cards\train\IMG_2453.JPG</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>378</width>
<height>504</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>queen</name>
<pos... | {
"pile_set_name": "Github"
} |
NAME_FIRST | addressFormInlineFirstName | FIRST NAME* | | addressFormInlineFirstName_1-default
NAME_MIDDLE_INITIAL | addressFormInlineMiddleInitial | M.I. | | addressFormInlineFirstName_1-default
NAME_LAST | addressFormInlineLastName | LAST NAME* | | addressFormInlineFirstName_1-default
COMPANY_NAME | addressFormInl... | {
"pile_set_name": "Github"
} |
<?php
/**
* PemFTP - An Ftp implementation in pure PHP
*
* @package PemFTP
* @since 2.5.0
*
* @version 1.0
* @copyright Alexey Dotsenko
* @author Alexey Dotsenko
* @link https://www.phpclasses.org/package/1743-PHP-FTP-client-in-pure-PHP.html
* @license LGPL https://opensource.org/licenses/lgpl-license.html
*... | {
"pile_set_name": "Github"
} |
# pairing的初步
## 一、ECC pairing的介绍
在前面提到了RSA ACC累加器,它的缺点是需要不断的重复进行运算证明,速度还是是一个硬伤。这时就有人提出了Pairing:二元映射。特别是基于ECC Pairing,效率更好。
</br>
不过在刚刚提出这个算法时,e(P,Q)的计算量也是巨大的,所以不言而喻。但随着谷歌等一些公司的投入和大牛们的不断的努力,运算的时间已经从几分钟缩减到微秒级。
</br>
2008年,Vercauteren提出了最优Ate Pairing,这个是目前知道的最快的算法。
## 二、标识密码体系(IBC)和应用
在传统的PKI加密体系中,需要公开一个公钥和自己保密一个私钥。但是在传... | {
"pile_set_name": "Github"
} |
// @ts-nocheck
'use strict';
const atRuleParamIndex = require('../../utils/atRuleParamIndex');
const declarationValueIndex = require('../../utils/declarationValueIndex');
const getUnitFromValueNode = require('../../utils/getUnitFromValueNode');
const report = require('../../utils/report');
const ruleMessages = requir... | {
"pile_set_name": "Github"
} |
<HTML>
<HEAD>
<TITLE>Lua documentation</TITLE>
<LINK REL="stylesheet" TYPE="text/css" HREF="lua.css">
</HEAD>
<BODY>
<HR>
<H1>
<A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua" BORDER=0></A>
Documentation
</H1>
This is the documentation included in the source distribution of Lua 5.1.5.
<UL>
<LI><A HREF="c... | {
"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_65) on Mon Sep 01 17:09:15 PDT 2014 -->
<TITLE>
ViewAnimation (glide 3.3.0 API)
</TITLE>
<META NAME="date" CONTENT="2014-09-01">
<LINK REL ="styles... | {
"pile_set_name": "Github"
} |
################################################################################
#
# qt5connectivity
#
################################################################################
QT5CONNECTIVITY_VERSION = $(QT5_VERSION)
QT5CONNECTIVITY_SITE = $(QT5_SITE)
QT5CONNECTIVITY_SOURCE = qtconnectivity-$(QT5_SOURCE_TARBAL... | {
"pile_set_name": "Github"
} |
{"version": 2, "width": 120, "height": 36, "timestamp": 1589440663, "env": {"SHELL": "/bin/bash", "TERM": "xterm-256color"}, "title": "Athenz Acceptance Test Demo"}
[0.030772, "o", "\u001b]0;wfan@docker:~/athenz/docker\u0007"]
[0.031932, "o", "\u001b[?1034h[wfan@docker docker]$ "]
[0.940461, "o", "d"]
[0.940664, "o", "... | {
"pile_set_name": "Github"
} |
# Wat is een branch
Om de manier waarop Git brancht echt te begrijpen, moeten we een stap terug doen en onderzoeken hoe Git zijn gegevens opslaat. Zoals je je misschien herinnert van Hoofdstuk 1, slaat Git zijn gegevens niet op als een reeks van wijzigingen of delta's, maar in plaats daarvan als een serie snapshots.
... | {
"pile_set_name": "Github"
} |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Force feeback OS level handlers
//
//=============================================================================
#include <windows.h>
#include "basehandle.h"
#include "utlvector.h"
#include "usercmd.h"
#include "cdll_client_in... | {
"pile_set_name": "Github"
} |
% arara: indent: {overwrite: true, trace: yes, silent: yes}
\mycommand{%
%* \begin{tabular}
& A_1 & A_2 & A_3 & A_4 & A_5 & A_6 & A_7 & A_8 & A_9 \\\hline
A_1 & 0 & & & & & & & & \\
A_2 & & 0 & & & & & & & \\
A_3 & & & 0 & ... | {
"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_20) on Thu Jun 23 18:29:43 CST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>
Controller (Douyu 0.7.1 API)
</TI... | {
"pile_set_name": "Github"
} |
cheats = 6
cheat0_desc = "All Episode Unlocks"
cheat0_code = "0210E9D4+FFFFFFFF"
cheat0_enable = false
cheat1_desc = "All Picture Unlocks"
cheat1_code = "1210E9DC+00007FFF"
cheat1_enable = false
cheat2_desc = "All Voice Unlocks"
cheat2_code = "1210E9DE+00007FFF"
cheat2_enable = false
cheat3_desc = "All Ending Unloc... | {
"pile_set_name": "Github"
} |
SINGLE=Archivo
LIST=Archivos
EXCEL=Excel
PDF=Pdf
CSV=Csv
IMPORT_FILE=Importar
EXPORT_FILE=Exportar
ATTACH_FILES=Adjuntar Archivo(s)
NOT_ATTACH_FILE_WARNING=Parece que no ha adjuntado ningún archivo
IMPORT_FILE_SUCCESS=Importación exitosa
CHOOSE_SUPPORT_FILE_TYPES_WARNING=El tipo de archivo no es soportado
OPT_MY_DOCUME... | {
"pile_set_name": "Github"
} |
//===== rAthena Script =======================================
//= Payon Field Warps
//===== By: ==================================================
//= Nana (1.0)
//===== Current Version: =====================================
//= 1.2
//===== Compatible With: =====================================
//= rAthena Project... | {
"pile_set_name": "Github"
} |
<div class="settings__general-prv settings__general-prv-{{name}}">
{{#if desc}}<div class="settings__general-prv-desc">{{res desc}}</div>{{/if}}
<div class="settings__general-prv-fields">
{{#each fields as |field ix|}}
{{#ifeq type 'select'}}
<div>
<label ... | {
"pile_set_name": "Github"
} |
{
"comment": "",
"ignore": "",
"package": [
{
"checksumSHA1": "9NFR6RG8H2fNyKHscGmuGLQhRm4=",
"origin": "github.com/docker/docker/vendor/github.com/Azure/go-ansiterm",
"path": "github.com/Azure/go-ansiterm",
"revision": "39377bb96d459d2ef59bd2bad75468638a7f86a3",
"revisionTime": "2018-01-18T19:02:33... | {
"pile_set_name": "Github"
} |
// define namespaces
var THREEx = THREEx || {};
THREEx.ShaderLib = THREEx.ShaderLib || {};
THREEx.UniformsLib = THREEx.UniformsLib || {};
THREEx.UniformsLib['plasma'] = {
time : { type : "f", value: 0.0 },
scale : { type : "f", value: 1.0 },
rotation: { type : "f", value: 0.0 },
opacity : { type : "f", value: ... | {
"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_35) on Tue Oct 16 22:49:45 ICT 2012 -->
<TITLE>
StreamCacheFactory (Apache FOP 1.1 API)
</TITLE>
<META NAME="date" CONTENT="2012-10-16">
<LINK REL ... | {
"pile_set_name": "Github"
} |
不完全性肠梗阻 nz
绞窄性肠梗阻 nz
癌性疼痛 nz
上颚疼 nz
表情恐惧症 nz
出脚汗 nz
激素性股骨头坏死 nz
棘间韧带损伤 nz
结节性梅毒疹 nz
白色胎记 nz
贲门息肉 nz
勃起时间短 nz
扁桃体上有白点 nz
碱性磷酸酶偏低 nz
鼻子上火 nz
鼻子糜烂 nz
鼻子里有臭味 nz
鼻翼发红 nz
肺部有钙化点 nz
鼻粘膜出血 nz
包皮溃疡 nz
包皮脱皮 nz
包皮发白 nz
包皮上有水泡 nz
肝肾亏虚 nz
肌肉疼痛 nz
指甲里有黑线 nz
剑突压痛 nz
脚后跟裂 nz
粒细胞增多 nz
淋巴结节 nz
碘伏过敏 nz
大腿内侧瘙痒 nz
包皮上有小红点 nz
包皮上有小白点 nz
包皮... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>BOOST_PP_LIST_TO_ARRAY</title>
<link rel="stylesheet" type="text/css" href="../styles.css"></head>
<body>
<div style="margin-left: 0px;"> The <b>BOOST_PP_LIST_TO_ARRAY</b> macro
converts a <i>list</i> to an <i>array</i>. </div>
<h4> Usage </h4>
<div class="code"> <b>BOOST_PP_LIST_TO_ARR... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>zen3d - clipping planes</title>
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
font-family: Monospace;
background-color: #f0f0f0;
margin: 0px;
overflow: hidden;
}
... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Team 254. All Rights Reserved.
// Author: pat@patfairbank.com (Patrick Fairbank)
package plc
import (
"github.com/stretchr/testify/assert"
"testing"
)
func TestByteToBool(t *testing.T) {
bytes := []byte{7, 254, 3}
bools := byteToBool(bytes, 17)
if assert.Equal(t, 17, len(bools)) {
expectedBo... | {
"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) on Thu Mar 06 17:19:14 EST 2008 -->
<TITLE>
ScriptableOutputStream (Rhino)
</TITLE>
<META NAME="date" CONTENT="2008-03-06">
<LINK REL ="stylesheet... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Factom Foundation
// Use of this source code is governed by the MIT
// license that can be found in the LICENSE file.
package wsapi
import (
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
"os"
"time"
"github.com/FactomProject/factomd/common/globals"
"regexp"
"github.com/FactomProject/facto... | {
"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>19E287</string>
<key>CFBundleIdentifier</key>
<string>as.acidanthera.injector.BrcmBluetoothInjector</strin... | {
"pile_set_name": "Github"
} |
#ifndef CEREAL_RAPIDXML_PRINT_HPP_INCLUDED
#define CEREAL_RAPIDXML_PRINT_HPP_INCLUDED
// Copyright (C) 2006, 2009 Marcin Kalicinski
// Version 1.13
// Revision $DateTime: 2009/05/13 01:46:17 $
#include "rapidxml.hpp"
// Only include streams if not disabled
#ifndef CEREAL_RAPIDXML_NO_STREAMS
#include <ostream>
... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>train</folder>
<filename>cam_image12.jpg</filename>
<path>C:\tensorflow_cards\train\cam_image12.jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>960</width>
<height>540</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>king</name>
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>31--Waiter_Waitress_31_Waiter_Waitress_Waiter_Waitress_31_348.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" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>CROMU_00033</cbid>
<replay>
<write echo="ascii"><data>NDIR\x05/yLRP</data></write>
<read echo="ascii"><delim>\n</delim><match><data>[INFO] Added new directory\n</data></match></read>
<write echo="ascii"><da... | {
"pile_set_name": "Github"
} |
# 项目
### 建立连接
- 连接的建立比较简单,server端通过socket(),bind(),listen(),并使用 epoll ET 模式监听 listenfd 的
读请求,当 TCP 连接完成 3 次握手后,会触发 listenfd 的读事件,应用程序调用 accept(),会检查已完
成的连接队列,如果队列里有连接,就返回这个连接,出错或连接为空时返回 -1。此时,已经可以进行正
常的读写操作了。 当然,因为是 ET 模式,accept() 要一直循环到就绪连接为空
### 处理请求
- 服务启动,服务器连接建立完成后,开启一个主线程、多个工作线程,主线程负责响应 client 的连接请求,并建立
连接,在连... | {
"pile_set_name": "Github"
} |
//// -*- C++ -*-
//
// Package: HGCalHitValidation
// Class: HGCalHitValidation
//
/**\class HGCalHitValidation HGCalHitValidation.cc Validation/HGCalValidation/plugins/HGCalHitValidation.cc
Description: [one line class summary]
Implementation:
[Notes on implementation]
*/
#include "Geometry/Records/inte... | {
"pile_set_name": "Github"
} |
## ☀️ Part 11: Retry-ability
### 📚 You will learn
- deep dive into assertions
- built-in command waits
- retry-ability 🔑
+++
- keep `todomvc` app running
- open `cypress/integration/11-retry-ability/spec.js`
+++
## Todo: finish the test "shows UL"
```js
it('shows list of items', function () {
// ...
cy.con... | {
"pile_set_name": "Github"
} |
<system>
<name>K2-215</name>
<name>EPIC 220471666</name>
<rightascension>01 13 52.8257</rightascension>
<declination>+06 07 26.0801</declination>
<distance errorminus="81.390" errorplus="243.600">473.100</distance>
<star>
<name>K2-215</name>
<name>EPIC 220471666</name>
<name>2MASS J01135281+0607261</name>
... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[4月内连挖两名创意总监,优衣库广告要怎么做?_商业_好奇心日报-许冰清](https://www.qdaily.com/articles/2719.html)
WebArchive归档链接:[4月内连挖两名创意总监,优衣库广告要怎么做?_商业_好奇心日报-许冰清](http://web.archive.org/web/20180923202422/http://www.qdaily.com:80/articles/2719.html)
 | {
"pile_set_name": "Github"
} |
cheats = 15
cheat0_desc = "Timer Codes"
cheat1_desc = "Reset Timer"
cheat1_code = "94000130+FEFF0000+62075538+00000000+B2075538+00000000+B00000A0+00000000+00000080+00000000+D2000000+00000000"
cheat1_enable = false
cheat2_desc = "Lots of Time"
cheat2_code = "94000130+FDFF0000+62075538+00000000+B2075538+00000000+B0000... | {
"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>Local File Inclusion Test... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.