text stringlengths 2 99.9k | meta dict |
|---|---|
{
"images" : [
{
"idiom" : "universal",
"filename" : "61515128069_.pic.jpg",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
# cython: boundscheck=False, wraparound=False, nonecheck=False, language_level=3, embedsignature=True
from cpython cimport bool
include "selector.pxi"
include "node.pxi"
MAX_HTML_INPUT_SIZE = 8e+7
cdef class HTMLParser:
"""The HTML parser.
Use this class to parse raw HTML.
Parameters
----------
... | {
"pile_set_name": "Github"
} |
// generate_cpp.hpp
// Copyright (c) 2008-2009 Ben Hanson (http://www.benhanson.net/)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file licence_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_LEXER_GENERATE_CPP_HPP
#define BOOST_LEXER_GENERATE_CPP_HP... | {
"pile_set_name": "Github"
} |
# The Zen of Elixir
Mastering Elixir is *not easy*. This project tries to collect the most inspiring
resources about Elixir. It's not about teaching the basics, it's about the most
important things that every Elixir programmer should know.
There're articles, talks etc.. covering various topics, but they can be hard t... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Loyc.Math
{
/// <summary>
/// This class helps generic code to perform calculations on numbers of
/// unknown type, by providing access to various math interfaces.
/// </summary>
/// <typeparam name="T">A numeric typ... | {
"pile_set_name": "Github"
} |
use crate::ifn::IFn;
use crate::value::{ToValue, Value};
use std::rc::Rc;
use crate::persistent_list::{PersistentList, ToPersistentListIter};
use crate::persistent_vector::ToPersistentVectorIter;
/// (concat x y & zs)
///
#[derive(Debug, Clone)]
pub struct ConcatFn {}
impl ToValue for ConcatFn {
fn to_value(&self... | {
"pile_set_name": "Github"
} |
www.5a5a5a.com
带路党
molihua
茉莉花事件
茉莉花
100%包中
12次下跪
18岁以下勿看
18岁以下勿入看
1夜情
27军
27军军长
3肖中特
54式
581199
6合采
6合彩
6合彩图
6和采
6和彩
630车祸
64式
6合
6和
733833
77式
887388
92式
97爱
97色色
97式
97式防暴枪
AV出售
AV电影
AV女
AV女优
A级
A片
a片网
bt成人
b好痒
b穴
b痒
cosplay
dafa
e夜情
e夜温情
falun
falundafa
GCT工程硕士
go-... | {
"pile_set_name": "Github"
} |
using System.Windows.Controls;
using System.Windows.Navigation;
using BuildVision.Helpers;
namespace BuildVision.UI.Settings
{
public partial class GeneralSettingsControl : UserControl
{
public GeneralSettingsControl()
{
InitializeComponent();
}
private void Hyperl... | {
"pile_set_name": "Github"
} |
/* HBAutoNamer.m $
This file is part of the HandBrake source code.
Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
#import "HBAutoNamer.h"
#import "HBJob+HBAdditions.h"
#import "HBPreferencesKeys.h"
static void *HBAutoNamerPrefsContext = &HBAutoNamerPrefsCo... | {
"pile_set_name": "Github"
} |
/* inffast.c -- fast decoding
* Copyright (C) 1995-2008, 2010, 2013 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
#include "zutil.h"
#include "inftrees.h"
#include "inflate.h"
#include "inffast.h"
#ifndef ASMINF
/* Allow machine dependent optimization for post-increment or... | {
"pile_set_name": "Github"
} |
// WebAssemblyInstrRef.td - WebAssembly reference type codegen --*- tablegen -*-
//
// 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"
} |
NAME=Buildroot
VERSION=2019.02.6
ID=buildroot
VERSION_ID=2019.02.6
PRETTY_NAME="Buildroot 2019.02.6"
| {
"pile_set_name": "Github"
} |
import { buildExps } from "./regexps-uri";
export default buildExps(true);
//# sourceMappingURL=regexps-iri.js.map | {
"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"
} |
Variables/UnusedLocalVariable.ql
| {
"pile_set_name": "Github"
} |
---
id: 5900f43a1000cf542c50ff4d
challengeType: 5
title: 'Problem 206: Concealed Square'
videoUrl: ''
localeTitle: 问题206:隐藏的广场
---
## Description
<section id="description">找到唯一的正整数,其正方形的形式为1_2_3_4_5_6_7_8_9_0,其中每个“_”是一个数字。 </section>
## Instructions
<section id="instructions">
</section>
## Tests
<section id='tests'... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:NIO1901.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">
</FileRef>
</Workspace>
| {
"pile_set_name": "Github"
} |
// Copyright 2008, Google 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:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>PNG Tags</title>
<link rel=stylesheet type='text/css' href='style.css' title='Style'>
</head>
<body>
<h2 class=top>PNG Tags</h2>
<p>Tags extracted from PNG images. See
<a href="http://www... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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 IOS_WEB_TEST_FAKES_CRW_FAKE_WK_NAVIGATION_RESPONSE_H_
#define IOS_WEB_TEST_FAKES_CRW_FAKE_WK_NAVIGATION_RESPONSE_H_
#import <WebKit/WebKit.h>
//... | {
"pile_set_name": "Github"
} |
:107C000001C0F6C011248FEF98E09EBF8DBF84B7EE
:107C100090E89093610010926100882369F0982F9A
:107C20009A70923049F081FF02C097EF94BF282EDE
:107C300080E001D10C94000085E08093810082E017
:107C40008093C00088E18093C1008FEB8093C400D3
:107C500086E08093C2008EE0EED0259A84E02CE787
:107C60003CEF91E0309385002093840096BBB09B5D
:107C... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
*
* You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
* copy, modify, and distribute this software in source code or binary form for use
* in connection with the web services and APIs provided by Facebook.
*
* As ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
B36-2887102.zul
Purpose:
Description:
History:
Wed Oct 28 11:28:52 2009, Created by jumperchen
Copyright (C) 2009 Potix Corporation. All Rights Reserved.
-->
<zk>
Please see the bottom-right in the window, it should space a padding according to the scrollba... | {
"pile_set_name": "Github"
} |
<?php
namespace Aws\Handler\GuzzleV5;
use Aws\Sdk;
use Exception;
use GuzzleHttp\Client;
use GuzzleHttp\ClientInterface;
use GuzzleHttp\Event\EndEvent;
use GuzzleHttp\Exception\ConnectException;
use GuzzleHttp\Exception\RequestException;
use GuzzleHttp\Message\ResponseInterface as GuzzleResponse;
use GuzzleHttp\Promis... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (C) 2012-2018 ARM Limited or its affiliates. */
#ifndef _CC_CRYPTO_CTX_H_
#define _CC_CRYPTO_CTX_H_
#include <linux/types.h>
#define CC_DRV_DES_IV_SIZE 8
#define CC_DRV_DES_BLOCK_SIZE 8
#define CC_DRV_DES_ONE_KEY_SIZE 8
#define CC_DRV_DES_DOUBLE_KEY_SIZE 16
#defin... | {
"pile_set_name": "Github"
} |
/* XDR types for nfsd. This is mainly a typing exercise. */
#ifndef LINUX_NFSD_H
#define LINUX_NFSD_H
#include <linux/vfs.h>
#include "nfsd.h"
#include "nfsfh.h"
struct nfsd_fhandle {
struct svc_fh fh;
};
struct nfsd_sattrargs {
struct svc_fh fh;
struct iattr attrs;
};
struct nfsd_diropargs {
struct svc_fh ... | {
"pile_set_name": "Github"
} |
/*
* ADE7753 Single-Phase Multifunction Metering IC with di/dt Sensor Interface
*
* Copyright 2010 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*/
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/device.h>
#include <linux/kernel.h... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Minh Loi.
*
* This file is part of Ulangi which is released under GPL v3.0.
* See LICENSE or go to https://www.gnu.org/licenses/gpl-3.0.txt
*/
import { ViewStyle } from 'react-native';
import { ResponsiveStyleSheet } from '../../utils/responsive';
export interface MembershipScreenStyles {
s... | {
"pile_set_name": "Github"
} |
File_Iterator
=============
Installation
------------
File_Iterator should be installed using the [PEAR Installer](http://pear.php.net/). This installer is the backbone of PEAR, which provides a distribution system for PHP packages, and is shipped with every release of PHP since version 4.3.0.
The PEAR channel (`pea... | {
"pile_set_name": "Github"
} |
# Forbidden by RDF - predicate cannot be blank
@prefix : <http://example.org/base#> .
:a [ :b :c ] :d .
| {
"pile_set_name": "Github"
} |
/** @file mser.h
** @brief MSER (@ref mser)
** @author Andrea Vedaldi
**/
/*
Copyright (C) 2007-12 Andrea Vedaldi and Brian Fulkerson.
All rights reserved.
This file is part of the VLFeat library and is made available under
the terms of the BSD license (see the COPYING file).
*/
#ifndef VL_MSER
#define VL_MSER
#... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package api
* @subpackage objects
*/
class KalturaResponseProfileCacheRecalculateOptions extends KalturaObject
{
/**
* Maximum number of keys to recalculate
*
* @var int
*/
public $limit;
/**
* Class name
* @var string
*/
public $cachedObjectType;
/**
* @var string
*/
public... | {
"pile_set_name": "Github"
} |
package com.example.apphorizontalscrollviewdemo1;
//LAMW: Lazarus Android Module Wizard - version 0.7 - rev. 15 - 29 March - 2017
//RAD Android: Project Wizard, Form Designer and Components Development Model!
//https://github.com/jmpessoa/lazandroidmodulewizard
//http://forum.lazarus.freepascal.org/index.php/topic,... | {
"pile_set_name": "Github"
} |
defmodule Codebattle.Repo.Migrations.CreateBots2 do
use Ecto.Migration
alias Codebattle.Repo
alias Codebattle.User
def change do
bots = [
%{
id: -5,
name: "ValyaFront",
is_bot: true,
rating: 1100,
email: "valya@valya.bot_codebattle",
lang: "ruby",
... | {
"pile_set_name": "Github"
} |
ChangeLog file for zlib
Changes in 1.2.5 (19 Apr 2010)
- Disable visibility attribute in win32/Makefile.gcc [Bar-Lev]
- Default to libdir as sharedlibdir in configure [Nieder]
- Update copyright dates on modified source files
- Update trees.c to be able to generate modified trees.h
- Exit configure fo... | {
"pile_set_name": "Github"
} |
{
"author": "Microsoft Community",
"name": "Media Player",
"description": "Pagina in cui mostrare video con i controlli multimediali di sistema abilitati.",
"identity": "wts.Page.MediaPlayer.VB"
}
| {
"pile_set_name": "Github"
} |
local NXFS = require "nixio.fs"
local SYS = require "luci.sys"
local HTTP = require "luci.http"
local DISP = require "luci.dispatcher"
local UTIL = require "luci.util"
local uci = luci.model.uci.cursor()
local fs = require "luci.clash"
local http = luci.http
local clash = "clash"
kk = Map(clash)
s = kk:section(Typed... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html class="fuelux" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simplicity - Massive Admin Pack</title>
<link rel="stylesheet" type="text/css" href="assets/bootstrap/css/bootstrap.css">
<link rel="stylesheet" type="t... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<title>IDBFactory.deleteDatabase() - success event</title>
<link rel="author" href="mailto:odinho@opera.com" title="Odin Hørthe Omdal">
<link rel=help href="http://dvcs.w3.org/hg/IndexedDB/raw-file/tip/Overview.html#widl-IDBFactory-deleteDatabase-IDBOpenDBRequest-DOMString-name">
<meta name=assert title... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 Wenhui Shen <www.webx.top>
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 2003-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/lice... | {
"pile_set_name": "Github"
} |
namespace ClassLib027
{
public class Class035
{
public static string Property => "ClassLib027";
}
}
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2017 LinkedIn Corp.
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 agr... | {
"pile_set_name": "Github"
} |
function basicThomasian(givenT, givenJ, givenF, givenK, givenRegions, givenD, givenS0, givenS, givenG)
#%realistic is the implementation of the "On a more realistic lock
#%contention model and its analysis" paper from ICDE 1994
T_total = givenT; #% the requested TPS
J = givenJ; #% of transaction classes, e.g. in T... | {
"pile_set_name": "Github"
} |
joints root -0.00024414 5.10303545 0.14742863
joints root_dup_0 0.03760491 5.14088440 0.18527769
joints root_dup_1 0.02021536 5.12349510 0.16788815
joints root_dup_2 0.03760491 5.14088440 0.18527769
joints joint_4 -1.19243300 4.77810812 -0.10719071
joints joint_9 -0.00024414 5.78207159 0.21076556
joints joint_16 1.1919... | {
"pile_set_name": "Github"
} |
using UnityEngine;
using System.Collections;
using LuaInterface;
public class LuaCoroutines : MonoBehaviour
{
private string script = @"
function fib(n)
local a, b = 0, 1
while n > 0 do
a, b = b, a + b
... | {
"pile_set_name": "Github"
} |
#ifndef APPHELPER_H
#define APPHELPER_H
#include "CSD_PT_TestInf_Export.h"
#include "TestInf/TestAppExceptionC.h"
#include "tao/PortableServer/PortableServer.h"
#include "tao/ORB.h"
#include "ace/Log_Msg.h"
template <typename T>
struct RefHelper
{
typedef typename T::_ptr_type T_ptr;
typedef typename T::_var_type... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 19. March 2015
* $Revision: V.1.4.5
*
* Project: CMSIS DSP Library
* Title: arm_power_f32.c
*
* Description: Sum of the sq... | {
"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:padding="17dp"
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button android:id... | {
"pile_set_name": "Github"
} |
{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Console": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Informat... | {
"pile_set_name": "Github"
} |
package com.sequenceiq.cloudbreak.reactor.api.event.cluster.certrenew;
import com.sequenceiq.cloudbreak.reactor.api.event.StackEvent;
public class ClusterCertificateReissueSuccess extends StackEvent {
public ClusterCertificateReissueSuccess(Long stackId) {
super(stackId);
}
}
| {
"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"); y... | {
"pile_set_name": "Github"
} |
%{
int yylex(void);
static void yyerror(const char *);
%}
%token . '\777'
%%
S: error
%%
#include <stdio.h>
int
main(void)
{
printf("yyparse() = %d\n", yyparse());
return 0;
}
int
yylex(void)
{
return -1;
}
static void
yyerror(const char* s)
{
printf("%s\n", s);
}
| {
"pile_set_name": "Github"
} |
package main
import (
"lib" // @describe ref-pkg-import "lib"
"lib/sublib" // @describe ref-pkg-import2 "sublib"
)
// Tests that import another package. (To make the tests run quickly,
// we avoid using imports in all the other tests. Remember, each
// query causes parsing and typechecking of the whole pro... | {
"pile_set_name": "Github"
} |
word
diagnosis
obesity
diabetes
chlamydia | {
"pile_set_name": "Github"
} |
###
### init.pp: install redis client, and redis server.
###
class redis (
$run = $::redis::params::run,
$version = $::redis::params::version,
$bind_address = $::redis::params::bind_address,
$config_file = $::redis::params::config_file,
) inherits ::redis::params {
class { 'redis::in... | {
"pile_set_name": "Github"
} |
---
archs: [ armv7, armv7s, arm64, i386, x86_64 ]
platform: ios
install-name: /System/Library/PrivateFrameworks/MediaSocial.framework/MediaSocial
current-version: 1
compatibility-version: 1
exports:
- archs: [ armv7, armv7s, arm64, i386, x86_64 ]
symbols: ... | {
"pile_set_name": "Github"
} |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE121_Stack_Based_Buffer_Overflow__CWE129_connect_socket_54e.c
Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE129.label.xml
Template File: sources-sinks-54e.tmpl.c
*/
/*
* @description
* CWE: 121 Stack Based Buffer Overflow
* BadSource: connect_socket Rea... | {
"pile_set_name": "Github"
} |
api/ - The code for the high-level wrapper API. Not needed if
you use the lowel-level call-back/raw API.
core/ - The core of the TPC/IP stack; protocol implementations,
memory and buffer management, and the low-level raw API.
include/ - lwIP include files.
netif/ - Generic networ... | {
"pile_set_name": "Github"
} |
/* Copyright 2011 Jukka Jylänki
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 writ... | {
"pile_set_name": "Github"
} |
one
two
three
four
| {
"pile_set_name": "Github"
} |
Haskell
=======
* [**Introducing the Haskell Phrasebook**](https://typeclasses.com/news/2019-07-phrasebook) Go By Example처럼 예제로 소개
* [Monday Morning Haskell](https://mmhaskell.com/)
* [school of haskell](https://www.schoolofhaskell.com/)
* [fpcomplete.com](https://www.fpcomplete.com)
* [tech.fpcomplete.com/haskell](h... | {
"pile_set_name": "Github"
} |
use core::rand::RngUtil;
fn main() {
for ["Alice", "Bob", "Carol"].each |&name| {
do spawn {
let v = rand::Rng().shuffle([1, 2, 3]);
for v.each |&num| {
print(fmt!("%s says: '%d'\n", name, num + 1))
}
}
}
}
fn map<T, U>(vector: &[T], function... | {
"pile_set_name": "Github"
} |
C core
cDigitSub: pWordSmall
len: smallLen
with: pWordLarge
len: largeLen
into: pWordRes
| z |
<var: #pWordSmall type: #'unsigned int *'>
<var: #pWordLarge type: #'unsigned int *'>
<var: #pWordRes type: #'unsigned int *'>
<var: #z type: #'unsigned long long'>
z := 0.
0 to: smallLen - 1 do:
[:i |
z... | {
"pile_set_name": "Github"
} |
global:
scrape_interval: 15s
scrape_timeout: 10s
evaluation_interval: 15s
alerting:
alertmanagers:
- static_configs:
- targets: []
scheme: http
timeout: 10s
scrape_configs:
- job_name: api
scrape_interval: 15s
scrape_timeout: 10s
metrics_path: /metrics
scheme: http
static_configs:
- ta... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.Cod... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// Copyright Christopher Kormanyos 2007 - 2016.
// 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 OS_CFG_2011_10_20_H_... | {
"pile_set_name": "Github"
} |
var mdeps = require('../');
var test = require('tap').test;
var path = require('path');
var fs = require('fs');
var dirname = path.join(__dirname, '/pkg');
test('pkg', function (t) {
t.plan(4);
var d = mdeps();
d.on('package', function (pkg_) {
var pkg = JSON.parse(fs.readFileSync(dirname + p... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// algorithm.hpp
//
// Copyright 2008 Eric Niebler. 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_XPRESSIVE_DETAIL_... | {
"pile_set_name": "Github"
} |
var http=require("http");
var MongoClient = require('mongodb').MongoClient;
MongoClient.connect("mongodb://localhost:27017/github", function(err, db) {
// Create a collection
//db.createCollection('languages', function(err, collection) {
// Insert the docs
var languages={};
var group={};
db.c... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the USB serial device drivers.
#
# Object file lists.
obj-$(CONFIG_USB_SERIAL) += usbserial.o
usbserial-y := usb-serial.o generic.o bus.o
usbserial-$(CONFIG_USB_SERIAL_CONSOLE) += console.o
obj-$(CONFIG_USB_SERIAL_AIRCABLE) += aircable.o
obj-$(CONFIG_USB_SERIA... | {
"pile_set_name": "Github"
} |
package com.vinsonguo.klinelib.chart;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import com.github.mikephil.charting.charts.LineChart;
import com.github.mikephil.charting.components.IMarker;
import com.github.mikephil.charting.data.Entry;
import com.github.mikeph... | {
"pile_set_name": "Github"
} |
/*
* Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
* Copyright (c) 1991-1996 by Xerox Corporation. All rights reserved.
* Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved.
* Copyright (C) 2007 Free Software Foundation, Inc
* Copyright (c) 2008-2020 Ivan Maidanski
*
* THIS MATERIAL IS PROVI... | {
"pile_set_name": "Github"
} |
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
# bedup - Btrfs deduplication
# Copyright (C) 2012 Gabriel de Perthuis <g2p.code+bedup@gmail.com>
#
# This file is part of bedup.
#
# bedup is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the F... | {
"pile_set_name": "Github"
} |
package com.mashibing.bean;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import java.time.LocalDateTime;
import java.io.Serializable;
/**
* <p>
* 数据库备份
* </p>
*
* @author lian
* @since 2020-04-18
*/
public class TblDbbackup implements Serializable {
... | {
"pile_set_name": "Github"
} |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | {
"pile_set_name": "Github"
} |
<?php
/*
Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2010 - 2018, Phoronix Media
Copyright (C) 2010 - 2018, Michael Larabel
phodevi_audio.php: The PTS Device Interface object for audio / sound cards
This program is free software; you can redistribute it a... | {
"pile_set_name": "Github"
} |
{
"title": "A JSON Schema for Swagger 2.0 API.",
"id": "http://swagger.io/v2/schema.json#",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"required": [
"swagger",
"info",
"paths"
],
"additionalProperties": false,
"patternProperties": {
"^x-": {
"$ref": "#/... | {
"pile_set_name": "Github"
} |
/**********************************************************
* Copyright 2008-2009 VMware, Inc. All rights reserved.
*
* 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
* restrict... | {
"pile_set_name": "Github"
} |
################################################################################################
# Command alias for debugging messages
# Usage:
# dmsg(<message>)
function(dmsg)
message(STATUS ${ARGN})
endfunction()
################################################################################################
# ... | {
"pile_set_name": "Github"
} |
{% extends "admin/base_site.html" %}
{% load i18n admin_static %}
{% block extrastyle %}{{ block.super }}<link rel="stylesheet" type="text/css" href="{% static "admin/css/dashboard.css" %}" />{% endblock %}
{% block coltype %}colMS{% endblock %}
{% block bodyclass %}dashboard{% endblock %}
{% block breadcrumbs %}{%... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
set -e
# See: https://github.com/kylef/swiftenv/wiki/Travis-CI
curl -sL https://gist.github.com/kylef/5c0475ff02b7c7671d2a/raw/621ef9b29bbb852fdfd2e10ed147b321d792c1e4/swiftenv-install.sh | bash
| {
"pile_set_name": "Github"
} |
#ifndef _SqueakVM_H
#define _SqueakVM_H
/* Increment the following number if you change the order of
functions listed or if you remove functions */
#define VM_PROXY_MAJOR 1
/* Increment the following number if you add functions at the end */
#define VM_PROXY_MINOR 1
typedef int (*CompilerHook)();
str... | {
"pile_set_name": "Github"
} |
#!/bin/sh
T=testcert
KEY=512
CA=../certs/testca.pem
/bin/rm -f $T.1 $T.2 $T.key
if test "$OSTYPE" = msdosdjgpp; then
PATH=../apps\;$PATH;
else
PATH=../apps:$PATH;
fi
export PATH
echo "generating certificate request"
echo "string to make the random number generator think it has entropy" >> ./.rnd
if ../uti... | {
"pile_set_name": "Github"
} |
package com.baidu.brpc.push.userservice;
public class PushResult {
public String result;
public String getResult() {
return result;
}
public void setResult(String result) {
this.result = result;
}
}
| {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2020 Sam Lantinga <slouken@libsdl.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 ... | {
"pile_set_name": "Github"
} |
<?php
namespace Faker\Provider\vi_VN;
class PhoneNumber extends \Faker\Provider\PhoneNumber
{
protected static $areaCodes = array(
76, 281, 64, 781, 240, 241,
75, 650, 56, 651, 62, 780,
26, 710, 511, 500, 510, 230,
61, 67, 59, 219, 351, 4,
39, 320, 31, 711, 218, 321,
... | {
"pile_set_name": "Github"
} |
# Building `sys/unix`
The sys/unix package provides access to the raw system call interface of the
underlying operating system. See: https://godoc.org/golang.org/x/sys/unix
Porting Go to a new architecture/OS combination or adding syscalls, types, or
constants to an existing architecture/OS pair requires some manual ... | {
"pile_set_name": "Github"
} |
---
name: Advanced Hooks
menu: Usage
route: '/usage/advanced-hooks'
---
# Advanced Hooks
## Context
Often, a hook is going to need a value out of context. The `useContext` hook is really good for
this, but it will often require a `Provider` to be wrapped around the component using the hook. We
can use the `wrapper` ... | {
"pile_set_name": "Github"
} |
#include "octree_parser.h"
#include "octree_nn.h"
#include "logs.h"
#include <cstring>
void OctreeParser::set_cpu(const void* ptr) {
const_ptr_ = true;
h_metadata_ = reinterpret_cast<char*>(const_cast<void*>(ptr));
info_ = reinterpret_cast<OctreeInfo*>(h_metadata_);
}
void OctreeParser::set_cpu(void* ptr, Octr... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 Samsung Electronics Co., Ltd. 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 r... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the php-code-coverage package.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace SebastianBergmann\CodeCoverage\Report;
use SebastianBergma... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 7947c520dfd9de94bb381e45dc105752
timeCreated: 1455373899
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
Magit v2.13.1 Release Notes
===========================
Fixes since v2.13.0
-------------------
* The prompt used by `magit-rebase-interactive-assert' was wrong.
37d76f409
* `magit-rebase-autosquash' asked for confirmation when the user
already confirmed earlier. 02e6c75b6
* `magit-log-wash-rev` errored in ~ma... | {
"pile_set_name": "Github"
} |
class PaymentMethod
include Ripple::Document
property :account_key, String
end
class Account
include Ripple::Document
many :payment_methods, :using => :reference
property :transaction_keys, Array
many :transactions, :using => :stored_key
end
class Transaction
include Ripple::Document
property :account... | {
"pile_set_name": "Github"
} |
This README will guide you through running Couchbase Server with Docker Containers.
[Couchbase Server](http://www.couchbase.com/nosql-databases/couchbase-server) is a NoSQL document database with a distributed architecture for performance, scalability, and availability. It enables developers to build applications eas... | {
"pile_set_name": "Github"
} |
#import "GPUImageLuminanceThresholdFilter.h"
#if TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE
NSString *const kGPUImageLuminanceThresholdFragmentShaderString = SHADER_STRING
(
varying highp vec2 textureCoordinate;
uniform sampler2D inputImageTexture;
uniform highp float threshold;
const highp vec3 W = vec3(0.2... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | {
"pile_set_name": "Github"
} |
---
layout: posts
title: Api - IStatusCallback Interface
---
<div class="container container-main toggle-visibilityprivate toggle-public">
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">IStatusCallback</span>
</li>
</ul>
</section>
<section cl... | {
"pile_set_name": "Github"
} |
{
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "cdm:/foundations.1.1.cdm.json"
},
{
"corpusPath": "/core/operationsCommon/Common.1.0.cdm.json",
"moniker": "base_Common"
},
{
"corpusPath": "/core/operationsCommon/DataEntityView.1.0.cdm.json",
"m... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.