text stringlengths 2 99.1k | meta dict |
|---|---|
16000:
16001:
16002:
16003:
16004:
16005:
16006:
16007:
16008:
16009:
1600A:
1600B:
1600C:
1600D:
1600E:
1600F:
16010:
16011:
16012:
16013:
16014:
16015:
16016:
16017:
16018:
16019:
1601A:
1601B:
1601C:
1601D:
1601E:
1601F:
16020:
16021:
16022:
16023:
16024:
16025:
16026:
16027:
16028:
16029:
1602A:
1602B:
1602C:
1602D... | {
"pile_set_name": "Github"
} |
#' Mean log loss
#'
#' Compute the logarithmic loss of a classification model.
#'
#' Log loss is a measure of the performance of a classification model. A
#' perfect model has a log loss of `0`.
#'
#' Compared with [accuracy()], log loss
#' takes into account the uncertainty in the prediction and gives a more
#' detail... | {
"pile_set_name": "Github"
} |
#8.3.1 系统内存查看
script/下的memstat.sh或者ps_mem.py都可以查看系统的内存情况,两个工具都需要root权限。
| {
"pile_set_name": "Github"
} |
UMa 19 67301 65378 65378 62956 62956 59774 59774 54061 54061 53910 53910 58001 58001 59774 58001 57399 57399 54539 54539 50372 54539 50801 53910 48402 48402 46853 46853 44471 46853 44127 48402 48319 48319 41704 41704 46733 46733 54061
C3i 4 24608 23767 23767 23416 23416 23453 23453 23767
Csa 5 116727 105199 105199 10... | {
"pile_set_name": "Github"
} |
@echo off
REM Windows script for running unit tests
REM You have to run server and capture some browser first
REM
REM Requirements:
REM - NodeJS (http://nodejs.org/)
REM - Karma (npm install -g karma)
set BASE_DIR=%~dp0
karma start "%BASE_DIR%\..\config\karma.conf.js" %*
| {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===--------------------------... | {
"pile_set_name": "Github"
} |
@import "mixins/slideshow-nav";
// only add navigation styles to oasis skin
.skin-oasis .wikia-slideshow-prev-next {
@include slideshow-nav;
}
| {
"pile_set_name": "Github"
} |
{{- define "main" -}}
<h1>{{ .Title }}</h1>
{{- .Content -}}
{{- partial "edit-meta.html" . -}}
{{- partial "pagination.html" . -}}
{{- end -}}
| {
"pile_set_name": "Github"
} |
---
'@remirror/core': patch
'@remirror/extension-blockquote': patch
'@remirror/extension-code-block': patch
'@remirror/extension-gap-cursor': patch
'@remirror/extension-placeholder': patch
'@remirror/extension-search': patch
'@remirror/extension-yjs': patch
'@remirror/preset-embed': patch
'@remirror/preset-react': patc... | {
"pile_set_name": "Github"
} |
{tr}A new file was posted to file gallery{/tr}: {$galleryName}
{tr}Posted by{/tr}: {$author}
{tr}Date{/tr}: {$mail_date|tiki_short_datetime}
{tr}Name{/tr}: {$fname}
{tr}File Name{/tr}: {$filename}
{tr}File Description{/tr}: {$fdescription}
You can download the new file at:
{$mail_machine}/tiki-list_file_gallery.php?g... | {
"pile_set_name": "Github"
} |
@import "./stylelint.css";
| {
"pile_set_name": "Github"
} |
24
Uracil ... Uracil (pi-pi) Dimer
N 1.37690111 0.83974747 0.73462494
H 1.05181240 1.38622385 1.52335563
C 1.30898271 1.45752981 -0.52065500
O 0.92056136 2.61107777 -0.62597673
N 2.01142293 -1.21320830 -0.09807182
H 1.72728551 0.99084268 -2.61199556
C 2.02573687 -0... | {
"pile_set_name": "Github"
} |
@import "./reset.scss";
@import "./base.scss";
@import "./icon.scss";
@import "../font-awesome/scss/font-awesome.scss";
@import "./ali-icon.scss" | {
"pile_set_name": "Github"
} |
@use "../base/mixins" as *;
// adduse
| {
"pile_set_name": "Github"
} |
#' kpArrows
#'
#' @description
#'
#' Plots segments at the specified genomic positions.
#'
#' @details
#'
#' This is one of the functions from karyoploteR implementing the adaptation to the genome
#' context of basic plot functions from R base graphics.
#' Given a set of positions on the genome (chr... | {
"pile_set_name": "Github"
} |
@import '../../components/_common/styles/common'
| {
"pile_set_name": "Github"
} |
@charset "UTF-8";
/// Mixes a color with white.
///
/// @param {Color} $color
///
/// @param {Number (Percentage)} $percent
/// The amount of white to be mixed in.
///
/// @example scss - Usage
/// .element {
/// background-color: tint(#6ecaa6, 40%);
/// }
///
/// @example css - CSS Output
/// .element {
/... | {
"pile_set_name": "Github"
} |
#ifndef _UAPI_SOUND_FIREWIRE_H_INCLUDED
#define _UAPI_SOUND_FIREWIRE_H_INCLUDED
#include <linux/ioctl.h>
#include <linux/types.h>
/* events can be read() from the hwdep device */
#define SNDRV_FIREWIRE_EVENT_LOCK_STATUS 0x000010cc
#define SNDRV_FIREWIRE_EVENT_DICE_NOTIFICATION 0xd1ce004e
#define SNDRV_FIREWIRE_EVENT... | {
"pile_set_name": "Github"
} |
@echo off
if "%2" equ "" goto fail
setlocal enabledelayedexpansion
set char=%1
set num=%2
for /l %%i in (1,1,%num%) do set res=!res!%char%
echo %res%
:fail
| {
"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"
} |
####################################
# Akka Actor Reference Config File #
####################################
# This is the reference config file that contains all the default settings.
# Make your edits/overrides in your application.conf.
# Akka version, checked against the runtime version of Akka. Loaded from gene... | {
"pile_set_name": "Github"
} |
(function() {
Sheet.Cell.prototype.addDependency = function(cell) {
if (cell === undefined || cell === null) return;
if (cell.type !== Sheet.Cell) {
throw new Error('Wrong Type');
}
if (this.dependencies.indexOf(cell) < 0 && this !== cell) {
cell.trace = cell.trace || [];
cell.trace.push(this);
... | {
"pile_set_name": "Github"
} |
@import cstd.stdio;
static inline void SPXTrace() { fprintf(__stderrp, ""); }
| {
"pile_set_name": "Github"
} |
@echo off
TITLE Modifying your HOSTS file
COLOR 03
ECHO.
SET NEWLINE=^& echo.
ECHO Carrying out requested modifications to your HOSTS file
FIND /C /I "jpproject-sso" %WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO %NEWLINE%>>%WINDIR%\system32\drivers\etc\hosts
IF %ERRORLEVEL% NEQ 0 ECHO 127.0.0.1 jpp... | {
"pile_set_name": "Github"
} |
# 串口上位机控制速度
| {
"pile_set_name": "Github"
} |
my @<WRITE>array</WRITE>;
push @<WRITE>array</WRITE>,
@<READ>array</READ>;
pop @<WRITE>array</WRITE>;
unshift @<WRITE>array</WRITE>,
@<READ>array</READ>;
shift @<WRITE>array</WRITE>;
splice @<WRITE>array</WRITE>, 1, 2,
@<READ>array</READ>;
somesub @<READ>array</READ>;
push(@<WRITE>array</WRITE... | {
"pile_set_name": "Github"
} |
/* src/backend/utils/mb/Unicode/win866_to_utf8.map */
/* This file is generated by src/backend/utils/mb/Unicode/UCS_to_most.pl */
static const uint32 win866_to_unicode_tree_table[256];
static const pg_mb_radix_tree win866_to_unicode_tree =
{
NULL, /* 16-bit table not used */
win866_to_unicode_tree_table,
0x008... | {
"pile_set_name": "Github"
} |
using NHibernate.Mapping.ByCode.Impl;
using NHibernate.Type;
namespace NHibernate.Mapping.ByCode
{
// 6.0 TODO: inherit from IColumnsAndFormulasMapper
public interface IPropertyMapper : IEntityPropertyMapper, IColumnsMapper
{
void Type(IType persistentType);
void Type<TPersistentType>();
void Type<TPersistent... | {
"pile_set_name": "Github"
} |
.
| {
"pile_set_name": "Github"
} |
quota=INF
quota=1
quota=INF
quota22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222=1
quota=1
quota=uotta=1
quota=uota
| {
"pile_set_name": "Github"
} |
@import 'ej2-documenteditor/styles/document-editor/material-dark.scss';
| {
"pile_set_name": "Github"
} |
@startuml
sprite $address_book [48x48/16] {
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
00000018CDDDDDDDDDDDDDDDDDDDDDDDDDDDC80000000000
000002EFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD100000000
00000BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF900000000
00000FFFFFFFFFFFFFFFFFFFFFFFFFF... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
1E5710F4234A438D00D7DF94 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E5710F3234A438D00D7DF94 /* AppDelegate.swift */; };
1E5710F6234A438D00D7DF94 /* SceneDelegate.swift ... | {
"pile_set_name": "Github"
} |
G04 #@! TF.FileFunction,Soldermask,Top*
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 4.0.7) date 05/05/18 17:10:26*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.100000*%
%ADD11C,2.686000*%
%ADD12R,2.000000X2.000000*%
%ADD13C,2.000000*%
%ADD14O,1.400000X1... | {
"pile_set_name": "Github"
} |
/*
* /MathJax/jax/input/MathML/entities/fr.js
*
* Copyright (c) 2012 Design Science, Inc.
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance with the License.
*
* http://... | {
"pile_set_name": "Github"
} |
.so man2/setpgid.2
| {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AsyncStreamingTcpServer", "AsyncStreamingTcpServer.vcproj", "{FB8CC898-3E55-4695-839B-870D28D1A036}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
De... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications: []
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 1755053689005840}
m_IsPrefabParent: ... | {
"pile_set_name": "Github"
} |
CONFIG_IGB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_HID=y
CONFIG_HIDRAW=y
CONFIG_HID_CP2112=y
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_BETOP_FF is not set
# CONFIG_HID_ELO is not set
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_HUION is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_PENMOUNT is not set
# CONFIG_HID_RO... | {
"pile_set_name": "Github"
} |
@charset "UTF-8";
/*
* jQuery File Upload Plugin CSS Example
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2013, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* https://opensource.org/licenses/MIT
*/
body {
padding-top: 60px;
}
| {
"pile_set_name": "Github"
} |
{
"buildFiles": [
"/Users/jadynai/DevelopProjectStudy/AndroidStudy/MediaLearn/mediakit/src/main/jni/Android.mk",
"/Users/jadynai/DevelopProjectStudy/AndroidStudy/MediaLearn/mediakit/src/main/jni/Application.mk"
],
"cleanCommands": [
"/Users/jadynai/Developer/SDK/ndk-bundle/ndk-build NDK_PROJECT_PATH\u... | {
"pile_set_name": "Github"
} |
@XmlType(name="{{datatypeWithEnum}}")
@XmlEnum({{dataType}}.class)
public enum {{datatypeWithEnum}} {
{{#allowableValues}}
{{#enumVars}}@XmlEnumValue({{#isInteger}}"{{/isInteger}}{{#isDouble}}"{{/isDouble}}{{#isLong}}"{{/isLong}}{{#isFloat}}"{{/isFloat}}{{{value}}}{{#isInteger}}"{{/isInteger}}{{#isDouble}}"{{/isDo... | {
"pile_set_name": "Github"
} |
@Echo Off
Title 从GitHub云端更新 naiveproxy 最新配置
cd /d %~dp0
..\..\wget --no-check-certificate https://gitlab.com/free9999/ipupdate/-/raw/master/naiveproxy/config.json
if exist config.json goto startcopy
echo ip更新失败,请试试ip_2更新
pause
exit
:startcopy
del "..\config.json_backup"
ren "..\config.json" config.json_b... | {
"pile_set_name": "Github"
} |
CONFIG_EXPERIMENTAL=y
# CONFIG_SWAP is not set
CONFIG_SYSVIPC=y
CONFIG_LOG_BUF_SHIFT=14
CONFIG_BLK_DEV_INITRD=y
CONFIG_EMBEDDED=y
CONFIG_SLAB=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_IOSCHED_DEADLINE is not set
# CONFIG_IOSCHED_CFQ is not set
CONFIG_ARCH_AT91=y
CONFIG_MACH_ONEARM=y
CONFIG_AT91_PROGRAMMABLE_CL... | {
"pile_set_name": "Github"
} |
#服务器端口
server:
port: 7007
#数据源配置
spring:
datasource:
url: ${blade.datasource.test.url}
username: ${blade.datasource.test.username}
password: ${blade.datasource.test.password}
| {
"pile_set_name": "Github"
} |
:type: plugin
:status: published
:title: Operation Plugin
:link: _operation_plugin
:plugintypes: access
:summary: Validates a user or subject's security attributes.
The operation plugin validates the subject's security attributes to ensure they are adequate to perform the operation.
===== Installing the Operation Plu... | {
"pile_set_name": "Github"
} |
@import '../utils.sass'
@import '~bulma/sass/components/media.sass' | {
"pile_set_name": "Github"
} |
# Live2D Animator Motion Data
$fps=30
$fadein=0
$fadeout=0
PARAM_ANGLE_Y=0,0,0,0,0,0,0,0,0,0,0,0,0.96,3.38,6.66,10.49,14.47,18.4,22.12,25.25,27.77,29.4,30,30,30,30,30,30,30,30,30,30,30,30,30,29.04,26.62,23.34,19.51,15.53,11.6,7.88,4.75,2.23,0.6
PARAM_ANGLE_Z=0
PARAM_EYE_L_OPEN=1
PARAM_EYE_L_SMILE=0
PA... | {
"pile_set_name": "Github"
} |
@echo off
cd "%~dp0\qlik-py-env\Scripts"
call activate
cd ..\core
python __main__.py
pause | {
"pile_set_name": "Github"
} |
@echo off
"C:\Program Files (x86)\nant-0.92\bin\nant.exe" -buildfile:release.build
pause | {
"pile_set_name": "Github"
} |
:doctype: book
:idprefix:
:idseparator: -
:toc: left
:toclevels: 4
:tabsize: 4
:numbered:
:sectanchors:
:sectnums:
:icons: font
:hide-uri-scheme:
:docinfo: shared,private
:sc-ext: java
:project-full-name: Spring Cloud Vault
| {
"pile_set_name": "Github"
} |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
ee{
Keys{
calendar{"kalenda"}
collation{"tutuɖo"}
currency{"gaɖuɖu"}
numbers{"nɔmbawo"}
}
Languages{
ab{"abkhaziagbe"}
af{"afrikaangbe"}
... | {
"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 math
func log10TrampolineSetup(x float64) float64
func log10Asm(x float64) float64
func cosTrampolineSetup(x float64) float64
func cosAsm(x float64) f... | {
"pile_set_name": "Github"
} |
@echo off
setlocal enabledelayedexpansion
setlocal enableextensions
set ES_MAIN_CLASS=org.elasticsearch.index.shard.ShardToolCli
call "%~dp0elasticsearch-cli.bat" ^
%%* ^
|| exit /b 1
endlocal
endlocal
| {
"pile_set_name": "Github"
} |
@echo off
pyinstaller --noconfirm artisan-win.spec
rem #
rem # Don't make assumptions as to where the 'makensis.exe' is - look in the obvious places
rem #
if exist "C:\Program Files (x86)\NSIS\makensis.exe" set NSIS_EXE="C:\Program Files (x86)\NSIS\makensis.exe"
if exist "C:\Program Files\NSIS\makensis.exe" ... | {
"pile_set_name": "Github"
} |
---
title: 'Table of Contents'
---
| {
"pile_set_name": "Github"
} |
#!/bin/csh
####/home/stgpzli/ /bin/kzmig \
sumerge /files1/data/syn.data \
/files1/data/syn.data \
| kzmig \
x1=0 y1=0 s1=0 l1=0 cdp1=1 \
x2=4000 y2=0 s2=4000 l2=0 cdp2=201 \
x3=0 y3=5000 s3=0 l3=5000 cdp3=10051 \
dds=20 ddl=100 \
fzo=0 nzo=490 dzo=5 \
sstart=0 ns=201 \
lstart=0 nl=51 \
ncpu=1 \
mlimit=1024 \
of... | {
"pile_set_name": "Github"
} |
---
id: version-6.26.3-babel-helper-define-map
title: babel-helper-define-map
sidebar_label: babel-helper-define-map
original_id: babel-helper-define-map
---
TODO
| {
"pile_set_name": "Github"
} |
.so man3/avr_math.3
| {
"pile_set_name": "Github"
} |
@bender-tags: 4.8.0, bug, 1008
@bender-ui: collapsed
@bender-ckeditor-plugins: wysiwygarea, toolbar, colorbutton
** Scenario (both editors): **
1. Select each word or put caret in each word and click `Text Color`/`Background Color` button.
### Expected result:
Proper text/background color should be highlighted in c... | {
"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 idna
import (
"strings"
"testing"
)
var punycodeTestCases = [...]struct {
s, encoded string
}{
{"", ""},
{"-", "--"},
{"-a", "-a-"},
{"-a-", "-... | {
"pile_set_name": "Github"
} |
1999-03-02 09:44:33 10HmaX-0005vi-00 <= CALLER@myhost.test.ex U=CALLER P=local S=sss
1999-03-02 09:44:33 10HmaX-0005vi-00 => a1 <a1@myhost.test.ex> R=real T=real
1999-03-02 09:44:33 10HmaX-0005vi-00 => b1 <b1@myhost.test.ex> R=real T=real
1999-03-02 09:44:33 10HmaX-0005vi-00 => c1 <c1@myhost.test.ex> R=real T=real
1999... | {
"pile_set_name": "Github"
} |
@node Kernel Interface
@chapter Kernel Interface
There are several different methods for reading kernel routing table
information, updating kernel routing tables, and for looking up
interfaces.
@table @samp
@item ioctl
The @samp{ioctl} method is a very traditional way for reading or writing
kernel information. @sam... | {
"pile_set_name": "Github"
} |
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl IPTables-Parse.t'
#########################
# change 'tests => 1' to 'tests => last_test_to_print';
use Test;
BEGIN { plan tests => 1 };
use IPTables::Parse;
ok(1); # If we made it thi... | {
"pile_set_name": "Github"
} |
@using ApiTesting.Areas.HelpPage.ModelDescriptions
@model SimpleTypeModelDescription
@Model.Documentation | {
"pile_set_name": "Github"
} |
define("ace/snippets/gobstones",["require","exports","module"], function(require, exports, module) {
"use strict";
exports.snippetText = "# Procedure\n\
snippet proc\n\
procedure ${1?:name}(${2:argument}) {\n\
${3:// body...}\n\
}\n\
\n\
# Function\n\
snippet fun\n\
function ${1?:name}(${2:argument}) {\n\
retur... | {
"pile_set_name": "Github"
} |
@echo off
set main=./examples/tagtext/prev-next-page.js
cd ..
cd ..
npm run watch | {
"pile_set_name": "Github"
} |
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := cocos2dx_extensions
LOCAL_MODULE_FILENAME := libcocos2dx_extensions
LOCAL_SRC_FILES := ../extensions/network/CCNetwork.cpp \
../extensions/network/CCHttpRequest.cpp \
../extensions/network/CCHttpRequest_impl.cpp \
../extensions/luabindin... | {
"pile_set_name": "Github"
} |
.*
| {
"pile_set_name": "Github"
} |
# 在原始高清文件夹下运行,压制 webp 图片
for file in *.jpg; do echo $file ${file%%.*}.webp; convert -resize 1920x1920 $file ../${file%%.*}.webp; done | {
"pile_set_name": "Github"
} |
@/*
@ ** Copyright 2003-2010, VisualOn, Inc.
@ **
@ ** 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 ... | {
"pile_set_name": "Github"
} |
@import "~bootstrap/scss/mixins/breakpoints";
@include media-breakpoint-down(md) {
body {
font-size: 0.9em;
}
} | {
"pile_set_name": "Github"
} |
@ECHO OFF
rem
rem Copyright (c) Microsoft. All rights reserved.
rem Licensed under the MIT license. See LICENSE file in the project root for full license information.
rem
FOR /D /R . %%G IN (bin) DO @IF EXIST "%%G" (@echo RDMR /S /Q "%%G" & rd /s /q "%%G")
FOR /D /R . %%G IN (obj) DO @IF EXIST "%%G" (@echo RDMR /S /Q... | {
"pile_set_name": "Github"
} |
@echo off
rem batch file to start Vim with less.vim.
rem Read stdin if no arguments were given.
rem Written by Ken Takata.
if "%1"=="" (
vim --cmd "let no_plugin_maps = 1" -c "runtime! macros/less.vim" -
) else (
vim --cmd "let no_plugin_maps = 1" -c "runtime! macros/less.vim" %*
)
| {
"pile_set_name": "Github"
} |
@prefix : <http://example/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:x1 :p 1 .
:x2 :p "1" .
:x3 :p "1"@en .
:x4 :p 1.5 .
:x5 :p "2008-04-29T09:13:15+01:00"^^xsd:dateTime .
:x6 :p "0008-04-29T09:13:15-01:00"^^xsd:dateTime .
:x7 :p "-3000-04-29T09:13:15Z"^^xsd:dateTime .
# Not encoded inline
:x8 :p... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
8D5980B91F65084000BEDD70 /* JX_GCDTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D5980B81F65084000BEDD70 /* JX_GCDTimerManager.m */; };
8DE607DA1B33070300BCDEE4 /* main.m in Sour... | {
"pile_set_name": "Github"
} |
@startdot
digraph WeixRobotFlow {
WeixinServer [style=rounded]
WeixinRobotServlet [shape=box]
WebFramework [shape=box]
MessageRouter [shape=diamond]
WeixinServer -> WeixinRobotServlet [style=bold,label="Message Post"];
WeixinRobotServlet -> MessageRouter [label="Regex Router"]
MessageRouter -> WebFramewo... | {
"pile_set_name": "Github"
} |
\version "2.16.0"
violaSecondMov = \relative g {
\key c \major
\clef alto
g4(\p f)
| e r
| g2 ~
| g4 r
| e d
| c( g'8.[ f16)]
| e8[( f)] e[( a)]
| g4 ~ g8 r
| f2(
% 10
| e8) r r4
| R2*2
| b'4( a) ~
| a8 r r4
| e4( f)
| e8 r r4
| c'4(\p... | {
"pile_set_name": "Github"
} |
martin@vbubuntu:~$ sudo litmus -k http://192.168.178.28/temp tester tester
-> running `basic':
0. init.................. pass
1. begin................. pass
2. options............... pass
3. put_get............... pass
4. put_get_utf8_segment.. pass
5. put_no_parent......... pass
6. mkcol_over_plain........ | {
"pile_set_name": "Github"
} |
CONFIG_9P_FS=y
# CONFIG_9P_FS_POSIX_ACL is not set
# CONFIG_9P_FS_SECURITY is not set
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
CONFIG_ARCH_HAS_KCOV=y
CONFIG_ARCH_HAS_M... | {
"pile_set_name": "Github"
} |
---
title: Actions on Google
order: 60
| {
"pile_set_name": "Github"
} |
(lang dune 1.4)
| {
"pile_set_name": "Github"
} |
+00 0
+00 0 D
+01 3600
+02 7200
+02 7200 D
+03 10800
+0330 12600
+04 14400
+0430 16200
+0430 16200 D
+05 18000
+0530 19800
+0545 20700
+06 21600
+0630 23400
+07 25200
+08 28800
+0845 31500
+09 32400
+10 36000
+1030 37800
+11 39600
+11 39600 D
+12 43200
+1245 45900
+13 46800
+13 46800 D
+1345 49500 D
+14 50400
+14 50400... | {
"pile_set_name": "Github"
} |
@warn "This import is deprecated. Use 'compass/typography/lists/horizontal-list' instead.";
@import "../../typography/lists/horizontal-list";
| {
"pile_set_name": "Github"
} |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | {
"pile_set_name": "Github"
} |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | {
"pile_set_name": "Github"
} |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | {
"pile_set_name": "Github"
} |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | {
"pile_set_name": "Github"
} |
@ Contest move effect descriptions
gText_HighlyAppealingMove:: @ 827CB82
.string "A highly appealing move.$"
gText_UserMoreEasilyStartled:: @ 827CB9B
.string "After this move, the user is\nmore easily startled.$"
gText_GreatAppealButNoMoreToEnd:: @ 827CBCE
.string "Makes a great appeal, but\nallows no more to the... | {
"pile_set_name": "Github"
} |
class Some {
operator fun <caret>() {
}
}
// EXIST: {"lookupString":"compareTo","typeText":"< > <= >="}
// EXIST: {"lookupString":"contains","typeText":"in !in"}
// EXIST: {"lookupString":"dec","typeText":"--"}
// EXIST: {"lookupString":"div","typeText":"/"}
// EXIST: {"lookupString":"divAssign","typeText":"/... | {
"pile_set_name": "Github"
} |
[Text]
LANGUAGE=Italiano (Italian)
OPTION_VALUE_EASY=Facile
OPTION_VALUE_MEDIUM=Media
OPTION_VALUE_HARD=Difficile
OPTION_VALUE_ON=Si
OPTION_VALUE_OFF=No
OPTION_VALUE_EDITION=Edizione
OPTION_VALUE_GENRE=Genere
OPTION_VALUE_LANGUAGE=Lingua
OPTION_VALUE_FOLDER=Folder
OPTION_VALUE_TITLE=Titolo
OPTION_VALUE_ARTIST=Artis... | {
"pile_set_name": "Github"
} |
{% load avatar_tags %}
{% load activity_tags %}
{% avatar act.user 16 %} {{ act.user.username }}
<span class="action">{{ act|activity_action }}</span> {{ act|activity_object }}
{{ act|activity_context }}, <abbr>about {{ act.created|timesince }} ago</abbr>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<component id="root" name="root">
<component id="system" name="system">
<!--McPAT will skip the components if number is set to 0 -->
<param name="number_of_cores" value="64"/>
<param name="number_of_L1Directories" value="0"/>
<param name="number_of_L2Directories" value="0"/>
<param nam... | {
"pile_set_name": "Github"
} |
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": {
"0": "\u03c0.\u03bc.",
"1": "\u03bc.\u03bc."
},
"DAY": {
"... | {
"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"
} |
@ RUN: llvm-nm -print-size -arch armv7m %p/Inputs/print-size.macho-armv7m 2>&1 | FileCheck %s
@ CHECK: warning: sizes with -print-size for Mach-O files are always zero.
| {
"pile_set_name": "Github"
} |
.bank{
} | {
"pile_set_name": "Github"
} |
{
"title":"WOFF 2.0 - Web Open Font Format",
"description":"TrueType/OpenType font that provides better compression than WOFF 1.0.",
"spec":"http://www.w3.org/TR/WOFF2/",
"status":"cr",
"links":[
{
"url":"https://gist.github.com/sergejmueller/cf6b4f2133bcb3e2f64a",
"title":"Basics about WOFF 2... | {
"pile_set_name": "Github"
} |
/scratch/bykang/coco/images/train2014/COCO_train2014_000000476655.jpg
/scratch/bykang/coco/images/train2014/COCO_train2014_000000369179.jpg
/scratch/bykang/coco/images/train2014/COCO_train2014_000000308806.jpg
/scratch/bykang/coco/images/train2014/COCO_train2014_000000108384.jpg
/scratch/bykang/coco/images/train2014/CO... | {
"pile_set_name": "Github"
} |
{
"title":"Shadow DOM (V1)",
"description":"Method of establishing and maintaining functional boundaries between DOM trees and how these trees interact with each other within a document, thus enabling better functional encapsulation within the DOM & CSS.",
"spec":"https://www.w3.org/TR/shadow-dom/",
"status":"w... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.