text stringlengths 2 99.9k | meta dict |
|---|---|
package machineid
import (
"crypto/hmac"
"crypto/sha256"
"encoding/hex"
"io"
"io/ioutil"
"os"
"os/exec"
"strings"
)
// run wraps `exec.Command` with easy access to stdout and stderr.
func run(stdout, stderr io.Writer, cmd string, args ...string) error {
c := exec.Command(cmd, args...)
c.Stdin = os.Stdin
c.... | {
"pile_set_name": "Github"
} |
export interface BmobPromise<T = any> extends Promise<BmobPromise<T>> {
}
export interface queryData {
(key: string, operator: string, val: any): object
}
export class Query {
new(params: string): void;
get: (objectId: string) => BmobPromise;
set: (filedName: string, filedValue: string) => BmobPromise;
dest... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// copyright notice and this permission notice appear in all copies.
//
// THE SOFTWARE IS PROVIDED "AS... | {
"pile_set_name": "Github"
} |
<?php
/*
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \___/ \___... | {
"pile_set_name": "Github"
} |
ul
li.list-item: .foo: #bar baz | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# See utils/checkpackagelib/readme.txt before editing this file.
from __future__ import print_function
import argparse
import inspect
import os
import re
import six
import sys
import checkpackagelib.lib_config
import checkpackagelib.lib_hash
import checkpackagelib.lib_mk
import checkpackagelib.l... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2015 The AMP HTML 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 require... | {
"pile_set_name": "Github"
} |
package com.an.trailers.ui.detail.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import com.an.trailers.AppConstants;
import com.an.trailers.R;
import com.an.trailers.data.remote.model.Cast;
import com.an.trail... | {
"pile_set_name": "Github"
} |
//
// main.m
// RWTFlickrSearch
//
// Created by Colin Eberhardt on 20/05/2014.
// Copyright (c) 2014 Colin Eberhardt. All rights reserved.
//
@import UIKit;
#import "RWTAppDelegate.h"
int main(int argc, char * argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([RWTAppD... | {
"pile_set_name": "Github"
} |
// XXX: For some reason, this file must not be compiled
// XXX: Ask MS why
#if 0
#pragma once
#include "DirectXHelper.h"
#include <wrl/client.h>
#include <d3d11_1.h>
#include <agile.h>
// Helper class that initializes DirectX APIs for 3D rendering.
ref class DirectXBase abstract
{
internal:
DirectXBase();
public:... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2014-2017 Xavier Witdouck
*
* 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 ... | {
"pile_set_name": "Github"
} |
// Copyright Peter Dimov 2001-2002
// Copyright Aleksey Gurtovoy 2001-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/arg.hpp" header
// -- DO NOT modify by ha... | {
"pile_set_name": "Github"
} |
/* XMRig
* Copyright 2010 Jeff Garzik <jgarzik@pobox.com>
* Copyright 2012-2014 pooler <pooler@litecoinpool.org>
* Copyright 2014 Lucas Jones <https://github.com/lucasjones>
* Copyright 2014-2016 Wolf9466 <https://github.com/OhGodAPet>
* Copyright 2016 Jay D Dee <jayddee246@gmail.com>
* C... | {
"pile_set_name": "Github"
} |
# NGINX Homebrew Tap
This tap is designed specifically for a custom build of NGINX with more module options.
## How do I install these formule (NGINX Modules)?
Once the tap is installed, you can install `nginx-full`
with optional [additional modules](https://denji.github.io/homebrew-nginx/#modules):
brew tap den... | {
"pile_set_name": "Github"
} |
---
title: Range.Columns Property (Word)
keywords: vbawd10.chm157155630
f1_keywords:
- vbawd10.chm157155630
ms.prod: word
api_name:
- Word.Range.Columns
ms.assetid: 667b808a-e885-a7b7-0a68-5b2466ddd869
ms.date: 06/08/2017
---
# Range.Columns Property (Word)
Returns a **[Columns](columns-object-word.md)** collection... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Serenity Reports</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="font-awe... | {
"pile_set_name": "Github"
} |
{
"name": "DUBS",
"description": "Earplugs.",
"url": "https://www.getdubs.com/"
} | {
"pile_set_name": "Github"
} |
//
// Breadcrumb Variables
//
$include-html-nav-classes: $include-html-classes !default;
// We use this to set the background color for the breadcrumb container.
$crumb-bg: lighten($secondary-color, 5%) !default;
// We use these to set the padding around the breadcrumbs.
$crumb-padding: emCalc(9px) emCalc(14px) emCal... | {
"pile_set_name": "Github"
} |
<?php
/**
* Stripe Delete Invoice Item Request.
*/
namespace Omnipay\Stripe\Message;
/**
* Stripe Delete Invoice Item Request.
*
* @link https://stripe.com/docs/api#delete_invoiceitem
*/
class DeleteInvoiceItemRequest extends AbstractRequest
{
/**
* Get the invoice-item reference.
*
* @return... | {
"pile_set_name": "Github"
} |
/*************************************************************************
> File Name: listhash.c
> Author: jinshaohui
> Mail: jinshaohui789@163.com
> Time: 18-11-07
> Desc:
************************************************************************/
#include<stdio.h>
#include<stdlib.h>
#include<string.h... | {
"pile_set_name": "Github"
} |
/*!
* jQuery UI Widget 1.10.3
* http://jqueryui.com
*
* Copyright 2013 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/jQuery.widget/
*/
(function( $, undefined ) {
var uuid = 0,
slice = Array.prototype.slice,
_cleanData = $.... | {
"pile_set_name": "Github"
} |
<!--
@license
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors ma... | {
"pile_set_name": "Github"
} |
provider RACSignal {
probe next(char *signal, char *subscriber, char *valueDescription);
probe completed(char *signal, char *subscriber);
probe error(char *signal, char *subscriber, char *errorDescription);
};
| {
"pile_set_name": "Github"
} |
import {BaseParser} from '@form-create/core';
export default class Parser extends BaseParser {
render(children) {
let type = this.rule.props.type;
if (['textarea', 'search'].indexOf(type) === -1) type = 'input';
const Type = (type === 'textarea' ? 'ATextarea' : (type === 'search' ? 'AInp... | {
"pile_set_name": "Github"
} |
-- https://leetcode.com/problems/sales-analysis-iii/
-- 1AC, use avg() to calculate percentage
SELECT p.product_id,
p.product_name
FROM product p
INNER JOIN (SELECT product_id,
Avg(( sale_date BETWEEN {d'2019-01-01'} AND
{... | {
"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">
<title>PHPMailer Test</title>
</head>
<body>
<div style="width: 640px; font-family: Arial, Helvetica, sans-serif; font-size: 11px;"... | {
"pile_set_name": "Github"
} |
imports:
- { resource: ../config.yml }
overblog_graphql:
definitions:
class_namespace: "Overblog\\GraphQLBundle\\SchemaLanguage\\__DEFINITIONS__"
schema:
main:
query: Query
mutation: Mutation
empty:
query: Query
map... | {
"pile_set_name": "Github"
} |
/**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE... | {
"pile_set_name": "Github"
} |
//
// RSBToHSV.h
// HZImageFilter
//
// Created by zz go on 2017/5/3.
// Copyright © 2017年 zzgo. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface Tool : NSObject
void RGBtoHSV( float r, float g, float b, float *h, float *s, float *v );
@end
| {
"pile_set_name": "Github"
} |
// +build !ignore_autogenerated
/*
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 l... | {
"pile_set_name": "Github"
} |
# encoding: utf-8
import logging
from datetime import datetime
import stat
import os
import time
from django.core.management.base import BaseCommand
from seaserv import seafile_api, ccnet_api
from seahub.repo_auto_delete.models import RepoAutoDelete
logger = logging.getLogger(__name__)
def iterate_and_del_files_... | {
"pile_set_name": "Github"
} |
#pragma once
/*
Copyright 2017 Vladimir Lysyy (mrbald@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 a... | {
"pile_set_name": "Github"
} |
<?php
// autoload_real.php @generated by Composer
class ComposerAutoloaderInit0494e7f9841cf6238755ade1f336fa9c
{
private static $loader;
public static function loadClassLoader($class)
{
if ('Composer\Autoload\ClassLoader' === $class) {
require __DIR__.'/ClassLoader.php';
}
... | {
"pile_set_name": "Github"
} |
'***** HIGHLY EXPERIMENTAL WIP TEST OF OPENAL STREAMING *****
#Import "<std>"
#Import "<mojo>"
Using std..
Using mojo..
Global AppTitle:String="VSynth 0.01 Big Ben Release"
Global Contact:="Latest Source=github.com/nitrologic/m2"
Global About:="VSynth Control"
Global Octave1:= "Sharps= W E T Y U ... | {
"pile_set_name": "Github"
} |
#import <UIKit/UIKit.h>
@interface TGSecretTimerValueControllerItemView : UIView
- (instancetype)initWithFrame:(CGRect)frame dark:(bool)dark;
@property (nonatomic, strong) NSString *emptyValue;
@property (nonatomic) NSUInteger seconds;
@end
| {
"pile_set_name": "Github"
} |
#diffBar
{
width: 3%;
height: 100%;
float: left;
position:relative;
background: #DDDDDD;
}
.diffBarLineLeft, .diffBarLineRight
{
width: 50%;
float:left;
height:0px;
cursor:pointer;
}
.inView
{
background-image: url("../Content/InView.png");
background-repeat: repeat;
}
#activeBar
{
position:absolute;
t... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 Justas Masiulis
*
* 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"
} |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
* Copyright (C) 2008-2013, International Business Machines Corporation and
* others. All Rights Reserved.
*******************... | {
"pile_set_name": "Github"
} |
# DO NOT MODIFY. This file was generated by
# github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/cmd/generate-firestore-tests/generate-firestore-tests.go.
# A call to a write method with complicated input data.
description: "set: complex"
set: <
doc_ref_path: "projects/projectID/databases/(default... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
Flutter draws its first frame -->
<item name="android:windowBackground">@drawable/launch_bac... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google 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 t... | {
"pile_set_name": "Github"
} |
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmName": {
"type": "string",
"metadata": {
"description": "Name of the VM"
}
},
"osType": {
"type": "string",
"defaultValu... | {
"pile_set_name": "Github"
} |
package de.metas.util.collections;
import org.junit.Assert;
import org.junit.Test;
import de.metas.util.collections.IncludeExcludeListPredicate;
import de.metas.util.collections.IncludeExcludeListPredicate.Builder;
public class IncludeExcludeListPredicateTest
{
private IncludeExcludeListPredicate<String> includeExc... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 1993-2020 The Octave Project Developers
//
// See the file COPYRIGHT.md in the top-level directory of this
// distribution or <https://octave.org/copyright/>.
//
// This file is part of Octave.
//
// Octave is free software: yo... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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 unix
import (
"syscall"
"unsafe"
)
// Unveil implements the unveil syscall.
// For more information see unveil(2).
// Note that the special case of ... | {
"pile_set_name": "Github"
} |
// Copyright 2012 the V8 project authors. 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 code must retain the above copyright
// notice, this list of ... | {
"pile_set_name": "Github"
} |
/*-
* Copyright (c) 2014 Michihiro NAKAJIMA
* 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 ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_COMMON_MAC_APP_MODE_CHROME_LOCATOR_H_
#define CHROME_COMMON_MAC_APP_MODE_CHROME_LOCATOR_H_
#include <CoreFoundation/CoreFoundation.h>
... | {
"pile_set_name": "Github"
} |
#define PERL_constant_NOTFOUND 1
#define PERL_constant_NOTDEF 2
#define PERL_constant_ISIV 3
#define PERL_constant_ISNO 4
#define PERL_constant_ISNV 5
#define PERL_constant_ISPV 6
#define PERL_constant_ISPVN 7
#define PERL_constant_ISSV 8
#define PERL_constant_ISUNDEF 9
#define PERL_constant_ISUV 10
#define PERL_consta... | {
"pile_set_name": "Github"
} |
# Check for at least Qt 5.2
NOTSUPPORTED=0
lessThan(QT_MAJOR_VERSION, 6) {
lessThan(QT_MAJOR_VERSION, 5) {
# Qt 4 or below
NOTSUPPORTED=1
} else {
lessThan(QT_MINOR_VERSION, 2) {
# Qt 5.0 or 5.1
NOTSUPPORTED=1
}
}
}
greaterThan(NOTSUPPORTED, 0) {
... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32f3xx_hal_irda_ex.h
* @author MCD Application Team
* @brief Header file of IRDA HAL Extended module.
******************************************************************************
* @attention
*
* <h2><c... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' ?>
<Cmdlet FullName='Pscx.Commands.Database.GetOleDbDataSet'>
<Description>
Executes a sql query, and returns a System.Data.DataSet containing the result set.
</Description>
<DetailedDescription>
Get-OleDbDataSet provides an easy way to query a database via ADO.Net 2.0, using an O... | {
"pile_set_name": "Github"
} |
package com.mashibing.service.impl;
import com.mashibing.bean.FyTemporaryMoneySetting;
import com.mashibing.mapper.FyTemporaryMoneySettingMapper;
import com.mashibing.service.base.FyTemporaryMoneySettingService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.S... | {
"pile_set_name": "Github"
} |
<Application x:Class="RadWindowAsMainWindow.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application.Resources>
</Application.Resources>
</Application>
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA
*
* 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... | {
"pile_set_name": "Github"
} |
nacos:
# Nacos 配置中心的配置项,对应 NacosConfigProperties 配置类
config:
server-addr: 127.0.0.1:18848 # Nacos 服务器地址
bootstrap:
enable: true # 是否开启 Nacos 配置预加载功能。默认为 false。
log-enable: true # 是否开启 Nacos 支持日志级别的加载时机。默认为 false。
data-id: example # 使用的 Nacos 配置集的 dataId。
type: YAML # 使用的 Nacos 配置集的配置格式。默... | {
"pile_set_name": "Github"
} |
[](https://godoc.org/github.com/docker/go-units)
# Introduction
go-units is a library to transform human friendly measurements into machine friendly values.
## Usage
See the [docs in godoc](https://godoc.org/github.com/docker/go-units) for examples an... | {
"pile_set_name": "Github"
} |
{
"multi":null,
"text":"在微信竟然被作业本(微信ID:ZuoYeBeo)调戏了!!话说,要不要这么重口啊?!![生病]",
"user":{
"verified":false,
"description":true,
"gender":"m",
"messages":963,
"followers":74583,
"location":"湖南 湘西土家族苗族自治州",
"time":1350016980,
"friends":40,
"verified_type":-1
},
"has_url":false,
"comments":79,
"pics":1,
"source":"微博 weibo.com",
... | {
"pile_set_name": "Github"
} |
To use a heightmap from Heightmapper as a displacement map in Blender:
First, note the "z:x scale factor" in the Heightmapper. Then, enter the following keys, in order – make sure your cursor is over the main viewport before you begin.
1. Start with a new scene.
2. Delete the startup cube:
- type `x`
- type `retur... | {
"pile_set_name": "Github"
} |
/* Note that we use the exact same include guard #define names
* as asm/posix_types.h. This will avoid gratuitous conflicts
* with the posix_types.h kernel header, and will ensure that
* our private content, and not the kernel header, will win.
* -Erik
*/
#ifndef _ASM_POSIX_TYPES_H
#define _ASM_POSIX_TYPES_H
# ... | {
"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/minus.hpp" header
// -- DO NOT modify by hand!
namespace boost { namespace ... | {
"pile_set_name": "Github"
} |
ul.nav ul {
list-style:none;
margin: 0;
padding: 0 0 0 25px;
}
#downloader_application form {
margin-bottom: 10px;
}
#downloader_application ul {
list-style-type: none;
}
.browser_support th {
border-bottom-width: 3px !important;
}
.support_ie {border-bottom-color: #0275BA !important;}
.support_ff {bord... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2014 Benoit Steiner <benoit.steiner.goog@gmail.com>
//
// 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 ca... | {
"pile_set_name": "Github"
} |
module FastlyRails
class Configuration
# 30 days
MAX_AGE_DEFAULT = '2592000'
attr_accessor :api_key, :user, :password, :max_age, :service_id, :stale_while_revalidate, :stale_if_error
attr_writer :purging_enabled
def self.max_age_default
MAX_AGE_DEFAULT
end
def initialize
@ma... | {
"pile_set_name": "Github"
} |
config DVB_B2C2_FLEXCOP
tristate "Technisat/B2C2 FlexCopII(b) and FlexCopIII adapters"
depends on DVB_CORE && I2C
select DVB_PLL if !DVB_FE_CUSTOMISE
select DVB_STV0299 if !DVB_FE_CUSTOMISE
select DVB_MT352 if !DVB_FE_CUSTOMISE
select DVB_MT312 if !DVB_FE_CUSTOMISE
select DVB_NXT200X if !DVB_FE_CUSTOMISE
select... | {
"pile_set_name": "Github"
} |
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_javax_crypto_jce_mac_HMacRipeMD128Spi__
#define __gnu_javax_crypto_jce_mac_HMacRipeMD128Spi__
#pragma interface
#include <gnu/javax/crypto/jce/mac/MacAdapter.h>
extern "Java"
{
namespace gnu
{
namespace javax
{
namespace ... | {
"pile_set_name": "Github"
} |
<h2>{$kbarticle.title}</h2>
{if $kbarticle.voted}
{include file="$template/includes/alert.tpl" type="success" msg="{lang key="knowledgebaseArticleRatingThanks"}" textcenter=true}
{/if}
<blockquote>
{$kbarticle.text}
</blockquote>
<div class="hidden-print">
<div class="panel panel-default">
<div cl... | {
"pile_set_name": "Github"
} |
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
</resources>
| {
"pile_set_name": "Github"
} |
import { AssertionError } from './AssertionError'
import { AutofixType } from './autofix'
import { LooseMock } from './mocks/looseMock'
import { StrictMock } from './mocks/strictMock'
import { Control, ValidationResult } from './validators/common'
import { toBeExhausted, toHaveBeenCalledWith } from './validators/mocks'... | {
"pile_set_name": "Github"
} |
<?php
// This file was auto-generated from sdk-root/src/data/elasticmapreduce/2009-03-31/smoke.json
return ['version' => 1, 'defaultRegion' => 'us-west-2', 'testCases' => [['operationName' => 'ListClusters', 'input' => [], 'errorExpectedFromService' => \false], ['operationName' => 'DescribeCluster', 'input' => ['Clust... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2013 Mikko Mononen memon@inside.org
//
// 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.
// Permission is granted to anyone to use this software for any purpose,
// ... | {
"pile_set_name": "Github"
} |
# Speechmatics in autoEdit
For sample speechmatics output see
- [`Aron_Pilhoper_ENG.mp4.1523232298328.json`](./Aron_Pilhoper_ENG.mp4.1523232298328.json)
- [`autoedit_json_expected_output.json`](./autoedit_json_expected_output.json)
- [`speechmatics_sample_output.json`](./speechmatics_sample_output.json)
You can al... | {
"pile_set_name": "Github"
} |
import { SupportedProvider } from '@0x/dev-utils';
import { BigNumber, NULL_BYTES } from '@0x/utils';
import { SamplerOverrides } from '../../types';
import { ERC20BridgeSamplerContract } from '../../wrappers';
import { BalancerPoolsCache } from './balancer_utils';
import { BancorService } from './bancor_service';
im... | {
"pile_set_name": "Github"
} |
# Microsoft Developer Studio Project File - Name="HookDll" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
CFG=HookDll - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project u... | {
"pile_set_name": "Github"
} |
<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* BootstrapInterface is the interface that should be implemented by classes who want to participate in the application bootstrap process.
*
... | {
"pile_set_name": "Github"
} |
REPLACE INTO collection_regexes (id, group_regex, regex, status, description, ordinal)
VALUES (
588,
'^alt\\.binaries\\.sounds\\.flac$',
'/^("|#34;)(?P<match1>.+?)(\\.part\\d*|\\.rar)?(\\.vol.+ \\(\\d+\\/\\d+\) "|\\.[A-Za-z0-9]{2,4}("|#34;))[-_ ]{0,3}\\[\\d+\\/(?P<match0>\\d+\\]).+www\\.EliteNZB\\.net.+[-_ ]{0,3}... | {
"pile_set_name": "Github"
} |
film.width = 960
film.height = 540
path.pathdepth.diffuse = 6
path.pathdepth.glossy = 6
path.pathdepth.specular = 12
path.pathdepth.total = 12
film.imagepipelines.0.0.type = "TONEMAP_LINEAR"
film.imagepipelines.0.1.type = "GAMMA_CORRECTION"
film.imagepipelines.0.1.value = 2.2
scene.file = "test.scn"
| {
"pile_set_name": "Github"
} |
---
name: Highcharts Demo
authors:
- Torstein Hønsi
exportInnerHTML: true
js_wrap: b
... | {
"pile_set_name": "Github"
} |
Func_f1ac6:
ld hl, Text_f1acd
call PrintText
ret
Text_f1acd:
TX_FAR _CeladonCityText10
db "@"
| {
"pile_set_name": "Github"
} |
//==------------------- findplatforms.hpp ----------------------------------==//
//
// 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"
} |
Pod::Spec.new do |s|
s.name = "Gloss"
s.version = "0.7.2"
s.summary = "A shiny JSON parsing library in Swift"
s.description = "A shiny JSON parsing library in Swift. Features include mapping JSON to objects, mapping objects to JSON, handling of nested objects and custom transf... | {
"pile_set_name": "Github"
} |
################################################################################
#
# libdvbsi
#
################################################################################
LIBDVBSI_VERSION = 0.3.6
LIBDVBSI_SOURCE = libdvbsi++-$(LIBDVBSI_VERSION).tar.bz2
LIBDVBSI_SITE = http://www.saftware.de/libdvbsi++
LIBDVBSI_I... | {
"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
* distributed ... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2019 The AMP HTML 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 require... | {
"pile_set_name": "Github"
} |
//===-- llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h ----*- C++ -*--===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
:10FC000001C0DDC0112484B790E890936100109288
:10FC10006100882361F0982F9A70923041F081FF43
:10FC200002C097EF94BF282E80E0ECD0E9C185E0B8
:10FC30008093810082E08093C00088E18093C100BE
:10FC400081E08093C40086E08093C2008EE0DAD029
:10FC5000259A84E020E93FEF91E0309385002093DE
:10FC6000840096BBB09BFECF1D9AA8954091C00022
:10FC... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{19575E10-6B8E-4CF0-B7D2-898FFF47E157}"
ProjectSection(Solution... | {
"pile_set_name": "Github"
} |
// SL 2020-05
$$SSD1351=1
$include('../common/oled.ice')
// -------------------------
$$dofile('pre_do_doomhead.lua')
// -------------------------
algorithm oled_doomhead(
output uint1 oled_din,
output uint1 oled_clk,
output uint1 oled_cs,
output uint1 oled_dc,
output uint1 oled_rst,
) {
// w... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 Emeric Poupon
*
* This file is part of LMS.
*
* LMS 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 3 of the License, or
* (at your option) any later version.
*
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>database-oop</artifactId>... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import App from 'components/App';
import './index.css';
import registerServiceWorker from 'registerServiceWorker';
ReactDOM.render(
<App />,
document.getElementById('root') as HTMLElement
);
registerServiceWorker();
| {
"pile_set_name": "Github"
} |
/* termios output mode definitions. Linux/powerpc version.
Copyright (C) 2019-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by... | {
"pile_set_name": "Github"
} |
// ***************************************************************************
// *
// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
// *
// *****... | {
"pile_set_name": "Github"
} |
#include <ExplicitTriangulation.h>
using namespace std;
using namespace ttk;
ExplicitTriangulation::ExplicitTriangulation() {
setDebugMsgPrefix("ExplicitTriangulation");
clear();
}
ExplicitTriangulation::~ExplicitTriangulation() {
}
int ExplicitTriangulation::clear() {
AbstractTriangulation::clear();
ve... | {
"pile_set_name": "Github"
} |
# Event 238 - task_0
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|ErrorCode|UInt32|None|`None`|
## Tags
* etw_level_Informational
* etw_task_task_0 | {
"pile_set_name": "Github"
} |
// Author: Alexander Thomson (thomson@cs.yale.edu)
#include "common/configuration.h"
#include "common/testing.h"
// common/configuration_test.conf:
// # Node<id>=<replica>:<partition>:<cores>:<host>:<port>
// node1=0:1:16:128.36.232.50:50001
// node2=0:2:16:128.36.232.50:50002
TEST(ConfigurationTest_ReadFromFile)... | {
"pile_set_name": "Github"
} |
'use strict';
// 获取全局应用程序实例对象
var app = getApp();
// 创建页面实例对象
Page({
/**
* 页面的初始数据
*/
data: {
randomName: 'MY LOVE',
randomRemark: '你的小可爱',
soundUrl: 'https://c.jiangwenqiang.com/music/glgl.mp3'
},
inputValue: function inputValue(e) {
if (e.currentTarget.dataset.type === 'remark') {
... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('get', require('../get'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.