text stringlengths 2 99.9k | meta dict |
|---|---|
#include "SYS.h"
SYS_call_2(rename)
| {
"pile_set_name": "Github"
} |
require('./$.typed-array')('Float32', 4, function(init){
return function Float32Array(data, byteOffset, length){
return init(this, data, byteOffset, length);
};
}); | {
"pile_set_name": "Github"
} |
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//
using System;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.SqlTools.ServiceLayer.TaskServices;
using NUnit.Framework;
namespace Microso... | {
"pile_set_name": "Github"
} |
/**
* @author Serhii Mamontov
* @version 4.11.0
* @since 4.11.0
* @copyright © 2010-2019 PubNub, Inc.
*/
#import "PNAddMessageActionParser.h"
#pragma mark Interface implementation
@implementation PNAddMessageActionParser
#pragma mark - Identification
+ (NSArray<NSNumber *> *)operations {
return @[@(PNAdd... | {
"pile_set_name": "Github"
} |
//
// BTActionSheetDataManager.h
// ZYChat
//
// Created by ZYVincent QQ:1003081775 on 15/9/2.
// Copyright (c) 2015年 ZYProSoft. QQ群:219357847 All rights reserved.
//
#import <Foundation/Foundation.h>
#import "BTActionSheetBaseContentModel.h"
#import "BTActionSheetConst.h"
#import "BTActionSheetBaseCell.h"
@cla... | {
"pile_set_name": "Github"
} |
---
machine_translated: true
machine_translated_rev: 72537a2d527c63c07aa5d2361a8829f3895cf2bd
toc_folder_title: Familia MergeTree
toc_priority: 28
---
| {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"noEmitOnError": true,
"noEmitHelpers": true,
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"noImplicitUseStrict": true,
"experimentalDecorators": true,
"lib": [
"es6",
... | {
"pile_set_name": "Github"
} |
// @flow
import type {MarkSpec} from './Types';
const NO_WRAP_DOM = ['nobr', 0];
const TextNoWrapMarkSpec: MarkSpec = {
parseDOM: [{tag: 'nobr'}],
toDOM() {
return NO_WRAP_DOM;
},
};
export default TextNoWrapMarkSpec;
| {
"pile_set_name": "Github"
} |
[advisory]
id = "RUSTSEC-2016-0003"
package = "portaudio"
date = "2016-08-01"
title = "HTTP download and execution allows MitM RCE"
url = "https://github.com/RustAudio/rust-portaudio/issues/144"
keywords = ["ssl", "mitm"]
description = """
The build script in the portaudio crate will attempt to download via HTTP
the po... | {
"pile_set_name": "Github"
} |
import Foundation
import UIKit
import TelegramPresentationData
enum ApplicationShortcutItemType: String {
case search
case compose
case camera
case savedMessages
case account
}
struct ApplicationShortcutItem: Equatable {
let type: ApplicationShortcutItemType
let title: String
let subti... | {
"pile_set_name": "Github"
} |
ONLY_ACTIVE_ARCH=NO
| {
"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\db;
/**
* ActiveQueryTrait implements the common methods and properties for active record query classes.
*
* @author Qiang Xue <qiang.xue@gmail.com>
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 Freescale Semiconductor, Inc.
* Dave Liu <daveliu@freescale.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __CONFIG_H
#define __CONFIG_H
/*
* High Level Configuration Options
*/
#define CONFIG_E300 1 /* E300 family */
#define CONFIG_MPC837x 1 /* MPC837x CPU specific */
#define ... | {
"pile_set_name": "Github"
} |
import { createEasingCurve } from './utils/createEasingCurve'
import { Keyframes } from './core/keyframes'
import { transition, times, startAfter, startBefore } from './utils/properties'
import { getAvailableEasings } from './utils/getEasings'
import { getAvailableTransforms } from './core/engine'
import { Timeline as ... | {
"pile_set_name": "Github"
} |
@startdot
digraph WeixRobotFlow {
WeixinServer [style=rounded]
WeixinRobotServlet [shape=box]
WebFramework [shape=box]
MessageRouter [shape=diamond]
WeixinServer -> WeixinRobotServlet [style=bold,label="Message Post"];
WeixinRobotServlet -> MessageRouter [label="Regex Router"]
MessageRouter -> WebFramewo... | {
"pile_set_name": "Github"
} |
// Copyright 2014 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.
//
// An implementation of SyncNotifier that wraps InvalidationNotifier
// on its own thread.
#ifndef COMPONENTS_INVALIDATION_IMPL_NON_BLOCKING_INVALIDATO... | {
"pile_set_name": "Github"
} |
<resources>
<style name="GdxTheme" parent="android:Theme">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowAnimationStyle">@android:style/Animation</item>
<item name="android:windo... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
#parse("content/base/back/common/head.vm")
<body style='overflow:scroll;overflow-x:hidden'>
<div class="container bs-docs-container" style="width:100%;">
<div class="row">
<div class="panel panel-default">
<div class="panel-heading">
<button type="button" class="btn btn-de... | {
"pile_set_name": "Github"
} |
C -*- Mode: Fortran; -*-
C
C (C) 2003 by Argonne National Laboratory.
C See COPYRIGHT in top-level directory.
C
program main
implicit none
include 'mpif.h'
integer ierr, errs
integer win, intsize
integer left, right, rank, size
integer nrows, ncols
parameter (nrows... | {
"pile_set_name": "Github"
} |
--TEST--
Testing type-hinted lambda parameter inside namespace
--FILE--
<?php
namespace foo;
$x = function (\stdclass $x = NULL) {
var_dump($x);
};
$x(NULL);
$x(new \stdclass);
?>
--EXPECTF--
NULL
object(stdClass)#%d (0) {
}
| {
"pile_set_name": "Github"
} |
# These are supported funding model platforms
open_collective: yiisoft
github: [yiisoft]
| {
"pile_set_name": "Github"
} |
/* vasprintf with out-of-memory checking in C locale.
Copyright (C) 1999, 2002-2004, 2006-2020 Free Software Foundation, 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 versio... | {
"pile_set_name": "Github"
} |
/**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
*/
#import <GeoServices/GEOLocation.h>
#import <ProtocolBuffer/PBCodable.h>
#import <GeoServices/GeoServices-Structs.h>
@class GEOLatLng;
@interface GEOLocation : PBCodable {
GEOL... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Olaf Krzikalla 2004-2006.
// (C) Copyright Ion Gaztanaga 2006-2012
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/... | {
"pile_set_name": "Github"
} |
---
description: "Resolve Column Reference Editor"
title: "Resolve Column Reference Editor | Microsoft Docs"
ms.custom: ""
ms.date: "03/01/2017"
ms.prod: sql
ms.prod_service: "integration-services"
ms.reviewer: ""
ms.technology: integration-services
ms.topic: conceptual
f1_keywords:
- "sql13.dts.designer.... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 The Android Open Source Project
*
* 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 app... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1045 &1
EditorBuildSettings:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Scenes:
- enabled: 1
path: Assets/Scenes/Widgets.unity
| {
"pile_set_name": "Github"
} |
% [RES] = clip(IM, MINVALorRANGE, MAXVAL)
%
% Clip values of matrix IM to lie between minVal and maxVal:
% RES = max(min(IM,MAXVAL),MINVAL)
% The first argument can also specify both min and max, as a 2-vector.
% If only one argument is passed, the range defaults to [0,1].
function res = clip(im, minValOrRange, m... | {
"pile_set_name": "Github"
} |
{
"throws": "Unexpected token, expected ; (1:3)"
} | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Dataset
name="test_anon_dim.syn"
dapVersion="4.0"
dmrVersion="1.0"
xmlns="http://xml.opendap.org/ns/DAP/4.0#"
xmlns:dap="http://xml.opendap.org/ns/DAP/4.0#">
<Int32 name="vu32">
<Dim size="6"/>
</Int32... | {
"pile_set_name": "Github"
} |
<?php
namespace Illuminate\Database;
class ConnectionResolver implements ConnectionResolverInterface
{
/**
* All of the registered connections.
*
* @var array
*/
protected $connections = [];
/**
* The default connection name.
*
* @var string
*/
protected $defau... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/route53domains/model/ListDomainsResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#include <a... | {
"pile_set_name": "Github"
} |
precision highp float;
varying vec2 uv;
uniform sampler2D aaTex;
void main(void) {
vec4 aa = texture2D(aaTex, uv);
gl_FragColor = aa;
}
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Microsoft.DwayneNeed.Extensions
{
public static class EventHandlerExtensions
{
public static void RaiseEvent<T>(this EventHandler<T> handler, object sender, T args) where T:EventArgs
{
i... | {
"pile_set_name": "Github"
} |
msgid ""
msgstr ""
"PO-Revision-Date: 2020-03-03 13:35+0000\n"
"Last-Translator: TuxAlex0 <alex.skatingcassano@gmail.com>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsunbound/it/>\n"
"Language: it\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8b... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2006 Dave Airlie <airlied@linux.ie>
* Copyright © 2006-2007 Intel Corporation
*
* 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 lim... | {
"pile_set_name": "Github"
} |
StartChar: uni0776.init_BaaNonIsol
Encoding: 67035 -1 1783
Width: 273
Flags: HW
AnchorPoint: "TashkilAbove" 0 801 basechar 0
AnchorPoint: "TashkilBelow" 104 -327 basechar 0
LayerCount: 3
Fore
Refer: 344 -1 N 1 0 0 1 100 337 2
Refer: 195 -1 N 1 0 0 1 104 -181 2
Refer: 113 -1 N 1 0 0 1 0 0 2
EndChar
| {
"pile_set_name": "Github"
} |
import { DayPickerProps, DaysModifiers } from '../../components/DayPicker';
/**
* Return the `modifiers` prop including the modifiers from shortcut-props
* (`selected`, `disabled` and `hidden`)
*/
export function getModifiersFromProps(props: DayPickerProps): DaysModifiers {
const modifiers = Object.assign({}, pro... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014 Glen Fernandes
*
* 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_NONCOPYABLE_HPP
#define BOOST_NONCOPYABLE_HPP
// The header file at this path is deprecated;
// use b... | {
"pile_set_name": "Github"
} |
<?php
namespace FedEx\ShipService\SimpleType;
use FedEx\AbstractSimpleType;
/**
* SecondaryBarcodeType
*
* @author Jeremy Dunn <jeremy@jsdunn.info>
* @package PHP FedEx API wrapper
* @subpackage Ship Service
*/
class SecondaryBarcodeType extends AbstractSimpleType
{
const _COMMON_2D = 'COMMON_2D';... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required ... | {
"pile_set_name": "Github"
} |
#ifndef _WRITE_PLUGIN_MAKE_H
#define _WRITE_PLUGIN_MAKE_H
#include "XmlOpeation.h"
void Gen_2_Make_define(const char* pPath)
{
char szTemp[MAX_CODE_LINE_SIZE] = {'\0'};
char szPathFile[MAX_CODE_LINE_SIZE] = {'\0'};
sprintf_safe(szPathFile, MAX_CODE_LINE_SIZE, "%s/Makefile.define",
pP... | {
"pile_set_name": "Github"
} |
# This is a list of legacy warnings that have yet to be fixed.
# Warning JSC_BAD_PRIVATE_PROPERTY_ACCESS: Access to private property {0} of {1} not allowed here.
javascript/closure/gears/loggerclient.js:72 Access to private property doLogRecord_ of goog.debug.Logger.prototype not allowed here.
javascript/closure/net/... | {
"pile_set_name": "Github"
} |
SPK_NAME = python
SPK_SHORT_VERS = 2.7
SPK_VERS = $(SPK_SHORT_VERS).18
SPK_REV = 24
SPK_ICON = src/python.png
DEPENDS = cross/busybox cross/$(SPK_NAME)
# Build-time dependencies
DEPENDS += cross/setuptools cross/pip cross/wheel
DEPENDS += cross/cryptography cross/cffi cross/bcrypt
# Cross-compiled wheels
DEPENDS += ... | {
"pile_set_name": "Github"
} |
require('../../modules/es7.object.values');
module.exports = require('../../modules/$.core').Object.values; | {
"pile_set_name": "Github"
} |
{
"country_code": "KR",
"parents": [
"KR",
"Jeollabuk-do"
],
"locale": "ko",
"subdivisions": {
"Gochang-gun": {
"local_code": "고창군",
"postal_code_pattern": "564"
},
"Gunsan-si": {
"local_code": "군산시",
"postal_code_pattern": "54[01]"
},
"Gimje-si": {
"local_code": "김제시",
"postal_code... | {
"pile_set_name": "Github"
} |
package com.yahoo.labs.samoa.moa.classifiers.core.driftdetection;
/*
* #%L
* SAMOA
* %%
* Copyright (C) 2013 University of Waikato, Hamilton, New Zealand
* %%
* 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... | {
"pile_set_name": "Github"
} |
# Multiple Select
Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
To get started checkout examples and documentation at http://wenzhixin.net.cn/p/multiple-select
## jsFiddle examples
https://github.com/wenzhixin/multiple-select/issues/255
## Changelog
[CHANGELOG](https://github.... | {
"pile_set_name": "Github"
} |
perf-ftrace(1)
==============
NAME
----
perf-ftrace - simple wrapper for kernel's ftrace functionality
SYNOPSIS
--------
[verse]
'perf ftrace' <command>
DESCRIPTION
-----------
The 'perf ftrace' command is a simple wrapper of kernel's ftrace
functionality. It only supports single thread tracing currently and
just ... | {
"pile_set_name": "Github"
} |
//
// FUAdjustImageView.h
// FULiveDemo
//
// Created by 孙慕 on 2018/12/17.
// Copyright © 2018年 FaceUnity. All rights reserved.
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <QuartzCore/QuartzCore.h>
#import "FUYituItemModel.h"
NS_ASSUME_NONNULL_BEGIN
@class FUAdjustImageView;
@protocol FUAdjus... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/lib_button_theme_pressed"></item>
<item android:state_focused="true" android:drawable="@drawable/lib_button_theme_pressed"></item>
<... | {
"pile_set_name": "Github"
} |
/** PURE_IMPORTS_START PURE_IMPORTS_END */
export { audit } from './audit';
export { auditTime } from './auditTime';
export { buffer } from './buffer';
export { bufferCount } from './bufferCount';
export { bufferTime } from './bufferTime';
export { bufferToggle } from './bufferToggle';
export { bufferWhen } from './bu... | {
"pile_set_name": "Github"
} |
// mgo - MongoDB driver for Go
//
// Copyright (c) 2010-2012 - Gustavo Niemeyer <gustavo@niemeyer.net>
//
// 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 cod... | {
"pile_set_name": "Github"
} |
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/trampoline_portable-0.png-5043e079269eac4b2043e3d26ce6aaca.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Sprites/Objects/Trampoline/trampoline_portable-0.png"
dest_files=[ "res://.import/trampoline_portable-0.png-5043e079269eac4... | {
"pile_set_name": "Github"
} |
## 21.4 用作观察者的生成器(数据消费)
作为数据消费者,生成器对象遵循生成器接口的后半部分, `Observer` :
```js
interface Observer {
next(value? : any) : void;
return(value? : any) : void;
throw(error) : void;
}
```
作为一个观察者,生成器处于暂停状态,直到有输入进来。有三种类型的输入,通过接口中声明的方法来传入数据:
* `next()` 传入正常的输入数据。
* `return()` 终止生成器。
* `throw()` 发出一个出错信号。
### 21.4.1 通过... | {
"pile_set_name": "Github"
} |
#include <stdint.h>
#include <hfs/hfsplus.h>
/* This routine is taken from Apple's TN 1150, with adaptations for C */
/* The lower case table consists of a 256-entry high-byte table followed by
some number of 256-entry subtables. The high-byte table contains either an
offset to the subtable for characters wi... | {
"pile_set_name": "Github"
} |
#pragma once
namespace winrt::Windows::UI::Xaml
{
namespace Foundation
{
template<typename T>
struct IAsyncOperation;
}
namespace UI::Xaml
{
struct XamlRoot;
}
}
namespace Dialog
{
winrt::Windows::Foundation::IAsyncOperation<bool> PartialRemappingConfirmationDialog(... | {
"pile_set_name": "Github"
} |
/**
* @file
* Sequential API Main thread module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
... | {
"pile_set_name": "Github"
} |
from unittest import TestCase
from messengerbot import MessengerClient, messages, MessengerException
from mock import patch
class ClientTestCase(TestCase):
@patch('requests.post')
def test_client_send(self, mock_post):
mock_post.return_value.status_code = 200
mock_post.return_value.json.retu... | {
"pile_set_name": "Github"
} |
package com.enonic.xp.admin.impl.json.content;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import com.enonic.xp.content.CompareContentResult;
import com.enonic.xp.content.CompareContentResults;
import com.enonic.xp.content.ContentId;
import com.enonic.xp.content.GetPublishStatusResult;
impor... | {
"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 u... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 The Android Open Source Project
*
* 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 app... | {
"pile_set_name": "Github"
} |
package com.example.plugintest.manymethods.j.a;
public class A4 {
public static void a0(String msg) { System.out.println("msg=" + msg + 0); }
public static void a1(String msg) { System.out.println("msg=" + msg + 1); }
public static void a2(String msg) { System.out.println("msg=" + msg + 2); }
public st... | {
"pile_set_name": "Github"
} |
<!-- THIS IS AUTO-GENERATED CONTENT. DO NOT MANUALLY EDIT. -->
This image is part of the [balena.io][balena] base image series for IoT devices. The image is optimized for use with [balena.io][balena] and [balenaOS][balena-os], but can be used in any Docker environment running on the appropriate architecture.
![balena... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2019 xuexiangjys(xuexiangjys@163.com)
*
* 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"
} |
" Utilities for dictionary.
let s:save_cpo = &cpo
set cpo&vim
function! s:_vital_loaded(V) abort
let s:t = a:V.import('Vim.Type').types
endfunction
function! s:_vital_depends() abort
return ['Vim.Type']
endfunction
function! s:_ensure_key(key) abort
let t = type(a:key)
if t != s:t.string && t != s:t.number... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.
W3C liability, trademark and document use rules apply.
http://www.w3.org/Consortium/Legal/ipr-notice
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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/li... | {
"pile_set_name": "Github"
} |
/*
* © 2018 Match Group, LLC.
*/
package com.tinder.app.gdax.api.model
enum class ProductId(val text: String) {
BTC_USD("BTC-USD"),
ETH_USD("ETH-USD"),
LTC_USD("LTC-USD")
}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<ProjectOpt xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="project_optx.xsd">
<SchemaVersion>1.0</SchemaVersion>
<Header>### uVision Project, (C) Keil Software</Header>
<Extensions>
<cExt>*.c</cExt>
<aExt>*.s*... | {
"pile_set_name": "Github"
} |
'use strict'
import React from 'react'
import Counter from 'components/counter'
import { connect } from 'react-redux'
import {
addCounter,
removeCounter,
increment,
decrement
} from 'reducers/counters/action-creators'
const Counters = ({ counters, addCounter, removeCounter, increment, decrement }) => (
<div... | {
"pile_set_name": "Github"
} |
\begin{figure}[H]
\newcommand{\wmgd}{1\columnwidth}
\newcommand{\hmgd}{3.0cm}
\newcommand{\mdrd}{figures/monthly-us-female-20-years-and-o}
\newcommand{\mbm}{\hspace{-0.3cm}}
\begin{tabular}{c}
\mbm \includegraphics[width=\wmgd,height=\hmgd]{\mdrd/monthly-us-female-20-years-and-o_all} \\ = \\
\mbm \includegraphics[wid... | {
"pile_set_name": "Github"
} |
/**
* Joice
* Copyright (c) 1995-2018 All Rights Reserved.
*/
package org.joice.mvc.service;
/**
* 用户服务接口
* @author HuHui
* @version $Id: UserService.java, v 0.1 2018年1月11日 下午7:24:53 HuHui Exp $
*/
public interface UserService {
/**
* 用户注册
* @param name 用户名
*/
boolean re... | {
"pile_set_name": "Github"
} |
Wordlists Reference
====================
#### `rockyou.txt.tar.gz` ####
`https://github.com/danielmiessler/SecLists/raw/master/Passwords/Leaked-Databases/rockyou.txt.tar.gz`
#### `darkc0de.txt` ####
`https://github.com/danielmiessler/SecLists/raw/master/Passwords/darkc0de.txt`
#### `openwall.net-all.txt` ####
`h... | {
"pile_set_name": "Github"
} |
import pytest
from aiohttpdemo_chat.main import init_app
@pytest.fixture
async def client(test_client):
app = await init_app()
return await test_client(app)
| {
"pile_set_name": "Github"
} |
Notice 0: Reading LEF file: Nangate45/Nangate45.lef
Notice 0: Created 22 technology layers
Notice 0: Created 27 technology vias
Notice 0: Created 134 library cells
Notice 0: Finished LEF file: Nangate45/Nangate45.lef
Notice 0:
Reading DEF file: ./results/repair_fanout1.def
Notice 0: Design: hi_fanout
Not... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2006-2007 Mathias Bank (http://www.mathias-bank.de)
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
*
* Version 2.1
*
* Thanks to
* Hinnerk Ruemenapf - http://hinnerk.ruemenapf.... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_METAPARSE_V1_CPP98_IMPL_EMPTY_STRING_HPP
#define BOOST_METAPARSE_V1_CPP98_IMPL_EMPTY_STRING_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LIC... | {
"pile_set_name": "Github"
} |
// Copyright (c) Jeremy Siek 2001, Marc Wintermantel 2002
//
// 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_GRAPH_BANDWIDTH_HPP
#define BOOST_GRAPH_BANDWIDTH_HPP
#include <algorithm> // ... | {
"pile_set_name": "Github"
} |
{
"name": "miao",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"alipay-node-sdk": "^1.1.8",
"bcrypt": "^1.0.3",
"coffee-script": "^1.12.7",
"debug": "^3.1.0",
"egg": "^2.3.0",
"egg-cors": "^2.0.0",
"egg-jwt": "^2.2.1",
"egg-mail": "^1.0.6",
"egg... | {
"pile_set_name": "Github"
} |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/blogc/blogc.git"
inherit git-r3 autotools
fi
DESCRIPTION="A blog compiler"
HOMEPAGE="https://blogc.rgm.io/"
SRC_URI="https://github.com/${P... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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, ... | {
"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"
} |
Apply cosimulated loads to amesh (demo_FEA_cosimulate_load.cpp) {#tutorial_demo_FEA_cosimulate_load}
================================
Tutorial that teaches how to use the
[FEA module](group__chrono__fea.html)
to import an .INP Abaqus mesh with a 3D tetrahedral mesh and apply loads to the surface coming from an ... | {
"pile_set_name": "Github"
} |
/*
******************************************************************************
* @file sensor_hub_fifo_lps22hb.c
* @author Sensors Software Solution Team
* @brief This file show the simplest way enable a LPS22HB press. connected
* to LSM6DSM I2C master interface (with FIFO support).
*
*********... | {
"pile_set_name": "Github"
} |
#ifndef SNDIO_OUT_H
#define SNDIO_OUT_H
#include "audio.h"
#ifdef __cplusplus
extern "C" {
#endif
void sndio_funcs (struct hw_funcs *funcs);
#ifdef __cplusplus
}
#endif
#endif
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2004-2020 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (https://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.expression.aggregate;
import java.io.ByteArrayOutputStream;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ftdriver.h */
/* */
/* ... | {
"pile_set_name": "Github"
} |
namespace ClassLib125
{
public class Class037
{
public static string Property => "ClassLib125";
}
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2014-2018 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software
// without restriction, including without limitation the rights to use, co... | {
"pile_set_name": "Github"
} |
'use strict'
const debug = require('debug')('youtube-dl')
const { readFileSync, existsSync } = require('fs')
const path = require('path')
const binPath = path.join(__dirname, '..', 'bin')
const detailsPath = path.join(binPath, 'details')
module.exports = () => {
if (!existsSync(detailsPath)) {
debug('unable to... | {
"pile_set_name": "Github"
} |
/* -LICENSE-START-
* ** Copyright (c) 2014 Blackmagic Design
* **
* ** Permission is hereby granted, free of charge, to any person or organization
* ** obtaining a copy of the software and accompanying documentation covered by
* ** this license (the "Software") to use, reproduce, display, distribute,
* ** execute... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
const childProcess = require('child_process')
const fs = require('fs')
const path = require('path')
const octokit = require('@octokit/rest')
const token = process.env.ELECTRON_API_DEMO_GITHUB_TOKEN
const version = require('../package').version
const github = octokit({
timeout: 30 * 1000,
'user... | {
"pile_set_name": "Github"
} |
local CartPole_v0 = torch.class('rltorch.CartPole_v0','rltorch.Environment');
function CartPole_v0:__init()
local world=rltorch.CartPoleWord()
rltorch.Environment.__init(self,world,rltorch.CartPole_CompleteSensor(world),rltorch.CartPole_Task0(world))
end
| {
"pile_set_name": "Github"
} |
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
"""
Purpose
Shows how to use the AWS SDK for Python (Boto3) with the Amazon EMR API to create
two kinds of clusters:
* A short-lived cluster that runs a single step to estimate the value of pi and
then... | {
"pile_set_name": "Github"
} |
{
"desc": "Bandrich C-320",
"control": 2,
"data": 0
}
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<HEAD>
<TITLE>ISO 8859-1 character set: 0-31</TITLE>
<link rel="stylesheet" type="text/css" href="../../../ss/2.css" id="thecss">
<script type="text/javascript" src="../../../scripts/csschange.js"></script>
</HEAD>
<BODY onload="readS... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Methods
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Methods</title>
<meta http-equ... | {
"pile_set_name": "Github"
} |
// Reserved word lists for various dialects of the language
export const reservedWords = {
3: "abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",
5: "cl... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.