text stringlengths 2 99k | meta dict |
|---|---|
<div id="{{WRAPPER}}" class="jp-video " role="application" aria-label="media player">
<div class="jp-type-single">
<div id="{{JPLAYER}}" class="jp-jplayer"></div>
<div class="jp-gui">
<div class="jp-video-play">
<button class="jp-video-play-icon" role="button" tabindex="0">play</button>
</div>
<div cl... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2006, 2013 Red Hat, Inc.
# Copyright (C) 2006 Hugh O. Brock <hbrock@redhat.com>
#
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
import threading
import traceback
from gi.repository import Gdk
from gi.repository import GLib
import libvirt
imp... | {
"pile_set_name": "Github"
} |
// (C) Copyright David Abrahams 2001.
// 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)
#ifndef BOOST_TYPE_DWA20010120_HPP
# define BOOST_TYPE_DWA20010120_HPP
namespace boost {
// Just a simple "type envelope"... | {
"pile_set_name": "Github"
} |
[
{
"type":"banner_only",
"url":"http://www.co-meeting.com/",
"banner_url":"http://pic.crowy.net/ad/images/co-meeting-banner20120411.png",
"height": 100
}
] | {
"pile_set_name": "Github"
} |
export * from './Button_theme_pseudo';
import './Button_theme_pseudo@desktop.css';
| {
"pile_set_name": "Github"
} |
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\share.props" />
<PropertyGroup>
<PackageId>Anet.Job</PackageId>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<Pa... | {
"pile_set_name": "Github"
} |
---
# required metadata
title: Create and post a customer invoice for a public sector customer
description: This procedure walks you through creating and posting a sales order invoice for a customer using OIOUBL electronic invoicing.
author: mrolecki
manager: AnnBe
ms.date: 08/29/2018
ms.topic: business-process
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<sch:schema xmlns:sch="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<sch:ns prefix="f" uri="http://hl7.org/fhir"/>
<sch:ns prefix="h" uri="http://www.w3.org/1999/xhtml"/>
<!--
This file contains just the constraints for the resource ConceptMap
I... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /Users/ghyeok/Library/Android/sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# h... | {
"pile_set_name": "Github"
} |
body, html
line-height: 1
font-weight: 200
font-family: 'PingFang SC', 'STHeitiSC-Light', 'Helvetica-Light', arial, sans-serif
font-size: 14px
.clearfix
display: inline-block
&:after
display: block
content: "."
height: 0
line-height: 0
clear: both
visibility: hidden
@media (-webkit... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello!</title>
</head>
<body>
<h1>Oops!</h1>
<p>Sorry, I don't know what you're asking for.</p>
</body>
</html>
| {
"pile_set_name": "Github"
} |
#ifndef __Question_1_5_h__
#define __Question_1_5_h__
#include <string>
using std::string;
class Question1_5
{
public:
int run();
int stringToInt(const string& value);
string intToString(int value);
int countCompression(const string& str);
/// C++ std::string is efficient and no need to use a "... | {
"pile_set_name": "Github"
} |
package com.yl.uiautomatordemo;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29318.209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Colors.API", "Colors.API\Colors.API.csproj", "{85547D88-F189-4C1B-89AC-31BBCF786F57}"
EndProject
Pr... | {
"pile_set_name": "Github"
} |
package org.oasis_open.docs.ws_sx.ws_trust._200512;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.w3._2005._08.addressing.EndpointReferenceType;
/**
* <p>Java class ... | {
"pile_set_name": "Github"
} |
all:
python setup.py build_ext --inplace
rm -rf build
clean:
rm -rf */*.pyc
rm -rf */*.so
| {
"pile_set_name": "Github"
} |
# From-district is unknown in first of two o/d entries
from_missing1of2
# From-district is unknown in second of two o/d entries
from_missing2of2
# To-district is unknown in first of two o/d entries
to_missing1of2
# To-district is unknown in second of two o/d entries
to_missing2of2
# Both districts are unknown in... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 Google Inc.
*
* 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 and the following disclai... | {
"pile_set_name": "Github"
} |
key = value
# We can not override pre-defined value with subkey
key.subkey := value
| {
"pile_set_name": "Github"
} |
package main
import (
"flag"
"fmt"
"math/rand"
"os"
"runtime"
"sync"
"time"
"github.com/arschles/go-in-5-minutes/episode12/dishes"
)
func init() {
// set the number of OS threads to use to the number of CPUs to use
runtime.GOMAXPROCS(runtime.NumCPU())
// seed the random number generator
rand.Seed(time.No... | {
"pile_set_name": "Github"
} |
/*
* PROJECT: ReactOS kernel-mode tests - Filter Manager
* LICENSE: GPLv2+ - See COPYING in the top level directory
* PURPOSE: Tests for checking filter registration
* PROGRAMMER: Ged Murphy <gedmurphy@reactos.org>
*/
// This tests needs to be run via a standalone driver because FltRe... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using PaySharp.Core;
using PaySharp.Core.Request;
namespace PaySharp.Wechatpay.Response
{
public class RefundResponse : BaseResponse
{
/// <summary>
/// 微信订单号
/// </summary>
[ReName(Name = "transaction_id")]
public string TradeNo { get;... | {
"pile_set_name": "Github"
} |
Contributing to Garner
======================
Garner is work of [many of contributors](https://github.com/artsy/garner/graphs/contributors). You're encouraged to submit [pull requests](https://github.com/artsy/garner/pulls), [propose features and discuss issues](https://github.com/artsy/garner/issues).
#### Fork the ... | {
"pile_set_name": "Github"
} |
/*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.10.1(ebbf400719be21761361804bf63fb3916e64a845)
* Released under the MIT license
* https://github.com/Microsoft/vscode/blob/master/LICENSE.txt
*------------------------------------... | {
"pile_set_name": "Github"
} |
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* William Jolitz.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condit... | {
"pile_set_name": "Github"
} |
module.exports = require('./some');
| {
"pile_set_name": "Github"
} |
Extension { #name : #MCTraitDefinition }
{ #category : #'*Ring-Definitions-Monticello' }
MCTraitDefinition >> asRingDefinition [
| ring |
ring := ( RGTraitDefinition named: self className)
category: self category;
superclassName: self superclassName;
traitCompositionSource: self traitCompositionString;
co... | {
"pile_set_name": "Github"
} |
#! @PERL@ -w
#
# Man page to help file converter
# Copyright (C) 1994, 1995, 1998, 2000, 2001, 2002, 2003, 2004, 2005,
# 2007, 2010, 2011
# The Free Software Foundation, Inc.
#
# Originally written by:
# Andrew V. Samoilov, 2002
# Pavel Roskin, 2002
# Andrew Borodin <aborodin@vmail.ru>, 2010
#
# Completely ... | {
"pile_set_name": "Github"
} |
前端学习路线 - 2019 - 简书文章
===
> Create by **jsliang** on **2020-2-14 16:42:47**
> Recently revised in **2020-2-17 09:16:29**
* 地址:https://www.jianshu.com/p/8f8264511952
## 一 第一阶段
* HTML + CSS
1. HTML 进阶
2. CSS 进阶
3. div + CSS 布局
4. HTML + CSS 整站开发
* JavaScript 基础
1. JS 内置教程
2. JS 内置对象常用方法
3. 常见 DOM 树操作大全
4. ECMA Sc... | {
"pile_set_name": "Github"
} |
// Recursive Tree (w/ ArrayList)
// Daniel Shiffman <http://www.shiffman.net>
// Nature of Code, Chapter 8
// A class for one branch in the system
class Branch {
// Each has a location, velocity, and timer
// We could implement this same idea with different data
PVector start;
PVector end;
PVector vel;
f... | {
"pile_set_name": "Github"
} |
//===- SimplifyCFG.cpp ----------------------------------------------------===//
//
//
// 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"
} |
dnl This is the newlib/libc/sys/netware configure.in file.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([link.c])
dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
AC_CONFIG_AUX_DIR(../../../..)
NEWLIB_CONF... | {
"pile_set_name": "Github"
} |
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies ... | {
"pile_set_name": "Github"
} |
#include <core.p4>
#define V1MODEL_VERSION 20180101
#include <v1model.p4>
struct fwd_metadata_t {
bit<32> l2ptr;
bit<24> out_bd;
}
header ethernet_t {
bit<48> dstAddr;
bit<48> srcAddr;
bit<16> etherType;
}
header ipv4_t {
bit<4> version;
bit<4> ihl;
bit<8> diffserv;
bit<16> tot... | {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2008-2013. 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)
//
// See http://www.boost.org/libs/contain... | {
"pile_set_name": "Github"
} |
# $Id$
# Author: Robert Wojciechowicz <rw@smsnet.pl>
# Copyright: This module has been placed in the public domain.
# New language mappings are welcome. Before doing a new translation, please
# read <http://docutils.sf.net/docs/howto/i18n.html>. Two files must be
# translated for each language: one in docutils/langu... | {
"pile_set_name": "Github"
} |
#if !GOOGLE_CUDA
#error This file must only be included when building with Cuda support
#endif
#ifndef TENSORFLOW_USER_OPS_ROIPOOLING_OP_GPU_H_
#define TENSORFLOW_USER_OPS_ROIPOOLING_OP_GPU_H_
#define EIGEN_USE_GPU
#include "tensorflow/core/framework/tensor_types.h"
#include "tensorflow/core/platform/types.h"
names... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2009 Nokia Corporation
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
*
* Some code and ideas taken from drivers/video/omap/ driver
* by Imre Deak.
*/
#define DSS_SUBSYS_NAME "DPI"
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/err.h... | {
"pile_set_name": "Github"
} |
# asynckit [](https://www.npmjs.com/package/asynckit)
Minimal async jobs utility library, with streams support.
[](https://travis-ci.org/alexindig... | {
"pile_set_name": "Github"
} |
#include <algorithm>
#include <cstdlib>
#include <iostream>
#include <map>
#include <queue>
#include <set>
#include <sstream>
#include <stack>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
using namespace std;
class Solution {
public:
int integerBreak(int n) {
switch (n) ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 6988d6631803c06408bb4cda99528db7
folderAsset: yes
timeCreated: 1523561060
licenseType: Free
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
如果你有10个按钮在同一个div下面
请直接在这个div上面监听事件,而不要监听每个button按钮
<a href="http://www.cnblogs.com/rubylouvre/archive/2009/08/09/1542174.html">事件的代理</a>
<pre>
</pre> | {
"pile_set_name": "Github"
} |
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
#include <ATen/ATen.h>
#include <ATen/cuda/CUDAContext.h>
#include <THC/THC.h>
#include <THC/THCDeviceUtils.cuh>
#include <vector>
#include <iostream>
int const threadsPerBlock = sizeof(unsigned long long) * 8;
__device__ inline float devIoU(f... | {
"pile_set_name": "Github"
} |
import {
invokeCallback,
subscribe,
FULFILLED,
REJECTED,
noop,
makePromise,
PROMISE_ID
} from './-internal';
import { asap } from './asap';
export default function then(onFulfillment, onRejection) {
const parent = this;
const child = new this.constructor(noop);
if (child[PROMISE_ID] === undefine... | {
"pile_set_name": "Github"
} |
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
package autoscaling
import (
"github.com/aws/aws-sdk-go/private/waiter"
)
// WaitUntilGroupExists uses the Auto Scaling API operation
// DescribeAutoScalingGroups to wait for a condition to be met before returning.
// If the condition is not meet within the max ... | {
"pile_set_name": "Github"
} |
/* External dependencies */
import {
isFunction,
flatMap,
} from "lodash-es";
import { create } from "@wordpress/rich-text";
import { select, dispatch } from "@wordpress/data";
const ANNOTATION_SOURCE = "yoast";
export const START_MARK = "<yoastmark class='yoast-text-mark'>";
export const END_MARK = "</yoastmark>... | {
"pile_set_name": "Github"
} |
[null]
| {
"pile_set_name": "Github"
} |
"use strict";
// Some environments don't have global Buffer (e.g. React Native).
// Solution would be installing npm modules "buffer" and "stream" explicitly.
var Buffer = require("buffer").Buffer;
var bomHandling = require("./bom-handling"),
iconv = module.exports;
// All codecs and aliases are kept he... | {
"pile_set_name": "Github"
} |
import { IEvent } from '@nestjs/cqrs';
import { CardEntity } from '@ultimatebackend/repository';
export class PaymentMethodUpdatedEvent implements IEvent {
constructor(public readonly card: CardEntity) {}
}
| {
"pile_set_name": "Github"
} |
// Copyright 2002 The Trustees of Indiana University.
// Use, modification and distribution is subject to 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)
// Boost.MultiArray Library
// Authors: Ronald Garcia
// Jeremy ... | {
"pile_set_name": "Github"
} |
import jsdom from 'jsdom';
describe('bundle', () => {
it('should corectly wire-up all the dependencies via their UMD-exposed globals', (done) => {
jsdom.env({
html: '<html></html>',
virtualConsole: jsdom.createVirtualConsole().sendTo({
error: done
}),
... | {
"pile_set_name": "Github"
} |
/* test_ecc_ecdsa.c - TinyCrypt implementation of some EC-DSA tests */
/* Copyright (c) 2014, Kenneth MacKay
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source co... | {
"pile_set_name": "Github"
} |
MATEUSZ JURCZYK
RICHARD SHUPAK
YUKI CHEN
TAO YAN
STEVEN VITTITOE
LIU LONG
NATALIE SILVANOVICH
ZHENG HUANG
JAMES FORSHAW
BO QU
SCOTT BELL
PETER ALLOR
DHANESH KIZHAKKINAN
KAI SONG
ARUN SHARMA
LINAN HAO
JIN CHEN
SHI JI
PETER HLAVATY
ADRIAN IVASCU
HENRY LI
ASHAR JAVED
MYEONGGIL CHOI
KAI KANG
QIUPENG
ATTE KETTUNEN
JACK TANG... | {
"pile_set_name": "Github"
} |
Copyright (c) 2008 - 2011, EllisLab, Inc.
All rights reserved.
This license is a legal agreement between you and EllisLab Inc. for the use
of CodeIgniter Software (the "Software"). By obtaining the Software you
agree to comply with the terms and conditions of this license.
PERMITTED USE
You are permitted to use, cop... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# Kselftest Install
# Install kselftest tests
# Author: Shuah Khan <shuahkh@osg.samsung.com>
# Copyright (C) 2015 Samsung Electronics Co., Ltd.
# This software may be freely redistributed under the terms of the GNU
# General Public License (GPLv2).
install_loc=`pwd`
main()
{
if [ $(basename $install_l... | {
"pile_set_name": "Github"
} |
# this file is part of refractiveindex.info database
# refractiveindex.info database is in the public domain
# copyright and related rights waived via CC0 1.0
REFERENCES: "J. I. Larruquert, A. P. Pérez-Marín, S. García-Cortés, L. Rodríguez-de Marcos, J. A. Aznárez, J. A. Méndez. Self-consistent optical constants o... | {
"pile_set_name": "Github"
} |
function f = chineseRemainder(r, m)
s = prod(m) ./ m;
[~, t] = gcd(s, m);
f = s .* t * r';
| {
"pile_set_name": "Github"
} |
version: 2.1
jobs:
test:
docker:
- image: circleci/node:14
steps:
- checkout
- run: npm ci
- run:
name: test
command: npm run test:ci
environment:
JEST_JUNIT_OUTPUT_DIR: "./reports"
JEST_JUNIT_OUTPUT_NAME: "test-results.xml"
-... | {
"pile_set_name": "Github"
} |
// cgo -godefs types_netbsd.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build arm,netbsd
package unix
const (
SizeofPtr = 0x4
SizeofShort = 0x2
SizeofInt = 0x4
SizeofLong = 0x4
SizeofLongLong = 0x8
)
type (
_C_short int16
_C_int int... | {
"pile_set_name": "Github"
} |
function [V,Beta,R] = qr_right (A)
%QR_RIGHT right-looking Householder QR factorization.
% Example:
% [V,Beta,R] = qr_right (A)
% See also: cs_demo
% Copyright 2006-2012, Timothy A. Davis, http://www.suitesparse.com
[m n] = size (A) ;
V = zeros (m,n) ;
Beta = zeros (1,n) ;
for k = 1:n
[v,beta] = gallery ('house... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 1998-2003 Joel de Guzman
http://spirit.sourceforge.net/
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)
==========... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
*/
#define pr_fmt(fmt) "[drm:%s] " fmt, __func__
#include "dpu_kms.h"
#include "dpu_hw_lm.h"
#include "dpu_hw_ctl.h"
#include "dpu_hw_pingpong.h"
#include "dpu_hw_intf.h"
#include "dpu_hw_dspp.h"
#includ... | {
"pile_set_name": "Github"
} |
#ifndef _RE2C_PARSE_CODE_
#define _RE2C_PARSE_CODE_
#include "src/util/c99_stdint.h"
#include <stddef.h>
#include <string>
#include "src/parse/loc.h"
#include "src/util/free_list.h"
namespace re2c
{
struct Code
{
static free_list<const Code *> freelist;
const Loc loc;
const std::string text;
inline Code (cons... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
{
"projectManager.activitybar.title": "Project Manager",
"projectManager.commands.saveProject.title": "Project Manager: Salvar Projeto",
"projectManager.commands.listProjects.title": "Project Manager: Listar Projetos para Abrir",
"projectManager.commands.listProjectsNewWindow.title": "Project Manager: L... | {
"pile_set_name": "Github"
} |
/*!
* @file
* @brief Camera Controller
* @author Gus Grubba <gus@auterion.com>
*
*/
/// @file
/// @brief MAVLink Camera API
/// @author Gus Grubba <gus@auterion.com>
#pragma once
#include "QGCApplication.h"
#include <QLoggingCategory>
class QDomNode;
class QDomNodeList;
class QGCCameraParamIO;
Q_DECLARE_... | {
"pile_set_name": "Github"
} |
<?php
/**
* Created by PhpStorm.
* User: Moon
* Date: 2014/11/25 0025
* Time: 0:08
*/
include 'list.php';
function curl_get($url)
{
$refer = "http://music.163.com/";
$header[] = "Cookie: " . "appver=1.5.0.75771;";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT... | {
"pile_set_name": "Github"
} |
{
"countries": {
"AD": {
"name": "Andorra",
"abbr": "AD",
"zones": [
"Europe/Andorra"
]
},
"AE": {
"name": "United Arab Emirates",
"abbr": "AE",
"zones": [
"Asia/Dubai"
]
},
"AF": {
"name": "Afghanistan",
"abbr": "AF",
"zones": [
"Asia/Kabul"
]
},
"AG": {
... | {
"pile_set_name": "Github"
} |
/**
* Some comment
*/
var bar = 'bar'; /* another comment */
// Single-line comment
var foo = 'foo'; // Single-line after code
(function (bar, foo) {
return foo + bar +
(10 * 15 / 5);
})(bar, foo);
if ( !( bar > foo ) )
{
console . log (foo), console.log(
bar
);
}
var script_code = "<script>JS here</script>"... | {
"pile_set_name": "Github"
} |
// Copyright 2017 GRAIL, Inc. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
package reflowlet
import (
"context"
"crypto/tls"
"flag"
"fmt"
"io/ioutil"
"net/http"
"os"
"os/signal"
"path/filepath"
"runtime"
"syscall"
"time"
... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (C) 2019, OFFIS e.V.
* All rights reserved. See COPYRIGHT file for details.
*
* This software and supporting documentation were developed by
*
* OFFIS e.V.
* R&D Division Health
* Escherweg 2
* D-26121 Oldenburg, Germany
*
*
* Module: dcmect
*
* Author: Michael Onken
... | {
"pile_set_name": "Github"
} |
form=词
tags=
一枕厌厌春困。
记得小梅风韵。
何处最关情,
嫩蕊初传芳信。
堪恨。
堪恨。
谁傍横斜疏影。
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_cont... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012 Red Hat Inc.
*
* 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, merge, publish,
... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the UCB release of Plan 9. It is subject to the license
* terms in the LICENSE file found in the top-level directory of this
* distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No
* part of the UCB release of Plan 9, including this file, may be copied,
* modified, prop... | {
"pile_set_name": "Github"
} |
class CreateFileViewStats < ActiveRecord::Migration[5.2]
def change
create_table :file_view_stats do |t|
t.datetime :date
t.integer :views
t.string :file_id
t.timestamps null: false
end
add_index :file_view_stats, :file_id
end
end
| {
"pile_set_name": "Github"
} |
{
"title": "Create FOSS",
"description": "Create a FOSS object",
"type":"object",
"$schema": "http://json-schema.org/draft-04/schema",
"required": [
"name",
"email"
],
"properties": {
"name": {
"type": "string",
"minLength": 2
},
"email": {
"type": "string",
"fo... | {
"pile_set_name": "Github"
} |
Title: esx_vsphere_hostsystem: Fixed discovery of multipaths
Level: 1
Component: checks
Compatible: compat
Edition: cre
Version: 1.6.0b1
Date: 1531832352
Class: fix
Some path types include more than one "." which led to a discovery
failure.
| {
"pile_set_name": "Github"
} |
val sum = {number1:Int, number2: Int ->
number1 +number2
}
fun main() {
val addNumbers = sum(3,4)
println("addNumbers: $addNumbers")
println("List of numbers ")
val listOfNumbers = listOf(10,15,22,34,80)
// normal for loop
//for (number in listOfNumbers){
// println(number)... | {
"pile_set_name": "Github"
} |
---
title: "opus"
layout: formula
---
{{ content }}
| {
"pile_set_name": "Github"
} |
/* iCheck plugin Minimal skin, red
----------------------------------- */
.icheckbox_minimal-red,
.iradio_minimal-red {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 18px;
height: 18px;
background: url(red.png) no-repeat;
border: none;... | {
"pile_set_name": "Github"
} |
Name: print link
Type: command
Syntax: print link to [{ url | anchor }] <linkName> with rect <rectArea>
Summary:
Defines a hyperlink within a pdf print loop.
Introduced: 4.5
OS: mac, windows, linux, ios
Platforms: desktop, mobile
Example:
print link to url "http://www.livecode.com" with rect 50,50,60,60
Example... | {
"pile_set_name": "Github"
} |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/api.proto
#pragma warning disable 1591, 0612, 3021
#region Designer generated code
using pb = global::Google.Protobuf;
using pbc = global::Google.Protobuf.Collections;
using pbr = global::Google.Protobuf.Reflection;
using scg = glob... | {
"pile_set_name": "Github"
} |
import sys
import logging
from PySide2.QtWidgets import QGraphicsScene, QGraphicsView, QStyleOptionGraphicsItem, QApplication,\
QGraphicsSceneMouseEvent
from PySide2.QtGui import QPainter, QMouseEvent, QImage, QVector2D
from PySide2.QtCore import Qt, QSize, QEvent, QMarginsF
_l = logging.getLogger(__name__)
cla... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
* @format
*/
'use strict';
export type ResolvedAssetSource = {|
+__packager_asset: boolean,
+width: ?number,
+hei... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="ac60a50f-a956-451e-87cc-d9b21f989948" name="Default" comment="" />
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="TRACKING_ENABLED" value="true" />
<op... | {
"pile_set_name": "Github"
} |
The multivariate normal distribution on `R^k`.
This distribution is defined by a 1-D mean `mu` and covariance matrix `sigma`.
Evaluation of the pdf, determinant, and sampling are all `O(k^3)` operations.
#### Mathematical details
With `C = sigma`, the PDF of this distribution is:
```
f(x) = (2 pi)^(-k/2) |det(C)|^(... | {
"pile_set_name": "Github"
} |
See https://github.com/wallyhall/shini
| {
"pile_set_name": "Github"
} |
/* Copyright 2013-present MongoDB 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 applicable law or agreed to in wri... | {
"pile_set_name": "Github"
} |
lsiio-y += lsiio.o iio_utils.o
iio_event_monitor-y += iio_event_monitor.o iio_utils.o
iio_generic_buffer-y += iio_generic_buffer.o iio_utils.o
| {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 1997-2010 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 Licens... | {
"pile_set_name": "Github"
} |
[
{
"id": 0,
"name": "Deadpool",
"color": "#770609",
"quote": "Please don't make the super suit green...or animated!",
"poster": "https://user-images.githubusercontent.com/24237865/77316284-0a189700-6d01-11ea-9667-096b89a9b958.jpg",
"details": [
{
... | {
"pile_set_name": "Github"
} |
package hns
import "fmt"
//go:generate go run ../../mksyscall_windows.go -output zsyscall_windows.go hns.go
//sys _hnsCall(method string, path string, object string, response **uint16) (hr error) = vmcompute.HNSCall?
type EndpointNotFoundError struct {
EndpointName string
}
func (e EndpointNotFoundError) Error() ... | {
"pile_set_name": "Github"
} |
using System;
using System.Text;
namespace YAF.Lucene.Net.Search.Highlight
{
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 1997-2001 Id Software, Inc.
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; either version 2
of the License, or (at your option) any later version.
This program is distributed in th... | {
"pile_set_name": "Github"
} |
/*
* Freeplane - mind map editor
* Copyright (C) 2008 Dimitry Polivaev
*
* This file author is Dimitry Polivaev
*
* 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, either ver... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2006, Industrial Light & Magic, a division of Lucas
// Digital Ltd. LLC
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | {
"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"
} |
// 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.
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package ipv6
import "golang.org/x/net/internal/socket"
func setControlMessage(c *socket.Conn,... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019-2020 VMware, Inc. All Rights Reserved.
// SPDX-License-Identifier: GPL-2.0
#pragma once
#include <string.h>
#include "Allocations/Graph.h"
#include "Allocations/TagHolder.h"
#include "Allocations/Tagger.h"
#include "VirtualAddressMap.h"
namespace chap {
template <typename Offset>
class VectorAll... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.