text stringlengths 2 99k | meta dict |
|---|---|
/*
Copyright 2014 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"
} |
import {
Component,
AsyncComponent,
ComponentOptions,
FunctionalComponentOptions,
WatchOptionsWithHandler,
WatchHandler,
DirectiveOptions,
DirectiveFunction,
RecordPropsDefinition,
ThisTypedComponentOptionsWithArrayProps,
ThisTypedComponentOptionsWithRecordProps,
WatchOptions,
} from "./options"... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2008-2020 Bird Dog Games, Inc.
*
* This file is part of Ardor3D.
*
* Ardor3D is free software: you can redistribute it and/or modify it
* under the terms of its license which may be found in the accompanying
* LICENSE file or at <https://git.io/fjRmv>.
*/
package com.ardor3d.util.geom;
imp... | {
"pile_set_name": "Github"
} |
# 1.0.5
* Resolves a crash on empty `linear-gradient()` functions.
# 1.0.4
* Resolves an issue where `0` was being removed from intermediate colour stops
if preceding colour stops contained `calc()` (thanks to @jaybekster).
# 1.0.3
* Resolves an issue where `0` was being incorrectly stripped from the final
col... | {
"pile_set_name": "Github"
} |
// go run mkasm_darwin.go arm64
// Code generated by the command above; DO NOT EDIT.
// +build go1.12
#include "textflag.h"
TEXT ·libc_getgroups_trampoline(SB),NOSPLIT,$0-0
JMP libc_getgroups(SB)
TEXT ·libc_setgroups_trampoline(SB),NOSPLIT,$0-0
JMP libc_setgroups(SB)
TEXT ·libc_wait4_trampoline(SB),NOSPLIT,$0-0
JM... | {
"pile_set_name": "Github"
} |
---
title: Hardware Documentation for Stinger96
permalink: /documentation/iot/stinger96/hardware-docs/
---
# Hardware Documentation
Explore what makes your Stinger96 unique, technical specifications, schematics, hardware notes and more... This page allows you to see what is under the "Stinger96 hood" by offering sta... | {
"pile_set_name": "Github"
} |
/*
* There isn't anything here, but the file must not be empty or patch
* will delete it.
*/
| {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol HMFNetServiceBrowserDelegate <NSObject>
@optional
- (void)netServiceBrowser:(HMFNetServiceBrowser *)arg1 didAddService:(HMFNetService *)arg2;
- (void)netServiceBrowser:(HMFNetServiceBrowser *)arg1 didRemoveService:(HMFNetService *)arg2;
- (void)netServiceBrowser:(HMFNetS... | {
"pile_set_name": "Github"
} |
int main() {
free(x);
if (a) {
foo(a,x,b);
}
}
| {
"pile_set_name": "Github"
} |
# FOSSology Makefile - ./src/testing/lib/c
# Copyright (C) 2011 Hewlett-Packard Development Company, L.P.
TOP = ../../../..
VARS = $(TOP)/Makefile.conf
include $(VARS)
LIB = libfocunit.a
OBJS = libfocunit.o
all: $(LIB) $(VARS)
@echo "make $(LIB)"
$(LIB): $(OBJS) $(VARS)
$(AR) cr $@ $(OBJS)
$(OBJS): %.o: %.c %.h
... | {
"pile_set_name": "Github"
} |
function init() {
tinyMCEPopup.resizeToInnerSize();
var formObj = document.forms[0];
formObj.width.value = tinyMCE.getWindowArg('width');
formObj.size.value = tinyMCE.getWindowArg('size');
formObj.insert.value = tinyMCE.getLang('lang_' + tinyMCE.getWindowArg('mceDo'),'Insert',true);
if (tinyMCE.getWind... | {
"pile_set_name": "Github"
} |
1010jiajiao.com#$#abort-on-property-read jQuery.cssHooks.height
15yc.cc#$#abort-on-property-write encode_version
2nyan.org#$#abort-on-property-read _0xcc85f5
4399.com#$#abort-on-property-read defaultbackgroundimg
bingfeng.tw#$#abort-current-inline-script setTimeout
dieka123.com,hanjutvn.com,hukanyy.com,taijuwang.com#$#... | {
"pile_set_name": "Github"
} |
This sample can be found under |sample path| in the |NCS| folder structure.
See :ref:`gs_programming` for information about how to build and program the application.
| {
"pile_set_name": "Github"
} |
## Interface: 80300
## Title:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0Dungeons (BfA)|r
## Title-deDE:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0Gruppe-BfA|r
## Title-koKR:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69ccf0던전 (격아)|r
## Title-zhTW:|cffffe00a<|r|cffff7d0aDBM|r|cffffe00a>|r |cff69c... | {
"pile_set_name": "Github"
} |
[
{
"description": "by int",
"schema": {"multipleOf": 2},
"tests": [
{
"description": "int by int",
"data": 10,
"valid": true
},
{
"description": "int by int fail",
"data": 7,
... | {
"pile_set_name": "Github"
} |
ID=0 ROUT='ATL_tmp.c' AUTH='R. Clint Whaley' TA='T' TB='N' \
OPMV=3 VLEN=8 KU=1 NU=6 MU=16 MB=112 NB=120 KB=120 NOBCAST=1 AOUTER=1 \
LDCTOP=1 \
MFLOP=-6.542869e+04
| {
"pile_set_name": "Github"
} |
DISPATCHED_UFUNCS = {
"add",
"sub",
"mul",
"pow",
"mod",
"floordiv",
"truediv",
"divmod",
"eq",
"ne",
"lt",
"gt",
"le",
"ge",
"remainder",
"matmul",
"or",
"xor",
"and",
}
UFUNC_ALIASES = {
"subtract": "sub",
"multiply": "mul",
"floo... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2008 - 2019 The Loon Game Engine 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 appl... | {
"pile_set_name": "Github"
} |
5
0.0 1000000.0
-0.6666666666666667 -0.0
0.0 -249999.99999999988
0.6666666666666667 -0.0
1.0 -0.0
7
0 1000000
-1 0
0 -1000000
1.0 -0.0
0.6666666666666667 -0.0
0.0 -249999.99999999988
-0.6666666666666667 -0.0
| {
"pile_set_name": "Github"
} |
<?php
class Flush extends Handler {
use NoOperands, MainThreadExecution;
public function getActionOnUnitData() {
$lines = array();
$lines[] = "USE_TSRM";
$lines[] = "sapi_flush(TSRMLS_C);";
return $lines;
}
}
?> | {
"pile_set_name": "Github"
} |
package Paws::Connect::UserPhoneConfig;
use Moose;
has AfterContactWorkTimeLimit => (is => 'ro', isa => 'Int');
has AutoAccept => (is => 'ro', isa => 'Bool');
has DeskPhoneNumber => (is => 'ro', isa => 'Str');
has PhoneType => (is => 'ro', isa => 'Str', required => 1);
1;
### main pod documentation begin ###... | {
"pile_set_name": "Github"
} |
CONFIG_MIPS=y
CONFIG_TARGET_VCT=y
CONFIG_VCT_PREMIUM=y
CONFIG_VCT_SMALL_IMAGE=y
CONFIG_BOOTDELAY=5
CONFIG_SYS_CONSOLE_INFO_QUIET=y
# CONFIG_AUTO_COMPLETE is not set
# CONFIG_SYS_LONGHELP is not set
CONFIG_SYS_PROMPT="$ "
# CONFIG_CMD_BDI is not set
# CONFIG_CMD_CONSOLE is not set
# CONFIG_CMD_ELF is not set
CONFIG_CMD_... | {
"pile_set_name": "Github"
} |
/*
* TTUSB DVB driver
*
* Copyright (c) 2002 Holger Waechtler <holger@convergence.de>
* Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net>
*
* 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 Foundat... | {
"pile_set_name": "Github"
} |
{
"name": "funfix-core",
"description": "Sub-package of Funfix exposing primitive interfaces and data types belonging into a standard library",
"version": "0.0.0-development",
"main": "dist/umd.js",
"module": "dist/index.js",
"es5module": "dist/es5.js",
"typings": "dist/index.d.ts",
"scripts": {
"li... | {
"pile_set_name": "Github"
} |
import React from 'react';
import IceContainer from '@icedesign/container';
import ReactEcharts from 'echarts-for-react';
import styles from './index.module.scss';
/**
* 图表来源参考:http://gallery.echartsjs.com/editor.html?c=xByzFvaw1M
*/
export default function Index() {
const getOption = () => {
const scale = 1;
... | {
"pile_set_name": "Github"
} |
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ re... | {
"pile_set_name": "Github"
} |
<?php
abstract class HelpdeskService implements RemoteService {
public abstract function getDate();
public abstract function getAppData();
public abstract function getMessage($msg);
public abstract function getEnquiryById($id);
public abstract function getEnquiries();
public abstract function createEn... | {
"pile_set_name": "Github"
} |
#ifndef RESEARCHERWIZARDPOOLPAGE_H
#define RESEARCHERWIZARDPOOLPAGE_H
#include <QWizardPage>
class QIcon;
class ResearcherModel;
class WalletModel;
namespace Ui {
class ResearcherWizardPoolPage;
}
class ResearcherWizardPoolPage : public QWizardPage
{
Q_OBJECT
public:
explicit ResearcherWizardPoolPage(QWidg... | {
"pile_set_name": "Github"
} |
extern int v3p_netlib_zgeqr2_(
v3p_netlib_integer *m,
v3p_netlib_integer *n,
v3p_netlib_doublecomplex *a,
v3p_netlib_integer *lda,
v3p_netlib_doublecomplex *tau,
v3p_netlib_doublecomplex *work,
v3p_netlib_integer *info
);
| {
"pile_set_name": "Github"
} |
{
"name": "hexo-theme-butterfly",
"version": "3.2.0-b7",
"description": "A Simple and Card UI Design theme for Hexo",
"main": "package.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hexo",
"theme",
"butterfly",
"Card UI Design",
"Jerry",... | {
"pile_set_name": "Github"
} |
Notebook[{
Cell[TextData[{
"New in: ",
Cell["9.0", "HistoryData",
CellTags->"New"],
" | Modified in: ",
Cell[" ", "HistoryData",
CellTags->"Modified"],
" | Obsolete in: ",
Cell[" ", "HistoryData",
CellTags->"Obsolete"],
" | Excised in: ",
Cell[" ", "HistoryData",
CellTags->"Excised"]
}], "History",
Cel... | {
"pile_set_name": "Github"
} |
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
Do Not Translate or Localize
Latest TypeScript and Javascript Grammar incorporates third party material from the projects listed below. The original copyright notice and the license under which Microsoft received such third party material are set forth below. Microsoft... | {
"pile_set_name": "Github"
} |
Implement the classic method for composing secret messages called a square code.
Given an English text, output the encoded version of that text.
First, the input is normalized: the spaces and punctuation are removed
from the English text and the message is downcased.
Then, the normalized characters are broken into r... | {
"pile_set_name": "Github"
} |
/**
* @fileoverview Rule to flag use of duplicate keys in an object.
* @author Ian Christian Myers
*/
"use strict";
//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------
const astUtils = req... | {
"pile_set_name": "Github"
} |
## DESCRIPTION
## Calculus
## ENDDESCRIPTION
## Tagged by cmd6a 6/1/06
## DBsubject(Calculus - single variable)
## DBchapter(Infinite sequences and series)
## DBsection(Interval of convergence of a power series)
## Institution(OSU)
## Level(4)
## KEYWORDS('calculus','power series','radius of convergence')
DOCUMENT()... | {
"pile_set_name": "Github"
} |
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"browser": "browser.js",
"dependencies": {
"has-flag": "^3.0.0"
},
"description": "Detect whether a terminal supports color",
"devDependencies": {
"ava": "^0.25.0",
"import-fresh"... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-3... | {
"pile_set_name": "Github"
} |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!19 &1
Physics2DSettings:
m_ObjectHideFlags: 0
serializedVersion: 4
m_Gravity: {x: 0, y: -9.81}
m_DefaultMaterial: {fileID: 0}
m_VelocityIterations: 8
m_PositionIterations: 3
m_VelocityThreshold: 1
m_MaxLinearCorrection: 0.2
m_MaxAngularCorrection: 8
m_... | {
"pile_set_name": "Github"
} |
Number of directories: <?php echo $values['quantity']; ?>
| {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,debug.ExprInspection -verify %s
void clang_analyzer_eval(int);
int string_literal_init() {
char a[] = "abc";
char b[2] = "abc"; // expected-warning{{too long}}
char c[5] = "abc";
clang_analyzer_eval(a[1] == 'b'); // expected-warning{{TRUE}}
clan... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol SKUIComposeTextFieldListViewDelegate <NSObject>
@required
- (long long)numberOfColumnsInTextFieldList:(SKUIComposeTextFieldListView *)arg1;
- (long long)numberOfFieldsInTextFieldList:(SKUIComposeTextFieldListView *)arg1;
- (SKUIComposeTextFieldConfiguration *)textFieldLi... | {
"pile_set_name": "Github"
} |
<script>window.pathPrefix="../../";</script><!DOCTYPE html>
<html lang="en" style="padding-bottom:0px" class="local"></html>
<head><meta name="generator" content="Hexo 3.9.0">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link href="../../images/favicon.png" rel="shortcut ... | {
"pile_set_name": "Github"
} |
/* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */
/* David De Sloovere @DavidDeSloovere */
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
define([ "../datepicker" ], factory );
} else {
// Browser globals
factory( ... | {
"pile_set_name": "Github"
} |
// Copyright 2020 The Cockroach Authors.
//
// Use of this software is governed by the Business Source License
// included in the file licenses/BSL.txt.
//
// As of the Change Date specified in that file, in accordance with
// the Business Source License, use of this software will be governed
// by the Apache License, ... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
namespace CoreBoy.cpu.op
{
public class Argument
{
public string Label { get; }
public int OperandLength { get; }
public bool IsMemory { get; }
public DataType DataType { get; }
public static List<Argument> Values {... | {
"pile_set_name": "Github"
} |
http://ca.grid-support.ac.uk/pub/crl/root-crl.der
| {
"pile_set_name": "Github"
} |
/* $XConsortium: DtABgco.m.bm /main/2 1995/07/17 14:26:35 drk $ */
/*********************************************************************
* (c) Copyright 1993, 1994 Hewlett-Packard Company
* (c) Copyright 1993, 1994 International Business Machines Corp.
* (c) Copyright 1993, 1994 Sun Microsystems, Inc.
* (c) Copyr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/shell/theme">
<file>assets/dash/bottom-running1.svg</file>
<file>assets/dash/bottom-running1-focused.svg</file>
<file>assets/dash/bottom-running2.svg</file>
<file>assets/dash/bottom-running2-focused.svg</file>
<file>... | {
"pile_set_name": "Github"
} |
/**
*
* @version $Id: float.js 1 22:28 2010年7月20日Z tianya $
* @package DedeCMS.Administrator
* @copyright Copyright (c) 2007 - 2020, DesDev, Inc.
* @license http://help.dedecms.com/usersguide/license.html
* @link http://www.dedecms.com
*/
<!--
self.onError=null;
... | {
"pile_set_name": "Github"
} |
.spinner {
width: 100%;
height: 100%;
}
.spinner > div {
display: flex;
justify-content: center;
align-items: center;
}
| {
"pile_set_name": "Github"
} |
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2011 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
* http://opensource.org/licenses/BSD-3-Clause
*/
function runSourceMapTests(modName, do_throw) {
let mod = require(modName);
let assert = require('test/source... | {
"pile_set_name": "Github"
} |
Test validation using JsonSchema
The default payload is invalid, try it, then change the age to a valid integer and try again
---
tags:
- users
parameters:
- name: body
in: body
required: true
schema:
id: User
required:
- username
- age
properties:
username:
... | {
"pile_set_name": "Github"
} |
// This source file is part of the Swift.org open source project
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
// See https://swift.org/CONTRIBUTORS.txt for the li... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>JSSpec results</title>
<link rel="stylesheet" type="text/css" href="../jsspec/JSS... | {
"pile_set_name": "Github"
} |
{
"type":"object",
"properties":{
"service":{
"type":"object",
"description": "DC/OS service configuration properties",
"properties":{
"name" : {
"description":"The name of the Kafka service instance",
"type":"string",
"default":"kafka"
... | {
"pile_set_name": "Github"
} |
# Copyright 2015 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applica... | {
"pile_set_name": "Github"
} |
# Maintainer: Butui Hu <hot123tea123@gmail.com>
# Contributor: peippo <christoph.fink@gmail.com>
pkgname=python-av
_pkgname=PyAV
pkgdesc="Pythonic bindings for FFmpeg's libraries"
url='https://pyav.org'
pkgver=8.0.2
pkgrel=1
arch=("x86_64")
license=("BSD")
makedepends=(
'cython'
'python-setuptools'
)
checkdepends=... | {
"pile_set_name": "Github"
} |
package crazypants.enderio.base.item.darksteel.upgrade.glider;
import java.util.List;
import javax.annotation.Nonnull;
import com.enderio.core.common.util.NNList;
import com.enderio.core.common.util.Util;
import com.enderio.core.common.vecmath.VecmathUtil;
import com.enderio.core.common.vecmath.Vector3d;
import com.... | {
"pile_set_name": "Github"
} |
#ifndef _GP2X_H_
#define _GP2X_H_
#include "SDL.h"
#if defined(WIZ) || defined(GP2X)
#include <fcntl.h>
#include <unistd.h>
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <sys/soundcard.h>
#endif
#if defined(CAANOO)
#define GP2X_BUTTON_A 0
#define GP2X_BUTTON_B 2
#define... | {
"pile_set_name": "Github"
} |
#!/bin/bash
DOTFILES_REPO="$HOME/bin/dot2"
# Add file to dotfiles repo
add() {
FILE=$(validate_file "$1")
echo $FILE
# cp -R "$1" "$DOTFILES_REPO"
# rm -rf "$1"
# ln -s ${DOTFILES_REPO}${FILE}
}
validate_file(){
FILE=$(resolve_path $1)
if [ ! -f "$FILE" ] || [ ! -d "$FILE" ]; then
err "No imaginary rice for yo... | {
"pile_set_name": "Github"
} |
# Conclusion
TODO
| {
"pile_set_name": "Github"
} |
<?php defined('BX_DOL') or die('hack attempt');
/**
* Copyright (c) UNA, Inc - https://una.io
* MIT License - https://opensource.org/licenses/MIT
*
* @defgroup Market Market
* @ingroup UnaModules
*
* @{
*/
define('BX_MARKET_LICENSE_TYPE_SINGLE', 'single'); //--- one-time payment license
define('BX_MARKE... | {
"pile_set_name": "Github"
} |
# light q: type = 1, gluon:type = 2, QCD mixture: type = 3
0.250 1 1.0020 0.00 1.00
0.990 1 1.0020 0.00 1.00
1.740 1 1.0020 0.00 1.00
2.240 1 1.0020 0.00 1.00
2.910 1 1.0020 0.00 1.00
3.840 1 1.0010 0.00 1.00
0.250 2 1.0010 0.70 5.00
0.990 2 1.0010 0.65 5.00
1.740 2 1.0010 0.64 5.00
2.240 2 1.0010 0.... | {
"pile_set_name": "Github"
} |
function chosen(arg1) {};
| {
"pile_set_name": "Github"
} |
#region License
// ====================================================
// Project Porcupine Copyright(C) 2016 Team Porcupine
// This program comes with ABSOLUTELY NO WARRANTY; This is free software,
// and you are welcome to redistribute it under certain conditions; See
// file LICENSE, which is part of this source... | {
"pile_set_name": "Github"
} |
// The validateJSON plugin depends on the caret plugin, the JSON lint parser,
// and the JSON lint formatter from jsonlint.com.
(function($) {
/**
* Helper Function for Caret positioning
* Gratefully borrowed from the Masked Input Plugin by Josh Bush
* http://digitalbush.com/projects/masked-input-plu... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
//
// Driver for the MAX9860 Mono Audio Voice Codec
//
// https://datasheets.maximintegrated.com/en/ds/MAX9860.pdf
//
// The driver does not support sidetone since the DVST register field is
// backwards with the mute near the maximum level instead of the minimum.
//
// Author: Peter... | {
"pile_set_name": "Github"
} |
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}
| {
"pile_set_name": "Github"
} |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Menurole extends Model
{
protected $table = 'menu_role';
public $timestamps = false;
}
| {
"pile_set_name": "Github"
} |
#
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Softwar... | {
"pile_set_name": "Github"
} |
import { createDevToolsBridge } from './bridge';
export function initDevTools() {
/* tslint:disable */
if (typeof window['__REACT_DEVTOOLS_GLOBAL_HOOK__'] === 'undefined') {
return;
}
window['__REACT_DEVTOOLS_GLOBAL_HOOK__'].inject(createDevToolsBridge());
/* tslint:enable */
}
| {
"pile_set_name": "Github"
} |
# Change Log
## Unreleased
### Fixes
### Features
<a name-"v0.7.1"></a>
## [v0.7.1](https://github.com/linode/linodego/compare/v0.7.0..v0.7.1) (2018-02-05)
### Features
* add `ClassDedicated` constant (`dedicated`) for use in `LinodeType` `Class` values
See the [Dedicated CPU Announcement](https://blog.linode.... | {
"pile_set_name": "Github"
} |
import {Observable} from 'rxjs/Observable';
import 'rxjs/add/observable/of';
import 'rxjs/add/operator/findIndex';
const source$ = Observable.of(3, 1, 4, 1, 5, 9);
const findIndex$ = source$.findIndex(x => x > 10);
findIndex$.subscribe(
console.log,
null,
() => console.log('complete')
);
| {
"pile_set_name": "Github"
} |
/*
*
*
* Copyright (C) 2005 Mike Isely <isely@pobox.com>
* Copyright (C) 2004 Aurelien Alleaume <slts@free.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of ... | {
"pile_set_name": "Github"
} |
/*
Copyright 2015 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"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "ios_icon_more.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
#include "f2c.h"
#include "blaswrap.h"
/* Table of constant values */
static integer c__1 = 1;
static integer c__4 = 4;
/* Subroutine */ int zget23_(logical *comp, integer *isrt, char *balanc,
integer *jtype, doublereal *thresh, integer *iseed, integer *nounit,
integer *n, doublecomplex *a, integer *lda, doublec... | {
"pile_set_name": "Github"
} |
simulateModel("Buildings.Fluid.MixingVolumes.Validation.CoupledVolumesAir", stopTime=3600, method="Cvode", tolerance=1e-06, resultFile="CoupledVolumesAir");
createPlot(id=1, position={15, 10, 1144, 930}, y={"vol.p", "vol1.p"}, range={0.0, 0.045, 2.6, 3.4}, grid=true, colors={{28,108,200}, {238,46,47}});
createPlot(id=1... | {
"pile_set_name": "Github"
} |
import React from 'react';
import { StyleSheet, View, Text } from 'react-native';
import PropTypes from 'prop-types';
import Touchable from 'react-native-platform-touchable';
import { connect } from 'react-redux';
import { Notifier } from 'react-native-notifier';
import { useSafeAreaInsets } from 'react-native-safe-are... | {
"pile_set_name": "Github"
} |
==================================================================
Common Workflow Language tool description reference implementation
==================================================================
This is the reference implementation of the Common Workflow Language. It is
intended to be feature complete and provi... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Test: Background-position applied to elements with 'display' set to 'table-column-group'</title>
<link rel="author" title="Gérard Talbot" h... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2019-2020 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 limitation the rights
// to use, copy, modify, merge,... | {
"pile_set_name": "Github"
} |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.codename1.ui;
import com.codename1.components.InteractionDialog;
import com.codename1.components.ToastBar;
import com.code... | {
"pile_set_name": "Github"
} |
-sourceroots
.
-aspectpath
../../../patternLibrary/lib.jar
| {
"pile_set_name": "Github"
} |
<!-- this is a 3D foam frame equiped with Lisa/S 1.0 -->
<!-- The frame comes with 1pwm ESC and 3pwm servos. -->
<!--
use DSM2 for supperbit RF
After flashing remove USB devises for 10 sevonds before plugging supperbitRF USB dongle.
use in session for
Datalink /home/microuav/paparazzi/sw/ground_segment/tmtc/link -d ... | {
"pile_set_name": "Github"
} |
Error ---------------------------------------------------------------------------------------------------- basic.js:2:32
Cannot assign `42` to `x` because explicit 'any' [1] is incompatible with trusted number [2]. [incompatible-trust]
basic.js:2:32
2| var x: $Trusted<number> = (42: any); //Fail
... | {
"pile_set_name": "Github"
} |
package er.websocketexample.websockets;
import org.jboss.netty.channel.Channel;
import er.woadaptor.websockets.AbstractWOWebSocketFactory;
public class ExampleWebSocketFactory extends AbstractWOWebSocketFactory {
@Override
public ExampleWebSocket create(Channel channel) {
ExampleWebSocket socket = new ExampleWe... | {
"pile_set_name": "Github"
} |
--
-- Test data type behavior
--
--
-- Base/common types
--
CREATE FUNCTION test_type_conversion_bool(x bool) RETURNS bool AS $$
plpy.info(x, type(x))
return x
$$ LANGUAGE plpython3u;
SELECT * FROM test_type_conversion_bool(true);
INFO: (True, <class 'bool'>)
test_type_conversion_bool
---------------------------
t
... | {
"pile_set_name": "Github"
} |
import 'package:json_annotation/json_annotation.dart';
part 'data.g.dart';
@JsonSerializable()
class GoodsDetail {
int code;
GoodsDetailData data;
String msg;
GoodsDetail({
this.code,
this.data,
this.msg,
});
//反序列化
factory GoodsDetail.fromJson(Map<String, dynamic> json) =>
_$GoodsDe... | {
"pile_set_name": "Github"
} |
@import url(http://fonts.googleapis.com/css?family=PT+Serif|Open+Sans:600,400);
body {
padding:10px 50px 0 0;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #232323;
background-color: #FBFAF7;
margin: 0;
line-height: 1.5rem;
-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 ... | {
"pile_set_name": "Github"
} |
polygon
1
9.338486E+00 4.574638E+01
9.339353E+00 4.574625E+01
9.340092E+00 4.574625E+01
9.341203E+00 4.574606E+01
9.342330E+00 4.574588E+01
9.343602E+00 4.574573E+01
9.345010E+00 4.574481E+01
9.344912E+00 4.574447E+01
9.346120E+00 4.574374E+01
9.346720E+00 4.574338E+01
9.347360E+00 4.574298E+01
9.348268E+00... | {
"pile_set_name": "Github"
} |
import { isPlatformBrowser } from '@angular/common';
import { Inject, Injectable, PLATFORM_ID } from '@angular/core';
import { NB_WINDOW } from '@nebular/theme';
import { EMPTY, Observable, Subject } from 'rxjs';
import { distinctUntilChanged, filter, finalize, map, publish, refCount, takeUntil, tap } from 'rxjs/operat... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005 - 2013 MaNGOS <http://www.getmangos.com/>
*
* Copyright (C) 2008 - 2013 Trinity <http://www.trinitycore.org/>
*
* Copyright (C) 2010 - 2013 ProjectSkyfire <http://www.projectskyfire.org/>
*
* Copyright (C) 2011 - 2013 ArkCORE <http://www.arkania.net/>
*
* This program is free software; ... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:31136cee57624b323ea6166ae52dddd35aad161f1f6881964c0d15987e821e07
size 55060
| {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
#
# Copyright (c) 2016 Simply Measured
#
# 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... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you... | {
"pile_set_name": "Github"
} |
package com.guoshuai.mtdap.hbase.impl;
import com.guoshuai.mtdap.hbase.SampleConfiguration;
import org.apache.hadoop.hbase.client.Admin;
import org.apache.hadoop.hbase.client.Connection;
import org.apache.hadoop.hbase.client.ConnectionFactory;
import org.apache.log4j.Logger;
import java.io.IOException;
/**
* 抽象类Ta... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.