text stringlengths 2 99.9k | meta dict |
|---|---|
---
# Copyright (C) 2016-2017 Robin Schneider <ypid@riseup.net>
# Copyright (C) 2016-2017 DebOps <https://debops.org/>
# SPDX-License-Identifier: GPL-3.0-only
- name: Install and manage the caching HTTP proxy Apt-Cacher NG.
collections: [ 'debops.debops', 'debops.roles01',
'debops.roles02', 'debops.... | {
"pile_set_name": "Github"
} |
<schemalist>
<enum id='org.gtk.test.MyEnum'>
<value nick='nospam' value='0'/>
<value nick='spam' value='1'/>
<value nick='ham' value='2'/>
<value nick='eggs' value='3'/>
<value nick='bangers' value='4'/>
<value nick='mash' value='5'/>
</enum>
<schema id='org.gtk.test.schema'>
<key nam... | {
"pile_set_name": "Github"
} |
.view-settings {
display: flex;
justify-content: center;
padding-top: 50px;
}
.settings__nav {
padding: 0 30px;
width: 150px;
margin-left: -150px;
}
.settings__content {
padding: 10px 15px;
width: 400px;
max-width: calc(100% - 170px);
}
| {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* When "break Identifier" is evaluated, (break, empty, Identifier) is returned
*
* @path ch12/12.8/S12.8_A4_T3.js
* @description Using embedded and labeled loops, breaking to oute... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Twisted Documentation: Interrupted Responses</title>
<link href="../stylesheet.css" rel="... | {
"pile_set_name": "Github"
} |
# DO NOT MODIFY. This file was generated by
# github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore/cmd/generate-firestore-tests/generate-firestore-tests.go.
# The Delete sentinel must be the value of a field. Deletes are implemented by
# turning the path to the Delete sentinel into a FieldPath, and Fie... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2010-2015 Cuckoo Foundation.
# This file is part of Cuckoo Sandbox - http://www.cuckoosandbox.org
# See the file 'docs/LICENSE' for copying permission.
from django import forms
from submission.models import Comment, Tag
class CommentForm(forms.ModelForm):
class Meta:
model = Comment
... | {
"pile_set_name": "Github"
} |
import pyaf.Bench.TS_datasets as tsds
import tests.artificial.process_artificial_dataset as art
art.process_dataset(N = 32 , FREQ = 'D', seed = 0, trendtype = "PolyTrend", cycle_length = 12, transform = "Difference", sigma = 0.0, exog_count = 0, ar_order = 12); | {
"pile_set_name": "Github"
} |
/*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | {
"pile_set_name": "Github"
} |
/**
* @license AngularJS v1.3.3
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {
'use strict';
/**
* @ngdoc object
* @name angular.mock
* @description
*
* Namespace from 'angular-mocks.js' which contains testing related code.
*/
angular.mock = {};
... | {
"pile_set_name": "Github"
} |
module Jekyll
class Stevenson
attr_accessor :log_level
LOG_LEVELS = {
debug: 0,
info: 1,
warn: 2,
error: 3
}
# Public: Create a new instance of Stevenson, Jekyll's logger
#
# level - (optional, symbol) the log level
#
# Returns nothing
def initialize(lev... | {
"pile_set_name": "Github"
} |
package sarama
import "time"
//CreateAclsResponse is a an acl response creation type
type CreateAclsResponse struct {
ThrottleTime time.Duration
AclCreationResponses []*AclCreationResponse
}
func (c *CreateAclsResponse) encode(pe packetEncoder) error {
pe.putInt32(int32(c.ThrottleTime / time.Millisecond))... | {
"pile_set_name": "Github"
} |
{
"manifest_version": 2,
"name": "a11y.css",
"description": "a11y.css provides warnings about possible risks and mistakes that exist in HTML code through a style sheet. This extension also provides several accessibility-related utilities.",
"version": "1.0.8",
"applications": {
"gecko": {
"id": "a11y.css@ffoo... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_APP_LIST_SEARCH_ARC_APP_RESULT_H_
#define CHROME_BROWSER_UI_APP_LIST_SEARCH_ARC_APP_RESULT_H_
#include <memory>
#include <strin... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017-2019 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditi... | {
"pile_set_name": "Github"
} |
### Use GridFS with `gridfs-stream` as a storage
**Deprecation warning:** The `gridfs-stream` [has not been updated in a long time](https://github.com/aheckmann/gridfs-stream) and is therefore
considered deprecated. An alternative is to use the Mongo driver's native `GridFSBucket`, which is also [described in
this wik... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
trace/generated-tracers.h
"""
__author__ = "Lluís Vilanova <vilanova@ac.upc.edu>"
__copyright__ = "Copyright 2012-2014, Lluís Vilanova <vilanova@ac.upc.edu>"
__license__ = "GPL version 2 or (at your option) any later version"
__maintainer__ = "Stefan Hajnoczi... | {
"pile_set_name": "Github"
} |
#!/bin/bash
echo "Waiting 60s for services to start"
# Wait for services to become available
sleep 60
echo "Testing DefectDojo Service"
curl -s -o "/dev/null" $DD_BASE_URL -m 120
CR=$(curl --insecure -s -m 10 -I "${DD_BASE_URL}login?next=/" | egrep "^HTTP" | cut -d' ' -f2)
if [ "$CR" != 200 ]; then
echo "ERROR: c... | {
"pile_set_name": "Github"
} |
/*
* 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)
*
* Copyright (c) 2018 Andrey Semashev
*/
/*!
* \file atomic/detail/type_traits/is_iec559.hpp
*
* This header defines \c is_iec559 type trait
*/
#ifnde... | {
"pile_set_name": "Github"
} |
/*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | {
"pile_set_name": "Github"
} |
{"type":"FeatureCollection","properties":{"kind":"state","state":"MN"},"features":[
{"type":"Feature","properties":{"kind":"county","name":"Becker","state":"MN"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-95.1694,47.1545],[-95.1639,46.8040],[-95.1639,46.7164],[-96.1772,46.7164],[-96.1936,47.1490],[-96.0676,47... | {
"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"
} |
# $ ./triton ./src/testers/qemu-test-x86_64.py ./src/samples/ir_test_suite/qemu-test-x86_64
from __future__ import print_function
from triton import *
import pintool as Pintool
# Get the Triton context over the pintool
Triton = Pintool.getTritonContext()
def sbefore(instruction):
Triton.concretizeAllRegi... | {
"pile_set_name": "Github"
} |
# termui [](https://travis-ci.org/gizak/termui) [](https://godoc.org/github.com/gizak/termui)
<img src="./_example/dashboard.gif" alt="demo cast under osx 10.10; Terminal.app; Menlo R... | {
"pile_set_name": "Github"
} |
//
// Solar.swift
// Dynamic Dark Mode
//
// Created by Apollo Zhu on 11/17/18.
// Copyright © 2018-2020 Dynamic Dark Mode. All rights reserved.
//
import Solar
public enum Zenith: Int {
case official
case civil
case nautical
case astronomical
case custom
@available(macOS 10.15, *)
cas... | {
"pile_set_name": "Github"
} |
# Record and Playback with Resample
When [Rec] button on an audio board is pressed, this example will record, and when the button is released, it will play back the recorded file.
For the Recorder:
- We will set up I2S and get audio at sample rate 48000 Hz, 16-bits, stereo.
- Using resample-filter to convert to 1600... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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.
#include "remoting/test/rgb_value.h"
namespace remoting {
namespace test {
RGBValue::RGBValue() : red(0), green(0), blue(0) {}
RGBValue::RGBValue(uint8_... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:206ea60cf8af678cb478d998554ae92ea90b90bc70877df016f6287341e35538
size 9154452
| {
"pile_set_name": "Github"
} |
/* readpng.c
*
* Copyright (c) 2013 John Cunningham Bowler
*
* Last changed in libpng 1.6.1 [March 28, 2013]
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h
*
* Load an arbitrary number of PNG files (from the command line,... | {
"pile_set_name": "Github"
} |
/********************************************************************************/
/* Projeto: Biblioteca ZeusMDFe */
/* Biblioteca C# para emissão de Manifesto Eletrônico Fiscal de Documentos */
/* (https://mdfe-portal.sefaz.rs.gov.br/ ... | {
"pile_set_name": "Github"
} |
# Works the same as find_package, but forwards the "REQUIRED" and "QUIET" arguments
# used for the current package. For this to work, the first parameter must be the
# prefix of the current package, then the prefix of the new package etc, which are
# passed to find_package.
macro (libfind_package PREFIX)
set (LIBFIND... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
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, Ver... | {
"pile_set_name": "Github"
} |
南九州畑作営農改善資金融通臨時措置法施行規則
(昭和四十三年四月十七日農林省令第二十二号)最終改正:昭和五三年七月五日農林省令第四九号
南九州畑作営農改善資金融通臨時措置法
(昭和四十三年法律第十七号)第六条第一項
及び第二項第七号
の規定に基づき、南九州畑作営農改善資金融通臨時措置法施行規則を次のように定める。
(貸付資格の認定申請)
第一条
南九州畑作営農改善資金融通臨時措置法
(以下「法」という。)第六条第一項
の申請書の提出は、同項
の認定を受けようとする者の住所地を管轄する市町村長を経由してしなければならない。
(営農改善計画の記載事項)
第二条
法第六条第二項第七号
の農林水産省令で定める事項は、営農... | {
"pile_set_name": "Github"
} |
# Lines starting with '#' and sections without content
# are not displayed by a call to 'details'
#
[Website]
http://www.astromeridian.ru/news/drugba_megdu_mughinami_i_genhinami.html
[filters]
http://reklama-centr.com/view2.php?title=%C4%F0%F3%E6%E1%E0%20%EC%E5%E6%E4%F3%20%EC%F3%E6%F7%E8%ED%E0%EC%E8%20%E8%20%... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<entity_profile>
<profile id="SuperAdmin">
<name>SuperAdmin</name>
</profile>
</entity_profile>
| {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | {
"pile_set_name": "Github"
} |
#region Copyright (C) 2005-2009 Team MediaPortal
/*
* Copyright (C) 2005-2009 Team MediaPortal
* http://www.team-mediaportal.com
*
* 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 Foundati... | {
"pile_set_name": "Github"
} |
# You can specialize this file for each language.
# For example, for French create a messages.fr file
#
| {
"pile_set_name": "Github"
} |
using System;
using System.Threading;
using System.Threading.Tasks;
namespace EasyNetQ
{
/// <summary>
/// Provides a simple Publish API to schedule a message to be published at some time in the future.
/// </summary>
public interface IScheduler
{
/// <summary>
/// Schedule a messa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
/* crypto/sha/sha512.c */
/* ====================================================================
* Copyright (c) 2004 The OpenSSL Project. All rights reserved
* according to the OpenSSL license [found in ../../LICENSE].
* ====================================================================
*/
#include <openssl/op... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft... | {
"pile_set_name": "Github"
} |
package pkg
type Arg interface {
Foo() int
}
type Intf interface {
F() Arg
}
| {
"pile_set_name": "Github"
} |
WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
XBMC_PLATFORM_DIR=ios
. $WORKSPACE/tools/buildsteps/defaultenv
. $WORKSPACE/tools/buildsteps/$XBMC_PLATFORM_DIR/make-native-depends
#clear the build failed file
rm -f $WORKSPACE/project/cmake/$FAILED_BUILD_FILENAME
ALL_BINARY_ADDONS_BUILT="1"
#only buil... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "butil/hash.h"
#include <string>
#include <vector>
#include <gtest/gtest.h>
namespace butil {
TEST(HashTest, String) {
std::string str;
/... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Paweł Dziepak, pdziepak@quarnos.org
*/
#ifndef KERNEL_UTIL_RANDOM_H
#define KERNEL_UTIL_RANDOM_H
#include <smp.h>
#include <SupportDefs.h>
#define MAX_FAST_RANDOM_VALUE 0x7fff
#define MAX_RA... | {
"pile_set_name": "Github"
} |
<ion-nav [root]="rootPage"></ion-nav>
| {
"pile_set_name": "Github"
} |
ManifestFileVersion: 0
CRC: 1553149540
Hashes:
AssetFileHash:
serializedVersion: 2
Hash: dbef744f77c814ae3f1b113918af7630
TypeTreeHash:
serializedVersion: 2
Hash: 3f7d0c5e0986ec71841622bcb2f9be1c
HashAppended: 0
ClassTypes:
- Class: 83
Script: {instanceID: 0}
Assets:
- Assets/Resources.KingTexas/B... | {
"pile_set_name": "Github"
} |
--TEST--
similar_text(), error tests for missing parameters
--CREDITS--
Mats Lindh <mats at lindh.no>
#Testfest php.no
--FILE--
<?php
/* Prototype : proto int similar_text(string str1, string str2 [, float percent])
* Description: Calculates the similarity between two strings
* Source code: ext/standard/string.c
*/
$... | {
"pile_set_name": "Github"
} |
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package sts
const (
// ErrCodeExpiredTokenException for service response error code
// "ExpiredTokenException".
//
// The web identity token that was passed is expired or is not valid. Get a
// new identity token from the identity provider and... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
#
# Copyright (c) 2013 the BabelFish authors. All rights reserved.
# Use of this source code is governed by the 3-clause BSD license
# that can be found in the LICENSE file.
#
from __future__ import unicode_literals
from . import LanguageConverter
from ..exceptions import LanguageConvertError
fr... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Monolog package.
*
* (c) Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Monolog\Handler;
use Monolog\Formatter\FormatterInterface;
/**
* Sampli... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# Self-tests for the user-friendly Crypto.Random interface
#
# Written in 2013 by Dwayne C. Litzenberger <dlitz@dlitz.net>
#
# ===================================================================
# The contents of this file are dedicated to the public domain. To
# the extent that dedication to t... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Igor Sysoev
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
static ngx_int_t ngx_http_static_handler(ngx_http_request_t *r);
static ngx_int_t ngx_http_static_init(ngx_conf_t *cf);
ngx_http_module_t ngx_http_static_module_ctx = {
NULL, ... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2012 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// VertexDeclarationCache.cpp: Implements a helper class to construct and cache vertex declarations.
#include "libANGLE/renderer/d3d/d3d9/... | {
"pile_set_name": "Github"
} |
<?php
namespace Oro\Bundle\ApiBundle\Util;
/**
* Provides a set of static methods to simplify working with "{@inheritdoc}"
* and "{@inheritdoc:description}" placeholders in descriptions of API resources.
*/
class InheritDocUtil
{
/** The inheritdoc placeholder */
private const PLACEHOLDER = '{@inheritdoc}'... | {
"pile_set_name": "Github"
} |
//===--- RAIIObjectsForParser.h - RAII helpers for the parser ---*- 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"
} |
; RUN: opt < %s -cost-model -costmodel-reduxcost=true -analyze -mcpu=core2 -mtriple=x86_64-apple-darwin | FileCheck %s
; RUN: opt < %s -cost-model -costmodel-reduxcost=true -analyze -mcpu=corei7 -mtriple=x86_64-apple-darwin | FileCheck %s --check-prefix=SSE3
; RUN: opt < %s -cost-model -costmodel-reduxcost=true -analyz... | {
"pile_set_name": "Github"
} |
耗了一点时间。本以为需要DP一下,把做过的n存一下。后来发现,其实就是剥皮,一层一层,是一个central-depth-first的,钻到底时候,return n=1,或者n=2的case,然后开始backtracking。
难的case先不handle.到底之后来一次O(n) scan.
总共的时间起码是O(n/2) + O(n), 所以还是O(n)
```
/*
A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down).
Find all strobogrammatic nu... | {
"pile_set_name": "Github"
} |
; RUN: llc < %s -march=nvptx -mcpu=sm_20 | FileCheck %s
declare i8 @llvm.nvvm.ldu.global.i.i8.p1i8(i8 addrspace(1)* %ptr, i32 %align)
declare i32 @llvm.nvvm.ldu.global.i.i32.p1i32(i32 addrspace(1)* %ptr, i32 %align)
declare i8 @llvm.nvvm.ldg.global.i.i8.p1i8(i8 addrspace(1)* %ptr, i32 %align)
declare i32 @llvm.nvvm.l... | {
"pile_set_name": "Github"
} |
using Gadfly, RDatasets, Compose
set_default_plot_size(6inch, 9inch)
vstack(
plot(sin, 0, 25, xintercept=[0, pi, 2pi, 3pi], yintercept=[0, -1, 1],
Geom.hline(style=[:dot,[1mm,1mm],:solid]), Geom.vline(style=:dashdot)),
plot(dataset("datasets", "iris"), x="SepalLength", y="SepalWidth", Geom.point,
... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2016-2020 Joel de Guzman
Distributed under the MIT License [ https://opensource.org/licenses/MIT ]
=============================================================================*/
#include <elements/element/gallery/radio... | {
"pile_set_name": "Github"
} |
// FoalTS
import { Config, Context, Hook, HookDecorator, HttpResponseBadRequest } from '../../core';
import { ApiParameter, ApiResponse, IApiPathParameter, IApiSchema } from '../../openapi';
import { getAjvInstance } from '../utils';
import { isFunction } from './is-function.util';
/**
* Hook - Validate a specific pa... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
... | {
"pile_set_name": "Github"
} |
package com.geniusgithub.mediaplayer.widget;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.annotation.TargetApi;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Radial... | {
"pile_set_name": "Github"
} |
import openfl.display.GraphicsEndFill;
class GraphicsEndFillTest
{
public static function __init__()
{
Mocha.describe("GraphicsEndFill", function()
{
Mocha.it("new", function()
{
// TODO: Confirm functionality
var endFill = new GraphicsEndFill();
Assert.notEqual(endFill, null);
});
});
... | {
"pile_set_name": "Github"
} |
--- ../../../openwrt_trunk/package/libs/libconfig/Makefile.orig
+++ ../../../openwrt_trunk/package/libs/libconfig/Makefile
@@ -52,8 +52,8 @@
endef
define Package/libconfig/install
- $(INSTALL_DIR) $(1)/usr/lib
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/libconfig.so* $(1)/usr/lib/
+ $(INSTALL_DIR) $(1)/opt/lib
+ $(CP) $(PKG... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2014, Yahoo! Inc.
* Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/
import React from 'react';
function About () {
return <p>This is a description of the site.</p>;
}
export default About;
| {
"pile_set_name": "Github"
} |
# try13_no_initial_cocoapods
A new flutter project.
## Getting Started
For help getting started with Flutter, view our online
[documentation](http://flutter.io/).
| {
"pile_set_name": "Github"
} |
@checkout
Feature: Selecting an order payment method
In order to pay for my order in a convenient way for me
As a Customer
I want to be able to choose a payment method
Background:
Given the store operates on a single channel in "United States"
And the store has a product "PHP T-Shirt" p... | {
"pile_set_name": "Github"
} |
#include <asm-generic/irq_regs.h>
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) GeoWorks 1992 -- All Rights Reserved
*
* PROJECT: PC GEOS
* MODULE:
* FILE: uiWrapTextControl.ui
*
* AUTHOR: Jon Witort
*
* REVISION HISTORY:
* Name Date Description
* ---- ---- -----------
* jon 10 jun 1992 initial perversion
*
* DESCRIPTION:
* UI description for Gr... | {
"pile_set_name": "Github"
} |
#include <nano/crypto_lib/random_pool.hpp>
#include <nano/lib/threading.hpp>
#include <nano/node/election.hpp>
#include <nano/node/testing.hpp>
#include <nano/node/transport/udp.hpp>
#include <nano/test_common/testutil.hpp>
#include <gtest/gtest.h>
#include <boost/format.hpp>
#include <boost/unordered_set.hpp>
#incl... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import "ICPAgentSharedPhotoStreamUserNotificationEvent.h"
@interface ICPAgentVideoConversionFailureUserNotificationEvent : ICPAgentSh... | {
"pile_set_name": "Github"
} |
/**
* Returns a curried equivalent of the provided function.
* @see http://ramdajs.com/docs/#curry
*/
// // poor man's version, using a given return value rather than using `typeof` based on the given argument types:
// function curry<Args extends any[], Ret>(fn: (...args: Args) => Ret): Curried<Args, Ret>;
// type ... | {
"pile_set_name": "Github"
} |
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "botania:block/red_double_flower_top"
}
} | {
"pile_set_name": "Github"
} |
/*
** Splint - annotation-assisted static program checker
** Copyright (C) 1994-2003 University of Virginia,
** Massachusetts Institute of Technology
**
** 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 Sof... | {
"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_144) on Wed Sep 06 08:23:35 PDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class javax.faces.a... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017-2019 Alibaba Group Holding Limited
*/
#include "stdio.h"
#include "soc.h"
#include "dtest.h"
#include "drv_spi.h"
#include "pin.h"
#include "test_driver_config.h"
#define OPERATE_ADDR 0x0
#define OPERATE_LEN 256
#define SPIFLASH_BASE_VALUE 0x0
#define SPI_TEST_BAUD 0x300000 /*... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
export { OneOfField } from './OneOfField';
| {
"pile_set_name": "Github"
} |
<!--
Description: feed title content xml:base overrides parent element
Expect: bozo and feed['title_detail']['base'] == u'http://example.com/test/'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:base="http://example.com/parent/">
<title type="application/xhtml+xml" xml:base="http://example.com... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
a... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Importing useful functions for cc testing
if [ -f ./func.sh ]; then
source ./func.sh
elif [ -f scripts/func.sh ]; then
source scripts/func.sh
fi
## Join all the peers to the channel
echo_b "=== Join peers ${PEERS} from org ${ORGS} into ${APP_CHANNEL}... ==="
for org in "${ORGS[@]}"
do
for peer in "$... | {
"pile_set_name": "Github"
} |
#
# Copyright (c) 2005, 2012, 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 Softwa... | {
"pile_set_name": "Github"
} |
object i0 extends collection.immutable.Double
class i1(i2: i0) extends ((( 5 i2: String) {
def i2 = 0
}
class i3 extends i0 {
private def i1: String = ""
}
object i4 extends i1 {
val List(i2 => Int) = i2() new i2() {} }
i2.asInstanceOf[i4] }
trait i5 {
var i6 = if (i3) map(_._)
} | {
"pile_set_name": "Github"
} |
#import <Foundation/NSObject.h>
#import <stdint.h>
@class NSArray, NSString;
enum {
NSUndoCloseGroupingRunLoopOrdering = 350000
};
FOUNDATION_EXPORT NSString * const NSUndoManagerGroupIsDiscardableKey;
FOUNDATION_EXPORT NSString * const NSUndoManagerCheckpointNotification;
FOUNDATION_EXPORT NSString * con... | {
"pile_set_name": "Github"
} |
var assert = require('assert');
var wordwrap = require('wordwrap');
var fs = require('fs');
var idleness = fs.readFileSync(__dirname + '/idleness.txt', 'utf8');
exports.stop80 = function () {
var lines = wordwrap(80)(idleness).split(/\n/);
var words = idleness.split(/\s+/);
lines.forEach(function (li... | {
"pile_set_name": "Github"
} |
#include <core.p4>
#define V1MODEL_VERSION 20180101
#include <v1model.p4>
header Ethernet {
bit<48> src;
bit<48> dst;
bit<16> type;
}
struct parsed_packet_t {
Ethernet eth;
}
struct local_metadata_t {
}
parser parse(packet_in pk, out parsed_packet_t hdr, inout local_metadata_t local_metadata, inout ... | {
"pile_set_name": "Github"
} |
\ This file was automatically generated by Zimpl
\ set I := { 1..10 };
\ var x[I] integer >= -10 <= 10;
\ subto c1: vif x[1] < 0 then x[2] == 9 end;
\ subto c2: vif x[1] <= 0 then x[2] == 8 end;
\ subto c3: vif x[1] == 0 then x[2] == 7 end;
\ subto c4: vif x[1] != 0 then x[2] == 6 end;
\ subto c5: vif x[1] >= 0 th... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* t1cmap.h */
/* */
/* Ty... | {
"pile_set_name": "Github"
} |
"use strict";
module.exports = require("./is-implemented")()
? Array.prototype.fill : require("./shim");
| {
"pile_set_name": "Github"
} |
BINARIES=ypause.exe
!INCLUDE "..\config\common.mk"
!IF $(PDB)==1
LINKPDB=/Pdb:ypause.pdb
!ENDIF
CFLAGS=$(CFLAGS) -DPAUSE_VER_MAJOR=$(PAUSE_VER_MAJOR) -DPAUSE_VER_MINOR=$(PAUSE_VER_MINOR)
BIN_OBJS=\
pause.obj \
MOD_OBJS=\
mod_pause.obj \
compile: $(BIN_OBJS) builtins.lib
ypause... | {
"pile_set_name": "Github"
} |
#include "winLongitude.h"
/***********************************************************
* Constructor *
***********************************************************/
WinLongitude::WinLongitude(int _width, int _height, int _samplingRate, int _hopSize, SourceManager *_so... | {
"pile_set_name": "Github"
} |
# Hamming
Calculate the Hamming Distance between two DNA strands.
Your body is made up of cells that contain DNA. Those cells regularly wear out and need replacing, which they achieve by dividing into daughter cells. In fact, the average human body experiences about 10 quadrillion cell divisions in a lifetime!
When ... | {
"pile_set_name": "Github"
} |
using System;
using System.Text;
using System.Collections;
using Server;
using Server.Items;
namespace Server.Engines.ConPVP
{
#if false
[Flipable( 0x9A8, 0xE80 )]
public class StakesContainer : LockableContainer
{
private Mobile m_Initiator;
private Participant m_Participant;
private Hashtable ... | {
"pile_set_name": "Github"
} |
package bndtools.editor.contents;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Set;
import org.bndtools.api.ILogger;
import org.bndtools.api.Logger;
import org... | {
"pile_set_name": "Github"
} |
/*
Copyright Rene Rivera 2008-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef MSGPACK_PREDEF_COMPILER_GREENHILLS_H
#define MSGPACK_PREDEF_COMPILER_GREENHILLS_H
#include <rpc/msgpack/predef/version_number... | {
"pile_set_name": "Github"
} |
using CadEditor;
using System.Collections.Generic;
//css_include three_eyes_story/ThreeUtils.cs;
public class Data
{
public OffsetRec getScreensOffset() { return new OffsetRec(0x14f44 , 14 , 64, 8, 8); }
public OffsetRec getBigBlocksOffset() { return new OffsetRec(0x14dac, 1 , 0x4000); }
pu... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Author: Frank Osterfeld, KDAB (frank.osterfeld@kdab.com)
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid... | {
"pile_set_name": "Github"
} |
package org.jetlinks.community.elastic.search.aggreation.metrics;
import lombok.*;
import org.jetlinks.community.elastic.search.aggreation.enums.MetricsType;
import java.util.Map;
/**
* @author bsetfeng
* @since 1.0
**/
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class MetricsResponse {... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.