text stringlengths 2 99.9k | meta dict |
|---|---|
.map_container{
height: 450px;
width: 100%;
}
.map {
height: 100%;
width: 100%;
}
.place_info {
padding: 0 5px;
} | {
"pile_set_name": "Github"
} |
wyckoffs:
- "b"
- "a"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "a"
- "b"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "b"
- "a"
- "c"
- "c"
- "c"
- "c"
- "a"
- "b"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c"
- "c... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
"go_test",
)
go_library(
name = "go_default_library",
srcs = [
"daemon_controller.go",
"doc.go",
"update.go",
],
importpath = "k8s.io/kubernetes/pkg/controlle... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\Log;
use Illuminate\Support\ServiceProvider;
class LogServiceProvider extends ServiceProvider
{
/**
* Register the service provider.
*
* @return void
*/
public function register()
{
$this->app->singleton('log', function () {
return new Lo... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/iotthingsgraph/IoTThingsGraph_EXPORTS.h>
#include <aws/iotthingsgraph/IoTThingsGraphRequest.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/iotthingsgraph/... | {
"pile_set_name": "Github"
} |
/* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
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 a... | {
"pile_set_name": "Github"
} |
[PatchInfoRecord]
TimeStamp: 1225248326
FileSize: 11356720
FirstSectionSize: 3437189
lpDispatcherTable: 00B0A67C
EntryCount: 71
[/PatchInfoRecord]
| {
"pile_set_name": "Github"
} |
.overlay-loader {
position: absolute;
left: 50%;
top: 50%;
z-index: 1;
width: 50px;
height: 50px;
margin: -25px 0 0 -25px;
-webkit-animation: spin 2s linear infinite;
animation: spin 1s linear infinite;
border: 5px solid #f3f3f3;
border-top: 5px solid #555;
border-radius: 50%;
}
.overlay {
po... | {
"pile_set_name": "Github"
} |
# Copyright 2015 Google Inc. All rights reserved.
#
# 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 ... | {
"pile_set_name": "Github"
} |
/*
* 官网地站:http://www.mob.com
* 技术支持QQ: 4006852216
* 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复)
*
* Copyright (c) 2013年 mob.com. All rights reserved.
*/
package cn.sharesdk.onekeyshare.themes.classic;
import android.content.Context;
import android.content.res.C... | {
"pile_set_name": "Github"
} |
#!/bin/sh
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2015-2017 Oracle and/or its affiliates. All rights reserved.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common Development
# and Distribution Lice... | {
"pile_set_name": "Github"
} |
ISO-10303-21;
HEADER;
/* Mounting_Wuerth_WA-SMSI-M2_H4.5mm_9774045243.step 3D STEP model for use in ECAD systems
* Copyright (C) 2019, Rene Poeschl
*
* This work is licensed under the [Creative Commons CC-BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode),
* with the following exception:... | {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": ["dom", "esnext"],
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"strict": true
}
}
| {
"pile_set_name": "Github"
} |
/**
* @fileoverview Counts the cyclomatic complexity of each function of the script. See http://en.wikipedia.org/wiki/Cyclomatic_complexity.
* Counts the number of if, conditional, for, whilte, try, switch/case,
* @author Patrick Brosset
*/
"use strict";
//---------------------------------------------------------... | {
"pile_set_name": "Github"
} |
#!/bin/sh
rm -r target/classes src/main/java
mkdir -p target/classes
mkdir -p src/main/java
for j in '../extensions' '../core' '../devtools' '../independent-projects/'
do
for i in `find $j -regex .*target/classes`
do
cp -r $i/* target/classes/
done
for i in `find $j -regex .*src/main/java`
... | {
"pile_set_name": "Github"
} |
= ranch:get_port(3)
== Name
ranch:get_port - Get the listening port
== Description
[source,erlang]
----
get_port(Ref :: ranch:ref())
-> Port :: inet:port_number() | undefined
----
Get the listening port.
This function is particularly useful to retrieve the
listening port number when it was not provided in the... | {
"pile_set_name": "Github"
} |
.include "instr_test.inc"
instrs:
entry $B5,"LDA z,X" ; AXY = z,XY
entry $B4,"LDY z,X"
entry $B6,"LDX z,Y"
entry $95,"STA z,X" ; z,XY = AXY
entry $94,"STY z,X"
entry $96,"STX z,Y"
entry $F6,"INC z,X" ; z,XY = op z,XY
entry $D6,"DEC z,X"
entry $16,"ASL z,X"
entry $56,"LSR z,X"
entry $36,"ROL z,X"
entry ... | {
"pile_set_name": "Github"
} |
/* @flow */
/* eslint-disable no-redeclare */
import {
createTheming,
type ThemingType,
} from '@callstack/react-theme-provider';
import DefaultTheme from '../styles/DefaultTheme';
import type { Theme } from '../types/Theme';
export const {
ThemeProvider,
withTheme,
useTheme,
}: ThemingType<Theme> = createT... | {
"pile_set_name": "Github"
} |
### `tf.contrib.metrics.streaming_mean_cosine_distance(predictions, labels, dim, weights=None, metrics_collections=None, updates_collections=None, name=None)` {#streaming_mean_cosine_distance}
Computes the cosine distance between the labels and predictions.
The `streaming_mean_cosine_distance` function creates two lo... | {
"pile_set_name": "Github"
} |
module SemanticFlashHelper
ALERT_TYPES = [:error, :info, :success, :warning]
def semantic_flash
output = ''
flash.each do |type, message|
next if message.blank?
type = :success if type.to_sym == :notice
type = :error if type.to_sym == :alert
next unless ALERT_TYPES.include?(type.t... | {
"pile_set_name": "Github"
} |
<?php
/**
* @link http://github.com/zendframework/zend-servicemanager for the canonical source repository
* @copyright Copyright (c) 2016-2017 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
namespace ZendTest\ServiceManager\Tool;
use... | {
"pile_set_name": "Github"
} |
<?php
namespace BotMan\BotMan\Tests\Cache;
use BotMan\BotMan\Cache\CodeIgniterCache;
use CI_Cache;
use Mockery as m;
use PHPUnit\Framework\TestCase;
class CodeIgniterCacheTest extends TestCase
{
use \Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;
protected function tearDown(): void
{
m::clos... | {
"pile_set_name": "Github"
} |
\documentclass[nofonts]{ctexart}
% 设置中文字体
\setCJKmainfont{AR PL UMing CN}
\setCJKsansfont{AR PL UMing CN}
\setCJKmonofont{WenQuanYi Micro Hei Mono}
% 设置英文字体
\setmainfont{Times New Roman}
\setsansfont{Droid Sans Mono}
\setmonofont{FreeMono}
\usepackage{graphicx}
\usepackage{color}
\begin{document}
\color{red}红色文字夹杂\... | {
"pile_set_name": "Github"
} |
/****************************************************************************
* Driver for Solarflare Solarstorm network controllers and boards
* Copyright 2006-2011 Solarflare Communications Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Publi... | {
"pile_set_name": "Github"
} |
/*
*
* 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 in writing, software
* ... | {
"pile_set_name": "Github"
} |
#pragma once
float minus(float a, float b);
float mod(float a);
int modi(int v, int m);
int quadrant(float a);
void sincos_fast(float x, float *sin, float *cos);
float err_filter(float *ctx, float max, float dens, float err); | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<!--
Copyright 2010 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>goog.editor.Field</title>
<script src="../..... | {
"pile_set_name": "Github"
} |
---
layout: api
title: "v2.2.4 JavaScript Library: Mobile"
categories: api
version: v2.2.4
permalink: /api/v2.2.4/mobile/
---
<h2 id="section-mobile">Mobile</h2>
<p>Mapbox.js is optimized for mobile devices and small screens by default.
There are, however, best practices to make sure your map always looks its best.</p>... | {
"pile_set_name": "Github"
} |
/* snpExpandAllele - fourth step in dbSNP processing.
* Read the chrN_snpTmp tables created by snpLocType and expand allele.
* Rewrite to new chrN_snpTmp tables. Get chromInfo from ContigInfo.
* Write syntax errors to snpExpandAllele.errors.
* Write exceptions to snpExpandAllele.exceptions:
RefAlleleWrongSi... | {
"pile_set_name": "Github"
} |
package main
import (
"strings"
"github.com/docker/docker/integration-cli/checker"
icmd "github.com/docker/docker/pkg/testutil/cmd"
"github.com/go-check/check"
)
func (s *DockerSuite) TestTopMultipleArgs(c *check.C) {
out := runSleepingContainer(c, "-d")
cleanedContainerID := strings.TrimSpace(out)
var expec... | {
"pile_set_name": "Github"
} |
include(ExternalProject)
find_package(LLVM 6.0 REQUIRED CONFIG)
STRING(REPLACE "." ";" LLVM_VERSION_LIST ${LLVM_PACKAGE_VERSION})
list(GET LLVM_VERSION_LIST 0 LLVM_VERSION_MAJOR)
list(GET LLVM_VERSION_LIST 1 LLVM_VERSION_MINOR)
set(HALIDE_DIR "${PROJECT_SOURCE_DIR}/third_party/Halide" CACHE STRING "halide directory")... | {
"pile_set_name": "Github"
} |
using Moq;
using AutoFixture.Xunit2;
using ScriptCs.Command;
using ScriptCs.Contracts;
using ScriptCs.Hosting;
using Xunit;
namespace ScriptCs.Tests
{
public class CleanCommandTests
{
public class ExecuteMethod
{
[ScriptCsAutoData("scriptcs_packages")]
[ScriptCsAutoD... | {
"pile_set_name": "Github"
} |
<%@ page import="org.pih.warehouse.core.Location" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="layout" content="custom" />
<g:set var="entityName" value="${warehouse.message(code: 'locationGroups.label', default: 'Location Groups')}" />
... | {
"pile_set_name": "Github"
} |
commandlinefu_id: 5217
translator:
weibo: ''
hide: true
command: |-
diskutil list
summary: |-
List all mounted drives and their accompanying partitions from OS X Terminal
| {
"pile_set_name": "Github"
} |
=pod
=head1 NAME
EVP_mdc2
- MDC-2 For EVP
=head1 SYNOPSIS
#include <openssl/evp.h>
const EVP_MD *EVP_mdc2(void);
=head1 DESCRIPTION
MDC-2 (Modification Detection Code 2 or Meyer-Schilling) is a cryptographic
hash function based on a block cipher.
=over 4
=item EVP_mdc2()
The MDC-2DES algorithm of using MDC-... | {
"pile_set_name": "Github"
} |
/*
* OHCI HCD (Host Controller Driver) for USB.
*
* Copyright (C) 2010 ST Microelectronics.
* Deepak Sikri<deepak.sikri@st.com>
*
* Based on various ohci-*.c drivers
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any ki... | {
"pile_set_name": "Github"
} |
/**
* Handles opening of and synchronization with the reveal.js
* notes window.
*/
var RevealNotes = (function() {
function openNotes() {
var jsFileLocation = document.querySelector('script[src$="notes.js"]').src; // this js file path
jsFileLocation = jsFileLocation.replace(/notes\.js(\?.*)?$/, ''); // the ... | {
"pile_set_name": "Github"
} |
// Copyright 2007-2010 The Apache Software Foundation.
//
// 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"
} |
/*******************************************************************************************************************
Cycling '74 License for Max-Generated Code for Export
Copyright (c) 2016 Cycling '74
The code that Max generates automatically and that end users are capable of exporting and using, and any
associated ... | {
"pile_set_name": "Github"
} |
/*
* 练习3.2:编写一段程序从标准输入中一次读入一整行,然后修改该程序使其一次读入一个词。
*/
// ./exercise_3_02 < exercise_3_02.cpp
#include <iostream>
#include <string>
using std::cin;
using std::cout;
using std::endl;
using std::string;
/*
int main()
{
string line;
while (getline(cin, line))
cout << line << endl;
return 0;
}*/
int main()
{
stri... | {
"pile_set_name": "Github"
} |
# Radare2 Tutorial
Reverse Engineering using Radare2
> You should run the binary file on a VM and actually take a snapshot before you start. Specially if you do dynamic analysis and you do not know what the sampe does (backdoor, worm, virus, ...)
- Basics
- [Introduction to Raddare2](introduction_to_radare2.md)... | {
"pile_set_name": "Github"
} |
<?php
// locale: arabic (tn)
// author: Tarek Morgéne https://www.satoripop.com/
return array(
"months" => explode('_', 'يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر'),
"monthsShort" => explode('_', 'جانفي_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديس... | {
"pile_set_name": "Github"
} |
export const CTX_ROUTER = {};
export function navigateTo(path) {
// If path empty or no string, throws error
if (!path || typeof path !== 'string') {
throw Error(`svero expects navigateTo() to have a string parameter. The parameter provided was: ${path} of type ${typeof path} instead.`);
}
if (path[0] !==... | {
"pile_set_name": "Github"
} |
#include "stdafx.h"
#ifdef DEBUG
ECORE_API BOOL bDebug = FALSE;
#endif
// Video
//. u32 psCurrentMode = 1024;
u32 psCurrentVidMode[2] = {1024,768};
u32 psCurrentBPP = 32;
// release version always has "mt_*" enabled
Flags32 psDeviceFlags = { rsDetails | rsDrawStatic | rsDrawDynamic | rsRefresh60hz | rsFulls... | {
"pile_set_name": "Github"
} |
{
"ecmul_0-3_9935_21000_128" : {
"_info" : {
"comment" : "Puts the point (0, 3) and the factor 115792089237316195423570985008687907853269984665640564039457584007913129639935 into the ECMUL precompile, truncating or expanding the input data to 128 bytes. Gives the execution 21000 bytes",
... | {
"pile_set_name": "Github"
} |
import os
import hashlib
from os.path import join
hashes = dict()
for (dirname, dirs, files) in os.walk('.'):
for filename in files:
if filename.endswith('.txt') :
thefile = os.path.join(dirname,filename)
fhand = open(thefile,'r')
data = fhand.read()
fhand.cl... | {
"pile_set_name": "Github"
} |
/*
** $Id: lparser.h,v 1.76.1.1 2017/04/19 17:20:42 roberto Exp $
** Lua Parser
** See Copyright Notice in lua.h
*/
#ifndef lparser_h
#define lparser_h
#include "llimits.h"
#include "lobject.h"
#include "lzio.h"
/*
** Expression and variable descriptor.
** Code generation for variables and expressions can be delaye... | {
"pile_set_name": "Github"
} |
.post-widgets {
border-top: 1px solid #eee;
padding-top: 9px;
margin-top: 45px;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
.post-meta-divider {
height: 25px;
color: $grey-dark;
}
}
.wp_rating {
height: 20px;
margin-right: 10px;
text-align: center;
l... | {
"pile_set_name": "Github"
} |
---
title: "Compiler Warning (level 1) C4172"
ms.date: "11/04/2016"
f1_keywords: ["C4172"]
helpviewer_keywords: ["C4172"]
ms.assetid: a8d2bf65-d8b1-4fe3-8340-a223d7e7fde6
---
# Compiler Warning (level 1) C4172
returning address of local variable or temporary
A function returns the address of a local variable or tempo... | {
"pile_set_name": "Github"
} |
# This file lets the gamesbyexample launcher run the Python game script
# in a new terminal window, which will remain open after the Python
# script terminates. Though first, it runs __crashdetector__.py which
# runs the game, and can detect if the game crashes.
import subprocess, sys, os
launcherVersion = sys.argv[1... | {
"pile_set_name": "Github"
} |
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 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/osl-3.0.php
* If you did not receive a co... | {
"pile_set_name": "Github"
} |
import Rx from 'rx';
function makeSortedRows(rawRows$, columnSort$) {
return Rx.Observable.combineLatest(
rawRows$,
columnSort$,
(rawRows, columnSort) => {
if (columnSort.column === null) {
return rawRows;
} else {
let {sortDirection, column} = columnSort;
let newRows =... | {
"pile_set_name": "Github"
} |
// untested sections: 1
package gexec
import (
"io"
"sync"
)
/*
PrefixedWriter wraps an io.Writer, emitting the passed in prefix at the beginning of each new line.
This can be useful when running multiple gexec.Sessions concurrently - you can prefix the log output of each
session by passing in a PrefixedWriter:
g... | {
"pile_set_name": "Github"
} |
package request
import (
"bytes"
"fmt"
"github.com/aws/aws-sdk-go/aws/awserr"
)
const (
// InvalidParameterErrCode is the error code for invalid parameters errors
InvalidParameterErrCode = "InvalidParameter"
// ParamRequiredErrCode is the error code for required parameter errors
ParamRequiredErrCode = "ParamR... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c0f974dc0e902634ab19dd8551dd001c
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 1
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap... | {
"pile_set_name": "Github"
} |
{
"name": "async",
"description": "Higher-order functions and common patterns for asynchronous code",
"version": "2.5.0",
"main": "dist/async.js",
"author": "Caolan McMahon",
"repository": {
"type": "git",
"url": "https://github.com/caolan/async.git"
},
"bugs": {
"url": "https://github.com/c... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
"""Communicating sequential processes, in Python.
When using CSP Python as a DSL, this module will normally be imported
via the statement 'from csp.csp import *' and should not be imported directly.
Copyright (C) Sarah Mount, 2008-10.
This program is free software; you can redistribute it and/... | {
"pile_set_name": "Github"
} |
GL_AMD_sparse_texture
http://www.opengl.org/registry/specs/AMD/sparse_texture.txt
GL_AMD_sparse_texture
GL_TEXTURE_STORAGE_SPARSE_BIT_AMD 0x00000001
GL_VIRTUAL_PAGE_SIZE_X_AMD 0x9195
GL_VIRTUAL_PAGE_SIZE_Y_AMD 0x9196
GL_VIRTUAL_PAGE_SIZE_Z_AMD 0x9197
GL_MAX_SPARSE_TEXTURE_SIZE_AMD 0x9198
GL_MAX_SPARSE_3D_TEXTURE_... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | {
"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"
} |
<iterator-tree description="main query">
<ElementIterator>
<SingletonIterator value="xs:QName(,,karteikasten)"/>
<EnclosedIterator attr_cont="false">
<FLWORIterator>
<LetVariable name="$$opt_temp_0" materialize="true">
<HoistIterator>
<DescendantAxisIterator test-kind="matc... | {
"pile_set_name": "Github"
} |
// Copyright 2012 Joyent, Inc. All rights reserved.
var assert = require('assert-plus');
var sshpk = require('sshpk');
var util = require('util');
var HASH_ALGOS = {
'sha1': true,
'sha256': true,
'sha512': true
};
var PK_ALGOS = {
'rsa': true,
'dsa': true,
'ecdsa': true
};
function HttpSignatureError(m... | {
"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>CFBundleGetInfoString</key>
<string>0.5.0 Open Source 2018, 300-series XHCI in... | {
"pile_set_name": "Github"
} |
help([==[
Description
===========
The Open MPI Project is an open source MPI-3 implementation.
More information
================
- Homepage: http://www.open-mpi.org/
]==])
whatis([==[Description: The Open MPI Project is an open source MPI-3 implementation.]==])
whatis([==[Homepage: http://www.open-mpi.org/]==])
l... | {
"pile_set_name": "Github"
} |
object App {
class Foo { type R = A }
type A = List[Foo#R] // error
}
| {
"pile_set_name": "Github"
} |
<template>
<div class="example">
<v-date-picker v-model="dates" mode="multiple" is-inline/>
</div>
</template>
<script>
export default {
data() {
return {
dates: [new Date(2018, 0, 9), new Date(2018, 0, 25)],
};
},
};
</script>
| {
"pile_set_name": "Github"
} |
{{var "v"}} := {{if not isArray}}*{{end}}{{ .Varname }}
{{var "h"}}, {{var "l"}} := z.DecSliceHelperStart() {{/* // helper, containerLenS */}}{{if not isArray}}
var {{var "c"}} bool {{/* // changed */}}
_ = {{var "c"}}{{end}}
if {{var "l"}} == 0 {
{{if isSlice }}if {{var "v"}} == nil {
{{var "v"}} = []{{ .Typ }}{}
... | {
"pile_set_name": "Github"
} |
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
//
// 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 use, cop... | {
"pile_set_name": "Github"
} |
<!--
Licensed to JumpMind Inc under one or more contributor
license agreements. See the NOTICE file distributed
with this work for additional information regarding
copyright ownership. JumpMind Inc licenses this file
to you under the GNU General Public License, version 3.0 (GPLv3)
(the "Licen... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2014, Nordic Semiconductor ASA
*
* 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 use, copy, modify... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/vector/vector40_c.hpp" header
// -- DO NOT modify by hand!
namespace boost ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="text/javascript">
<![CDATA[
function boom()
{
var x = document.getElementById("x");
x.appendChild(document.createTextNode("A"));
x... | {
"pile_set_name": "Github"
} |
""" Locale support.
The module provides low-level access to the C lib's locale APIs
and adds high level number formatting APIs as well as a locale
aliasing engine to complement these.
The aliasing engine includes support for many commonly used locale
names and maps them to values suitable for pass... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes 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 in writing, softw... | {
"pile_set_name": "Github"
} |
android_resource(
name = "dep2",
assets = subdir_glob([("assets", "**")]),
package = "com.test",
res = subdir_glob([("res", "**")]),
visibility = [
"PUBLIC",
],
)
| {
"pile_set_name": "Github"
} |
{
"name": "base64-url",
"version": "1.0.0",
"description": "Base64 encode, decode, escape and unescape for URL applications",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git://github.com/joaquimserafi... | {
"pile_set_name": "Github"
} |
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package windows
import (
"net"
"syscall"
"unsafe"
)
const (
// Invented values to support what package os expects.
O_RDONLY = 0x00000
O_WRONLY = 0x0... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head><link rel="apple-touch-icon" sizes="180x180" href="/glide/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/glide/favicon-32x32.png"><link rel="icon" ... | {
"pile_set_name": "Github"
} |
@echo off
java ^
-Djava.library.path=../../com.amd.aparapi.jni/dist ^
-classpath ../../com.amd.aparapi/dist/aparapi.jar;javaonedemo.jar ^
com.amd.aparapi.examples.javaonedemo.Mandel
| {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"plugins": [
{
"name": "typescript-tslint-plugin"
}
],
"lib": ["es2017"],
"module": "commonjs",
"strict": true,
"allowJs": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": true,
... | {
"pile_set_name": "Github"
} |
/*
** $Id: loadlib.c,v 1.127 2015/11/23 11:30:45 roberto Exp $
** Dynamic library loader for Lua
** See Copyright Notice in lua.h
**
** This module contains an implementation of loadlib for Unix systems
** that have dlfcn, an implementation for Windows, and a stub for other
** systems.
*/
#define loadlib_c
#define LUA... | {
"pile_set_name": "Github"
} |
# Author: Horst Hunger
# Created: 2010-07-13
--source include/have_partition.inc
let $engine_table= MYISAM;
let $engine_part= MYISAM;
let $engine_subpart= MYISAM;
use test;
--disable_result_log
--disable_query_log
--disable_warnings
DROP TABLE IF EXISTS t_10;
DROP TABLE IF EXISTS t_100;
DROP TABLE IF EXISTS t_1000;... | {
"pile_set_name": "Github"
} |
package com.ctrip.framework.apollo.integration;
import static org.hamcrest.core.IsEqual.equalTo;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import com.ctrip.framework.apollo.util.OrderedProperties;
import java.io.File;
import java... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2020 Antmicro <www.antmicro.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <kernel.h>
#include <init.h>
#include <soc.h>
#include <soc_pinmap.h>
#include <arch/arm/aarch32/cortex_m/cmsis.h>
void eos_s3_lock_enable(void)
{
MISC_CTRL->LOCK_KEY_CTRL = MISC_LOCK_KEY;
}
void eos_s3_lock_... | {
"pile_set_name": "Github"
} |
snippet def
<%def name="${1:name}">
${2:}
</%def>
snippet call
<%call expr="${1:name}">
${2:}
</%call>
snippet doc
<%doc>
${1:}
</%doc>
snippet text
<%text>
${1:}
</%text>
snippet for
% for ${1:i} in ${2:iter}:
${3:}
% endfor
snippet if if
% if ${1:condition}:
${2:}
% endif
snippet if if/else
%... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2015 Intel Corporation
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <errno.h>
#include <sys/queue.h>
#include <rte_common.h>
#include <rte_malloc.h>
#include <rte_cycles.h>
#include <rte_ra... | {
"pile_set_name": "Github"
} |
# File src/library/base/R/utilities.R
# Part of the R package, https://www.R-project.org
#
# Copyright (C) 1995-2012 The R Core Team
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; eithe... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Safari/NSObject-Protocol.h>
@class NSDictionary, NSString, WKWebView;
@protocol _WKDiagnosticLoggingDelegate <NSObject>
@op... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package server-infra
* @subpackage propel
*/
require_once 'propel/engine/builder/om/php5/PHP5TableMapBuilder.php';
/**
* Generates the PHP5 table map class for user object model (OM).
*
* @package server-infra
* @subpackage propel
*/
class KalturaMapBuilderBuilder extends PHP5TableMapBuilder
{
/*... | {
"pile_set_name": "Github"
} |
class Customer < ActiveResource::Base
self.site = "http://37s.sunrise.i:3000"
end
| {
"pile_set_name": "Github"
} |
from __future__ import absolute_import
input_name = '../examples/linear_elasticity/linear_elastic_probes.py'
output_name = 'test_linear_elastic_probes.vtk'
from tests_basic import TestInput
class Test(TestInput):
pass
| {
"pile_set_name": "Github"
} |
<?php
/*************************************************************************************
* sas.php
* -------
* Author: Galen Johnson (solitaryr@gmail.com)
* Copyright: (c) 2004 Nigel McNie (http://qbnz.com/highlighter/)
* Release Version: 1.0.7.20
* Date Started: 2005/12/27
*
* SAS language file for GeSHi. ... | {
"pile_set_name": "Github"
} |
---
title: "Streamlining React Elements"
author: [sebmarkbage]
date: 2015-02-24 11:00
---
React v0.13 is right around the corner and so we wanted to discuss some upcoming changes to ReactElement. In particular, we added several warnings to some esoteric use cases of ReactElement. There are no runtime behavior changes ... | {
"pile_set_name": "Github"
} |
/************************************************************************
The zlib/libpng License
Copyright (c) 2006 Joerg Wiedenmann
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from
the use of this software.
Permissi... | {
"pile_set_name": "Github"
} |
from . import keyboards
from . import keymaps
| {
"pile_set_name": "Github"
} |
@machine1:HiMom:abcdeACXX:1:1101:1309:2210 2:N:0:ATTCCTCT
AGGGCATTTTTAATCTT
+
HHHDFHJIJJIJGIIIJ
@machine1:HiMom:abcdeACXX:1:1201:1018:2133 2:N:0:ATTCCTCT
NNNNNNNNNNNNNNNNN
+
#################
@machine1:HiMom:abcdeACXX:1:1201:1073:2225 2:N:0:ATTCCTCT
CTTCCGATCTGGAGGGT
+
HHHHHJJJJJJJJJJJ:
@machine1:HiMom:abcdeACXX:1:1201... | {
"pile_set_name": "Github"
} |
nav.navbar.navbar-default.navbar-inverse(role="navigation")
div.container
div.navbar-header
button.navbar-toggle(type="button",data-toggle="collapse",data-target="#bs-example-navbar-collapse-1")
span.sr-only Toggle navigation
span.icon-bar
sp... | {
"pile_set_name": "Github"
} |
package de.metas.ui.web.window.descriptor;
import java.math.BigDecimal;
import java.time.Instant;
import java.time.LocalDate;
import java.time.LocalTime;
import java.time.ZonedDateTime;
import java.util.Set;
import org.compiere.util.DisplayType;
import com.google.common.collect.Sets;
import de.metas.ui.web.upload.W... | {
"pile_set_name": "Github"
} |
---
layout: "default"
title: "_ExtensibleCollectionType"
description: "Swift documentation for '_ExtensibleCollectionType': This protocol is an implementation detail of ExtensibleCollectionType; do."
keywords: "_ExtensibleCollectionType,protocol,swift,documentation,append,extend,generate,reserveCapacity,endIndex,startI... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.