text stringlengths 4 99.7k | meta dict |
|---|---|
/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
( function() {
var defaultToPixel = CKEDITOR.tools.cssLength;
var commitValue = function( data ) {
var id = this.id;
if ( !data.info )
data.info ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<DelphiIDETheme modified="2011-03-20 19:20:21" author="Delphi IDE Theme Editor" versionapp="1.0.0.90">
<AdditionalSearchMatchHighlight>
<Bold>False</Bold>
<Italic>False</Italic>
<Underline>False</Underline>
<DefaultForeground>True</DefaultForeground>
<... | {
"pile_set_name": "Github"
} |
## @file
# Contains several utilitities shared by migration tools.
#
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full... | {
"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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecu... | {
"pile_set_name": "Github"
} |
###### Mathematical symbols
$$include '../../meta/macros.ptl'
import [mix linreg clamp fallback] from '../../support/utils'
import [designParameters] from '../../meta/aesthetics'
glyph-module
glyph-block NotGlyphFn : begin
glyph-block-import CommonShapes
glyph-block-import Common-Derivatives
glyph-block-export no... | {
"pile_set_name": "Github"
} |
<div class="apiDetail">
<div>
<h2><span>String</span><span class="path">setting.data.key.</span>url</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 节点数据保存节点链接的目标 URL 的属性名称。</p>
<p cla... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.iwc.shop.modules.shop.dao.ShopProductAttributeItemDao">
<sql id="columns">
a.id AS "id",
a.name AS "name",
a.print_name AS "printName",
... | {
"pile_set_name": "Github"
} |
### 27. Remove Element
**<font color=green>难度: Easy</font>**
## 刷题内容
> 原题连接
* https://leetcode.com/problems/remove-element
* https://leetcode-cn.com/problems/remove-element/
> 内容描述
给你一个数组 nums 和一个值 val,你需要 原地 移除所有数值等于 val 的元素,并返回移除后数组的新长度。
不要使用额外的数组空间,你必须仅使用 O(1) 额外空间并 原地 修改输入数组。
元素的顺序可以改变。你不需要考虑数组中超出新长度后面的元素。
... | {
"pile_set_name": "Github"
} |
// MESSAGE DATA_LOG PACKING
#define MAVLINK_MSG_ID_DATA_LOG 177
typedef struct __mavlink_data_log_t
{
float fl_1; ///< Log value 1
float fl_2; ///< Log value 2
float fl_3; ///< Log value 3
float fl_4; ///< Log value 4
float fl_5; ///< Log value 5
float fl_6; ///< Log value 6
} mavlink_data_log_t;
#define... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
<ReferenceData>
<InitializedPositions>
<Positions>
<Int Name="Count">1</Int>
<String Name="Type">single</String>
<Sequence Name="Block">
<Int Name="Length">2</Int>
<Int>0</Int>
<Int>9</Int>
... | {
"pile_set_name": "Github"
} |
<!-- iso-lat1.ent produced by Norman Walsh for the XML version of DocBook -->
<!-- Derived from the corresponding ISO 8879 standard entity set
and the Unicode character mappings provided by Sebastian Rahtz -->
<!ENTITY aacute "á"> <!-- LATIN SMALL LETTER A WITH ACUTE -->
<!ENTITY Aacute "Á"> ... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* CLPS711X IRQ driver
*
* Copyright (C) 2013 Alexander Shiyan <shc_work@mail.ru>
*/
#include <linux/io.h>
#include <linux/irq.h>
#include <linux/irqchip.h>
#include <linux/irqdomain.h>
#include <linux/of_address.h>
#include <linux/of_irq.h>
#include <linux/slab.h>
... | {
"pile_set_name": "Github"
} |
{
"extensionDescription": {
"message": "將一個完整的頁面保存到單個 HTML 文件中",
"description": "Description of the extension."
},
"commandSaveTab": {
"message": "保存所選標籤頁或選中部分",
"description": "Command (Ctrl+Shift+Y): 'Save the current tab or the selected content'"
},
"commandSaveAllTabs": {
"message": "保存所有標籤頁",
"des... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE CPP #-}
module Language.Javascript.JSaddle.Helper where
import GHCJS.Types (JSVal)
import Language.Javascript.JSaddle.Types (JSM)
#ifdef ghcjs_HOST_OS
import GHCJS.Marshal.Pure (pFromJSVal, pToJSVal)
import JavaScript.TypedArray.ArrayBuffer (MutableArrayBuffer)
#else
import JavaScript.TypedArray.ArrayBuf... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Autocomplete - Accent folding</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.9.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
//Ethernet system control
namespace EthernetControlEthMode{ ///<Mode Select Register
using Addr = Register::Address<0x40066000,0xeffffcfe,0x00000000,unsigned>;
///Select either of the system time counter pulse outputs of the Etherne... | {
"pile_set_name": "Github"
} |
#region License
// The MIT License
//
// Copyright (c) 2006-2008 DevDefined Limited.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation ... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIID1jCCAr6gAwIBAgIHBHLF4IuXeDANBgkqhkiG9w0BAQsFADCBnTELMAkGA1UE
BhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExEjAQBgNVBAcMCUxvcyBHYXRvczEU
MBIGA1UECgwLTmV0ZmxpeCBJbmMxLTArBgNVBAsMJFBsYXRmb3JtIFNlY3VyaXR5
ICgxMjUyMDkzOTA4ODQwMjkwKTEgMB4GA1UEAwwXSW50ZXJtZWRpYXRlIENBIGZv
ciA5NjgwHhcNMjAwNzE0MDMxNzEzWhcN... | {
"pile_set_name": "Github"
} |
# Alias OBJ Model File
# Exported from SketchUp, (c) 2000-2012 Trimble Navigation Limited
# File units = meters
mtllib Grey_Arch_01.mtl
g Mesh1 Grey_Arch Model
usemtl Light_Stone
v 0.5 0 -3
vt -0.227273 0
vn 0 0 -1
v 0 0 -3
vt 0 0
v 0 2.2 -3
vt 0 1
v 0.5 2.2 -3
vt -0.227273 1
f 1/1/1 2/2/1 3/3/1 4/4/1
v 0.5 0 -2.5... | {
"pile_set_name": "Github"
} |
@startuml
sprite $taxi [48x48/16] {
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000122222222221000000000000000000
00000000000000005FFFFFFFFFFFFFB10000000... | {
"pile_set_name": "Github"
} |
#pragma once
// adapter.c
typedef struct _DV_NETADAPTER_ID
{
NET_IFINDEX InterfaceIndex;
IF_LUID InterfaceLuid;
PPH_STRING InterfaceGuid;
PPH_STRING InterfaceDevice;
} DV_NETADAPTER_ID, *PDV_NETADAPTER_ID;
// ndis.c
#define BITS_IN_ONE_BYTE 8
#define NDIS_UNIT_OF_MEASUREMENT 100
//... | {
"pile_set_name": "Github"
} |
(ns athens.devcards.breadcrumbs
(:require
[athens.views.breadcrumbs :refer [breadcrumbs-list breadcrumb]]
[devcards.core :refer-macros [defcard-rg]]))
(defcard-rg Normal-Breadcrumb
[breadcrumbs-list {}
[breadcrumb {:key 0} "Athens"]
[breadcrumb {:key 1} "Components"]
[breadcrumb {:key 2} "Breadcr... | {
"pile_set_name": "Github"
} |
<!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=UTF-8">
<meta name="viewport" content="width=device-width,maximum-scale=1,minimum-scale=1,user-scalable=no" />
<title>Dojo Gesture Testi... | {
"pile_set_name": "Github"
} |
// DATA_TEMPLATE: js_data
oTest.fnStart( "bSort" );
$(document).ready( function () {
/* Check the default */
$('#example').dataTable( {
"aaData": gaaData
} );
oTest.fnTest(
"Sorting is on by default",
null,
function () { return $('#example tbody td:eq(0)').html() == "Gecko"; }
);
oTest.fnTest(
"S... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<script src="ContentScripts.js"></script>
<head>
<title>Component Creator Start</title>
<link rel="stylesheet" type="text/css" href="DWSIMstyle.css">
</head>
<body onload="LoadMenue()">
<!-- ==============================================... | {
"pile_set_name": "Github"
} |
package awsutil
import (
"reflect"
"regexp"
"strconv"
"strings"
"github.com/jmespath/go-jmespath"
)
var indexRe = regexp.MustCompile(`(.+)\[(-?\d+)?\]$`)
// rValuesAtPath returns a slice of values found in value v. The values
// in v are explored recursively so all nested values are collected.
func rValuesAtPa... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Performance Test</title>
<link href="../unicodetiles/unicodetiles.css" rel="stylesheet" type="text/css" />
<link href="../docs/style.css" rel="stylesheet" type="text/css" />
<link href="../examples/... | {
"pile_set_name": "Github"
} |
#ifndef CORE_ARRAY_HPP
#define CORE_ARRAY_HPP
#include <array>
#include <core/type_traits.hpp>
#include <core/functional.hpp>
#include <core/utility.hpp>
#include <core/meta.hpp>
namespace core {
inline namespace v2 {
template <class V = void, class... Args>
constexpr auto make_array (Args&&... args) -> ::std::arra... | {
"pile_set_name": "Github"
} |
REFERENCES references R RE REF REFE S ES CES NCES LINESTART ALIGNEDLEFT ALLCAP NODIGIT 0 0 1 0 0 0 0 0 NOPUNCT 8 1 BLOCKSTART no 0
Antia antia A An Ant Anti a ia tia ntia LINESTART ALIGNEDLEFT INITCAP NODIGIT 0 0 0 0 0 0 0 0 NOPUNCT 0 7 BLOCKSTART 10 0
, , , , , , , , , , LINEIN ALIGNEDLEFT ALLCAP NODIGIT 1 0 0 0 0 0 0... | {
"pile_set_name": "Github"
} |
# 微信支付 for nodejs
[![travis][travis]][travis-u] [![npm][npm]][npm-u] [![node][node]][node-u] [![issues][issues]][issues-u] [![commit][commit]][commit-u]
## 功能概述
- `通知类中间件` - 支付结果通知, 退款结果通知
- `前端支付支持` - 支持JSAPI, WeixinJSBridge, 小程序, APP, H5
- `支付模式支持` - 付款码/公众号/小程序/APP/H5/扫码支付
- `支付工具支持` - 微信红包, 企业付款(支持付款到零钱和银行卡)
- `营销... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include <ratio>
#include <type_traits>
using namespace std;
#define STATIC_ASSERT(...) static_assert(__VA_ARGS__, #__VA_ARGS__)
int main() {} // COMPILE-ONLY
STATIC_ASSERT(is_same_v<ratio_add<ratio<30, 8... | {
"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>displayName</key>
<string>Slider</string>
<key>ordering</key>
<integer>13000</integer>
<key>description</key>
<string>Allows the user to v... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8' />
<title>LinqActions</title>
<style type="text/css">
table { border-collapse: collapse; display: block; width: 100%; overflow: auto; }
td, th { padding: 6px 13px; border: 1px solid #ddd; }
tr { background-color: #fff; border-top: 1px solid #ccc; }
tr:n... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from top.api.rest.TbkShopRecommendGetRequest import TbkShopRecommendGetRequest
from top.api.rest.TbkTpwdCreateRequest import TbkTpwdCreateRequest
from top.api.rest.TbkJuTqgGetRequest import TbkJuTqgGetRequest
from top.api.rest.TbkDgNewuserOrderGetRequest import TbkDgNewuserOrderGetRequest
from t... | {
"pile_set_name": "Github"
} |
<div id="header">
<h1>iText<sup>®</sup> XMLWorker</h1>
</div>
<h2>Introduction</h2>
<p>The iText<sup>®</sup> XMLWorker is a package created for transforming XML files to PDF. Although parsing XML was already possible with iText, a new version has been created. Many developers use the XML to PDF capabilities to ... | {
"pile_set_name": "Github"
} |
{
"@metadata": {
"authors": [
"علی ساکی لرستانی"
]
},
"visualeditor": "ویژوال ادیتور",
"visualeditor-aliennode-tooltip": "وا عرض پوزش،ای عنصر فقط مئنه حالت سرچشمه ایتره اصلاح وابوه سی حال جاری.",
"visualeditor-align-widget-center": "مینجآو",
"visualeditor-align-widget-left": "چپ",
"visualeditor-align-widg... | {
"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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include "../../../▲课本算法实现/▲10 内部排序/00 SequenceListType/SequenceListType.c"//**▲10 内部排序**//
/* 函数原型 */
void Algo_10_28(SqList_sort *L);
void PrintKey(KeyType e);
int main(int argc, char *argv[])
{
FILE *fp;
SqList_sort L;
printf("创建并输出一个任意序列...\n");
fp = fopen("Data/Algo_10_28.txt", "r");
... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
132E58F11DBF22F300A85B61 /* SectionHeaderOfPost.m in Sources */ = {isa = PBXBuildFile; fileRef = 132E58EF1DBF22F300A85B61 /* SectionHeaderOfPost.m */; };
132E58F21DBF22F300A85B61 /* SectionHeade... | {
"pile_set_name": "Github"
} |
# EOS整体介绍
</br>
## 一、EOS的插件式设计
</br>
EOS中,虽然编程的复杂度和设计较比特币大幅提高,但其核心的思想其实并没有多大改变,目前来看,仍然以BOOST的signal,boost::asio的信号消息机制来完成模块间的解耦。相比比特币来言,做得更优雅,封装也更良好。
</br>
先看一下插件设计的整体类图:
</br>

</br>
从上面的类图可以清楚的看到,整个插件的依赖和传导机制。然后在下面的流程分析中会详细说明一下它的具体的应用。
## 二、EOS的整体流程
</br>
EOS的版本做了一次比较大的更迭,至少从形式上看... | {
"pile_set_name": "Github"
} |
#ifndef RAGE_UTIL_CACHED_OBJECT_H
#define RAGE_UTIL_CACHED_OBJECT_H
#include <set>
template<typename T>
class CachedObjectPointer;
/** @brief Utilities for working with the
<a class="el" href="class_cachedobject.html">CachedObjects</a>. */
namespace CachedObjectHelpers {
void
Lock();
void
Unlock();
}
/** @brief Ca... | {
"pile_set_name": "Github"
} |
#include "includes.h"
#include "parseACK.h"
char dmaL2Cache[ACK_MAX_SIZE];
static u16 ack_index=0;
static u8 ack_cur_src = SERIAL_PORT;
bool portSeen[_UART_CNT] = {false, false, false, false, false, false};
struct HOST_ACTION
{
char prompt_begin[20];
char prompt_button1[20];
char prompt_button2[20];
bool pro... | {
"pile_set_name": "Github"
} |
// The MIT License (MIT)
//
// Copyright (c) 2015, 2019 Arian Fornaris
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to... | {
"pile_set_name": "Github"
} |
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
# CONFIG_ARM_ERRATA_643719 is not set
# CONFIG_ARM_LPAE is not set
CONFIG_HARDEN_BRANCH_PREDICTOR=y
# CONFIG_MACH_SUN6I is not set
# CONFIG_MACH_SUN7I is not set
# CONFIG_MACH_SUN8I is not set
# CONFIG_MACH_SUN9I is not set
CONFIG_PGTABLE_LEVELS=2
# CONFIG_PHYS_ADDR_T_64BIT is... | {
"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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable... | {
"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.
package transform
import (
"bytes"
"errors"
"fmt"
"io/ioutil"
"strconv"
"strings"
"testing"
"time"
"unicode/utf8"
)
type lowerCaseASCII struct{ NopRe... | {
"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:14 BST 2015 -->
<TITLE>
Uses of Class org.apache.fop.afp.modca.triplets.DescriptorPositionTriplet (Apache FOP 2.0 API)
</TITL... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
48FC163D1D5B8D8A002C8DA5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48FC16241D5B8D8A002C8DA5 /* AppDelegate.swift */; };
48FC163E1D5B8D8A002C8DA5 /* Assets.xcassets in R... | {
"pile_set_name": "Github"
} |
#include "GlobalConfigManager.h"
#include "tinyxml2/tinyxml2.h"
#include "platform/CCFileUtils.h"
#include "Platform.h"
#include "UtilStreams.h"
#include "LocaleConfigManager.h"
bool TVPWriteDataToFile(const ttstr &filepath, const void *data, unsigned int len);
class XMLMemPrinter : public tinyxml2::XMLPrinter {
tTVP... | {
"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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifi... | {
"pile_set_name": "Github"
} |
0.0000005706416187587390041479624688455628 {omega[1]}
0.0000019133732731057715456866629595352879 {omega[2]}
0.0000053148568483405528785575373370490652 {omega[3]}
0.0000136025605957942838394422690533557257 {omega[4]}
0.0000323409098063415540837923127591001932 {omega[5]}
0.0000723600120301315709993875691639388... | {
"pile_set_name": "Github"
} |
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:generic:version{7412167c-06e9-4698-aff2-e63eb59037e7} -->
{
config = "scripts/ai/guardian/bt_config.kv3"
root =
{
type = "decorator_hiding_spot_service"
domain = "AllBots"
output_hiding_spot = "HidingSpot"
distance_threshold = 800
... | {
"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>CFBundleName</key>
<string>Font List</string>
<key>CFBundleIdentifier</key>
<string>com.xamarin.font-list</string>
<key>CFBundleShortVersio... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE CPP, TypeSynonymInstances, FlexibleInstances, MultiParamTypeClasses, FlexibleContexts #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Graphics.UI.FLTK.LowLevel.JPEGImage
(
jpegImageNew,
jpegImageNewWithData
-- * Hierarchy
--
-- $hierarchy
)
where
#include "Fl_ExportMacros... | {
"pile_set_name": "Github"
} |
@comment $OpenBSD$
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
lib/ghc/${DISTNAME}/
lib/ghc/${DISTNAME}/HS${DISTNAME}-${MODGHC_PACKAGE_KEY}.o
lib/ghc/${DISTNAME}/Language/
lib/ghc/${DISTNAME}/Language/Haskell/
lib/ghc/${DISTNAME}/Language/Haskell/TH/
lib/ghc/${DISTNAME}/Langu... | {
"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) on Thu May 15 17:17:33 EDT 2008 -->
<TITLE>
IOExceptionWrapper (Oracle - Berkeley DB Java API)
</TITLE>
<META NAME="keywords" CONTENT="com.sleepyca... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify %s
struct X {
int& f(int) const; // expected-note 2 {{candidate function}}
float& f(int); // expected-note 2 {{candidate function}}
void test_f(int x) const {
int& i = f(x);
}
void test_f2(int x) {
float& f2 = f(x);
}
int& g(int) const; // expected-note... | {
"pile_set_name": "Github"
} |
#pragma once
#include <vector>
template<typename tVal, typename tAlloc = std::allocator<tVal>>
class cCircularBuffer
{
public:
cCircularBuffer();
cCircularBuffer(size_t capacity);
virtual ~cCircularBuffer();
virtual void Reserve(size_t capacity);
virtual void Clear();
virtual size_t GetSize() const;
virtual si... | {
"pile_set_name": "Github"
} |
// RUN: flatbuffer_translate -mlir-to-tflite-flatbuffer %s -o - | flatbuffer_to_string - | FileCheck %s
func @main(tensor<4xf32>) -> tensor<4xf32> {
^bb0(%arg0: tensor<4xf32>):
// CHECK: {
// CHECK-NEXT: version: 3,
// CHECK-NEXT: operator_codes: [ {
// CHECK-NEXT: builtin_code: SQUARED_DIFFERENCE... | {
"pile_set_name": "Github"
} |
#ifndef CAFFE_SOFTMAX_LAYER_HPP_
#define CAFFE_SOFTMAX_LAYER_HPP_
#include <vector>
#include "caffe/blob.hpp"
#include "caffe/layer.hpp"
#include "caffe/proto/caffe.pb.h"
namespace caffe {
/**
* @brief Computes the softmax function.
*
* TODO(dox): thorough documentation for Forward, Backward, and proto params.
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
<id>2012</id>
<defaultcontrol>3</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>
<control>
<type>image</type>
<id>0</id>
<width>1920</width>
<height>1080</height>
<texture>semi_trans_back_general_menu.png</tex... | {
"pile_set_name": "Github"
} |
# 高效的修改std::map元素的键值
在`std::map`数据结构中,键-值通常都对应存在,而且键通常是唯一并排序过的,而且键值一旦设定那么就不允许用户再进行修改。为了阻止用户修改键,键的类型声明使用了`const`。
这种限制是非常明智的,其可以保证用户很难在使用`std::map`的时候出错。不过,如果我们真的需要修改`map`的键值该怎么办呢?
C++17之前,因为对应的键已经存在,我们不得不将整个键-值对从树中移除,然后再插入。这种方法的确定很明显,其需要分配出一些不必要的内存,感觉上也会对性能有一定的影响。
从C++17起,我们无需重新分配内存,就可以删除和重新插入map键值对。下面的内容中将会展示如何操作。... | {
"pile_set_name": "Github"
} |
#if !defined(AFX_CLIBRARYWINDOW_H__58FE114A_C1EA_4A01_AAA9_05B985F89A6D__INCLUDED_)
#define AFX_CLIBRARYWINDOW_H__58FE114A_C1EA_4A01_AAA9_05B985F89A6D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
#include "cLibraryTree.h"
#include "cLibraryImage.h"
#include "ZSplitterDlg.h"
class cLibraryWindow : public CDialo... | {
"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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>GoogleSigninSampleApp</string>
<key>CFBundleExec... | {
"pile_set_name": "Github"
} |
{{## def.setupKeyword:
{{
var $lvl = it.level;
var $dataLvl = it.dataLevel;
var $schema = it.schema[$keyword];
var $schemaPath = it.schemaPath + it.util.getProperty($keyword);
var $errSchemaPath = it.errSchemaPath + '/' + $keyword;
var $breakOnError = !it.opts.allErrors;
var $errorKeyword;... | {
"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 Tue Jun 12 18:19:51 EDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>
Uses of Class org.apache.com... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>beginCommand</key>
<string></string>
<key>endCommand</key>
<string></string>
<key>beginInstruction</key>
<string></string>
<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.6.0_31) on Sun Jan 06 11:49:16 CST 2013 -->
<TITLE>
Uses of Interface com.intel.cosbench.controller.service.StageCallable
</TITLE>
<META NAME="date" CON... | {
"pile_set_name": "Github"
} |
{-# LANGUAGE ForeignFunctionInterface #-}
module Termonad.App where
import Termonad.Prelude
import Config.Dyre (defaultParams, projectName, realMain, showError, wrapMain)
import Control.Lens ((.~), (^.), (^..), over, set, view)
import Control.Monad.Fail (fail)
import Data.FocusList (focusList, moveFromToFL, updateFo... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[日本旅游局拍了个短片,讲的是世界没有刀会怎么样_商业_好奇心日报-吴容](https://www.qdaily.com/articles/31456.html)
WebArchive归档链接:[日本旅游局拍了个短片,讲的是世界没有刀会怎么样_商业_好奇心日报-吴容](http://web.archive.org/web/20161101040854/http://www.qdaily.com:80/articles/31456.html)
 | {
"pile_set_name": "Github"
} |
# 什么是突发性能实例 {#concept_n52_3v2_5db .concept}
突发性能实例可以利用CPU积分应对突发性能需求。本文介绍突发性能实例的特点,以及基准性能、CPU积分和性能模式。
## 突发性能实例应用场景 {#section_dom_pr6_2a9 .section}
在购买企业级等类型的实例后,您拥有实例vCPU的完全使用权,同时意味着无论CPU使用率是0%还是100%,您都需要为整个vCPU付费。如果您的业务场景规律,仅在特定的时段有较高的CPU性能需求,相当于在其它时段也在为未能使用的计算资源付费。这种情况下,您可以选择突发性能实例打造高性价比、经济实用的服务器。
突发性能实例适用于在某些时段对... | {
"pile_set_name": "Github"
} |
+ - * / % -- ++
>> <<
~ & | ^
+= -= *= /= %= >>= <<= &= |= ^=
! && ||
-> ::
? :
= == != < > <= >= <=>
and and_eq bitand bitor not not_eq or or_eq xor xor_eq
----------------------------------------------------
[
["operator", "+"],
["operator", "-"],
["operator", "*"],
["operator", "/"],
["operator", "%"],
["ope... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2015 fjz13. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
#include "MedusaPreCompiled.h"
#include "Resource/Effect/Shader/Parameter/ShaderUniformInitializer.h"
#include "Resource/Effect/Shader/Parameter/ShaderUniform.h"
#inc... | {
"pile_set_name": "Github"
} |
SHNavigationControllerBlocks
==========
[](https://travis-ci.org/seivan/SHNavigationControllerBlocks)
[](http://cocoadocs.org/docsets/SH... | {
"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_0) on Thu Oct 29 13:45:48 CET 2009 -->
<TITLE>
ParticipantJoinTest (Test Compatibility Kit for JSR309)
</TITLE>
<META NAME="date" CONTENT="2009-10-2... | {
"pile_set_name": "Github"
} |
TAG TEXT COMMENT
TUTORIAL_ARCANE_INTELLECT_DESCRIPTION Você só pode ter 10 cards na sua mão.
TUTORIAL_ARCANE_INTELLECT_HEADLINE Tamanho da mão
TUTORIAL_MOBILE_COMPLETE_CONGRATS Você derrotou Illidan! Crie uma conta grátis para desafiar novos oponentes online!
TUTORIAL_MOBILE_CREATE_ACCOUNT Criar conta
TUTORIAL_NO_E... | {
"pile_set_name": "Github"
} |
// DATA_TEMPLATE: empty_table
oTest.fnStart( "Custom data source property - property given" );
$(document).ready( function () {
var oInit = {
"sAjaxSource": "../../../examples/ajax/sources/custom_prop.txt",
"sAjaxDataProp": "demo"
};
$('#example').dataTable( oInit );
oTest.fnWaitTest(
"10 rows shown on t... | {
"pile_set_name": "Github"
} |
#pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
//Serial Communication Interface
namespace Uart3Bdh{ ///<UART Baud Rate Registers: High
using Addr = Register::Address<0x4006d000,0xffffffa0,0x00000000,unsigned char>;
///UART Baud Rate Bits
constexpr Register::FieldLocation... | {
"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 file.
// +build go1.9
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package ipv4
import (
"net"
"golang.org/x/net/internal/socket"
)
func (c *... | {
"pile_set_name": "Github"
} |
#pragma once
// MESSAGE DATA_STREAM PACKING
#define MAVLINK_MSG_ID_DATA_STREAM 67
MAVPACKED(
typedef struct __mavlink_data_stream_t {
uint16_t message_rate; /*< [Hz] The message rate*/
uint8_t stream_id; /*< The ID of the requested data stream*/
uint8_t on_off; /*< 1 stream is enabled, 0 stream is stopped.*/
}) ... | {
"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 route
import "syscall"
func (m *RouteMessage) marshal() ([]byte, error) {
l := sizeofRtMsghdr + addrsSpace(m.Addrs)
b := make([]byte, l)
nativeEndi... | {
"pile_set_name": "Github"
} |
BEGIN:VCALENDAR
PRODID:-//tzurl.org//NONSGML Olson 2011n//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Asia/Istanbul
TZURL:http://tzurl.org/zoneinfo-global/Asia/Istanbul
X-LIC-LOCATION:Asia/Istanbul
BEGIN:STANDARD
TZOFFSETFROM:+0300
TZOFFSETTO:+0200
TZNAME:EET
DTSTART:20071028T040000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:... | {
"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_51) on Wed Jul 17 16:16:49 MSK 2013 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.licel.jcardsim.... | {
"pile_set_name": "Github"
} |
<!-- 128 LRI / RLI -->
⁦⁧⁦⁧⁦⁧⁦⁧
⁦⁧⁦⁧⁦⁧⁦⁧
⁦⁧⁦⁧⁦⁧⁦⁧
⁦⁧⁦⁧⁦⁧⁦⁧
⁦⁧⁦⁧ ... | {
"pile_set_name": "Github"
} |
#---------------------------------------------------------------------------------
.SUFFIXES:
#---------------------------------------------------------------------------------
ifeq ($(strip $(DEVKITARM)),)
$(error "Please set DEVKITARM in your environment. export DEVKITARM=<path to>devkitARM")
endif
TOPDIR ?= $(CURD... | {
"pile_set_name": "Github"
} |
.data
.p2align 5
mask_0_1:
.byte 0
.byte 15
.byte 9
.byte 255
.byte 255
.byte 255
.byte 255
.byte 255
.byte 0
.byte 8
.byte 9
.byte 255
.byte 255
.byte 255
.byte 255
.byte 255
.byte 255
.byte 255
.byte 0
.byte 15
.byte 9
.byte 255
.byte 255
.byte 255
.byte 255
.byte 255
.byte 0
.byte 8
.byte 9
.byte 255
.byte 255
.byte... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<annotation>
<folder>widerface</folder>
<filename>41--Swimming_41_Swimming_Swimmer_41_919.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu... | {
"pile_set_name": "Github"
} |
# CONFIG_32BIT is not set
CONFIG_64BIT=y
CONFIG_64BIT_PHYS_ADDR=y
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# 网络中的网络(NiN)\n",
"\n",
"前几节介绍的LeNet、AlexNet和VGG在设计上的共同之处是:先以由卷积层构成的模块充分抽取空间特征,再以由全连接层构成的模块来输出分类结果。其中,AlexNet和VGG对LeNet的改进主要在于如何对这两个模块加宽(增加通道数)和加深。本节我们介绍网络中的网络(NiN)[1]。它提出了另外一个思路,即串联多个由卷积层和“全连接”层构成的小网络来构建一个深层网络。\n",
"\n",
... | {
"pile_set_name": "Github"
} |
// This file is automatically generated.
using System;
using System.Text;
using System.Runtime.InteropServices;
namespace Steam4NET
{
[StructLayout(LayoutKind.Sequential,Pack=8)]
[InteropHelp.CallbackIdentity(2301)]
public struct ScreenshotReady_t
{
public const int k_iCallback = 2301;
public UInt32 m_hLocal;... | {
"pile_set_name": "Github"
} |
# 八、结构化输出预测
NLP 中的许多问题涉及结构化输出:预期输出不是类标签或类标签上的分布,而是结构化对象(例如序列,树或图)的情况。 典型示例是序列标记(例如,词性标记),序列分割(分块,NER)和句法解析。 在本节中,我们将讨论可用于结构化任务的前馈神经网络模型。 在后面的章节中,我们讨论了用于处理序列(第 10 节)和树(第 12 节)的专用神经网络模型。
## 8.1 贪婪结构化预测
结构化预测的贪婪方法,是将结构预测问题分解为一系列局部预测问题,并训练分类器来执行局部决策。 在测试时,训练好的分类器以贪婪的方式使用。 这种方法的例子是从左到右的标记模型(Gim'enez & M'arquez,2004)和基于转移... | {
"pile_set_name": "Github"
} |
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
#include "StdAfx.h"
#include <assert.h> // assert()
#include "../../ImageCompiler.h" // CImageCompiler
#include "../../ImageObject.h" // ImageToProcess
#include "IRCLog.h" /... | {
"pile_set_name": "Github"
} |
#region S# License
/******************************************************************************************
NOTICE!!! This program and source code is owned and licensed by
StockSharp, LLC, www.stocksharp.com
Viewing or use of this code requires your acceptance of the license
agreement found at https://github.com/St... | {
"pile_set_name": "Github"
} |
# Electron 应用安全问题
## 一 常见保护应用手法
### 1.1 生产环境关闭开发者工具
```js
new BrowserWindow({
// 其他配置
webPreferces: {
devTools: false,
},
});
```
上述方式会让任何手段都无法打开开发者工具。而在传统 web 项目中,则会变得复杂,需要禁用 F12,禁用右键,禁用 Ctrl+Shift+I。
### 1.2 源码压缩与混淆
常用的压缩工具为:uglify-js<https://github.com/mishoo/UglifyJS>
Webpack 同时也自带了压缩功能。
Electron ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<!-- defines the layout master -->
<fo:layout-master-set>
<fo:simple-page-master master-name="first"
page-height="29.7cm"
page-width="21cm"
margin-top="1cm"
margin-bottom="2cm"
... | {
"pile_set_name": "Github"
} |
// Copyright 2018 The Prometheus Authors
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... | {
"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.
package build
import "testing"
// cjk returns an implicit collation element for a CJK rune.
func cjk(r rune) []rawCE {
// A CJK character C is represented in... | {
"pile_set_name": "Github"
} |
CONFIG_ARM=y
CONFIG_TARGET_SPEAR320=y
CONFIG_SYS_TEXT_BASE=0x00700000
CONFIG_IDENT_STRING="-SPEAr"
CONFIG_NR_DRAM_BANKS=1
CONFIG_SYS_EXTRA_OPTIONS="SPEAR320,USBTTY"
CONFIG_BOOTDELAY=-1
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyAMA0,115200 mem=128M root=/dev/mtdblock7 rootfstype=jffs2"
CONFIG_SYS_CONSOLE_INFO_QU... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<SoundGroup>
<Gain>1</Gain>
<Priority>100</Priority>
<ConeGain>1</ConeGain>
<Looping>0</Looping>
<RandOrder>1</RandOrder>
<Distanceless>1</Distanceless>
<RandGain>1</RandGain>
<RandPitch>1</RandPitch>
<Threshold>1</Threshold>
<Path>audio/voice/persian/ci... | {
"pile_set_name": "Github"
} |
<html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<head>
<title>Modutil Specification</title>
</head>
<body bgcolor=white fgcolor=black>
<center><h1>PK... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.