text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* Copyright (c) 2014, The Linux Foundation. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the h... | {
"pile_set_name": "Github"
} |
FROM nodesource/precise-base
MAINTAINER William Blankenship <wblankenship@nodesource.com>
RUN curl https://deb.nodesource.com/node_6.x/pool/main/n/nodejs/nodejs_6.7.0-1nodesource1~precise1_amd64.deb > node.deb \
&& dpkg -i node.deb \
&& rm node.deb
RUN npm install -g pangyp\
&& ln -s $(which pangyp) $(dirname $(wh... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 537addb2274f5ac4b8c91f451066f83b
folderAsset: yes
timeCreated: 1509230184
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
@media (max-width: $screen-tablet) {
body:not([class="login"]) {
.container-fluid {
padding-left: 0px;
aside ul li.active .list-selected {
display: none;
}
}
}
}
//icons in alerts
@media (max-width: $screen-sm-max) {
.alert-icon {
.fa {
//.fa-lg;
... | {
"pile_set_name": "Github"
} |
#===========================================================
# CoolReader3
# Key to Command map file
#
# all identifiers should be declared in keydefs.ini
#===========================================================
#main viewer window, commands possible to use in override
[main-override-commands]
#main viewer windo... | {
"pile_set_name": "Github"
} |
import Foundation
import Ice
do {
let communicator = try Ice.initialize(CommandLine.arguments)
defer {
communicator.destroy()
}
let hello = try uncheckedCast(prx: communicator.stringToProxy("hello:default -h localhost -p 10000")!,
type: HelloPrx.self)
try ... | {
"pile_set_name": "Github"
} |
sha256:3c2a19b979436e3b884e977dd5f7f9ab5646197edb61efcf9443898c739f4531
| {
"pile_set_name": "Github"
} |
#ifndef MDAL_CONFIG_HPP
#define MDAL_CONFIG_HPP
#cmakedefine MDAL_VERSION
#cmakedefine HAVE_HDF5
#cmakedefine HAVE_GDAL
#cmakedefine HAVE_NETCDF
#cmakedefine HAVE_XML
#cmakedefine HAVE_SQLITE3
#endif // MDAL_CONFIG_HPP
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
*/
/*
* 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 licen... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:88e1e45dbaf2a2cacee871646938d28411a35f9bae4a6f39a3f1a195b3737f71
size 8184
| {
"pile_set_name": "Github"
} |
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */
/* If you are missing that file, acquire a complete release at teeworlds.com. */
#include "layers.h"
CLayers::CLayers()
{
m_GroupsNum = 0;
m_GroupsStart = 0;
m_LayersNum = 0;
m_LayersStart = 0;
m_pGameGr... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# --------------------------------------------------------------------------
# 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.
# Changes may ... | {
"pile_set_name": "Github"
} |
[{include file="headitem.tpl" title="GENERAL_ADMIN_TITLE"|oxmultilangassign}]
<script type="text/javascript">
<!--
function editThis( sID )
{
var oTransfer = top.basefrm.edit.document.getElementById( "transfer" );
oTransfer.oxid.value = sID;
oTransfer.cl.value = top.basefrm.list.sDefClass;
//forcing e... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="pt-BR"... | {
"pile_set_name": "Github"
} |
# Name:Draytek Vigor 2XXX/3XXX series config file decryption and decompression with password extraction
# File:vigor_config.py
# Author:Ján Trenčanský
# License: GNU GPL v3
# Created: 7.3.2014
# Last modified: 7.3.2014
# Shodan Dork:
# Description: Guess the state of config file and decrypt and decompress it, extract p... | {
"pile_set_name": "Github"
} |
//
// SPPlaylistContainer.m
// CocoaLibSpotify
//
// Created by Daniel Kennett on 2/19/11.
/*
Copyright (c) 2011, Spotify AB
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 ... | {
"pile_set_name": "Github"
} |
Optimizations for cloud based discovery stores
==============================================
Author: Bela Ban, 2014
JIRA: https://issues.jboss.org/browse/JGRP-1841
Goals
-----
- Reduce the number of discovery calls to the cloud store (HTTP/REST based, potentially slow and charged per call/volume)
- Use of a single... | {
"pile_set_name": "Github"
} |
AlgorithmType: MAC
Name: Two-Track-MAC
Source: NESSIE submission
Comment: Key for all test cases
Key: 00112233445566778899aabbccddeeff01234567
Comment: Test Case 1
Message: ""
MAC: 2dec8ed4a0fd712ed9fbf2ab466ec2df21215e4a
Test: Verify
Comment: Test Case 2
Message: "a"
MAC: 5893e3e6e306704dd77ad6e6ed432cde321a7756
Test:... | {
"pile_set_name": "Github"
} |
{ add(a, b) { return a + b; } };
| {
"pile_set_name": "Github"
} |
File: FunVsCtorInDifferentFiles.test2.kt - 2a2e517a6a1d4f627cc2dbdd8f919707
packageHeader
importList
topLevelObject
declaration
functionDeclaration
FUN("fun")
simpleIdentifier
Identifier("A")
functionValueParameters
LPAREN("(")
RPAREN(")")
fu... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006 Ben Warren, Qstreams Networks Inc.
* With help from the common/soft_spi and cpu/mpc8260 drivers
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Publ... | {
"pile_set_name": "Github"
} |
package org.enso.projectmanager.service
import cats.MonadError
import cats.implicits._
import org.enso.projectmanager.service.ValidationFailure.{
EmptyName,
NameContainsForbiddenCharacter
}
/**
* MTL implementation of the project validator.
*/
class MonadicProjectValidator[F[_, _]](
implicit M: MonadError[F... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003, 2013, 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 ... | {
"pile_set_name": "Github"
} |
version: '3'
vars:
FILE: file.txt
CONTENT: default
tasks:
default:
cmds:
- echo "{{.CONTENT}}" > {{.FILE}}
| {
"pile_set_name": "Github"
} |
#include "caffe/util/math_functions.hpp"
namespace caffe {
template <typename Dtype>
__global__ void AdaGradUpdate(int N, Dtype* g, Dtype* h, Dtype delta,
Dtype local_rate) {
CUDA_KERNEL_LOOP(i, N) {
float gi = g[i];
float hi = h[i] = h[i] + gi*gi;
g[i] = local_rate * gi / (sqrt(hi) + delta);
}
}... | {
"pile_set_name": "Github"
} |
package org.matheclipse.core.doctools;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collections;
import org.matheclipse.core.builtin.Arithmetic;
import org.matheclipse.core.convert.AST2Expr;
import org.matheclipse.core... | {
"pile_set_name": "Github"
} |
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:sp="http://www.w3.org/ns/pim/space#"
xmlns:sched="http://www.w3.org/ns/pim/schedule#"
xmlns:rdf="http://www.w3.org/2000/01/rdf-schema#"
xmlns:ic="http://www.w3.org/2002/12/cal/ical#"
xmlns:n0="http:... | {
"pile_set_name": "Github"
} |
var baseIsMatch = require('./baseIsMatch'),
getMatchData = require('./getMatchData'),
toObject = require('./toObject');
/**
* The base implementation of `_.matches` which does not clone `source`.
*
* @private
* @param {Object} source The object of property values to match.
* @returns {Function} Returns th... | {
"pile_set_name": "Github"
} |
// setup theme configs and styles
@import "config";
@import "primitives";
// extend the __THEME_EXTENDS__ theme
@import "__THEME_EXTENDS__";
//@import "../__THEME_EXTENDS__/core";
// import helper functions
@import "helpers";
// finally initialize our custom components
@import "components";
| {
"pile_set_name": "Github"
} |
# To enable ProGuard in your project, edit project.properties
# to define the proguard.config property as described in that file.
#
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in ${sdk.dir}/tools/proguard/proguard-android.txt
# You can edit the incl... | {
"pile_set_name": "Github"
} |
//===-- JIT.h - Abstract Execution Engine Interface -------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===------------------------------------------------... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017 Samsung Electronics Co., Ltd All Rights Reserved
*
* Contact: Ernest Borowski <e.borowski@partner.samsung.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 Licens... | {
"pile_set_name": "Github"
} |
<menu>
<Services>
<DynamicDNS VisibleName="Dynamic DNS" url="/services_dyndns.php" cssClass="fa fa-tags fa-fw">
<Edit url="/services_dyndns_edit.php*" visibility="hidden"/>
</DynamicDNS>
</Services>
</menu>
| {
"pile_set_name": "Github"
} |
{-# LANGUAGE TemplateHaskell #-}
module Foo where
-- This is here just to trigger template haskell
blork = $([| 1 + 1 |])
| {
"pile_set_name": "Github"
} |
# AtomicCreateTableAsSelectExec
`AtomicCreateTableAsSelectExec` is...FIXME
| {
"pile_set_name": "Github"
} |
/****************************************************************************
Copyright (c) 2013-2014 Chukong Technologies Inc.
http://www.cocos2d-x.org
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 th... | {
"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 may ... | {
"pile_set_name": "Github"
} |
// leaf_node.hpp
// Copyright (c) 2007-2009 Ben Hanson (http://www.benhanson.net/)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file licence_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef BOOST_LEXER_LEAF_NODE_HPP
#define BOOST_LEXER_LEAF_NODE_HPP
#include "..... | {
"pile_set_name": "Github"
} |
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE
package org.bytedeco.tensorflow;
import org.bytedeco.tensorflow.Allocator;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import static org.bytedeco.tensorfl... | {
"pile_set_name": "Github"
} |
#
# WiMAX LAN device configuration
#
menuconfig WIMAX
tristate "WiMAX Wireless Broadband support"
depends on RFKILL || !RFKILL
help
Select to configure support for devices that provide
wireless broadband connectivity using the WiMAX protocol
(IEEE 802.16).
Please note that most of these devices requir... | {
"pile_set_name": "Github"
} |
package crypto
import (
"crypto/md5"
"crypto/rand"
"io"
)
// DeriveKey derives a key from a string of password.
func DeriveKey(password string, length int) []byte {
var key, prev []byte
h := md5.New()
for len(key) < length {
h.Write(prev)
h.Write([]byte(password))
key = h.Sum(key)
prev = key[len(key)-... | {
"pile_set_name": "Github"
} |
#include <algorithm>
// bring on the public stuff
#include "Parsing.h"
#include "Private/Defines.h"
#include "Private/Skipper.h"
#include "Private/Userlist/Grammar/Grammar.h"
namespace boss { namespace parsing {
using std::istream;
using std::string;
bool Userlist::Parse(istream& in, IRulesManager& manager)
... | {
"pile_set_name": "Github"
} |
package loon.build.tools;
import java.util.Locale;
public enum Language {
SIMPLECN(Locale.SIMPLIFIED_CHINESE), TRADITIONALCN(
Locale.TRADITIONAL_CHINESE), EN(Locale.ENGLISH), JP(Locale.JAPANESE), DEF();
private Locale locale;
Language(Locale locale) {
this.locale = locale;
}
Language() {
this(Locale.g... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
using UnityEngine.VFX;
namespace UnityEditor.VFX
{
[VFXGizmo(typeof(Position))]
class VFXPositionGizmo : VFXSpaceableGizmo<Position>
{
IProperty<Position> m_Property;
public override voi... | {
"pile_set_name": "Github"
} |
include(QHexView/QHexView.pri)
QT += core gui widgets
TARGET = ApkStudio
TEMPLATE = app
CONFIG += c++11
HEADERS += \
Qt-Frameless-Window-DarkStyle/DarkStyle.h \
sources/adbinstallworker.h \
sources/apkdecompiledialog.h \
sources/apkdecompileworker.h \
sources/apkrecompileworker.h \
sources/a... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Igor Sysoev
* Copyright (C) Nginx, Inc.
*/
#ifndef _NGX_CYCLE_H_INCLUDED_
#define _NGX_CYCLE_H_INCLUDED_
#include <ngx_config.h>
#include <ngx_core.h>
#ifndef NGX_CYCLE_POOL_SIZE
#define NGX_CYCLE_POOL_SIZE NGX_DEFAULT_POOL_SIZE
#endif
#define NGX_DEBUG_POINTS_STOP 1
#define NGX_DEB... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
{
"ProviderId": "Microsoft.ApplicationInsights.ConnectedService.ConnectedServiceProvider",
"Version": "4.0.0.0",
"GettingStartedDocument": {
"Uri": "http://go.microsoft.com/fwlink/?LinkID=613413"
}
} | {
"pile_set_name": "Github"
} |
#include "qwindowsystem_qws.h"
| {
"pile_set_name": "Github"
} |
html, body {
height: 100%;
padding: 0;
margin: 0;
font-size: 12px;
}
#pano-outer {
position: relative;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
}
#pano {
position: fixed;
top: 0;
left: 0;
width: 100%;
he... | {
"pile_set_name": "Github"
} |
<!-- SPDX-License-Identifier: Apache-2.0 -->
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../_static/css/styles.css">
</head>
<body>
<div class="container">
<input type="checkbox" id="hl_tx_count_per_hour">
<label for="hl_tx_cou... | {
"pile_set_name": "Github"
} |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle ... | {
"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"
} |
Drop table O_Customer;
CREATE TABLE O_Customer (
c_id integer not null,
c_phone char(16)
);
| {
"pile_set_name": "Github"
} |
module Def where
what :: forall a b. a -> b -> a
what a _ = a
| {
"pile_set_name": "Github"
} |
/* Copyright (c) 2001-2009, The HSQL Development Group
* 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... | {
"pile_set_name": "Github"
} |
#import "WebServerIPhoneAppDelegate.h"
#import "WebServerIPhoneViewController.h"
#import <CocoaLumberjack/CocoaLumberjack.h>
#import "HTTPServer.h"
#import "MyHTTPConnection.h"
// Log levels: off, error, warn, info, verbose
static const DDLogLevel ddLogLevel = DDLogLevelVerbose;
@implementation WebServerIPhoneAppD... | {
"pile_set_name": "Github"
} |
const app = require('../../../dadi/lib/')
const config = require('../../../config')
const help = require('../help')
const request = require('supertest')
const connectionString =
'http://' + config.get('server.host') + ':' + config.get('server.port')
let bearerToken
describe('Mixed Field', () => {
beforeEach(done... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2017 TOSHIBA Digital Solutions Corporation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any la... | {
"pile_set_name": "Github"
} |
import {join} from "path";
import {expect} from "chai";
import {BeaconState} from "@chainsafe/lodestar-types";
import {config} from "@chainsafe/lodestar-config/lib/presets/mainnet";
import {processBlockHeader} from "@chainsafe/lodestar-beacon-state-transition";
import {describeDirectorySpecTest} from "@chainsafe/lodest... | {
"pile_set_name": "Github"
} |
- hosts: master
tasks:
- name: Upgrade kubeadm
apt:
name: ['kubeadm']
state: latest
force: yes
update_cache: yes
autoclean: yes
autoremove: yes
- name: Determine latest stable version of Kubernetes
shell: curl -sSL https://dl.k8s.io/release/stable.t... | {
"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 may ... | {
"pile_set_name": "Github"
} |
(function (global, factory) {
if (typeof define === 'function' && define.amd) {
define(['exports', 'module', './tooltip'], factory);
} else if (typeof exports !== 'undefined' && typeof module !== 'undefined') {
factory(exports, module, require('./tooltip'));
} else {
var mod = {
exports: {}
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010-2011 ARM Limited. All rights reserved.
*
* This program is free software and is provided to you under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation, and any use by you of this program is subject to the terms of such GNU licence.
*
* ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2005 - 2017 Settlers Freaks (sf-team at siedler25.org)
//
// This file is part of Return To The Roots.
//
// Return To The Roots 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"
} |
<?php
namespace WhichBrowser\Data;
DeviceModels::$KDDI_MODELS = [
'KC3Q' => [ 'iida', 'misora' ], // KYX02 by Kyocera
'KC3S' => [ 'iida', 'PRISMOID' ], // KYX03 by Kyocera
'KC3V' ... | {
"pile_set_name": "Github"
} |
#include "glfw-app.hpp"
#include "util.hpp"
#include "math-spatial.hpp"
#include "gl-api.hpp"
#include "stb/stb_image_write.h"
#include "human_time.hpp"
using namespace avl;
static InputEvent generate_input_event(GLFWwindow * window, InputEvent::Type type, const float2 & cursor, int action)
{
InputEvent e;
e.... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:c536e679ee4db86511a04e0330a87edae69e41350d356a80d982c4f1888c1aba
size 196608000
| {
"pile_set_name": "Github"
} |
/* Find the correct compiler.
Copyright (C) 2014-2019 Free Software Foundation, Inc.
This file is part of GCC.
GCC 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, or (at your option) any lat... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIde... | {
"pile_set_name": "Github"
} |
import pytest
def test_private_test(get_contract_with_gas_estimation):
private_test_code = """
@internal
def a() -> int128:
return 5
@external
def returnten() -> int128:
return self.a() * 2
"""
c = get_contract_with_gas_estimation(private_test_code)
assert c.returnten() == 10
def test_priv... | {
"pile_set_name": "Github"
} |
---
title: Ansible Operator Watches
linkTitle: Watches
weight: 20
---
The Watches file contains a list of mappings from custom resources, identified
by it's Group, Version, and Kind, to an Ansible Role or Playbook. The Operator
expects this mapping file in a predefined location: `/opt/ansible/watches.yaml`
These resou... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2019 Alexandr Evstigneev
*
* 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 a... | {
"pile_set_name": "Github"
} |
/*
* Copyright Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fi... | {
"pile_set_name": "Github"
} |
import React from 'react';
import TodoItem from '../TodoItem';
import { storiesOf, action } from '@kadira/storybook';
storiesOf('TodoItem', module)
.add('not completed', () => {
const todo = {
id: 'the-id',
text: 'Hello Todo',
completed: false
};
return getItem(todo);
})
.add('comp... | {
"pile_set_name": "Github"
} |
package main
import (
"context"
"errors"
"fmt"
"io"
"os"
"github.com/folbricht/desync"
"github.com/spf13/cobra"
)
type untarOptions struct {
cmdStoreOptions
desync.LocalFSOptions
stores []string
cache string
readIndex bool
outFormat string
}
func newUntarCommand(ctx context.Context) *cobra.Comma... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
__attribute__((visibility("hidden")))
@interface VTKColor : NSObject
{
}
+ (id)colorWithRed:(double)arg1 gr... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the `liip/LiipImagineBundle` project.
*
* (c) https://github.com/liip/LiipImagineBundle/graphs/contributors
*
* For the full copyright and license information, please view the LICENSE.md
* file that was distributed with this source code.
*/
namespace Liip\ImagineBundle\Imagine\F... | {
"pile_set_name": "Github"
} |
body {
padding: 20px 0 0 20px;
cursor: pointer;
}
#field {
overflow: hidden;
width: 200px;
height: 150px;
border-top: 10px solid black;
border-right: 10px solid gray;
border-bottom: 10px solid gray;
border-left: 10px solid black;
background-color: #00FF00;
font: 10px/1.2 monospace;
}
.triangle-r... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017-2020 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"
} |
2 0 2
']' expected near end of file
| {
"pile_set_name": "Github"
} |
---
layout: default
title: gokrazy platforms
aliases:
- /platforms.html
menu:
main:
title: "Platforms"
weight: 10
---
<div class="row">
<div class="col-lg-12">
<h1>Supported platforms</h1>
<p>
<strong>bold</strong> appliances are tested in the CI setup on real
hardware and gat... | {
"pile_set_name": "Github"
} |
map "http://hl7.org/fhir/StructureMap/Resource4to3" = "R3 to R2 Conversion for Resource"
uses "http://hl7.org/fhir/StructureDefinition/Resource" alias Resource as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/Resource" alias ResourceR3 as target
imports "http://hl7.org/fhir/StructureMap/primitives4to3... | {
"pile_set_name": "Github"
} |
package com.ronakmanglani.watchlist.ui.fragment;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.Parcelable;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "NSObject-Protocol.h"
@class CKShareMetadata, NSApplication, NSArray, NSCoder, NSData, NSDictionary, NSError, NSMenu, NSNotifi... | {
"pile_set_name": "Github"
} |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2009-2012 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... | {
"pile_set_name": "Github"
} |
/*
* uriparser - RFC 3986 URI parsing library
*
* Copyright (C) 2018, Sebastian Pipping <sebastian@pipping.org>
* 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. Redistribut... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<TITLE>7-Zip 出口代码</TITLE>
<LINK href="../style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<H1>7-Zip 出口代码</H1>
<P>7-Zip 会返回下列出口代码:</P>
<TABLE>
<T... | {
"pile_set_name": "Github"
} |
{
"name": "@tanker/file-ponyfill",
"version": "0.0.1",
"description": "A cross-browser ponyfill for File with a working constructor",
"author": "Tanker Team",
"license": "Apache-2.0",
"homepage": "https://tanker.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/TankerHQ/sdk-js.gi... | {
"pile_set_name": "Github"
} |
青葉ゆうな最新番号
【KK-225】ブルマー娘SEXベストセレクション4時間
【KK-219】あの女優の初SEX特集盤!
【ALD-222】小柄16人の美少女ハメまくり!
【AZRD-008】flow… 妹の部屋 青葉ゆうな
【AZRD-004】quel cul! 青葉ゆうな
【AZRD-001】jolie petite fille 青葉ゆうな
【RBNR-060】アイドル女優とSEXしませんか?
【AOBD-005】FAKE FINAL 迷いこんだ心 青葉ゆうな
【TNKD-027】THE LOVE STORIES 青葉ゆうな
【AOBD-004】FAKE4 とまどう素顔 青葉ゆうな
【AOBD-003】FA... | {
"pile_set_name": "Github"
} |
package org.bukkit.craftbukkit.v1_12_R1.entity;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.ImmutableSet.Builder;
import java.util.Set;
import net.minecraft.entity.MultiPartEntityPart;
import net.minecraft.entity.boss.EntityDragon;
import net.minecraft.entity.boss.dragon.phase.Pha... | {
"pile_set_name": "Github"
} |
\input texinfo @c -*- texinfo -*-
@settitle ffplay Documentation
@titlepage
@center @titlefont{ffplay Documentation}
@end titlepage
@top
@contents
@chapter Synopsis
@example
@c man begin SYNOPSIS
ffplay [options] [@file{input_file}]
@c man end
@end example
@chapter Description
@c man begin DESCRIPTION
FFplay is ... | {
"pile_set_name": "Github"
} |
submit=\u63d0\u51fa
cancel=\u30ad\u30e3\u30f3\u30bb\u30eb
askQuestion=\u8cea\u554f\u3059\u308b
firstname=\u540d
lastname=\u59d3
emailAddress=\u96fb\u5b50\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9
username=\u30e6\u30fc\u30b6\u30fc\u540d
subject=\u4ef6\u540d
content=\u8cea\u554f\u3092\u5165\u529b\u3059\u308b\u304b\u300... | {
"pile_set_name": "Github"
} |
*> \brief \b SSYTRI_3X
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
*> \htmlonly
*> Download SSYTRI_3X + dependencies
*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/ss... | {
"pile_set_name": "Github"
} |
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.Graphics.Printing.PrintTicket
{
#if __ANDROID__ || __IOS__ || NET461 || __WASM__ || __SKIA__ || __NETSTD_REFERENCE__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class PrintTicke... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 15005d98f1ec8a14f8fba753a3bdc521
timeCreated: 1485259006
licenseType: Pro
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
//
// SoftDebuggerEngine.cs
//
// Author:
// Lluis Sanchez Gual <lluis@novell.com>
//
// Copyright (c) 2009 Novell, Inc (http://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
/... | {
"pile_set_name": "Github"
} |
package zhan.pull.delegate
import android.view.MotionEvent
import android.view.View
import zhan.pull.ScrollState
import zhan.pull.listener.OnStateChangeListener
class ScrollBodyDelegate(private val mTargetView: View) : ScrollerDelegate(mTargetView) {
private var mMaxOffset: Int = 0
private var mLastY: Float... | {
"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>29-402.05</num>
<headin... | {
"pile_set_name": "Github"
} |
{
"version": "0.1.0",
"command": "dotnet",
"isShellCommand": true,
"args": [],
"tasks": [
{
"taskName": "build",
"args": [
"${workspaceRoot}\\dotnet-retire\\dotnet-retire.csproj"
],
"isBuildCommand": true,
"problemMa... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.