text
stringlengths
4
99.7k
meta
dict
package utils import ( "bytes" "crypto/md5" "encoding/json" "fmt" "path" "strings" "unicode" ) //func FormatName(name string) string { // result := make([]byte, len(name)) // first := true // for _, c := range name { // if first { // c // } else { // } // } // return string(result) //} func TextRowsAndCo...
{ "pile_set_name": "Github" }
#define COMPOSE_FIRST_START 1 #define COMPOSE_FIRST_SINGLE_START 147 #define COMPOSE_SECOND_START 368 #define COMPOSE_SECOND_SINGLE_START 399 #define COMPOSE_TABLE_LAST 48 static const guint16 compose_data[][256] = { { /* page 0, index 0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,...
{ "pile_set_name": "Github" }
#include "Economy/RTSGathererComponent.h" #include "EngineUtils.h" #include "GameFramework/Actor.h" #include "Net/UnrealNetwork.h" #include "RTSContainerComponent.h" #include "RTSOwnerComponent.h" #include "RTSLog.h" #include "Economy/RTSPlayerResourcesComponent.h" #include "Economy/RTSResourceSourceComponent.h" #inc...
{ "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 Fri Nov 23 14:03:48 GMT 2012 --> <TITLE> NutchField (apache-nutch 1.6 API) </TITLE> <META NAME="date" CONTENT="2012-11-23"> <LINK REL ="styl...
{ "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:14 CST 2013 --> <TITLE> com.intel.cosbench.driver.web Class Hierarchy </TITLE> <META NAME="date" CONTENT="2013-01-06"> <LIN...
{ "pile_set_name": "Github" }
<div class="apiDetail"> <div> <h2><span>Boolean / Function(treeId, treeNode)</span><span class="path">setting.view.</span>showTitle</h2> <h3>Overview<span class="h3_info">[ depends on <span class="highlight_green">jquery.ztree.core</span> js ]</span></h3> <div class="desc"> <p></p> <div class="longdesc"> <p>S...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> <TITLE>Introduction to FreeS/WAN</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1"> <STYLE TYPE="text/css"><!-- BODY { font-family: serif } H1 { font-family: sans-serif ...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //16-bit counter/timers CT16B0 namespace Ct16b0Ir{ ///<Interrupt Register. The IR can be written to clear interrupts. The IR can be read to identify which of eight possible interrupt sources are pending. using Addr = Register::Address<0x400...
{ "pile_set_name": "Github" }
<html> <head> <title>Visualization Windows</title> </head> <body link="#0000FF" vlink="#800080" alink="#FF0000" bgcolor="#FFFFFF"> <center align="right">[<a href="list0005.html">Back</a>] [<a href="list0000.html">Up</a>] [<a href="list0007.html">Next</a>]</center><h2>Visualization Windows</h2> <ul> <li><a href="hel...
{ "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>IDESourceControlProjectFavoriteDictionaryKey</key> <false/> <key>IDESourceControlProjectIdentifier</key> <string>35304396-AEAE-464C-9071-B2A...
{ "pile_set_name": "Github" }
# 前言 在[《初中级前端 JavaScript 自测清单 - 1》](https://juejin.im/post/6846687584710557710)部分中,和大家简单过了一遍 JavaScript 基础知识,没看过的朋友可以回顾一下😁 本系列文章是我在我们团队内部的“**现代 JavaScript 突击队**”,第一期学习内容为[《现代 JavaScript 教程》](https://zh.javascript.info/)系列的**第二部分**输出内容,希望这份自测清单,能够帮助大家巩固知识,温故知新。 本部分内容,以 **JavaScript 对象**为主,大致包括以下内容: ![初中级前端 JavaScript...
{ "pile_set_name": "Github" }
CONFIG_44x=y CONFIG_SMP=y CONFIG_EXPERIMENTAL=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_SPARSE_IRQ=y CONFIG_LOG_BUF_SHIFT=14 CONFIG_BLK_DEV_INITRD=y # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_EXPERT=y CONFIG_KALLSYMS_ALL=y CONFIG_KALLSYMS_EXTRA_PASS=y CONFIG_PROFILING=y CONFIG_OPROFILE=y CONFIG_MODULES=y CON...
{ "pile_set_name": "Github" }
## Check llvm-readobj and llvm-readelf can dump files of the different ELF types. # RUN: yaml2obj %s --docnum=1 -o %t1 # RUN: llvm-readobj -h %t1 | FileCheck %s --match-full-lines --check-prefix LLVM-NONE # RUN: llvm-readelf -h %t1 | FileCheck %s --match-full-lines --check-prefix GNU-NONE # LLVM-NONE: ElfHeader { # L...
{ "pile_set_name": "Github" }
<chapter> <title>Creating the ReactOS bootable CD or Live CD</title> <!-- <artheader> <title>Creating the ReactOS bootable CD or Live CD</title> <author> <firstname>Eric</firstname> <surname>Kohl</surname> <affiliation> <address> <email>ekohl@rz-online.de</email> </add...
{ "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 socks import ( "context" "errors" "io" "net" "strconv" "time" ) var ( noDeadline = time.Time{} aLongTimeAgo = time.Unix(1, 0) ) func (d *Di...
{ "pile_set_name": "Github" }
# 62. Unique Paths 不同路径 **<font color=orange>难度: Medium</font>** ## 刷题内容 > 原题连接 * https://leetcode-cn.com/problems/unique-paths/ > 内容描述 一个机器人位于一个 m x n 网格的左上角 (起始点在下图中标记为“Start” )。 机器人每次只能向下或者向右移动一步。机器人试图达到网格的右下角(在下图中标记为“Finish”)。 问总共有多少条不同的路径? ![img](https://assets.leetcode-cn.com/aliyun-lc-upload/uploads/2018...
{ "pile_set_name": "Github" }
INCBIN.EXE PICS\PIC01.UH pic01.inc iNCBIN.EXE PICS\PIC02.UH pic02.inc INCBIN.EXE PICS\PIC03.UH pic03.inc INCBIN.EXE PICS\PIC04.UH pic04.inc INCBIN.EXE PICS\PIC05.UH pic05.inc INCBIN.EXE PICS\PIC05b.UH pic05b.inc INCBIN.EXE PICS\PIC06.UH pic06.inc INCBIN.EXE PICS\PIC07.UH pic07.inc INCBIN.EXE PICS\PIC08.UH pic08...
{ "pile_set_name": "Github" }
-----BEGIN CERTIFICATE----- MIIEGjCCAwICEQCLW3VWhFSFCwDPrzhIzrGkMA0GCSqGSIb3DQEBBQUAMIHKMQsw CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl cmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu LCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT aWduIENsYXNzIDEgUHVibGljIFByaW1h...
{ "pile_set_name": "Github" }
{ "container": { "border-top": "1px solid #666", "border-left": "1px solid #666", "border-right": "1px solid #666", "border-bottom": "1px solid #666", "background-color": "#d7d7d7", "padding-top": "2px", "padding-bottom": "2px", "padding-left": "2px", "padding-right": "2px", "overflow": "hidden", ...
{ "pile_set_name": "Github" }
#ifndef CAFFE_XXX_LAYER_HPP_ #define CAFFE_XXX_LAYER_HPP_ #include <vector> #include "caffe/blob.hpp" #include "caffe/layer.hpp" #include "caffe/proto/caffe.pb.h" namespace caffe { /* * @brief Reshapes the input Blob into an arbitrary-sized output Blob. * * Note: similarly to FlattenLayer, this layer does not ch...
{ "pile_set_name": "Github" }
<div class="col-xs-6"> <table class="orderbook-orders-table bids"> <caption>Bids ({{'OMNIDEX.ORDERBOOK.BUY' | translate}} {{orderbook.tradingPair.selling.name}} #{{orderbook.tradingPair.selling.propertyid}} for {{orderbook.tradingPair.desired.name}} #{{orderbook.tradingPair.desired.propertyid}})</caption> <thead> ...
{ "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>17B35a</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <...
{ "pile_set_name": "Github" }
<html> <head> <title>libogg - function - oggpack_read</title> <link rel=stylesheet href="style.css" type="text/css"> </head> <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> <table border=0 width=100%> <tr> <td><p class=tiny>libogg documentation</p></td> <td align=right><p class=tiny>lib...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * EPSON TOYOCOM RTC-7301SF/DG Driver * * Copyright (c) 2016 Akinobu Mita <akinobu.mita@gmail.com> * * Based on rtc-rp5c01.c * * Datasheet: http://www5.epsondevice.com/en/products/parallel/rtc7301sf.html */ #include <linux/io.h> #include <linux/kernel.h> #include <lin...
{ "pile_set_name": "Github" }
# 1 GO环境配置 欢迎来到Go的世界,让我们开始探索吧! Go是一种新的语言,一种并发的、带垃圾回收的、快速编译的语言。它具有以下特点: - 它可以在一台计算机上用几秒钟的时间编译一个大型的Go程序。 - Go为软件构造提供了一种模型,它使依赖分析更加容易,且避免了大部分C风格include文件与库的开头。 - Go是静态类型的语言,它的类型系统没有层级。因此用户不需要在定义类型之间的关系上花费时间,这样感觉起来比典型的面向对象语言更轻量级。 - Go完全是垃圾回收型的语言,并为并发执行与通信提供了基本的支持。 - 按照其设计,Go打算为多核机器上系统软件的构造提供一种方法。 Go是一种编译型语言...
{ "pile_set_name": "Github" }
#template = int(2) #template = ''' 愚公移山 太行,王屋二山的北面,住了一個九十歲的老翁,名叫愚公。二山佔地廣闊,擋住去路,使他和家人往來極為不便。 一天,愚公召集家人說:「讓我們各盡其力,剷平二山,開條道路,直通豫州,你們認為怎樣?」 大家都異口同聲贊成,只有他的妻子表示懷疑,並說:「你連開鑿一個小丘的力量都沒有,怎可能剷平太行、王屋二山呢?況且,鑿出的土石又丟到哪裏去呢?」 大家都熱烈地說:「把土石丟進渤海裏。」 於是愚公就和兒孫,一起開挖土,把土石搬運到渤海去。 愚公的鄰居是個寡婦,有個兒子八歲也興致勃勃地走來幫忙。 寒來暑往,他們要一年才能往返渤海一次。 住在黃河河畔的智叟,看見他...
{ "pile_set_name": "Github" }
# Copyright 2005 The Android Open Source Project LOCAL_PATH:= $(call my-dir) -include system/sepolicy/policy_version.mk # -- ifneq (,$(filter userdebug eng,$(TARGET_BUILD_VARIANT))) init_options += \ -DALLOW_FIRST_STAGE_CONSOLE=1 \ -DALLOW_LOCAL_PROP_OVERRIDE=1 \ -DALLOW_PERMISSIVE_SELINUX=1 \ -DREB...
{ "pile_set_name": "Github" }
## 一个笑话 - { 第2018-10-31期 } </hr> ### :jack_o_lantern: { 第1档 } 二到没治了 第一次去学校医院是因为发烧,医生大妈二话不说递给我一根体温计,我也二话不说就含在了嘴里……<br/><br/>  大妈看了我一眼,温柔地说道:“腋下。”<br/><br/>  我想了想,还是听话地叫了声:“耶!” ### :jack_o_lantern: { 第2档 } 毕竟游戏和命比起来 A:如果你在玩游戏女朋友给你打电话,让你陪他逛街,你会去吗?<br/><br/>  B:这还问吗,肯定会毫不犹豫的退游戏。<br/><br/>  A:你这种人不多了啊!<br/><br/>  B:是的,毕竟...
{ "pile_set_name": "Github" }
臼井さと美最新番号 【OKAX-304】パンモロで勃起させられ!まんモロで手コかれる!竿いじりを楽しむフェロモン全開お姉さん 【UMSO-157】媚薬近親相姦 4時間16人ベスト 【JUSD-742】ぴったり尻に張り付くむっちむちジーパン美熟女BEST 【BDA-031】縛り拷問 奴隷市場の宴 其ノ貮 【MUJG-002】不妊治療クリニックで孕まされて…BEST 4時間 【XRW-248】鬼縛り 全身縛られた極限状態の交尾! 【SDMU-424】美熟女が誘うサインを見逃すな これを見逃すとあなたも性犯罪者 【MOND-099】もう1発だけアイツとSEXしてきてイイからかわりに盗撮してきなさい… 臼井さと美 【XRW...
{ "pile_set_name": "Github" }
#ifndef _DEVO7E_TARGET_H_ #define _DEVO7E_TARGET_H_ #define TXID 0x7e #define VECTOR_TABLE_LOCATION 0x3000 #define SPIFLASH_SECTOR_OFFSET 0 #define SPIFLASH_SECTORS 512 #if defined BUILDTYPE_DEV && ! defined EMULATOR //No room for debug and standard gui #define HAS_STANDARD_GUI 0 #else #define HAS_STANDARD_GUI ...
{ "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_34) on Tue May 26 09:04:12 BST 2015 --> <TITLE> PDFProfile (Apache FOP 2.0 API) </TITLE> <META NAME="date" CONTENT="2015-05-26"> <LINK REL ="styles...
{ "pile_set_name": "Github" }
<html> <head> <title>Vorbisfile - API Overview</title> <link rel=stylesheet href="style.css" type="text/css"> </head> <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> <table border=0 width=100%> <tr> <td><p class=tiny>Vorbisfile documentation</p></td> <td align=right><p class=tiny>vorbis...
{ "pile_set_name": "Github" }
{ "version": "3.6.1", "flags": {}, "shapes": [ { "label": "tail", "line_color": null, "fill_color": null, "points": [ [ 35, 107 ], [ 28, 108 ], [ 20, 110 ], [ 1...
{ "pile_set_name": "Github" }
GL_VERSION_1_4 http://www.opengl.org/documentation/specs/version1.4/glspec14.pdf GL_GENERATE_MIPMAP 0x8191 GL_GENERATE_MIPMAP_HINT 0x8192 GL_DEPTH_COMPONENT16 0x81A5 GL_DEPTH_COMPONENT24 0x81A6 GL_DEPTH_COMPONENT32 0x81A7 GL_TEXTURE_DEPTH_SIZE 0x884A GL_DEPTH_TEXTURE_MODE 0x884B GL_TEXTURE_COMPARE_MO...
{ "pile_set_name": "Github" }
{% from 'flagit/includes/macros.html' import date_by_user with context %} <h3 class="sumo-page-intro">{{ _('Title:') }}</h3> <p class="title">{{ object.content_object.thread.title }}</p> <h3 class="sumo-page-intro">{{ _('Content:') }}</h3> <div class="content">{{ object.content_object.content_parsed }}</div> <h3 class=...
{ "pile_set_name": "Github" }
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 9D29BADA196C85A600A166C4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D29BAD9196C85A600A166C4 /* AppDelegate.swift */; }; 9D29BADC196C85A600A166C4 /* ViewController.swift...
{ "pile_set_name": "Github" }
### 在武汉作秀的官员 摆拍完就把珍贵的防护服扔垃圾桶(视频) ------------------------ #### [首页](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" }
<?xml version='1.1' ?> <Aliases> <Alias> <Name>checksum</Name> <ReplaceBeforeArgs>script windows/checksum.dss -args "</ReplaceBeforeArgs> <ReplaceAfterArgs>" -project Ops</ReplaceAfterArgs> <Help>Checksum Runs on |WINDOWS|LINUX|SOLARIS| </Help> <Help> Compares SHA-1 checksums for a loca...
{ "pile_set_name": "Github" }
.BYT $EF,$A1 ;ALL OF THIS IS AVAILABLE FOR PATCH SPACE .BYT $DF,$A6 .BYT $E1,$B1 .BYT $E2,$B2 .BYT $E3,$B3 .BYT $E4,$B4 .BYT $E5,$B5 .BYT $E6,$B6 .BYT $E7,$B7 .BYT $E8,$B8 .BYT $E9,$B9 .BYT $FA,$BA .BYT $FB,$BB .BYT $FC,$BC .BYT $EC,$BD .BYT $FE,$BE .BYT $84,$BF .BYT $F7,$C0 .BYT $F8,$DB .BYT $F9...
{ "pile_set_name": "Github" }
测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 ...
{ "pile_set_name": "Github" }
测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 测试文件,正式使用时请删除 ...
{ "pile_set_name": "Github" }
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. // 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. package idna // This file implements the Punycode algorithm from RFC 3492. impo...
{ "pile_set_name": "Github" }
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT. // 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. package idna // This file implements the Punycode algorithm from RFC 3492. impo...
{ "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" }
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>com.defcon.sortDescriptor</key> <array> <dict> <key>ascending</key> <array> <string>space</string> ...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>13--Interview_13_Interview_Interview_On_Location_13_666.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flick...
{ "pile_set_name": "Github" }
<annotation> <folder>VOC2007</folder> <filename>000829.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" }
@PART[LH_Atlas]:FOR[RealismOverhaul]:NEEDS[!RftS,!RealFuels_StockEngines] { %RSSROConfig = True @rescaleFactor = 1.0 @title = Cassini probe %manufacturer = NASA, ESA, ASI @description = Probe to be sent in orbit around Saturn. Together with the Huygens-lander. @mass = 2.0 @crashTolerance = 12 %breakingForce = ...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0-only config UBIFS_FS tristate "UBIFS file system support" select CRC16 select CRC32 select CRYPTO if UBIFS_FS_ADVANCED_COMPR select CRYPTO if UBIFS_FS_LZO select CRYPTO if UBIFS_FS_ZLIB select CRYPTO_LZO if UBIFS_FS_LZO select CRYPTO_DEFLATE if UBIFS_FS_ZLIB select CRYPTO_HAS...
{ "pile_set_name": "Github" }
<?xml version="1.0" ?> <annotation> <folder>widerface</folder> <filename>41--Swimming_41_Swimming_Swimming_41_538.jpg</filename> <source> <database>wider face Database</database> <annotation>PASCAL VOC2007</annotation> <image>flickr</image> <flickrid>-1</flickrid> </source> <owner> <flickrid>yanyu</flickrid> <name>yany...
{ "pile_set_name": "Github" }
#include <bits/stdc++.h> using namespace std; const int MAXQ = 65536; const int MAXN = 65536; const int INF = 0x3f3f3f3f; class Offline { public: struct Event { int x, y, k, qtype, qid; int calc; // Event(int a = 0, int b = 0, int c = 0, int d = 0, int e = 0, int f = 0): x(a), y(b), k(c), qtype(d), qid(e), ...
{ "pile_set_name": "Github" }
// WinMergeScript.cpp : Implementation of CWinMergeScript #include "stdafx.h" #include "unicheck.h" /** * @brief Check buffer for Unicode byte order mark, and fill in uinfo as appropriate */ bool CheckForBom(char * buffer, int len, unicodingInfo * uinfo) { // Need to use unsigned char arithmetic to avoid sign exten...
{ "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 amd64,!gccgo,!appengine #include "textflag.h" DATA ·iv0<>+0x00(SB)/8, $0x6a09e667f3bcc908 DATA ·iv0<>+0x08(SB)/8, $0xbb67ae8584caa73b GLOBL ·iv0<>(S...
{ "pile_set_name": "Github" }
///用于列表查询 var titleForType = { '10':'新鲜事', // '11':'活动', '11':'打听', '12':'吐槽', '13':'公告', '20':'吃喝玩乐', '21':'求职招聘', '22':'商家信息', '23':'相亲交友', '24':'房屋信息', '25':'打车出行', '26':'二手交易', '27':'便民信息' } //首页列表可用的数据类型 var homeAvaliableItemType = ['10' , '11' , '12' , '13' , '14' , '15']; var itemType = [ [ { ...
{ "pile_set_name": "Github" }
// DATA_TEMPLATE: empty_table oTest.fnStart( "Sanity checks for DataTables with data from JS - Object data source" ); oTest.fnTest( "jQuery.dataTable function", null, function () { return typeof jQuery().dataTable == "function"; } ); oTest.fnTest( "jQuery.dataTableSettings storage array", null, function () { r...
{ "pile_set_name": "Github" }
INCLUDE_DIRECTORIES( ${BULLET_PHYSICS_SOURCE_DIR}/src ) ADD_LIBRARY( BulletInverseDynamicsUtils CloneTreeCreator.cpp CoilCreator.cpp MultiBodyTreeCreator.cpp btMultiBodyTreeCreator.cpp DillCreator.cpp MultiBodyTreeDebugGraph.cpp invdyn_bullet_comparison.cpp IDRandomUtil.cpp RandomTreeCreator.cpp SimpleTreeCreator.cpp...
{ "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_22) on Tue Mar 08 17:53:56 GMT 2011 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Issue (jslint4java parent 1.4.7 A...
{ "pile_set_name": "Github" }
<html> <head> <title>libvorbis - function - vorbis_block_clear</title> <link rel=stylesheet href="style.css" type="text/css"> </head> <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> <table border=0 width=100%> <tr> <td><p class=tiny>libvorbis documentation</p></td> <td align=right><p cl...
{ "pile_set_name": "Github" }
#include "include\souistd.h" #include "control\SSpinButton.h" namespace SOUI { SSpinButton::SSpinButton() : m_nMinValue(0) , m_nMaxValue(100) , m_pBuddy(NULL) , m_pSpinSkin(NULL) , m_nHover(-1) , m_uStep(1) , m_bCircle(true) , m_iNextTime(0) { m_bFocusable = TRUE; m_pSpinSkin = GETSKIN(...
{ "pile_set_name": "Github" }
G75* %MOIN*% %OFA0B0*% %FSLAX24Y24*% %IPPOS*% %LPD*% %AMOC8* 5,1,8,0,0,1.08239X$1,22.5* % %ADD10R,0.0515X0.0515*% %ADD11R,0.0551X0.0276*% %ADD12R,0.1693X0.1969*% %ADD13R,0.0433X0.0394*% %ADD14R,0.0394X0.0433*% %ADD15R,0.0591X0.0512*% %ADD16C,0.0827*% %ADD17R,0.0236X0.0610*% %ADD18R,0.0472X0.0709*% %ADD19R,0.0165X0.0701...
{ "pile_set_name": "Github" }
{\rtf1\ansi\ansicpg936\uc2\deff0\stshfdbch13\stshfloch0\stshfhich0\stshfbi0\deflang1033\deflangfe2052{\fonttbl{\f0\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} {\f13\fnil\fcharset134\fprq2{\*\panose 02010600030101010101}\'cb\'ce\'cc\'e5{\*\falt SimSun};}{\f35\fnil\fcharset134\fprq2{\*\panose ...
{ "pile_set_name": "Github" }
// Copyright 2011 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 net const hexDigit = "0123456789abcdef" // A HardwareAddr represents a physical hardware address. type HardwareAddr []byte func (a HardwareAddr) Stri...
{ "pile_set_name": "Github" }
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "CocoaTextView.h" #include "CocoaWindow.h" #include "CocoaThread.h" @implementation FCocoaTextView - (id)initWithFrame:(NSRect)frame { SCOPED_AUTORELEASE_POOL; self = [super initWithFrame:frame]; if (self) { // Initialization code here. IM...
{ "pile_set_name": "Github" }
#pragma once #include <Register/Utility.hpp> namespace Kvasir { //Dual Timer namespace DtimTimer1load{ ///<Load Register using Addr = Register::Address<0x40015000,0xffffffff,0x00000000,unsigned>; } namespace DtimTimer1value{ ///<Value Register using Addr = Register::Address<0x40015004...
{ "pile_set_name": "Github" }
{ tile_pattern: [ { image: "tiles/wooden-interior.png", tiles: "1j", reverse: false, pattern: " .* , .* ,.*, , wvd ,(wvd), .* , .* ,.*", }, { image: "tiles/wooden-interior.png", tiles: "1m", reverse: false, pattern: " .* , .* ,.* , (wvd) ,...
{ "pile_set_name": "Github" }
{% if status == "ok" %} <div class="pf-c-alert pf-m-success pf-m-inline pf-m-fit-content"> <div class="pf-c-alert__icon" title="Task completed successfully"> <i class="fas fa-check-circle" aria-hidden="true"></i> <p>&nbsp;{{ status | upper }}</p> </div> </div> {% elif status == "failed" or statu...
{ "pile_set_name": "Github" }
<code_set_name> IBM880 <comment_char> % <escape_char> / % version: 1.0 % source: IBM NLS RM Vol2 SE09-8002-01, March 1990 % alias CP880 % alias EBCDIC-CYRILLIC CHARMAP <U0000> /x00 NULL (NUL) <U0001> /x01 START OF HEADING (SOH) <U0002> /x02 START OF TEXT (STX) <U0003> /x03 ...
{ "pile_set_name": "Github" }
// N64 'Bare Metal' Fast Quantization Multi Block GFX 16-Bit Demo by krom (Peter Lemon): arch n64.cpu endian msb output "FastQuantizationMultiBlockGFX16BIT.N64", create fill 1052672 // Set ROM Size origin $00000000 base $80000000 // Entry Point Of Code include "LIB/N64.INC" // Include N64 Definitions include "LIB/N64_...
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.25122.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EvalErrors", "EvalErrors", "{632FF923-369E-4BAE-87F0-6881EFF6E164}" EndProject Project("{39E2626F-3545-4960-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>Ansi 0 Color</key> <dict> <key>Alpha Component</key> <real>1</real> <key>Blue Component</key> <real>0.0</real> <key>Color Space</key...
{ "pile_set_name": "Github" }
# 高级安全Windows防火墙概述以及最佳实践 {#concept_b1w_sxr_gfb .concept} 本文简单介绍Windows防火墙的概念,给出使用场景并列出了常见的防火墙操作。 ## 简介 {#section_sfs_3zr_gfb .section} 在Windows NT6.0之后微软推出了高级安全Windows防火墙\(简称WFAS\),高级安全Windows防火墙是分层安全模型的重要部分, 通过为计算机提供基于主机的双向网络通讯筛选, 高级安全Windows防火墙 阻止未授权的网络流量流向或流出本地计算机。高级安全 Windows 防火墙 还是用网络感知,以便可以将相应安全设置应用到计算机连接到的网络类...
{ "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>15G31</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <s...
{ "pile_set_name": "Github" }
// // Core Imports // -------------------------------------------------- // CSS Reset @import "core/bootstrap/reset.less"; // Core variables and mixins @import "core/bootstrap/variables.less"; // Modify this for custom colors, font-sizes, etc @import "core/bootstrap/mixins.less"; // Grid system and page structure @i...
{ "pile_set_name": "Github" }
@comment $OpenBSD$ bin/vcmibuilder @bin bin/vcmiclient @bin bin/vcmiserver include/fl/ include/fl/Console.h include/fl/Engine.h include/fl/Exception.h include/fl/Headers.h include/fl/Operation.h include/fl/defuzzifier/ include/fl/defuzzifier/Bisector.h include/fl/defuzzifier/Centroid.h include/fl/defuzzifier/Defuzzifie...
{ "pile_set_name": "Github" }
set @bug41996_extra1_tmp=@@optimizer_switch; set optimizer_switch='mrr=off'; --disable_warnings DROP DATABASE IF EXISTS d1; DROP DATABASE IF EXISTS d2; DROP DATABASE IF EXISTS d3; --enable_warnings CREATE DATABASE d1; CREATE DATABASE d2; CREATE DATABASE d3; CREATE TABLE d1.t1 (c1 TINYINT NOT NULL PRIMARY KEY, c2 INTEGE...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >FcPatternCreate</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" HREF="t1.html"><LINK REL="UP" TITLE="FcPattern" HREF="x102.html#AEN241"><LINK REL="PREVIO...
{ "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>15C50</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key...
{ "pile_set_name": "Github" }
<HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"> <title>Crimson Editor Setup</title> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <link type="text/css" rel="stylesheet" href="../../css/default.css"> </HEAD> <BODY> <FONT SIZE=5> <B><U><h1>Using...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <style> html,body{margin:0px; padding:0px; width:100%; height:100%;} body{background-color:#404040;} canvas{border:0px solid green;} div{display:flex; width:100%; height:100%; align-items:center; justify-content:center;} #lblFPS{position:absolute; top:0px; left:0px; width...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2017 Sanechips Technology Co., Ltd. * Copyright 2017 Linaro Ltd. * * Author: Baoyou Xie <baoyou.xie@linaro.org> */ #include <linux/gpio/consumer.h> #include <linux/i2c.h> #include <linux/module.h> #include <linux/regmap.h> #include <sound/pcm.h> #include...
{ "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 http-equiv="content-type" content="text/html; charset=utf-8"> <title>Mesa Release Notes</title> <link rel="stylesheet" type="text/css" href="../mesa.css"> </head> <body> <div class...
{ "pile_set_name": "Github" }
* 1 本條例依交通部臺灣鐵路管理局組織條例第十六條規定制定之。 > 釋:本條例制定之法源依據。 * 2 交通部臺灣鐵路管理局貨運服務總所(以下簡稱本所)掌理業務承攬簽約、運輸計劃、稽核、事故處理、各種車輛及運輸機械作業之管理、調撥維修、倉庫管理、倉儲檢核、調查統計、廣告、停車場等事項。 > 釋:一、本所掌理事項。二、參照現行貨運服務總所暫行組織規程第二條規定,配合業務現況,酌作文字修正。三、現行貨運服務總所暫行組織規程第二條第四款所列總務室之職掌,依體例列入本條例第四條。 * 3 本所設業務課,掌理前條所列事項。 > 釋:一、本所內部單位設置。二、本所原設業務、機具管理、倉儲等三個課,為應組織精簡,爰將三個課業務彙總裁併...
{ "pile_set_name": "Github" }
/// @ref gtx_quaternion #include <limits> #include "../gtc/constants.hpp" namespace glm { template<typename T, qualifier Q> GLM_FUNC_QUALIFIER GLM_CONSTEXPR qua<T, Q> quat_identity() { return qua<T, Q>(static_cast<T>(1), static_cast<T>(0), static_cast<T>(0), static_cast<T>(0)); } template<typename T, qualifie...
{ "pile_set_name": "Github" }
<?php $SockTimeOut = 10; function debug($text) { // flush(); // echo $text; } class CMemStream { var $Buffer; var $InputStream; var $Pos; function CMemStream () { $this->InputStream = false; $this->Pos = 0; $this->Buffer = ""; debug("A : ".gettype($this->Buffer)."<br>"); } funct...
{ "pile_set_name": "Github" }
>>> Flow 1 (client to server) 00000000 16 03 01 00 5d 01 00 00 59 03 03 8e 50 ff 02 c4 |....]...Y...P...| 00000010 3b 5e dd ee 59 d1 3a e1 db f1 30 f4 bb a7 8a 8c |;^..Y.:...0.....| 00000020 b2 d2 1a fd f8 a4 c9 e4 5f 41 e1 00 00 04 00 2f |........_A...../| 00000030 00 ff 01 00 00 2c 00 0d 00 20 00 1e 06 01 ...
{ "pile_set_name": "Github" }
#ifndef CAFFE_SGD_SOLVERS_HPP_ #define CAFFE_SGD_SOLVERS_HPP_ #include <string> #include <vector> #include "caffe/solver.hpp" namespace caffe { /** * @brief Optimizes the parameters of a Net using * stochastic gradient descent (SGD) with momentum. */ template <typename Dtype> class SGDSolver : public Solv...
{ "pile_set_name": "Github" }
#ifndef CAFFE_SGD_SOLVERS_HPP_ #define CAFFE_SGD_SOLVERS_HPP_ #include <string> #include <vector> #include "caffe/solver.hpp" namespace caffe { /** * @brief Optimizes the parameters of a Net using * stochastic gradient descent (SGD) with momentum. */ template <typename Dtype> class SGDSolver : public Solv...
{ "pile_set_name": "Github" }
>>> Flow 1 (client to server) 00000000 16 03 01 00 81 01 00 00 7d 03 03 00 00 00 00 00 |........}.......| 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 1e c0 2f |.............../| 00000030 c0 2b c0 30 c0 2c c0 11 c0 07 c0 13 c0 09 ...
{ "pile_set_name": "Github" }
<html> <head> <title>libogg - function - ogg_sync_pageseek</title> <link rel=stylesheet href="style.css" type="text/css"> </head> <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff"> <table border=0 width=100%> <tr> <td><p class=tiny>libogg documentation</p></td> <td align=right><p class=tin...
{ "pile_set_name": "Github" }
# 自定义语言的实现——解释器模式(二) 18.2 文法规则和抽象语法树 解释器模式描述了如何为简单的语言定义一个文法,如何在该语言中表示一个句子,以及如何解释这些句子。在正式分析解释器模式结构之前,我们先来学习如何表示一个语言的文法规则以及如何构造一棵抽象语法树。 在前面所提到的加法/减法解释器中,每一个输入表达式,例如“1 + 2 + 3 – 4 + 1”,都包含了三个语言单位,可以使用如下文法规则来定义: ``` expression ::= value | operation operation ::= expression '+' expression | expression '-' expression va...
{ "pile_set_name": "Github" }
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #pragma once namespace Reliab...
{ "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.2.0/css/style.css" rel="stylesheet" /> <script src="https://code.jquery.com/jque...
{ "pile_set_name": "Github" }
# 三教奇妙夜(macOS) 正常情况下,视频文件本身很难被压缩;因此该压缩包的压缩率十分可疑,基本可以确定 I 帧存在大量冗余。 通过 `ffmpeg -i output.mp4` 读取文件信息,发现该视频长达 11:58:24.28,帧率为 25fps,码率仅有 12kbps,这是疑点二,意味着 B 帧和 P 帧占据绝对多数。 先尝试提取所有关键帧,使用命令 `ffmpeg -i output.mp4 -vf select='eq(pict_type\,I)' -vsync 2 tmp/core-%05d.jpg`。 查看输出的文件,直接通过文件大小升序排列,发现前几个文件包含 flag 中的前五个部分。考虑到 ffmp...
{ "pile_set_name": "Github" }
# # Automatically generated file; DO NOT EDIT. # Linux/mips 3.2 Kernel Configuration # CONFIG_MIPS=y # # Machine selection # # CONFIG_MIPS_ALCHEMY is not set # CONFIG_AR7 is not set # CONFIG_ATH79 is not set # CONFIG_ATI_XILLEON is not set # CONFIG_BCM47XX is not set # CONFIG_BCM63XX is not set CONFIG_BRCMSTB=y # CONF...
{ "pile_set_name": "Github" }
\documentclass{article} %DIF LATEXDIFF DIFFERENCE FILE %DIF DEL circonflex-old.tex Thu Jun 12 00:01:26 2014 %DIF ADD circonflex-new.tex Thu Jun 12 00:01:26 2014 %DIF PREAMBLE EXTENSION ADDED BY LATEXDIFF %DIF UNDERLINE PREAMBLE %DIF PREAMBLE \RequirePackage[normalem]{ulem} %DIF PREAMBLE \RequirePackage{color}\defin...
{ "pile_set_name": "Github" }
## <div id="class06">架构型设计模式</div> 目录 - [35、同步模块模式](#class06-35) - [36、异步模块模式](#class06-36) - [37、Widget模式](#class06-37) ### <div id="class06-35">35、同步模块模式</div> #### 描述 **模块化**: 将复杂的系统分解成高内聚、低耦合的模块, 使系统开发变得可控、可维护、可扩展, 提高模块的重复使用率。 **同步模块模式**: 请求发出去之后, 无论模块是否存...
{ "pile_set_name": "Github" }
0.1907533943933083036247067010293676503352 {omega[1]} 0.1941284189969002995902963917829175954921 {omega[2]} 0.2012917470715940250947009054760528101724 {omega[3]} 0.2131101631334944056044532201266150650554 {omega[4]} 0.2309343000742641724751637657964131733479 {omega[5]} 0.25652778002875182170538191639419...
{ "pile_set_name": "Github" }
// Copyright 2011 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 packet import ( "bytes" "encoding/hex" "fmt" "golang.org/x/crypto/openpgp/errors" "io" "io/ioutil" "testing" ) func TestReadFull(t *testing.T) ...
{ "pile_set_name": "Github" }
<rolltemplate class="sheet-rolltemplate-attack"> <table> {{#name}} <tr><th>{{name}}</th></tr> {{/name}} <tr><td>Roll: {{attack}}</td></tr> <!-- begin annoying auto hit check --> {{#rollTotal() attack 1}} <tr><td><span class="sheet-crit">CRIT!</span> {{crit}}</td></tr> {{/rollTotal...
{ "pile_set_name": "Github" }
#ifndef __WINLINUX_CONFIG__ #define __WINLINUX_CONFIG__ ///////////////////////////////////////////////////////////////////////////// #include "zwldef.h" #pragma pack(push,1) ///////////////////////////////////////////////////////////////////////////// class NOVTABLE wl_config { public: typedef union tagVersion { s...
{ "pile_set_name": "Github" }