text stringlengths 2 99.9k | meta dict |
|---|---|
Scratchpads Docker
=================
Run private instances of scratchpads2 sites; useful for development and deploy.
A basic scratchpads infrastructure is made of:
- Apache instance with PHP & Drupal
- MySQL server
- Solr server
- Mailserver
This directory provides the first three, and recommends a standard imag... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<!--
Copyright 2008 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>
Closure Unit Tests - goog.testing.net... | {
"pile_set_name": "Github"
} |
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert
// Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2014.02.19... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 Netflix, Inc.
*
* 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"
} |
/*global THREE*/
define([
"../internals/is"
], function( is ) {
/**
* @author Kyle Phillips / haptic-data.com
* a bridge between Toxiclibs.js and Three.js
*
* Three.js does type-checking to ensure that vectors, vertices and faces are of THREE's types
* this helps to do that conversion ... | {
"pile_set_name": "Github"
} |
<% show_avatar ||= false%>
<% if !category.getAvatarUrl.nil? and !show_avatar %>
<div class="img-box img-box-categorie" style='background-image: url(<%=category.getAvatarUrl%>)'></div>
<% elsif !category.getAvatarUrl.nil? and show_avatar %>
<div class="img-box resource-center">
<img src... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/li... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "SDImageGIFCoder.h"
#import "NSImage+Compatibility.h"
#import "UIImage+Metadata.h"... | {
"pile_set_name": "Github"
} |
const Rx = require('./index');
const GroupSubscription = require('./GroupSubscription');
/**
* Rx.Observable.prototype.mergeMap = require('toy-rx/mergeMap');
*/
module.exports = function mergeMap(transformFn) {
const inObservable = this;
const outObservable = Rx.Observable.create(function subscribe(outObserver) ... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2001-2020 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* 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 So... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Exit hook on subcommand error or unset variable
set -eu
# Source YNH helpers
source /usr/share/yunohost/helpers
# Backup destination
backup_dir="${1}/data/mail"
# Backup mails
ynh_backup /var/mail "$backup_dir" 1
| {
"pile_set_name": "Github"
} |
#[doc = "Reader of register CC[%s]"]
pub type R = crate::R<u32, super::CC>;
#[doc = "Writer for register CC[%s]"]
pub type W = crate::W<u32, super::CC>;
#[doc = "Register CC[%s]
`reset()`'s with value 0"]
impl crate::ResetValue for super::CC {
type Type = u32;
#[inline(always)]
fn reset_value() -> Self::Typ... | {
"pile_set_name": "Github"
} |
FILE(REMOVE_RECURSE
"../msg_gen"
"../msg_gen"
"../src/quadrotor_msgs/msg"
"CMakeFiles/rosbuild_premsgsrvgen"
)
# Per-language clean rules from dependency scanning.
FOREACH(lang)
INCLUDE(CMakeFiles/rosbuild_premsgsrvgen.dir/cmake_clean_${lang}.cmake OPTIONAL)
ENDFOREACH(lang)
| {
"pile_set_name": "Github"
} |
ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE offset:0 ia2_hypertext='<obj0>'
++IA2_ROLE_PARAGRAPH offset:0 offset:18 text-position:super offset:29 ia2_hypertext='This text containssuperscripttext.'
++++ROLE_SYSTEM_STATICTEXT name='This text contains' offset:0 ia2_hypertext='This text contains'
++++ROLE_SYSTEM_STATICTEXT nam... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!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/html; charset=UTF-8" /><title>第 46 章 Mongo Admin ... | {
"pile_set_name": "Github"
} |
/*
Copyright(c) 2016 Panos Karabelas
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, ... | {
"pile_set_name": "Github"
} |
// Copyright 2010 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// TODO(gri) consider making this a separate package outside the go directory.
package token
import (
"fmt"
"sort"
"sync"
)
// ---------------------------... | {
"pile_set_name": "Github"
} |
// A facebook graph api client in go.
// https://github.com/huandu/facebook/
//
// Copyright 2012, Huan Du
// Licensed under the MIT license
// https://github.com/huandu/facebook/blob/master/LICENSE
// Package facebook is a Go library fully supports Facebook Graph API with
// file upload and batch request. It can be u... | {
"pile_set_name": "Github"
} |
# Razzle and Redux Example
## How to use
<!-- START install generated instructions please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN yarn update-examples TO UPDATE -->Create and start the example:
```bash
npx create-razzle-app --example with-redux with-redux
cd with-redu... | {
"pile_set_name": "Github"
} |
<resources>
<!-- Default screen margins, per the Android Design guidelines. -->
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<dimen name="fab_margin_right">0dp</dimen>
<dimen name="fab_margin_bottom">0dp</dimen>
<dimen name="title_t... | {
"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\Finder\Iterator;
/**
* PathFilterIterator filters fi... | {
"pile_set_name": "Github"
} |
/*!
* ee-first
* Copyright(c) 2014 Jonathan Ong
* MIT Licensed
*/
'use strict'
/**
* Module exports.
* @public
*/
module.exports = first
/**
* Get the first event in a set of event emitters and event pairs.
*
* @param {array} stuff
* @param {function} done
* @public
*/
function first(stuff, done) {
... | {
"pile_set_name": "Github"
} |
// author: Jannik Strötgen
// email: stroetgen@uni-hd.de
// resources automatically created; see our EMNLP 2015 paper for details:
// https://aclweb.org/anthology/D/D15/D15-1063.pdf
//
// english: "day","D"
[Dd]joû
// english: "week","W"
[Ss]amwinne
[Ss]amaîun
// english: "century","CE"
[Ss]ieke
// english: "days","D" ... | {
"pile_set_name": "Github"
} |
#ifndef HOTKEY_HH
#define HOTKEY_HH
#include "RTSchedulable.hh"
#include "EventListener.hh"
#include "Command.hh"
#include <map>
#include <string_view>
#include <vector>
#include <string>
#include <memory>
namespace openmsx {
class Event;
class RTScheduler;
class GlobalCommandController;
class EventDistributor;
clas... | {
"pile_set_name": "Github"
} |
codecov:
token: 294c42a9-29d1-41a7-beca-9a19d9b7af2e
| {
"pile_set_name": "Github"
} |
# metisMenu [](https://travis-ci.org/onokumus/metisMenu)
> Easy menu jQuery plugin for Twitter Bootstrap 3
> Now support cdnjs & jsdelivr
## Installation
* [npm](http://npmjs.org/)
```bash
npm install metismenu
```
* [Bower](http:/... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1999, 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"
} |
#
# Author:: Noah Kantrowitz <noah@opscode.com>
# Cookbook Name:: supervisor
# Provider:: service
#
# Copyright:: 2011, Opscode, Inc <legal@opscode.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 L... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
# or more contributor license agreements. Licensed under the Elastic License;
# you may not use this file except in compliance with the Elastic License.
# Script to execute the upgrade test harness
set -euo pipefail
S... | {
"pile_set_name": "Github"
} |
path: "tensorflow.estimator"
tf_module {
member {
name: "BaselineClassifier"
mtype: "<type \'type\'>"
}
member {
name: "BaselineEstimator"
mtype: "<type \'type\'>"
}
member {
name: "BaselineRegressor"
mtype: "<type \'type\'>"
}
member {
name: "BestExporter"
mtype: "<type \'... | {
"pile_set_name": "Github"
} |
{% extends "base.html" %}
{% load filters %}
{% block title %}Domain Details{% endblock %}
{% block css_includes %}
<link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}css/diffview.css"/>
{% endblock %}
{% block content %}
<script>
var domain_id = "{{ domain.id | escapejs}}";
</script>
<div id="tabnav... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
#--
# Portions copyright 2004 by Jim Weirich (jim@weirichhouse.org).
# Portions copyright 2005 by Sam Ruby (rubys@intertwingly.net).
# All rights reserved.
# Permission is granted for use, copying, modification, distribution,
# and distribution of modified versions of this work as long as the
# ab... | {
"pile_set_name": "Github"
} |
package com.mashibing.common;
/**
* 日期类型枚举类
*
* @author 马士兵教育
*
*/
public enum DateEnum {
YEAR("year"), SEASON("season"), MONTH("month"), WEEK("week"), DAY("day"), HOUR(
"hour");
public final String name;
private DateEnum(String name) {
this.name = name;
}
/**
* 根据属性name的值获取对应的type对象
*
* @par... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef CAIAQ_MIDI_H
#define CAIAQ_MIDI_H
int snd_usb_caiaq_midi_init(struct snd_usb_caiaqdev *cdev);
void snd_usb_caiaq_midi_handle_input(struct snd_usb_caiaqdev *cdev,
int port, const char *buf, int len);
void snd_usb_caiaq_midi_output_done(struct urb *urb);
#endif /*... | {
"pile_set_name": "Github"
} |
.revision-indicator {
display: inline-block;
width: 8px;
height: 8px;
margin-top: -.4px;
margin-left: -2px;
&.add {
background: shade(@green, 10%);
}
&.mod {
background: shade(@yellow, 2%);
}
&.del {
background: shade(@red, 15%);
}
} | {
"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"
} |
0 1 D:multistatus 0 0
1 14 #text 0 1
1 1 D:response 0 0
2 14 #text 0 1
2 1 D:prop 0 0
3 14 #text 0 1
3 1 D:lockdiscovery 0 0
4 14 #text 0 1
4 1 D:activelock 0 0
5 14 #text 0 1
5 1 D:locktype 0 0
6 3 #text 0 1 write
5 15 D:locktype 0 0
5 14 #text 0 1
5 1 D:lockscope 0 ... | {
"pile_set_name": "Github"
} |
#include "rule_editor_hole_size.hpp"
#include "board/rule_hole_size.hpp"
#include "rule_match_editor.hpp"
#include "widgets/spin_button_dim.hpp"
namespace horizon {
void RuleEditorHoleSize::populate()
{
rule2 = &dynamic_cast<RuleHoleSize &>(rule);
builder = Gtk::Builder::create_from_resource("/org/horizon-eda... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser.
*/
@protocol CSSpeechManagerDelegate <NSObject>
@required
- (void)speechManagerDidStartForwarding:(CSSpeechManager *)arg1 successfully:(bool)arg2 error:(NSError *)arg3;
- (void)speechManagerDidStopForwarding:(CSSpeechManager *)arg1 forReason:(long long)arg2;
- (void)speechManagerLPCM... | {
"pile_set_name": "Github"
} |
function [f,err] = fmincon_funn(cbData,nRow,x,njdiff,dXjbase,reserved,inParam)
persistent prob Af A bf b
if nargin == 7
prob = inParam;
ind = find(prob.map==0);
Af = prob.A(ind,:);
bf = prob.b(ind);
A = spalloc(max(prob.map),size(prob.A,1),0);
for i = 1:max(prob.map)
ind = find(pro... | {
"pile_set_name": "Github"
} |
class Manager(object):
def add(self, v1=0, v2=0):
rval = v1 + v2
print("%(v1)d + %(v2)d is %(rval)d\n" %locals())
return rval
| {
"pile_set_name": "Github"
} |
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
# This file is built by mktables from e.g. UnicodeData.txt.
# Any changes made here will be lost!
#
# Binary property 'Other_Uppercase'
#
return <<'END';
2160 216F Other_Uppercase
24B6 24CF Other_Uppercase
END
| {
"pile_set_name": "Github"
} |
<template>
<f7-page>
<f7-navbar title="Swiper Slider" back-link="Back"></f7-navbar>
<div class="block">
<p>
Framework7 comes with powerful and most modern touch slider ever -
<a href="https://swiperjs.com" class="external" target="_blank">Swiper Slider</a>
with super flexible con... | {
"pile_set_name": "Github"
} |
# `nest` folder
This directory contains the code to build the nest executable. Basically main.cpp just collects all necessary objects and links the executable against the necessary libraries.
| {
"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 "ICPSharedPhotoStreamCloudFeedManager-Protocol.h"
#import "NSObject-Protocol.h"
@protocol ICPSharedPhotoStreamCloudFeedManager... | {
"pile_set_name": "Github"
} |
.. queryset cache main documentation, including options, enabling/disabling,
using with raw sql and cursors, signals, etc
.. module:: johnny.cache
The QuerySet Cache
==================
QuerySet caching is the automatic caching of all database reads. Conceptually,
it works very similar to the built-in write-inva... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006, 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"
} |
def action = {
final MagicGame game, final MagicEvent event ->
if (event.isYes()) {
game.doAction(new DealDamageAction(event.getSource(),event.getPlayer(),2));
} else {
game.doAction(new DestroyAction(event.getRefPermanent()));
}
}
[
new MagicPermanentActivation(
new MagicAc... | {
"pile_set_name": "Github"
} |
Adventure Kid Waveforms (AKWF) converted to Synthesis Technology wavetables
AKWF is a collection of one cycle waveforms sampled
from various sources intended for use as oscillator
shapes in samplers and synthesizers.
file list
---------
..\AKWF_0020/AKWF_1921.wav
..\AKWF_0020/AKWF_1922.wav
..\AKWF_0020/AK... | {
"pile_set_name": "Github"
} |
#-------------------------------------------------
#
# Project created by QtCreator 2015-07-01T09:59:56
#
#-------------------------------------------------
include(../config.pri)
QT += core
QT -= gui
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
TARGET = qmc-cpptypeplaceholder
target.path = ... | {
"pile_set_name": "Github"
} |
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2008 Matthias Christian Schabel
// Copyright (C) 2007-2008 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1... | {
"pile_set_name": "Github"
} |
path: "tensorflow.queue.RandomShuffleQueue"
tf_class {
is_instance: "<class \'tensorflow.python.ops.data_flow_ops.RandomShuffleQueue\'>"
is_instance: "<class \'tensorflow.python.ops.data_flow_ops.QueueBase\'>"
is_instance: "<type \'object\'>"
member {
name: "dtypes"
mtype: "<type \'property\'>"
}
me... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 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"
} |
/*
* ptw32_processInitialize.c
*
* Description:
* This translation unit implements routines which are private to
* the implementation and may be used throughout it.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* C... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011 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.
package org.chromium.sdk.internal.websocket;
import java.io.BufferedInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
im... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
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, Ve... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/constant.XATTR_CREATE.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/constant.XATTR_CREATE.html">../../../../libc/constant.XATTR_CREATE.html</a>...</p>
<script>location.replace("../../../../... | {
"pile_set_name": "Github"
} |
# Event 889 - task_0
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|p1_UInt32|UInt32|None|`None`|
|TBD|p2_String|UnicodeString|None|`None`|
|TBD|p3_String|UnicodeString|None|`None`|
## Tags
* etw_level_Informational
* etw_k... | {
"pile_set_name": "Github"
} |
/// @brief Include to sample cube map array textures.
/// @file gli/sampler_cube_array.hpp
#pragma once
#include "sampler.hpp"
#include "texture_cube_array.hpp"
#include "core/mipmaps_compute.hpp"
#include "core/convert_func.hpp"
namespace gli
{
/// Cube map array texture sampler
/// @tparam T Sampler can fetch, w... | {
"pile_set_name": "Github"
} |
ENTRY(_start)
SECTIONS
{
. = 0x100000;
.text : AT(ADDR(.text)) {
*(multiboot)
*(.text)
}
.data ALIGN(4096) : AT(ADDR(.data)) {
*(.data)
}
.rodata ALIGN(4096) : AT(ADDR(.rodata)) {
*(.rodata)
}
.bss ALIGN(4096) : {
*(.bss)
}
}
| {
"pile_set_name": "Github"
} |
/* include my_addrs */
#include "unp.h"
#include <sys/utsname.h>
char **
my_addrs(int *addrtype)
{
struct hostent *hptr;
struct utsname myname;
if (uname(&myname) < 0)
return(NULL);
if ( (hptr = gethostbyname(myname.nodename)) == NULL)
return(NULL);
*addrtype = hptr->h_addrtype;
return(hptr->h_addr_list);... | {
"pile_set_name": "Github"
} |
[
{
"type": "api-change",
"category": "CodeBuild",
"description": "Adding support for Shallow Clone and GitHub Enterprise in AWS CodeBuild."
},
{
"type": "enhancement",
"category": "CloudHsm",
"description": "Added service signing name."
},
{
"... | {
"pile_set_name": "Github"
} |
jQuery(function($){
//full screen btn
$('.layout-btns .layout-full').click(function(e){
var icon = $(this).find('i')
if($(this).hasClass('active')){
// reset
$('#left-side, ul.breadcrumb').show('fast');
$('#content-block').removeClass('col-md-12 col-sm-12 full... | {
"pile_set_name": "Github"
} |
{
"measurements": {
"Cloud Albedo": {
"id": "cloud-albedo",
"title": "Cloud Albedo",
"subtitle": "MERRA-2",
"sources": {
"MERRA-2": {
"id": "merra2",
"title": "MERRA-2",
"descriptio... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Javadoc API documentation for Fresco." />
<link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" />
<title>
Im... | {
"pile_set_name": "Github"
} |
/*
* jQuery UI Progressbar 1.8.16
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressba... | {
"pile_set_name": "Github"
} |
{
"name": "StatusPage",
"version": "3.0.0",
"description": "Public Status Page for UptimeRobot",
"moduleType": [
"globals"
],
"keywords": [
"UptimeRobot",
"PublicStatusPage",
"API",
"Uptime",
"Status",
"Page"
],
"authors": [
"Spencer Lowe"
],
"license": "MIT",
"home... | {
"pile_set_name": "Github"
} |
module rrsw_kg25
use parkind ,only : im => kind_im, rb => kind_rb
use parrrsw, only : ng25
implicit none
save
!-----------------------------------------------------------------
! rrtmg_sw ORIGINAL abs. coefficients for interval 25
! band 25: 16000-22650 cm-1 (low - h2o; high - nothing)
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>PHP RFC Watch</title>
<link rel="stylesheet" href="{{ asset('build/css/app.css') }}">
<link type="application/atom+xml" rel="alt... | {
"pile_set_name": "Github"
} |
-- analyze2.test
--
-- execsql { SELECT * FROM sqlite_master }
SELECT * FROM sqlite_master | {
"pile_set_name": "Github"
} |
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="/images/favicon.ico" type="image/x-icon"> | {
"pile_set_name": "Github"
} |
/// \file
// Range v3 library
//
// Copyright Eric Niebler 2013-present
//
// Use, modification and distribution is subject to 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)
//
// Project home: https://github.com/ericniebler... | {
"pile_set_name": "Github"
} |
TORCH := $(shell if [ -e $(HOME)/torch/install/lib ] ; then echo $(HOME)/torch/install ; else echo /usr/local ; fi)
CXXFLAGS = -O3 -c -fPIC -Wall -I./dlib -I/opt/X11/include -I/usr/local/include -I$(TORCH)/include
LDFLAGS = -shared
FILES = dlib/dlib/all/source.o face_align.o
LDFLAGS += -L$(TORCH)/lib/lua/5.1 -L/usr/loc... | {
"pile_set_name": "Github"
} |
/**
* @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
import ArticlePluginSet from '@ckeditor/ckeditor5-core/te... | {
"pile_set_name": "Github"
} |
# Greek translation for ubuntu-tweak
# Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
# This file is distributed under the same license as the ubuntu-tweak package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
#
msgid ""
msgstr ""
"Project-Id-Version: ubuntu-tweak\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Da... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" ?>
<xliff version="1.0">
<file orginal="global" source-language="en" datatype="plaintext">
<body>
<trans-unit id="1">
<source>an english sentence</source>
<target>une autre phrase en français</target>
</trans-unit>
</body>
</file>
</xliff>
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 Alexandre Courbot
*
* 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 3 of the License, or
* (at your option) any later version.
*
* This prog... | {
"pile_set_name": "Github"
} |
using System.Text;
namespace Dasync.Serialization.DasyncJson
{
internal static class Encodings
{
public static readonly Encoding UTF8 = new UTF8Encoding(encoderShouldEmitUTF8Identifier: false);
}
}
| {
"pile_set_name": "Github"
} |
char freq
011 8.1
012 6.1
040 11.9
! 0.2
" 1.5
% 0.6
& 0.4
' 0.4
( 2.9
) 2.9
* 0.8
+ 1.3
, 1.3
- 0.4
. 0.6
/ 1.0
0 2.5
1 1.9
2 0.6
3 0.2
7 0.4
8 0.2
; 3.8
< 0.8
= 2.7
> 0.2
[ 1.5
\ 0.8
] 1.5
a 3.1
c 4.4
e 2.3
f 6.0
g 1.3
h 1.0
i 5.0
l 1.0
m 0.2
n 3.3
o 2.1
p 1.0
q 0.4
r 4.2
s 0.6
t 3.8
u 1.2
v 0.6
w 0.2
{ 0.6
} 0.6
| {
"pile_set_name": "Github"
} |
var express = require('express'),
_ = require('underscore'),
Q = require('q'),
http = require('http'),
partial = require('express-partials'),
flash = require('connect-flash'),
historyDao = require('./lib/historyDao'),
tracker = require('./lib/tracker'),
Project = require('./lib/Project');
var methodOverride =... | {
"pile_set_name": "Github"
} |
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers" "${PODS_ROOT}/Headers/BButton" "${PODS_ROOT}/Headers/FMDB" "${PODS_ROOT}/Headers/PayPal-iOS-SDK" $(SDKROOT)/usr/include/libxml2
LIBRARY_SEARCH_PATHS = "$(PODS_ROOT)/PayPal-iOS-SDK/PayPalMobile/"
OTHER_CFLAGS = $(inherit... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011-2020, baomidou (jobob@qq.com).
* <p>
* 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
* <p>
* https://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required... | {
"pile_set_name": "Github"
} |
#!/bin/sh
set -e -x
for filename in `${GTDIR}/scripts/findfasta.rb`
do
gt suffixerator -db ${filename} -suftabuint -lcp -suf -indexname sfx -compressedoutput
gt dev sfxmap -esa sfx -compresslcp
gt dev sfxmap -esa sfx -compressedesa
done
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
<data>
<import type="android.view.View" />
<import type="com.eventyay.organizer.com... | {
"pile_set_name": "Github"
} |
{
"ordering": [
["A1", "B1", "C1"],
["A2", "B2", "C2"],
["A3", "B3"],
["A4", "B4"]
],
"schemaVersion": 2,
"version": 1,
"namespace": "opentrons",
"metadata": {
"displayName": "Opentrons 10 Tube Rack with Falcon 4x50 mL, 6x15 mL Conical",
"displayCategory": "tubeRack",
"displayVol... | {
"pile_set_name": "Github"
} |
//
// Created by Jake Lin on 12/14/15.
// Copyright © 2015 IBAnimatable. All rights reserved.
//
import UIKit
open class DismissSegue: UIStoryboardSegue {
open override func perform() {
source.dismiss(animated: true, completion: nil)
}
}
| {
"pile_set_name": "Github"
} |
/*
AngelCode Scripting Library
Copyright (c) 2003-2016 Andreas Jonsson
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
Permission is granted to anyone to use this so... | {
"pile_set_name": "Github"
} |
polygon
1
1.538614E+01 4.079721E+01
1.538863E+01 4.080013E+01
1.539366E+01 4.080527E+01
1.539406E+01 4.080552E+01
1.539471E+01 4.080580E+01
1.539518E+01 4.080594E+01
1.539959E+01 4.080720E+01
1.540028E+01 4.080736E+01
1.540091E+01 4.080719E+01
1.540599E+01 4.080646E+01
1.541438E+01 4.080683E+01
1.541767E+01... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PSAwidget</class>
<widget class="QWidget" name="PSAwidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>120</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>40... | {
"pile_set_name": "Github"
} |
package example
class FilenameWithSpaces/*<=example.FilenameWithSpaces#*/
| {
"pile_set_name": "Github"
} |
/*
Copyright The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, softw... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
*/
#include <linux/clk-provider.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/mfd/syscon.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/regmap.h>
#include <linux/slab.h>
#defin... | {
"pile_set_name": "Github"
} |
# Using Istio to Improve End-to-End Security
> Secure by default service to service communications
作者:Istio团队
原文地址:https://istio.io/blog/2017/0.1-auth.html
Conventional network security approaches fail to address security threats to distributed applications deployed in dynamic production environments. Today, we des... | {
"pile_set_name": "Github"
} |
## TaskResult.bind
Namespace: `FsToolkit.ErrorHandling`
Function Signature:
```fsharp
('a -> Task<Result<'b, 'c>>)
-> Task<Result<'a, 'c>>
-> Task<Result<'b, 'c>>
```
## Examples
Note: Many use-cases requiring `bind` operations can also be solved using [the `taskResult` computation expression](../taskResult/ce... | {
"pile_set_name": "Github"
} |
---
version: 0.0.1
author: xuld <xuld@vip.qq.com>
import:
- typo/reset
---
# 添加到主屏幕
添加到主屏幕
## 基本用法
```jsx demo
import { VNode, render } from "ui/control";
import AddToHomeScreen from "ui/addToHomeScreen";
render(
__root__,
<AddToHomeScreen></AddToHomeScreen>
);
```
| {
"pile_set_name": "Github"
} |
/***************************************************************************************************
** fpga_nes/hw/src/cmn/uart/uart_baud_clk.v
*
* Copyright (c) 2012, Brian Bennett
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted
* provided ... | {
"pile_set_name": "Github"
} |
/**
* \file pk.h
*
* \brief Public Key abstraction layer
*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obt... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2014 Mixpanel. All rights reserved.
#import <Foundation/Foundation.h>
#import "MPAbstractABTestDesignerMessage.h"
#import <UIKit/UIKit.h>
@interface MPABTestDesignerSnapshotResponseMessage : MPAbstractABTestDesignerMessage
+ (instancetype)message;
@property (nonatomic, strong) UIImage *screensho... | {
"pile_set_name": "Github"
} |
// mksyscall.pl -tags linux,s390x syscall_linux.go syscall_linux_s390x.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build linux,s390x
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func fchmodat(dirfd ... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.