text stringlengths 4 99.7k | meta dict |
|---|---|
///////////////////////////////////////////////////////////
// JsonTool.as
// Macromedia ActionScript Implementation of the Class JsonTool
// Created on: 2015-11-27 上午9:58:59
// Original author: ww
///////////////////////////////////////////////////////////
package laya.debug.tools
{
/**
*
* @author w... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zenphoto Mutex class
* @author Stephen
* @package setup
*
*/
class setupMutex {
private $locked = NULL;
private $ignoreUseAbort = NULL;
private $mutex = NULL;
private $lock = NULL;
private $lockfolder;
function __construct() {
// if any of the construction fails, run in free mode (lock = NUL... | {
"pile_set_name": "Github"
} |
#include<cstdio>
#include<iostream>
#include<cmath>
#include<algorithm>
#include<cstring>
#include<map>
#include<set>
#include<vector>
#include<utility>
#include<queue>
#include<stack>
#define sd(x) scanf("%d",&x)
#define sd2(x,y) scanf("%d%d",&x,&y)
#define sd3(x,y,z) scanf("%d%d%d",&x,&y,&z)
#define fi first
#define... | {
"pile_set_name": "Github"
} |
<html>
<head>
<title>Path test</title>
<style type="text/css">
.pixel {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
background: #000;
}
.red { background: red; }
.blue { background: blue; }
</style>
<script language="JavaScript" type="text/javascript">
// ... | {
"pile_set_name": "Github"
} |
/*global QUnit */
/*eslint no-undef:1, no-unused-vars:1, strict: 1 */
sap.ui.define([
"sap/ui/qunit/utils/createAndAppendDiv",
"sap/m/HBox",
"sap/ui/core/HTML",
"sap/m/FlexItemData",
"sap/m/VBox",
"sap/m/App",
"sap/m/Page",
"jquery.sap.global",
"sap/ui/dom/includeStylesheet"
], function(
createAndAppendDiv,
... | {
"pile_set_name": "Github"
} |
!!!COM: Palestrina, Giovanni Perluigi da
!!!OPR: Missa De feria
!!!OMD: Benedictus
!!!OTL: First Section
**kern **kern **kern
*Ibass *Icalto *Icant
!Bassus !Altus !Cantus
*clefF4 *clefG2 *clefG2
*k[] *k[] *k[]
*E:phr *E:phr *E:phr
*M4/2 *M4/2 *M4/2
=1 =1 =1
0r 0A 0r
=2 =2 =2
0r 1A 0r
. 1d .
=3 =3 =3
0r 2c 0e
. 2A .
. 2... | {
"pile_set_name": "Github"
} |
{
"$schema" : "http://json-schema.org/draft-01/hyper-schema#",
"id" : "http://json-schema.org/draft-01/hyper-schema#",
"properties" : {
"links" : {
"type" : "array",
"items" : {"$ref" : "http://json-schema.org/draft-01/links#"},
"optional" : true
},
"fragmentResolution" : {
"type" : "string",
... | {
"pile_set_name": "Github"
} |
### 中共党员大量死亡名单曝光 死因惊人一致
------------------------
#### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) | [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) | [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) | [网门安卓版](h... | {
"pile_set_name": "Github"
} |
{
"credit": "Made with Blockbench",
"textures": {
"0": "create:block/steam_engine_wheel",
"5": "create:block/brass_casing",
"7": "create:block/brass_gearbox",
"particle": "create:block/steam_engine_wheel"
},
"elements": [
{
"from": [29, 1, 11.5],
"to": [32, 3, 13.5],
"rotation": {"angle": 0, "axi... | {
"pile_set_name": "Github"
} |
h2. 定义 {anchor:definitions}
h3. AccessTokenModel {anchor:accesstokenmodel}
||名称||说明||类型||
|*access_token*\\ \\ _可选_||*样例* : {noformat}"string"{noformat}||string|
|*expires_in*\\ \\ _可选_||*样例* : {noformat}0{noformat}||integer (int32)|
|*refresh_token*\\ \\ _可选_||*样例* : {noformat}"string"{noformat}||string|
|*scope*\\... | {
"pile_set_name": "Github"
} |
## 序言
本教程希望让您快速熟悉使用React Native来编写iOS和Android App的技巧。如果你希望知道React Native是什么以及为什么Facebook打造了它,可以读读[这篇博文](http://bbs.reactnative.cn/topic/14)
我们这里假设你已经有了使用React编写Web应用程序的经验。如果还没有,建议你可以先从[React官网](http://facebook.github.io/react/)开始学习。
## 准备工作
React Native需要一些基础的配置工作,你可以参考[开始使用React Native](/docs/getting-started.html)... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Analog Devices ADAU1373 Audio Codec drive
*
* Copyright 2011 Analog Devices Inc.
* Author: Lars-Peter Clausen <lars@metafoo.de>
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/pm.h>
#include <linux/i2c.h>
#include <lin... | {
"pile_set_name": "Github"
} |
SHOW TABLES FROM information_schema LIKE 'ENGINES';
Tables_in_information_schema (ENGINES)
ENGINES
#######################################################################
# Testcase 3.2.1.1: INFORMATION_SCHEMA tables can be queried via SELECT
#######################################################################
DROP ... | {
"pile_set_name": "Github"
} |
<?php
namespace CodeIgniter\Test;
class DOMParserTest extends \CodeIgniter\Test\CIUnitTestCase
{
protected function setUp(): void
{
parent::setUp();
if (! extension_loaded('DOM'))
{
$this->markTestSkipped('DOM extension not loaded.');
}
}
public function testCanRoundTripHTML()
{
$dom = new DOMPars... | {
"pile_set_name": "Github"
} |
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
D3D12Stats.cpp:RHI Stats and timing implementation.
=============================================================================*/
#include "D3D12RHIPrivate.h"
#include "Engine... | {
"pile_set_name": "Github"
} |
## `joomla:3-php7.2`
```console
$ docker pull joomla@sha256:a939d120713b0173e0a44e5fee4881d0c317a565fb8920ebb90a9153feea48e5
```
- Manifest MIME: `application/vnd.docker.distribution.manifest.list.v2+json`
- Platforms:
- linux; amd64
- linux; arm variant v5
- linux; arm variant v7
- linux; arm64 variant v8
- lin... | {
"pile_set_name": "Github"
} |
// SNES GSU Test SUB (Subtraction) demo (GSU Code) by krom (Peter Lemon):
arch snes.gsu
GSUStart:
////////////////////////////
// SUB register
////////////////////////////
iwt r1, #$7FFF // R1 = $7FFF
iwt r0, #$7FFF // R0 = $7FFF
with r1 ; sub r0 // R1 -= R0
stop // Stop GSU
nop // Delay Slot
iwt ... | {
"pile_set_name": "Github"
} |
<!--
~ Copyright (c) 2018 Wolfram Research, Inc. All rights reserved.
~ Redistribution or use of this work in any form, with or without modification,
~ requires written permission from the copyright holder.
-->
<h3><a href="http://reference.wolfram.com/mathematica/ref/LinearModelFit.html">LinearModelFit</a></... | {
"pile_set_name": "Github"
} |
#StarCraftⅡ-cn,星际争霸2国服,0,0,1,0,1,0,By-normanbb
12.129.202.0/24
12.129.206.0/24
12.129.210.0/24
12.129.222.0/24
12.129.242.0/24
12.130.193.0/24
14.215.228.0/24
36.25.240.0/24
39.129.16.0/24
42.186.64.0/24
42.186.64.174/32
42.186.64.175/32
42.186.64.176/32
42.186.64.177/32
42.186.64.178/32
42.186.64.179/3... | {
"pile_set_name": "Github"
} |
{% extends 'homepage.html' %}
{% block content %}
<h2> Further refine search </h2>
<form id='re-search'>
{% include 'hidden_search_inputs.html' %}
<table border="0">
<tr>
<td align=left>{{ KNOWL('rep_galois_modl.dimension', title='Dimension') }}</td>
<td align=left>{{ KNOWL('rep_galois_modl.determinant', title='Deter... | {
"pile_set_name": "Github"
} |
## 人生是美好的,但过程确实是痛苦的
2008年4月10日
【背景】2006年5月28日,华为员工、25岁的胡某因病毒性脑炎死亡;2007年7月18日,年仅26岁的华为员工张某在深圳梅林某小区的楼道内自缢身亡;2007年8月11日,华为长春办事处员工赵某纵身从7楼跳下身亡; 2008年2月26日,华为成都员工李某从研发中心楼跃下。
知道大家都是先进党员,我很羡慕你们,你们很光荣,你们是我们公司中很重要的榜样,榜样的力量是无穷的。今天主要跟大家交流,应该怎么来看待现实生活和工作中的问题,以及帮助一些认识上还有差距的同事。同时,通过你们向下传达一个精神:就是我认为人生是非常美好的,但过程确实是痛苦的。
人生出来最终要死... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
/*
* MOXA ART RTC driver.
*
* Copyright (C) 2013 Jonas Jensen
*
* Jonas Jensen <jonas.jensen@gmail.com>
*
* Based on code from
* Moxa Technology Co., Ltd. <www.moxa.com>
*/
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/rtc.h>
#in... | {
"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"
} |
<div class="apiDetail">
<div>
<h2><span>Function(treeId, treeNode, clickFlag)</span><span class="path">setting.callback.</span>beforeClick</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">
... | {
"pile_set_name": "Github"
} |
<?php
function echoln($str) {
echo $str;
echo "\n";
}
function usage($reason) {
echoln("Usage: php build-nix.php [flags]");
echoln("Flags in parantheses are optional");
echoln("");
echoln(" --bits=[32,64]");
echoln(" --function=[curve25519,ed25519]");
echoln(" (--compiler=[*gcc,clang,icc]) ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>42--Car_Racing_42_Car_Racing_Car_Racing_42_562.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"
} |
<HTML>
<HEAD>
<META Name="Generator" Content="Lotus Word Pro"></META>
<TITLE>RFP-0005 Services Framework Remote Administration (1999-09-17)</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="719">
<TR>
<TD WIDTH="29%" ALIGN="LEFT" VALIGN="MIDDLE"> </TD>
<TD W... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>service</cbid>
<replay>
<read><delim>\x0a</delim><match><data>2D Particle Simulator\x0a</data></match></read>
<read><delim>\x0a</delim><match><data>Enter the number of particles to simulate \x281-10\x29:\x0a</data>... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class="PopupSearchResultsPage" onLoad="NDOnLoad()"><script language=J... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>service</cbid>
<replay>
<read><delim>\x0a</delim><match><data>2D Particle Simulator\x0a</data></match></read>
<read><delim>\x0a</delim><match><data>Enter the number of particles to simulate \x281-10\x29:\x0a</data>... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>widerface</folder>
<filename>33--Running_33_Running_Running_33_183.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>
<... | {
"pile_set_name": "Github"
} |
# CrapApi部署帮助文档
----------------[下载编译好的压缩包部署]
每个文档版本都会提供对应版本的编译好的压缩包,解压下载部署到tomcat下即可,部署方式请自行度娘!
压缩文件下载地址:http://api.crap.cn/index.do#/web/article/detail/web/ARTICLE/a00534f1-7e50-45e2-9e72-fc9ede829dec
压缩包中一般均会包含对应版本的sql脚本,直接执行该脚本即可,不需要再执行任何其他sql脚本!!!
Sql执行可能会报错!!!原因:本人使用workbench工具导出脚本,使用其他工具导入时可能会提示报错,请根据报错原因,自行修复!... | {
"pile_set_name": "Github"
} |
// DATA_TEMPLATE: empty_table
oTest.fnStart( "oLanguage.sSearch" );
$(document).ready( function () {
/* Check the default */
var oTable = $('#example').dataTable( {
"sAjaxSource": "../../../examples/ajax/sources/objects.txt",
"aoColumns": [
{ "mData": "engine" },
{ "mData": "browser" },
{ "mData": "plat... | {
"pile_set_name": "Github"
} |
PaddleX GUI
=======================================
PaddleX GUI是基于PaddleX实现的可视化开发客户端。开发者以点选、键入的方式快速体验深度学习模型开发的全流程。不仅可以作为您提升深度学习模型开发效率的工具,更可以作为您们应用PaddleX API搭建专属的行业软件/应用的示例参照。
PaddleX GUI 当前提供Windows,Mac,Ubuntu三种版本一键绿色安装的方式。请至飞桨官网:https://www.paddlepaddle.org.cn/paddle/paddleX 下载您需要的版本。
功能简介
------------------------... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>24--Soldier_Firing_24_Soldier_Firing_Soldier_Firing_24_664.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</fl... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>1--Handshaking_1_Handshaking_Handshaking_1_164.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"
} |
/* This file is generated by gen_zigzag32.m */
/* clang-format off */
#include "odintrin.h"
OD_EXTERN const unsigned char OD_ZIGZAG32_DCT_DCT[768][2] = {
{ 16, 0 }, { 17, 0 }, { 18, 0 }, { 19, 0 },
{ 16, 1 }, { 17, 1 }, { 20, 0 }, { 16, 2 },
{ 18, 1 }, { 21, 0 }, { 17, 2 }, { 16, 3 },
{ 19, 1 }, { 22, 0 }, { ... | {
"pile_set_name": "Github"
} |
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf210
{\fonttbl\f0\fnil\fcharset0 PragmataPro;\f1\fnil\fcharset0 PragmataPro-Italic;\f2\fnil\fcharset0 PragmataPro-Bold;
\f3\fnil\fcharset0 PragmataPro-BoldItalic;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww12040\viewh18700\view... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
<article id="callout_tests" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Callout Tests</title>
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>service</cbid>
<replay>
<read><delim>\x0a</delim><match><data>2D Particle Simulator\x0a</data></match></read>
<read><delim>\x0a</delim><match><data>Enter the number of particles to simulate \x281-10\x29:\x0a</data>... | {
"pile_set_name": "Github"
} |
{"1179": 0.23512073149405358}
{"1106": 0.228654571409621}
{"652": 0.26706320871106765}
{"617": 0.25888070620540204}
{"529": 0.23796719398186578}
{"1336": 0.22708931518452144}
{"560": 0.2612410483304467}
{"569": 0.25344843499981895, "556": 0.24737922264439613}
{"864": 0.22093242105651731, "1369": 0.21443143954958546, "7... | {
"pile_set_name": "Github"
} |
# 深度学习项目流程
tags: 深度学习
---
## 1. 定义问题
确定是分类问题还是回归问题,还是无监督问题。
## 2. 探索和清洗数据
**探索和进一步清洗数据集一直都是深度学习中最重要的一步。**
## 3. 选择模型并探索模型结果
探索模型的结果,通常是需要对模型在验证集上的性能进行进一步的分析,这是如何进一步提升模型性能很重要的步骤。将模型在训练集和验证集都进行结果的验证和可视化,可直观的分析出模型是否存在较大偏差以及结果的正确性。
## 4. 监控训练和验证误差
首先很多情况下,我们忽略代码的**规范性和算法**撰写正确性验证,这点上容易产生致命的影响... | {
"pile_set_name": "Github"
} |
### 10省全部沦陷 特鲁多宣布加拿大“封国”(直播)
------------------------
#### [首页](https://github.com/gfw-breaker/banned-news/blob/master/README.md) | [手把手翻墙教程](https://github.com/gfw-breaker/guides/wiki) | [禁闻聚合安卓版](https://github.com/gfw-breaker/bn-android) | [网门安... | {
"pile_set_name": "Github"
} |
146 val_146 val_146
146 val_146 val_146
146 val_146 val_146
146 val_146 val_146
150 val_150 val_150
213 val_213 val_213
213 val_213 val_213
213 val_213 val_213
213 val_213 val_213
238 val_238 val_238
238 val_238 val_238
238 val_238 val_238
238 val_238 val_238
255 val_255 val_255
255 val_255 val_255
255 val_255 val_255
... | {
"pile_set_name": "Github"
} |
#include<stdio.h>
#include<iostream>
#include<cmath>
#include<algorithm>
#include<cstring>
#include<map>
#include<set>
#include<vector>
#include<utility>
#include<math.h>
#define sd(x) scanf("%d",&x);
#define sd2(x,y) scanf("%d%d",&x,&y);
#define sd3(x,y,z) scanf("%d%d%d",&x,&y,&z);
using namespace std;
int t, type,... | {
"pile_set_name": "Github"
} |
{
"kind": "ImageStream",
"apiVersion": "v1",
"metadata": {
"name": "golang",
"creationTimestamp": null,
"annotations": {
"openshift.io/display-name": "Go"
}
},
"spec": {
"lookupPolicy": {
"local": false
},
"tags": [
{
"name": "latest",
"annotations": {
"description": "Build and ... | {
"pile_set_name": "Github"
} |
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.Modals = factory());
}(this, (function () { 'use strict';
// https://stackoverflow.com/a/34624648
function copy(o) {
var... | {
"pile_set_name": "Github"
} |
package metro
import "encoding/binary"
func rotate_right(v uint64, k uint) uint64 {
return (v >> k) | (v << (64 - k))
}
func Hash128(buffer []byte, seed uint64) (uint64, uint64) {
const (
k0 = 0xC83A91E1
k1 = 0x8648DBDB
k2 = 0x7BDEC03B
k3 = 0x2F5870A5
)
ptr := buffer
var v [4]uint64
v[0] = (seed - ... | {
"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>16B2333a</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</... | {
"pile_set_name": "Github"
} |
{
"actions": [
{
"verb": "createSPList",
"listName": "Manager on Duty",
"templateType": 100,
"subactions": [
{
"verb": "setDescription",
"description": "A list to keep track of which staff are on duty for a particular day"
},
{
"verb": ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>6--Funeral_6_Funeral_Funeral_6_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</nam... | {
"pile_set_name": "Github"
} |
<div class="apiDetail">
<div>
<h2><span>Function(event, treeId, treeNode)</span><span class="path">setting.callback.</span>onExpand</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>用于捕获节点被展开的事件... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>58--Hockey_58_Hockey_icehockey_puck_58_615.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>ya... | {
"pile_set_name": "Github"
} |
{
"schema_version": "2.0",
// All repositories must be an HTTP or HTTPS URL. HTTPS is vastly superior
// since verification of the source server is performed on SSL certificates.
"repositories": [
"http://sublime.wbond.net/packages.json",
"https://github.com/buymeasoda/soda-theme",
"https://github.com/Sublim... | {
"pile_set_name": "Github"
} |
<div class="usersettings">
<div class="row">
<div class="tabbable tabs-left col-md-2">
<ul class="nav nav-tabs" style="width: 100%">
<li class="userSettingsLink active"><a>User Settings</a></li>
<li class="oAuthCodesLink active"><a>OAuth Codes</a></li>
<li class="serializersLink"><a>Serializers</a></l... | {
"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_opt.xsd">
<SchemaVersion>1.0</SchemaVersion>
<Header>### uVision Project, (C) Keil Software</Header>
<Extensions>
<cExt>*.c</cExt>
<aExt>*.s*;... | {
"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_opt.xsd">
<SchemaVersion>1.0</SchemaVersion>
<Header>### uVision Project, (C) Keil Software</Header>
<Extensions>
<cExt>*.c</cExt>
<aExt>*.s*;... | {
"pile_set_name": "Github"
} |
^F:\VS项目\C++提高\第三阶段-录制代码\01 类模板语法\01 类模板语法\01 类模板语法.CPP
/c /ZI /JMC /nologo /W3 /WX- /diagnostics:classic /sdl /Od /Oy- /D _UNICODE /D UNICODE /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /permissive- /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"DEBUG\\" /Fd"DEBUG\VC141.PDB" /Gd /TP /analyze- /FC F:\VS项目\C++提高\第三阶段-录制代码\01 类模板语法\... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIEqDCCA5CgAwIBAgIJAJNurL4H8gHfMA0GCSqGSIb3DQEBBQUAMIGUMQswCQYD
VQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNTW91bnRhaW4g
VmlldzEQMA4GA1UEChMHQW5kcm9pZDEQMA4GA1UECxMHQW5kcm9pZDEQMA4GA1UE
AxMHQW5kcm9pZDEiMCAGCSqGSIb3DQEJARYTYW5kcm9pZEBhbmRyb2lkLmNvbTAe
Fw0wODAyMjkwMTMzNDZaFw0zNTA3MTcw... | {
"pile_set_name": "Github"
} |
{*
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy ... | {
"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>18B57c</string>
<key>CFBundleExecutable</key>
<string>VoodooPS2Mouse</string>
<key>CFBundleGetInfoString<... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AdvancedSpatialSoundsXDK", "AdvancedSpatialSoundsXDK.vcxproj", "{8D1B958E-AAB0-48CF-BD60-C39A7FEBB662}"
... | {
"pile_set_name": "Github"
} |
# CVS $Revision$ $Author$ -- Mon Nov 10 23:40:38 2008 -- reformated by prettylst.pl v1.38 (build 8180)
#
# Spycraft PCGen dataset by Eddy Anthony
#
SOURCELONG:AEG Spycraft SOURCESHORT:Spycraft SOURCEWEB:http://www.crafty-games.com/product_catalog/spycraftfirsted SOURCEDATE:2003-01
# Personal Vehicles ----------------... | {
"pile_set_name": "Github"
} |
=== resources/clj_kondo/impl/cache/built_in/clj/clojure.zip.transit.json ===
insert-child {2 {:ret :vector}}
left {1 {:ret #{:vector :nil}}}
append-child {2 {:ret :vector}}
down {1 {:ret #{:vector :nil}}}
replace {2 {:ret :vector}}
zipper {4 {:ret :vector}}
end? {1 {:ret :boolean}}
edit {:varargs {:ret :vector, :min-... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIDWjCCAwWgAwIBAgIBATAMBggqhkjOPQQDAQUAMFAxCzAJBgNVBAYTAkRFMQ0w
CwYDVQQKDARidW5kMQwwCgYDVQQLDANic2kxDTALBgNVBAUTBDQ1NjcxFTATBgNV
BAMMDGNzY2EtZ2VybWFueTAeFw0wNzA3MTkxNTI3MThaFw0yODAxMTkxNTE4MDBa
MFAxCzAJBgNVBAYTAkRFMQ0wCwYDVQQKDARidW5kMQwwCgYDVQQLDANic2kxDTAL
BgNVBAUTBDQ1NjcxFTATBgNVBAMMDGNz... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify -Wformat-nonliteral -isystem %S/Inputs %s
// RUN: %clang_cc1 -fsyntax-only -verify -Wformat-nonliteral -isystem %S/Inputs -fno-signed-char %s
#include <stdarg.h>
#include <stddef.h>
#define __need_wint_t
#include <stddef.h> // For wint_t and wchar_t
typedef struct _FILE FILE;
... | {
"pile_set_name": "Github"
} |
### 2.2 数据类型
[教程地址: 2.2 数据类型](http://javascript.ruanyifeng.com/grammar/types.html)
---
### 目录
```
1. 概述
2. typeof运算符
3. null和undefined
3.1 概述
3.2 用法和含义
4. 布尔值
5. 参考链接
```
---
### 1. 概述
- JavaScript的数据类型,共有六种。(ES6又新增了第七种Symbol类型的值,本教程不涉及。)
- 数值(number):整数和小数(比如1和3.14)
- 字符串(string):字符组成的文本(比如”Hello World”)
... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
// peripheral BT0
namespace Bt6PwmTmcr{ ///< register PWM_TMCR
using Addr = Register::Address<0x4002528c,0xffff8080,0x00000000,unsigned>;
/// bitfield CKS2_0
constexpr Register::FieldLocation<Addr,Register::maskFromRange(... | {
"pile_set_name": "Github"
} |
{
"country_code": "KR",
"parents": [
"KR",
"Jeollabuk-do"
],
"locale": "ko",
"subdivisions": {
"Gochang-gun": {
"local_code": "고창군",
"postal_code_pattern": "564"
},
"Gunsan-si": {
"local_code": "군산시",
"postal_code_pattern": "54[01]"
},
"Gimje-si": {
"local_code": "김제시",
"postal_code... | {
"pile_set_name": "Github"
} |
#ifndef UI_CONTROL_SCROLLBAR_H_
#define UI_CONTROL_SCROLLBAR_H_
#pragma once
namespace ui
{
class UILIB_API ScrollBar : public Control
{
public:
ScrollBar();
Box* GetOwner() const;
void SetOwner(ScrollableBox* pOwner);
virtual void SetEnabled(bool bEnable = true) override;
virtual void SetFocus() override;
v... | {
"pile_set_name": "Github"
} |
//===== eAthena Script =======================================
//= Geffen Warp Script
//===== By: ==================================================
//= Nana (1.0)
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= Any Athena Version... | {
"pile_set_name": "Github"
} |
0061..007A
00AA..00AA
00B5..00B5
00BA..00BA
00DF..00F6
00F8..00FF
0101..0101
0103..0103
0105..0105
0107..0107
0109..0109
010B..010B
010D..010D
010F..010F
0111..0111
0113..0113
0115..0115
0117..0117
0119..0119
011B..011B
011D..011D
011F..011F
0121..0121
0123..0123
0125..0125
0127..0127
0129..0129
012B..012B
012D..012D
0... | {
"pile_set_name": "Github"
} |
#ifndef TABLE_FRAME_SINK_HEAD_FILE
#define TABLE_FRAME_SINK_HEAD_FILE
#pragma once
#include "Stdafx.h"
#include "GameLogic.h"
#include "..\游戏客户端\HistoryRecord.h"
//////////////////////////////////////////////////////////////////////////
//游戏桌子类
class CTableFrameSink : public ITableFrameSink, public ITableUserAction
... | {
"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>17E202</string>
<key>CFBundleExecutable</key>
<string>VoodooPS2Controller</string>
<key>CFBundleGetInfoSt... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>service</cbid>
<replay>
<read><delim>\x0a</delim><match><data>2D Particle Simulator\x0a</data></match></read>
<read><delim>\x0a</delim><match><data>Enter the number of particles to simulate \x281-10\x29:\x0a</data>... | {
"pile_set_name": "Github"
} |
# Once done these will be defined:
#
# FONTCONFIG_FOUND
# FONTCONFIG_INCLUDE_DIRS
# FONTCONFIG_LIBRARIES
find_package(PkgConfig QUIET)
if (PKG_CONFIG_FOUND)
pkg_check_modules(_FONTCONFIG QUIET fontconfig)
endif()
find_path(FONTCONFIG_INCLUDE_DIR
NAMES fontconfig/fontconfig.h
HINTS
${_FONTCONFIG_INCLUDE_DIRS}
... | {
"pile_set_name": "Github"
} |
{include file='user/header_info.tpl'}
<main class="content">
<div class="content-header ui-content-header">
<div class="container">
<h1 class="content-heading">节点信息</h1>
</div>
</div>
<div class="container">
<section class="content-inner margin-top-no">
<div class="ui-card-wrap">
... | {
"pile_set_name": "Github"
} |
<div class="apiDetail">
<div>
<h2><span>Function(event, treeId, treeNode)</span><span class="path">setting.callback.</span>onMouseUp</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"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DebugTest", "DebugTest.vcxproj", "{50A78F0F-0AB1-421E-B1E7-BD4D4E8EA3E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win... | {
"pile_set_name": "Github"
} |
#include "BigIntegerAlgorithms.hh"
BigUnsigned gcd(BigUnsigned a, BigUnsigned b) {
BigUnsigned trash;
// Neat in-place alternating technique.
for (;;) {
if (b.isZero())
return a;
a.divideWithRemainder(b, trash);
if (a.isZero())
return b;
b.divideWithRemainder(a, trash);
}
}
void extendedEuclidean(Bi... | {
"pile_set_name": "Github"
} |
<template>
<view class="uni-load-more">
<view v-show="status === 'loading' && showIcon" class="uni-load-more__img">
<view class="load1">
<view class="uni-load-view_wrapper" :style="{background:color}" />
<view class="uni-load-view_wrapper" :style="{background:color}" />
<view class="uni-load-view_wrap... | {
"pile_set_name": "Github"
} |
# 對話框
對話框是在告知使用者緊急的訊息,要求使用者做出決定,或者在一個分散的過程中包裝成多個任務。由於對話框是一種中斷性突然顯示並且停止使用者當前的任務和需要關注對話框裏的內容。並非每個選擇、設定或者細節都是像中途中斷或是明顯的方式。
可替代對話框的元件包含簡易的菜單或者當前內容區域內擴展內容。這兩種方法提供訊息或者同時保持當前內文與比較少破壞性的選擇。
## 內容
對話框的內容可以有廣泛的變化,不過典型的做法是通常包含內文或者 UI 控制元件在特定的任務或程序,就像確認項目的刪除或是選擇一種設定。
使用對話框的內容區域可揭露更多的訊息或者更進階的內容。避免從對話框裡面又打開對話框。
全螢幕的對話框可能會打開更多的對... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>service</cbid>
<replay>
<read><delim>\x0a</delim><match><data>2D Particle Simulator\x0a</data></match></read>
<read><delim>\x0a</delim><match><data>Enter the number of particles to simulate \x281-10\x29:\x0a</data>... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>0--Parade_0_Parade_Parade_0_1019.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>... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<title>ScrollableView-v-vh-af</title>
<... | {
"pile_set_name": "Github"
} |
{
"quicksand" : {
"index" : 10,
"targetType" : "NO_TARGET",
"sounds": {
"cast": "QUIKSAND"
},
"levels" : {
"base":{
"range" : "X",
"battleEffects" : {
"obstacle" : {
"type":"core:obstacle",
"hidden" : true,
"passable" : true,
"trap" : true,
"trigger" : false,... | {
"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.
package bpf
import (
"errors"
"fmt"
)
// A VM is an emulated BPF virtual machine.
type VM struct {
filter []Instruction
}
// NewVM returns a new VM using ... | {
"pile_set_name": "Github"
} |
// RUN: %clang_analyze_cc1 -analyzer-checker=optin.mpi.MPI-Checker -verify %s
#include "MPIMock.h"
void matchedWait1() {
int rank = 0;
double buf = 0;
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
if (rank >= 0) {
MPI_Request sendReq1, recvReq1;
MPI_Isend(&buf, 1, MPI_DOUBLE, rank + 1, 0, MPI_COMM_WORLD, &sen... | {
"pile_set_name": "Github"
} |
<section id="references">
<h1>References</h1>
<p>Where to look to find out more.</p>
<h2>Online</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-transitions/">W3C: CSS Transitions Module Level 3</a></li>
<li><a href="http://www.w3.org/TR/css3-2d-transforms/">W3C: CSS 2D Transforms Module Level 3</a></li>
<li>... | {
"pile_set_name": "Github"
} |
/// @ref core
/// @file glm/detail/type_gentype.inl
namespace glm{
namespace detail{
/////////////////////////////////
// Static functions
template<typename vT, uint cT, uint rT, profile pT>
typename base<vT, cT, rT, pT>::size_type base<vT, cT, rT, pT>::col_size()
{
return cT;
}
template<typename vT, uint cT, uint... | {
"pile_set_name": "Github"
} |
# newdoc id = reviews-256677
# sent_id = reviews-256677-0001
# newpar id = reviews-256677-p0001
# text = Love Hop City
1 Love love VERB VBP Mood=Ind|Tense=Pres|VerbForm=Fin 0 root 0:root _
2 Hop Hop PROPN NNP Number=Sing 3 compound 3:compound _
3 City City PROPN NNP Number=Sing 1 obj 1:obj _
# sent_id = reviews-256677... | {
"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>17D102</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<... | {
"pile_set_name": "Github"
} |
# RNN原理
# 循环神经网络(RNN)原理通俗解释
## 1.RNN怎么来的?
循环神经网络的应用场景比较多,比如暂时能写论文,写程序,写诗,但是,(总是会有但是的),但是他们现在还不能正常使用,学习出来的东西没有逻辑,所以要想真正让它更有用,路还很远。
这是一般的神经网络应该有的结构:

既然我们已经有了人工神经网络和卷积神经网络,为什么还要循环神经网络?
原因很简单,无论是卷积神经网络,还是人工神经网络,他们的前提假设都是: 元素之间是相互独立的,... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>imagesRaw</folder>
<filename>2017-12-24 09:15:01.439396.jpg</filename>
<path>/Users/abell/Development/other.nyc/Camera/imagesRaw/2017-12-24 09:15:01.439396.jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>352</width>
<height>240</height>
<depth>3</depth>
</siz... | {
"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>CFBundleIdentifier</key>
<string>org.rehabman.injector.FakePCIID-Intel-HD-Graphics</s... | {
"pile_set_name": "Github"
} |
## 李宏毅机器学习Day1-3:线性回归任务一
### 什么是机器学习?
机器学习的核心是“**使用算法解析数据,从中学习,然后对世界上的某件事情做出决定或预测**”。
Tom Mitchell提供了一个更现代的定义:“据说计算机程序从经验E中学习某些任务T和绩效测量P,如果它在T中的任务中的表现,由P测量,随经验E而改善。 “
示例:玩跳棋。
E =玩许多跳棋游戏的经验
T =玩跳棋的任务。
P =程序赢得下一场比赛的概率。
### 中心极限定理
中心极限定理指的是给定一个任意分布的总体。我每次从这些总体中随机抽取 n 个抽样,一共抽 m 次。 然后把这 m 组抽样分别求出平均值。 这些平均值的分布接近**正态... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>DisplayBlueGamma</key>
<real>1.939987e+00</real>
<key>DisplayBluePointX</key>
<real>1.529999e-01</real>
<key>DisplayBluePointY</key>
<real>9.999084e-02</real>
<... | {
"pile_set_name": "Github"
} |
{
"cards": [
{
"hidden": 0,
"label": "Buying",
"links": "[ \n {\n \"dependencies\": [\n \"Item\"\n ],\n \"description\": \"Request for purchase.\",\n \"label\": \"Material Request\",\n \"name\": \"Material Request\",\n \"onboard\": 1,\n \"type... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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 aix darwin dragonfly freebsd linux netbsd openbsd solaris
package ipv4
import (
"unsafe"
"golang.org/x/net/internal/iana"
"golang.org/x/net/inte... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html>
<head>
<title>Multi Series Pie Chart</title>
<script src="../../dist/chart.js"></script>
<script src="../utils.js"></script>
</head>
<body>
<div id="canvas-holder" style="width:40%">
<canvas id="chart-area"></canvas>
</div>
<script>
var ctx = document.getElementById('chart-area');
n... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.