text stringlengths 2 99k | meta dict |
|---|---|
@namespace MatBlazor
@typeparam TValue
@inherits BaseMatRadioGroupInternal<TValue>
<CascadingValue Value="@this">
@if (Items != null)
{
foreach (var item in Items)
{
if (ItemTemplate != null)
{
@ItemTemplate(item)
}
else
... | {
"pile_set_name": "Github"
} |
package session
import (
"crypto/tls"
"crypto/x509"
"fmt"
"io"
"io/ioutil"
"net/http"
"os"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/awserr"
"github.com/aws/aws-sdk-go/aws/client"
"github.com/aws/aws-sdk-go/aws/corehandlers"
"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/aws... | {
"pile_set_name": "Github"
} |
<?php
/**
* XHTML 1.1 Image Module provides basic image embedding.
* @note There is specialized code for removing empty images in
* HTMLPurifier_Strategy_RemoveForeignElements
*/
class HTMLPurifier_HTMLModule_Image extends HTMLPurifier_HTMLModule
{
/**
* @type string
*/
public $name = 'Ima... | {
"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"
} |
import * as React from 'react';
import expect from 'expect';
import { render, cleanup, getNodeText } from '@testing-library/react';
import TextField from './TextField';
describe('<TextField />', () => {
afterEach(cleanup);
it('should display record specific value as plain text', () => {
const record =... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<resourceExtensions />
<wildcardResourcePatterns>
<entry name="!?*.java" />
<entry name="!?*.form" />
<entry name="!?*.class" />
<entry name="!?*.groovy" />
<entry name="!?*.scal... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Plat... | {
"pile_set_name": "Github"
} |
# $FreeBSD$
PORTNAME= File-FcntlLock
PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for file locking with fcntl
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
| {
"pile_set_name": "Github"
} |
require('../../modules/core.object.make');
module.exports = require('../../modules/_core').Object.make;
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2007-2017 Xplenty, Inc. All Rights Reserved.
*
* Project and contact information: http://www.cascading.org/
*
* This file is part of the Cascading project.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=606729
-->
<head>
<title>Test for Bug 606729</title>
<script type="text/javascript" src="/MochiKit/MochiKit.js"></script>
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css"... | {
"pile_set_name": "Github"
} |
# Comment
DELETE
# Comment
WHERE
# Comment
{ GRAPH <G> { <s> <p> 123 ; <q> 4567.0 . } }
| {
"pile_set_name": "Github"
} |
common/info.cpp
common/config.cpp
common/convert.cpp
common/errors.cpp
common/posib_err.cpp
lib/new_fmode.cpp
prog/aspell.cpp
prog/check_funs.cpp
modules/speller/default/language.cpp
modules/speller/default/affix.cpp
modules/speller/default/readonly_ws.cpp
modules/speller/default/multi_ws.cpp
modules/speller/default/s... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code">
<num>38-828.02</num>
<headin... | {
"pile_set_name": "Github"
} |
<?php
/**
* Test for PhpMyAdmin\Gis\GisGeometry
*/
declare(strict_types=1);
namespace PhpMyAdmin\Tests\Gis;
use PhpMyAdmin\Gis\GisGeometryCollection;
use PhpMyAdmin\Tests\AbstractTestCase;
use TCPDF;
use function function_exists;
use function imagecreatetruecolor;
use function imagesx;
use function imagesy;
use fu... | {
"pile_set_name": "Github"
} |
# Copyright 2012 - 2015 Aaron Jensen
#
# 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"
} |
/* eslint-disable @typescript-eslint/no-var-requires */
// @ts-check
'use strict'
const path = require('path')
const FilterWarningsPlugin = require('webpack-filter-warnings-plugin')
/** @type {import('webpack').Configuration} */
const config = {
target: 'node',
entry: './src/extension.ts',
output: {
path: ... | {
"pile_set_name": "Github"
} |
package org.succlz123.blueboard.view.adapter.recyclerview.content;
import com.facebook.drawee.view.SimpleDraweeView;
import org.succlz123.blueboard.MyApplication;
import org.succlz123.blueboard.R;
import org.succlz123.blueboard.base.BaseRvViewHolder;
import org.succlz123.blueboard.model.bean.acfun.AcContentInfo;
imp... | {
"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.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.datafactory.v2018_06_01;
import com.fasterxml.ja... | {
"pile_set_name": "Github"
} |
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
3e:2c:9d:be:b0:42:c8:cf:fc:99:42:d5:4d:41:6a:be
Signature Algorithm: sha256WithRSAEncryption
Issuer: C=US, ST=California, L=Mountain View, O=Test CA, CN=Test Root CA
Validity
Not Before: Dec 20 00:00:0... | {
"pile_set_name": "Github"
} |
// Copyright 2016 Martin Hebnes Pedersen (LA5NTA). All rights reserved.
// Use of this source code is governed by the MIT-license that can be
// found in the LICENSE file.
package main
import (
"bytes"
"encoding/json"
"fmt"
"io/ioutil"
"os"
"path"
"github.com/la5nta/pat/cfg"
)
func LoadConfig(path string, fa... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2011-2019 Asakusa Framework Team.
*
* 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"
} |
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.components.impl.stores
import com.intellij.configurationStore.SaveSession
import com.intellij.configurationStore.StateStorageManager
import com.intel... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 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 conditio... | {
"pile_set_name": "Github"
} |
function varargout = covMaterniso(d,varargin)
% Wrapper for Matern covariance function covMatern.m.
%
% Matern covariance function with nu = d/2 and isotropic distance measure. For
% d=1 the function is also known as the exponential covariance function or the
% Ornstein-Uhlenbeck covariance in 1d. The covariance func... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#ifndef TESTPARSEPERFORMANCE_H
#define TESTPARSEPERFORMANCE_H
#include <QtTest>
class TestParsePerformance : public QObject {
Q_OBJECT
private slots:
void initTestCase();
void init();
void cleanup();
void parseSsrf();
void parseGit();
};
#endif
| {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple=x86_64-linux-gnu -emit-llvm -o - %s | FileCheck %s
// PR8839
extern "C" char memmove();
int main() {
// CHECK: call {{signext i8|i8}} @memmove()
return memmove();
}
struct S;
// CHECK: define {{.*}} @_Z9addressofbR1SS0_(
S *addressof(bool b, S &s, S &t) {
// CHECK: %[[LVALUE:.*]] = p... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
'''Count number of occurrences of a given message ID.'''
from __future__ import print_function
import getopt
import sys
from grit import grd_reader
fr... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_MAP_AUX_CONTAINS_IMPL_HPP_INCLUDED
#define BOOST_MPL_MAP_AUX_CONTAINS_IMPL_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2003-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>arm_lms_q15.d File Reference</title>
<link href="tabs.css" rel="stylesh... | {
"pile_set_name": "Github"
} |
--TEST--
ReflectionMethod class __toString() and export() methods
--FILE--
<?php
function reflectMethod($class, $method) {
$methodInfo = new ReflectionMethod($class, $method);
echo "**********************************\n";
echo "Reflecting on method $class::$method()\n\n";
echo "__toString():\n";
var... | {
"pile_set_name": "Github"
} |
<Workflow xmlns="urn:wexflow-schema" id="161" name="Workflow_Tar" description="Workflow_Tar">
<Settings>
<Setting name="launchType" value="trigger" />
<Setting name="enabled" value="true" />
</Settings>
<Tasks>
<Task id="1" name="FilesLoader" description="Loading files" enabled="true">
<Setting name="folder... | {
"pile_set_name": "Github"
} |
a.in / b;
| {
"pile_set_name": "Github"
} |
{
"parent": "computercraft:block/monitor_base",
"textures": {
"front": "computercraft:blocks/adv_monitor29",
"side": "computercraft:blocks/adv_monitor7",
"top": "computercraft:blocks/adv_monitor3",
"back": "computercraft:blocks/adv_monitor47"
}
}
| {
"pile_set_name": "Github"
} |
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: >
Extension not observed when creation of variable binding would produce an
early error (for-of statement)
template: func
info: |
B.3.3.1 Changes to FunctionDecla... | {
"pile_set_name": "Github"
} |
-------------------------------------
Exceptionless Readme
-------------------------------------
Exceptionless provides real-time error reporting for your apps. It organizes the
gathered information into simple actionable data that will help your app become
exceptionless!
Learn more at http://exceptionless.io... | {
"pile_set_name": "Github"
} |
/*
Copyright (C) 1994-1995 Apogee Software, Ltd.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed i... | {
"pile_set_name": "Github"
} |
/**
*
* TableRow
*
*/
import React from 'react';
import PropTypes from 'prop-types';
import moment from 'moment';
import { isEmpty, isNull, isObject, toLower, toString } from 'lodash';
import cn from 'classnames';
import CustomInputCheckbox from 'components/CustomInputCheckbox';
import IcoContainer from 'componen... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<unit xmlns="http://www.sdml.info/srcML/src" xmlns:cpp="http://www.sdml.info/srcML/cpp" language="C++" dir="./core" filename="RNonCopyable.h"><comment type="block">/**
* Copyright (c) 2011-2018 by Andrew Mustun. All rights reserved.
*
* This file is part of th... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of the SevenShores/NetSuite library
* AND originally from the NetSuite PHP Toolkit.
*
* New content:
* @package ryanwinchester/netsuite-php
* @copyright Copyright (c) Ryan Winchester
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache-2.0
* @link https://githu... | {
"pile_set_name": "Github"
} |
package stanford.spl;
import acm.graphics.GObject;
import acm.util.TokenScanner;
class GObject_rotate
extends JBECommand
{
public void execute(TokenScanner paramTokenScanner, JavaBackEnd paramJavaBackEnd)
{
paramTokenScanner.verifyToken("(");
String str = nextString(paramTokenScanner);
G... | {
"pile_set_name": "Github"
} |
.TH LIFEREA "1" "Luty 1, 2005"
.SH NAME
Liferea \- Czytnik wiadomo¶ci RSS/RDF i Atom
.SH SK£ADNIA
.B liferea
.RI [\fIOPCJE\fR]
.SH OPIS
\fBLiferea\fP (Linuksowy Czytnik Wiadomo¶ci) to przegl±darka kana³ów
RSS/RDF oraz Atom obs³uguj±ca równie¿ kana³y CDF, OCS i katalogi OPML.
Z za³o¿enia jest klonem Windowsowego czyt... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/codedeploy/model/TimeBasedLinear.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace Aws
{
na... | {
"pile_set_name": "Github"
} |
/**
* NullPad
*
* A padding class that doesn't pad.
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package com.hurlant.crypto.symmetric
{
import flash.utils.ByteArray;
/**
* A pad that does nothing.
* Useful when you don't want padding in your Mod... | {
"pile_set_name": "Github"
} |
/**
* Removes `key` and its value from the hash.
*
* @private
* @name delete
* @memberOf Hash
* @param {Object} hash The hash to modify.
* @param {string} key The key of the value to remove.
* @returns {boolean} Returns `true` if the entry was removed, else `false`.
*/
function hashDelete(key) {
var result =... | {
"pile_set_name": "Github"
} |
unsigned long testPixel() {
tft.clearScreen();
start = micros();
tft.drawPixel(0, 0, WHITE);
t_end = micros() - start;
return t_end;
}
unsigned long testPixels() {
int green = 0;
tft.clearScreen();
start = micros();
for (int16_t i = 0; i < tft.width(); i++) {
if (green > 255) green = 0;
tft.d... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>VisIdeal2D</title>
<!-- <script type="text/javascript" src="js/d3.v3.js"></script>-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/BootSideMenu.css" rel="stylesheet">
<link href="css/... | {
"pile_set_name": "Github"
} |
//
// RequestEnvironment.swift
// SwiftTalkServerLib
//
// Created by Florian Kugler on 08-02-2019.
//
import Foundation
import Base
import Database
import WebServer
private let sharedCSRF = CSRFToken(UUID(uuidString: "F5F6C2AE-85CB-4989-B0BF-F471CC92E3FF")!)
public struct STRequestEnvironment: RequestEnvironment... | {
"pile_set_name": "Github"
} |
package org.solovyev.common;
import org.junit.Before;
import org.junit.Test;
import java.math.BigInteger;
import static java.lang.Math.pow;
import static java.math.BigInteger.TEN;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.solovyev.common.NumberFormatter... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_selected="true" android:drawable="@drawable/icon_close_mic"/>
<item android:drawable="@drawable/icon_open_mic"/>
</selector>
| {
"pile_set_name": "Github"
} |
package template
import (
"fmt"
"reflect"
)
// Tag is a CloudFormation tag
type Tag struct {
Key interface{}
Value interface{}
PropagateAtLaunch string
}
// maybeSetNameTag adds a Name tag to any resource that supports tags
// it calls makeAutoNameTag to format the tag value
func maybeSetNameTag(name string,... | {
"pile_set_name": "Github"
} |
---
- name: Check status of monkeysphere-host
command: monkeysphere-host diagnostics
register: monkeysphere_host_status
changed_when: monkeysphere_host_status.rc != 0
- name: Import SSH host key
command: monkeysphere-host import-key /etc/ssh/ssh_host_rsa_key ssh://{{ ansible_fqdn }}
when: monkeysphere_host_... | {
"pile_set_name": "Github"
} |
package com.automatak.render.dnp3.objects.groups
import com.automatak.render.dnp3.objects.{ClassData, AnyVariation, ObjectGroup}
object Group60 extends ObjectGroup {
def objects = List(Group60Var1, Group60Var2, Group60Var3, Group60Var4)
def group: Byte = 60
def desc: String = "Class Data"
def isEventGroup: Bo... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@class NSArray;
@protocol MSPublisher <NSObject>
@property(nonatomic) int publishBatchSize;
@property(nonatomic) id <MSPublisherDelegate> delegate;
- (void)pu... | {
"pile_set_name": "Github"
} |
@page
@model SettingsGeneralModel
@{
ViewData["Title"] = "";
}
@section Styles {
<link href="@Html.Raw(Model.PTMagicConfiguration.GeneralSettings.Monitor.RootUrl)assets/plugins/switchery/css/switchery.min.css" rel="stylesheet" />
}
<div class="row">
<div class="col-md-12">
<div class="card-box">
<h4 ... | {
"pile_set_name": "Github"
} |
{
"description": "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.",
"required": [
"rules"
],
"properties": {
"aggregationRule": {
"description": "AggregationRule is an optional field that describes how to buil... | {
"pile_set_name": "Github"
} |
-- Test basic TRUNCATE functionality.
CREATE TABLE truncate_a (col1 integer primary key);
INSERT INTO truncate_a VALUES (1);
INSERT INTO truncate_a VALUES (2);
SELECT * FROM truncate_a;
col1
------
1
2
(2 rows)
-- Roll truncate back
BEGIN;
TRUNCATE truncate_a;
ROLLBACK;
SELECT * FROM truncate_a;
col1
-----... | {
"pile_set_name": "Github"
} |
<workspace name="spi_slave">
<project device="EFM32LG990F256"
name="EFM32LG_spi_slave_polled">
<targets>
<name>slsproj</name>
<name>iar</name>
</targets>
<directories>
<cmsis>$PROJ_DIR$\..\..\..\..\..\platform\CMSIS</cmsis>
<device>$PROJ_DIR$\..\..\..\..\..\platform\Devi... | {
"pile_set_name": "Github"
} |
require('../../modules/es7.object.define-getter');
module.exports = require('../../modules/_core').Object.__defineGetter__; | {
"pile_set_name": "Github"
} |
package xgb
// Sync sends a round trip request and waits for the response.
// This forces all pending cookies to be dealt with.
// You actually shouldn't need to use this like you might with Xlib. Namely,
// buffers are automatically flushed using Go's channels and round trip requests
// are forced where appropriate a... | {
"pile_set_name": "Github"
} |
(ns garden.def-test
(:require [garden.def :refer [defcssfn defkeyframes defrule]]
[clojure.test :refer :all])
(:import garden.types.CSSFunction
garden.types.CSSAtRule))
(defrule a)
(defrule sub-headings :h4 :h5 :h6)
(deftest defrule-test
(testing "defrule"
(is (= (a {:font-weight "bol... | {
"pile_set_name": "Github"
} |
/* SCTP kernel implementation
* (C) Copyright 2007 Hewlett-Packard Development Company, L.P.
*
* This file is part of the SCTP kernel implementation
*
* This SCTP implementation is free software;
* you can redistribute it and/or modify it under the terms of
* the GNU General Public License as published by
* the... | {
"pile_set_name": "Github"
} |
#define _FILE_OFFSET_BITS 64
#include <linux/kernel.h>
#include <byteswap.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/mman.h>
#include "evlist.h"
#include "evsel.h"
#include "session.h"
#include "sort.h"
#include "util.h"
static int perf_session__open(struct perf_session *self, bool force)
{
struct... | {
"pile_set_name": "Github"
} |
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2019, Alexandros Theodotou
# This file is distributed under the same license as the Zrythm package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Zrythm 0.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-04 08:01+0100\n"
"PO... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>Script_magic</string> </key>
<value> <int>3</int> </value... | {
"pile_set_name": "Github"
} |
/*!
* \file
*
* \brief Various routines with dealing with CSR matrices
*
* \author George Karypis
* \version\verbatim $Id: csr.c 13437 2013-01-11 21:54:10Z karypis $ \endverbatim
*/
#include <GKlib.h>
#define OMPMINOPS 50000
/*************************************************************************/
/*... | {
"pile_set_name": "Github"
} |
# This is an automatically generated fragment file
#
$HDH
15 1 1 0
HDH
1 C1 C 3 1 0 1 1 0.... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------------
// boost variant/detail/apply_visitor_binary.hpp header file
// See http://www.boost.org for updates, documentation, and revision history.
//-----------------------------------------------------------------------------
//
// Copyright ... | {
"pile_set_name": "Github"
} |
Development Release (Auto-Generated)
====================================
This release was auto-generated by [Travis-CI](https://travis-ci.org/forkineye/ESPixelStick). ESP8266 Arduino and all required libraries were pulled from their current github repositories. This release is meant for testing purposes and **is not... | {
"pile_set_name": "Github"
} |
<#--
/**
$id:checkbox$
$author:sl
#date:2013.08.22
**/
-->
<#if (parameters.queryType!"SELECT" == "CHECKBOX")>
<input type="checkbox" id="${parameters.id!'x'}"
<#lt> dataattribute="${parameters.dataattribute!''}" cause="${parameters.cause!''}"<#rt>
<#lt> class="checkbox_td_query" changed="0" inputmode="${par... | {
"pile_set_name": "Github"
} |
function merge(target) {
console.dir(target, arguments);
var objects = Array.prototype.slice.call(arguments, 1),
keys = [],
log = console.log;
objects.forEach(function (val, idx) {
keys = Object.keys(val);
keys.forEach(function (val) {
target[val] = objects[idx]... | {
"pile_set_name": "Github"
} |
/**
@license
Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /home/mikel/developer/android-studio/sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# For more det... | {
"pile_set_name": "Github"
} |
// META: global=jsshell
// META: script=/wasm/jsapi/assertions.js
function assert_Memory(memory, expected) {
assert_equals(Object.getPrototypeOf(memory), WebAssembly.Memory.prototype,
"prototype");
assert_true(Object.isExtensible(memory), "extensible");
// https://github.com/WebAssembly/spec/iss... | {
"pile_set_name": "Github"
} |
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: Trd_GetOrderList.proto
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection ... | {
"pile_set_name": "Github"
} |
.page
.subttl 'tstflg.src'
;*
;*
;**********************************
;*
;* scflg
;* setflg
;* clrflg
;* tstflg
;*
;*********************************
;*
;*
scflg bcc clrflg
setflg ldx lindx
ora filtyp,x
bne clrf10
clrflg ldx lindx
eor #$ff ... | {
"pile_set_name": "Github"
} |
namespace NHSE.Core
{
public enum Hemisphere
{
Northern = 0,
Southern = 1,
}
}
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Dynamic;
namespace DynamicSample
{
class Program
{
static void Main()
{
dynamic dyn;
dyn = 100;
Console.WriteLine(dyn.GetType());
Console.WriteLine(dyn);
dyn = "This is a s... | {
"pile_set_name": "Github"
} |
/// @ref core
/// @file glm/ext/vector_int3_precision.hpp
#pragma once
#include "../detail/type_vec3.hpp"
namespace glm
{
/// @addtogroup core_vector_precision
/// @{
/// 3 components vector of high qualifier signed integer numbers.
///
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\EventDispatcher\Debug;
use Symfony\Component\EventDis... | {
"pile_set_name": "Github"
} |
Organization: Central Michigan University
From: <34NIGS2@CMUVM.CSV.CMICH.EDU>
Subject: Help Needed w/ DOS Apps and Windows
Lines: 21
Since loading Windows, two of my DOS applications have been
acting strangely. It appears that font changes and page
orientation changes (so far) are not being recognized in
WordP... | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:12.146069",
"description": "Standalone sdoc generator",
"fork": false,
"full_name": "voloko/sdoc",
"language": "CSS",
"updated_at": "2015-02-27T23:42:16.004487"
} | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_171) on Tue Jun 05 13:03:15 NZST 2018 -->
<title>LossMSLE</title>
<meta name="date" content="2018-06-05">
<link rel="stylesheet" type="text/css... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010,
* Gavriloaie Eugen-Andrei (shiretu@gmail.com)
*
* This file is part of crtmpserver.
* crtmpserver is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the L... | {
"pile_set_name": "Github"
} |
---
title: Conferences (Unified Communications Managed API 5.0)
TOCTitle: Conferences
ms:assetid: 29e5a8ed-3e14-4ed4-9b0a-a311725ee121
ms:mtpsurl: https://msdn.microsoft.com/en-us/library/Dn466009(v=office.16)
ms:contentKeyID: 65239937
ms.date: 07/27/2015
mtps_version: v=office.16
---
# Conferences
**Applies to**: S... | {
"pile_set_name": "Github"
} |
set(NAME glm_dummy)
file(GLOB ROOT_SOURCE *.cpp)
file(GLOB ROOT_INLINE *.inl)
file(GLOB ROOT_HEADER *.hpp)
file(GLOB ROOT_TEXT ../*.txt)
file(GLOB ROOT_NAT ../util/glm.natvis)
file(GLOB_RECURSE CORE_SOURCE ./detail/*.cpp)
file(GLOB_RECURSE CORE_INLINE ./detail/*.inl)
file(GLOB_RECURSE CORE_HEADER ./detail/*.hpp)
fil... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Bug 1086883</title>
<!-- writing mode of #inner div should not affect its position within #outer -->
<style>
#outer {
width:400px;
height:300px;
padding:50px;
border:1px solid black;
}
#inner {
width:200px;
height:100px;
background:red;
writing-mode:vertical-lr;
}
</... | {
"pile_set_name": "Github"
} |
// Copyright 2014 OneOfOne
// https://github.com/OneOfOne/go-utils
// 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"
} |
**Are you the copyright owner or authorized to act on the copyright owner's behalf?**
Yes
**Please provide a detailed description of the original copyrighted work that has allegedly been infringed. If possible, include a URL to where it is posted online.**
The link below contains a forked repository to all my school... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
using System;
using System.... | {
"pile_set_name": "Github"
} |
import { writable } from '../../../../store';
export const count = writable(0); | {
"pile_set_name": "Github"
} |
#<< toaster/toast
fs = require 'fs'
path = require 'path'
exec = (require "child_process").exec
class InjectNS
constructor:( @builders )->
console.log "Declaring namespaces for files..."
for builder in @builders
for f in builder.files
f.getinfo true
fs.writeFileSync f.realpath, f.raw... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "NSObject.h"
@interface WCWatchDefine : NSObject
{
}
+ (id)exceptionFilePath;
+ (id)watchLogFilePath;
+ (id)watchLogFolderPath;
+ (id)getWatchCrashReportFilePath;
+ (id)ge... | {
"pile_set_name": "Github"
} |
#
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
# Use is subject to license terms.
#
# Desktop entry for the automatic execution of jnlp files identified as
# the x-java-jnlp-file mime type.
#
# Note: This file may be installed under both "control-center-2.0" and
# "applications". Depe... | {
"pile_set_name": "Github"
} |
/*
* Driver for Atmel Flexcom
*
* Copyright (C) 2015 Atmel Corporation
*
* Author: Cyrille Pitchen <cyrille.pitchen@atmel.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation... | {
"pile_set_name": "Github"
} |
---
layout: default
---
本书是 [The Linux Command Line](http://linuxcommand.org/) 的中文版,
* [在线阅读](book)
* [下载pdf](https://github.com/billie66/TLCL/releases/download/v1/tlcl-cn.pdf)
翻译由 <a href="https://haoqicat.com/">好奇猫工作室</a> 发起, 翻译者是:<a href="https://github.com/happypeter">happypeter</a> , <a href="http://github.com/... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>widerface</folder>
<filename>33--Running_33_Running_Running_33_889.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu</name>
</owner>
<size>
<... | {
"pile_set_name": "Github"
} |
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | {
"pile_set_name": "Github"
} |
var download = require("./index");
var fs = require("fs-extra");
var urls = {
bad: "foo",
terrible: null,
"200": "http://i.imgur.com/A5Apd1a.jpg",
"404": "http://imgur.com/fhsdjkfhsjkdfhkjsadhfjksdahfkjahsdkjfads.jpg"
};
var url = urls["404"];
require("shelljs/global");
console.log();
console.log("Downloadi... | {
"pile_set_name": "Github"
} |
/* mbed Microcontroller Library
* CMSIS-style functionality to support dynamic vectors
*******************************************************************************
* Copyright (c) 2014, STMicroelectronics
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modificat... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.