text stringlengths 2 99.9k | meta dict |
|---|---|
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/preference_button"
android:l... | {
"pile_set_name": "Github"
} |
/***********************license start***************
* Author: Cavium Networks
*
* Contact: support@caviumnetworks.com
* This file is part of the OCTEON SDK
*
* Copyright (c) 2003-2008 Cavium Networks
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General ... | {
"pile_set_name": "Github"
} |
project_path: /web/_project.yaml
book_path: /web/shows/_book.yaml
{# wf_updated_on: 2015-11-16 #}
{# wf_published_on: 2015-11-16 #}
{# wf_youtube_id: m2a9hlUFRhg #}
# Keynote by Darin Fisher, VP of Chrome (Chrome Dev Summit 2015) {: .page-title }
<div class="video-wrapper">
<iframe class="devsite-embedded-youtube... | {
"pile_set_name": "Github"
} |
package com.android.internal.telephony;
import android.os.SystemProperties;
import android.text.TextUtils;
import android.util.Log;
import java.util.Locale;
public class HwCustMccTableImpl extends HwCustMccTable {
private static final boolean IS_CUST_LOCALE_CONFIG = SystemProperties.getBoolean("ro.hw_tp.mexico_lo... | {
"pile_set_name": "Github"
} |
<%= this.foo %>
| {
"pile_set_name": "Github"
} |
# Copyright (C) 2011 Google Inc. All rights reserved.
# Copyright (C) 2014 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 c... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2018, 2020, Oracle Corporation and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
------------
Description:
------------
This test performs some basic end-to-end introspector tests while emulating (mocking) the operator pod. ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2018-2019
// Cem Bassoy
//
// 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)
//
// The authors gratefully acknowledge the support of
// Fraunhofer and Google in producing this work
// which... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007,2008 Nobuhiro Iwamatsu
*
* u-boot/board/r7780mp/lowlevel_init.S
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <config.h>
#include <asm/processor.h>
#include <asm/macro.h>
/*
* Board specific low level init code, called _very_ early in the
* startup sequence. Relocation to SDRAM has... | {
"pile_set_name": "Github"
} |
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Pos.Core.Common.StakeholderId
( StakeholderId
) where
import Universum
import Text.JSON.Canonical (FromObjectKey (..), JSValue (..),
ReportSchemaErrors, ToObjectKey (..))
import Pos.Core.Common.AddressHash
... | {
"pile_set_name": "Github"
} |
/*
* $Id: es6.js,v 0.1 2017/11/29 21:43:17 ufolux Exp ufolux $
*
* use mocha to test me
* http://visionmedia.github.com/mocha/
*/
import {Base64} from '../base64'
var assert = assert || require("assert");
var is = function (a, e, m) {
return function () {
assert.equal(a, e, m)
}
};
if ('extendStr... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
6651CADA18775B1500A95F2F /* SYShape+Bezier.m in Sources */ = {isa = PBXBuildFile; fileRef = 6651CAD918775B1500A95F2F /* SYShape+Bezier.m */; };
6651CADE18775B5D00A95F2F /* UIColor+ColorWithHex.m... | {
"pile_set_name": "Github"
} |
g21
f1
g0x0y0z0
g2 x50.00 y0 i[25.00 - [0.0099 * sqrt[2]]]
m2
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<definitions id="definitions"
xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:activiti="http://activiti.org/bpmn"
targetNamespace="Examples" xmlns:tns="Examples">
<message id="_13" name="newMessage">
</message>
<process id="process" isClosed="false" isExecu... | {
"pile_set_name": "Github"
} |
//===--- Cache-Mac.cpp - Caching mechanism implementation -----------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | {
"pile_set_name": "Github"
} |
--- Lib/distutils/cygwinccompiler.py
+++ Lib/distutils/cygwinccompiler.py
@@ -129,11 +129,11 @@ class CygwinCCompiler (UnixCCompiler):
# Hard-code GCC because that's what this is all about.
# XXX optimization, warnings etc. should be customizable.
- self.set_executables(compiler='gcc -mcygwin... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000, 2005, 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"
} |
///////////////////////////////////////////////////////////////////////////////
// For information as to what this class does, see the Javadoc, below. //
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, //
// 2007, 2008, 2009, 2010, 2014, 2015 by Peter Spirtes, Richard Scheines, Joseph... | {
"pile_set_name": "Github"
} |
/*
Simple DirectMedia Layer
Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
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 ... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* afwrtsys.h */
/* */
/* Au... | {
"pile_set_name": "Github"
} |
// Unity C# reference source
// Copyright (c) Unity Technologies. For terms of use, see
// https://unity3d.com/legal/licenses/Unity_Reference_Only_License
using System;
using System.Linq;
using UnityEngine;
using System.Collections.Generic;
namespace UnityEditor.Sprites
{
// DefaultPackerPolicy will pack rectangl... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
""" Python Character Mapping Codec for ROT13.
This codec de/encodes from str to str.
Written by Marc-Andre Lemburg (mal@lemburg.com).
"""
import codecs
### Codec APIs
class Codec(codecs.Codec):
def encode(self, input, errors='strict'):
return (input.translate(rot13_map), len(input... | {
"pile_set_name": "Github"
} |
// CodeContracts
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// MIT License
//
// 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 wit... | {
"pile_set_name": "Github"
} |
package org.grobid.core.utilities;
import org.apache.commons.io.IOUtils;
import org.grobid.core.exceptions.GrobidResourceException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.*;
import static org.apache.commons.lang3.StringUtils.isEmpty;
/**
* Utilities related to file and directory ma... | {
"pile_set_name": "Github"
} |
module.exports = ({ error }) => error("fpack build index.js");
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: bbba4b95cc404ba449156b0adb4d3f10
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 4300000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
" Menu Translations: Turkish
source <sfile>:p:h/menu_tr_tr.cp1254.vim | {
"pile_set_name": "Github"
} |
#!/bin/bash
source ${HOME}/.bashrc.rdbox-hq
ipcalc -n "${AWS_VPC_CIDR}" | grep 'Address' | awk '{print $2}'
#
| {
"pile_set_name": "Github"
} |
/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 18px;
height: 18px;
background: url(minimal.png) no-repeat;
border: none;
... | {
"pile_set_name": "Github"
} |
// Copyright 2018 the V8 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.
#include "src/snapshot/embedded/embedded-file-writer.h"
#include <cinttypes>
#include "src/codegen/source-position-table.h"
#include "src/objects/code... | {
"pile_set_name": "Github"
} |
/*!
* jQuery UI Tabs 1.9.2
* http://jqueryui.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/tabs/
*
* Depends:
* jquery.ui.core.js
* jquery.ui.widget.js
*/
(function( $, undefined ) {
var tabId = 0,
... | {
"pile_set_name": "Github"
} |
T1 Thing-Nominal 16 17 雾
T2 Thing-Nominal 21 22 雾
T3 Metric 32 35 十几米
T4 Location-Name 42 44 庐山
T5 Thing-Nominal 49 50 云
T6 Thing-Nominal 50 51 峰
T7 Thing-Nominal 51 52 林
T8 Thing-Nominal 52 53 谷
T9 Location-Nominal 83 85 峰岫
T10 Location-Nominal 91 93 树林
T11 Thing-Nominal 99 101 树木
T12 Thing-Nominal 110 112 松树
R1 Gener... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>OpenLayers ArcGIS Cache Example (MapServer Access)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../theme/default/style.css" type="text/css">
<link rel="stylesheet" href="style.css" type="text/css">
<sc... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_31) on Mon May 14 18:45:48 PDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
MergedStream (Jackson-core 2.0.2 ... | {
"pile_set_name": "Github"
} |
import Vue from 'vue'
import Router from 'vue-router'
const Index = resolve => require(['/page/index'], resolve)
const Login = resolve => require(['/page/Login/login'], resolve)
const Home = resolve => require(['/page/Home/home'], resolve)
const GoodS = resolve => require(['/page/Goods/goods'], resolve)
const goodsDeta... | {
"pile_set_name": "Github"
} |
/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
YUI.add("lang/datatype-date-format_tr-TR",function(e){e.Intl.add("datatype-date-format","tr-TR",{a:["Paz","Pzt","Sal","\u00c7ar","Per","Cum","Cmt"],A:["Pazar","Pazartesi","Sal... | {
"pile_set_name": "Github"
} |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = cloneNode;
var _definitions = require("../definitions");
const has = Function.call.bind(Object.prototype.hasOwnProperty);
function cloneIfNode(obj, deep) {
if (obj && typeof obj.type === "string" && obj.type !== "Comm... | {
"pile_set_name": "Github"
} |
#include <QtScript/QScriptEngine>
#include <QtScript/QScriptContext>
#include <QtScript/QScriptValue>
#include <QtCore/QStringList>
#include <QtCore/QDebug>
#include <qmetaobject.h>
#include <qfont.h>
#include <QStringList>
#include <QVariant>
#include <qdatastream.h>
#include <qfont.h>
#include <qpaintdevice.h>
#incl... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011 The WebRTC 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
# HTTP API Design Standards
## Guidelines
This document provides guidelines and examples for GoCardless APIs, encouraging consistency, maintainability, and best practices.
### Sources:
- https://github.com/interagent/http-api-design
- https://www.gov.uk/service-manual/making-software/apis.html
- http://www.mnot.net/b... | {
"pile_set_name": "Github"
} |
---
-api-id: T:Windows.UI.Xaml.Controls.TwoPaneView
-api-type: winrt class
ms.custom: 19H1
---
<!-- Class syntax.
public class TwoPaneView : Control, Control
-->
# Windows.UI.Xaml.Controls.TwoPaneView
## -description
Represents a container with two views that size and position content in the available... | {
"pile_set_name": "Github"
} |
# technic_wrench traducido por Carlos Barraza
Wrench = Llave Inglesa
%s with items = %s con elementos
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<sphinx:docset>
<sphinx:schema>
<sphinx:field name="title"/>
<sphinx:field name="content"/>
<sphinx:attr name="gid" type="int" default="1"/>
</sphinx:schema>
<sphinx:killlist>
<id>2</id>
<id>3</id>
</sphinx:killlist>
<sphinx:document id="1">
<gid>123</gid>
<title>test one</titl... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ccf2553d159754da6b08936ec9999869
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
//////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2008-2009, Image Engine Design 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:
//
// ... | {
"pile_set_name": "Github"
} |
##
# This file is part of WhatWeb and may be subject to
# redistribution and commercial restrictions. Please see the WhatWeb
# web site for more information on licensing and terms of use.
# http://www.morningstarsecurity.com/research/whatweb
##
# Version 0.2 #
# Updated matches and version detection
##
Plugin.define "U... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (13.0.2) on Wed Feb 26 13:47:05 EST 2020 -->
<title>oracle.kubernetes.operator.rest.resource Class Hierarchy (weblogic-kubernetes-operator 2.5.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name=... | {
"pile_set_name": "Github"
} |
<?php
$entity = elgg_extract('entity', $vars);
$entity_rows = ['type', 'subtype', 'owner_guid', 'container_guid', 'access_id', 'time_created', 'time_updated', 'last_action', 'enabled'];
$entity_info = '<table class="elgg-table">';
foreach ($entity_rows as $entity_row) {
$value = elgg_view('output/text', ['value' =>... | {
"pile_set_name": "Github"
} |
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in D:\sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>EKB</title>
<subtitle>EKB Series</subtitle>
<link>http://localhost:5000/sink/atom.xml</link>
<id>1234</id>
<updated>2009-08-05T00:00:00Z</updated>
<author>
<name>Eric Gaumer</name>
<email>egaumer@mac.com</email>... | {
"pile_set_name": "Github"
} |
<Node name="FEM" processor="0">
<EulerImplicitSolver rayleighStiffness="0.01" rayleighMass="0.1" />
<ParallelCGLinearSolver iterations="25" threshold="0.00000001" />
<SparseGridTopology name="sparse" n="6 6 6" filename="file"/>
<MechanicalObject dx="0" dy="0" dz="0" rx="0" ry="0" rz="0" scale="1.0" template="Cud... | {
"pile_set_name": "Github"
} |
/*
Copyright Rene Rivera 2013-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 BOOST_PREDEF_ARCHITECTURE_BLACKFIN_H
#define BOOST_PREDEF_ARCHITECTURE_BLACKFIN_H
#include <boost/predef/version_number.h>
#i... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from django.apps import apps
from django.db import migrations, models
from django.db.models import F
def copy_field(apps, schema_editor):
CertificateGenerationCourseSetting = apps.get_model('certificates', 'CertificateGenerationCourseSetting')
CertificateGenerationCourseSetting.objec... | {
"pile_set_name": "Github"
} |
<nav class="navbar navbar-inverse navbar-static-top">
<div id="navbar-container" class="container-fluid">
<div id="navbar-top" class="row navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="//puppet.com" class="home">Accueil</a></li>
<li><a href="//fo... | {
"pile_set_name": "Github"
} |
---
title: Setup
weight: 200
---
| {
"pile_set_name": "Github"
} |
/* Generated by ts-generator ver. 0.0.8 */
/* tslint:disable */
import { Contract, Signer } from "ethers";
import { Provider } from "@ethersproject/providers";
import { DataTypesPure } from "./DataTypesPure";
export class DataTypesPureFactory {
static connect(
address: string,
signerOrProvider: Signer | Pr... | {
"pile_set_name": "Github"
} |
***Contribute to Cosmetic Transparency***
- Open Beauty Facts is a cosmetic products database made by everyone, for everyone.
- You can use it to make better cosmetic choices, and as it is open data, anyone can re-use it for any purpose.
- Open Beauty Facts is a non-profit project developed by thousands of volunteers ... | {
"pile_set_name": "Github"
} |
{
"title": "cpt templet for specify pdf template",
"description": "three information requirements for users",
"properties" : {
"name": {
"type": "string",
"description": "the name of certificate owner"
},
"date": {
"type": "string",
"de... | {
"pile_set_name": "Github"
} |
SET GLOBAL innodb_file_per_table = 1;
SELECT @@innodb_file_per_table;
@@innodb_file_per_table
1
SET GLOBAL innodb_file_format = `Barracuda`;
SELECT @@innodb_file_format;
@@innodb_file_format
Barracuda
set global innodb_large_prefix=1;
SELECT @@innodb_large_prefix;
@@innodb_large_prefix
1
DROP DATABASE IF EXISTS testdb_... | {
"pile_set_name": "Github"
} |
#Skewness 3
library(e1071)
data(airquality)
ozone <- airquality$Ozone
ozone <- ozone[!is.na(ozone)]
hist(ozone, col = "tomato")
skewness(ozone)
| {
"pile_set_name": "Github"
} |
#!/bin/sh
# SPDX-License-Identifier: BSD-2-Clause
# X-SPDX-Copyright-Text: (c) Solarflare Communications Inc
me=$(basename "$0")
bin=$(cd "$(dirname "$0")" && /bin/pwd)
zf_usage_msg() {
echo
echo "usage:"
echo " $me [options] <command> <command-args>"
echo
echo "options:"
echo " -l --loglevel -- ... | {
"pile_set_name": "Github"
} |
'use strict';
// Disabled for now b/c it conflicts with session leak tests
// before(function() {
// this.client = this.configuration.newClient({}, { poolSize: 1 });
// return Promise.resolve()
// .then(() => this.client.connect())
// .then(() => {
// this.adminDb = this.client.db(this.configuratio... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2018 Asylo 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 agree... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>cc.mrbird</gro... | {
"pile_set_name": "Github"
} |
#include <thread>
void some_function()
{}
void some_other_function(int)
{}
std::thread f()
{
void some_function();
return std::thread(some_function);
}
std::thread g()
{
void some_other_function(int);
std::thread t(some_other_function,42);
return t;
}
int main()
{
std::thread t1=f();
t1.... | {
"pile_set_name": "Github"
} |
<p class="may_delete">
<%= t('pageflow.admin.users.me.delete_account_hint') %>
<%= link_to(t('pageflow.admin.users.me.delete_account'),
main_app.delete_me_admin_users_path,
class: 'delete_account') %>
</p>
| {
"pile_set_name": "Github"
} |
#ifndef CAFFE_IMAGE_DATA_LAYER_HPP_
#define CAFFE_IMAGE_DATA_LAYER_HPP_
#include <string>
#include <utility>
#include <vector>
#include "caffe/blob.hpp"
#include "caffe/data_transformer.hpp"
#include "caffe/internal_thread.hpp"
#include "caffe/layer.hpp"
#include "caffe/layers/base_data_layer.hpp"
#include "caffe/pro... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<project xmlns="http://www.xilinx.com/XMLSchema" xmlns:xil_pn="http://www.xilinx.com/XMLSchema">
<header>
<!-- ISE source project file created by Project Navigator. -->
<!-- -... | {
"pile_set_name": "Github"
} |
/*
* Board functions for TI AM335X based pxm2 board
* (C) Copyright 2013 Siemens Schweiz AG
* (C) Heiko Schocher, DENX Software Engineering, hs@denx.de.
*
* Based on:
* u-boot:/board/ti/am335x/board.c
*
* Board functions for TI AM335X based boards
*
* Copyright (C) 2011, Texas Instruments, Incorporated - http... | {
"pile_set_name": "Github"
} |
/**
* editor_plugin_src.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://tinymce.moxiecode.com/license
* Contributing: http://tinymce.moxiecode.com/contributing
*/
(function() {
var DOM = tinymce.DOM;
tinymce.create('tinymce.plugins.FullScreenPlugin... | {
"pile_set_name": "Github"
} |
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * 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)
# */
#
# /* Revised by Paul Mensonides (2002-2011) */
# /* Revised by Edward... | {
"pile_set_name": "Github"
} |
/*
* "streamable kanji code filter and converter"
* Copyright (c) 1998-2002 HappySize, Inc. All rights reserved.
*
* LICENSE NOTICES
*
* This file is part of "streamable kanji code filter and converter",
* which is distributed under the terms of GNU Lesser General Public
* License (version 2) as published by th... | {
"pile_set_name": "Github"
} |
import { useFlag } from '@console/shared/src/hooks/flag';
import { K8sKind } from '@console/internal/module/k8s';
import { NODE_MAINTENANCE_FLAG, NODE_MAINTENANCE_OLD_FLAG } from '../features';
import { NodeMaintenanceModel, NodeMaintenanceOldModel } from '../models';
export const useMaintenanceCapability = (): [boole... | {
"pile_set_name": "Github"
} |
# BAtoHilmRhoH
Calculate iteratively the relief along an interface with lateral density variations that corresponds to a given Bouguer anomaly using the algorithm of Wieczorek and Phillips (1998).
# Usage
call BAtoHilmRhoH (`cilm`, `ba`, `grid`, `lmax`, `nmax`, `mass`, `r0`, `rho`, `gridtype`, `w`, `plx`, `zero`, `f... | {
"pile_set_name": "Github"
} |
//
// Observable+Bind.swift
// Rx
//
// Created by Krunoslav Zaher on 8/29/15.
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
//
import Foundation
#if !RX_NO_MODULE
import RxSwift
#endif
extension ObservableType {
/**
Creates new subscription and sends elements to observer.
In thi... | {
"pile_set_name": "Github"
} |
header formats
arrayFormat
<api>
^2 | {
"pile_set_name": "Github"
} |
const devMiddleware = require('webpack-dev-middleware')
module.exports = (compiler, opts) => {
const expressMiddleware = devMiddleware(compiler, opts)
return async (ctx, next) => {
await expressMiddleware(ctx.req, {
end: (content) => {
ctx.body = content
},
... | {
"pile_set_name": "Github"
} |
// Boost.Geometry
// Copyright (c) 2014 Adam Wulkiewicz, Lodz, Poland.
// 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)
#ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_INTERIOR_I... | {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////
// $Id$
/////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2013 Volker Ruppert
// Copyright (C) 2001-2017 The Bochs Project
//
// This library is free software; you can redistribute it and/or
/... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010 Johns Hopkins University.
* 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 ... | {
"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 ma... | {
"pile_set_name": "Github"
} |
.ex2-3-4 pre {
text-align: center;
}
.ex2-3-4 pre span {
text-align: left;
display: inline-block;
white-space: pre;
} | {
"pile_set_name": "Github"
} |
var Stream = require('stream').Stream,
util = require('util'),
driver = require('websocket-driver'),
Headers = require('websocket-driver/lib/websocket/driver/headers'),
API = require('./websocket/api'),
EventTarget = require('./websocket/api/event_target'),
Event ... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/acm-pca/model/ValidityPeriodType.h>
#include <aws/core/utils/HashingUtils.h>
#include <aws/core/Globals.h>
#include <aws/core/utils/EnumParseOverflowContainer.h>
using namespace Aws::Ut... | {
"pile_set_name": "Github"
} |
IMPLEMENTATION MODULE blk;
__IMP_SWITCHES__
__RANGECHECK_OFF__
__STACKCHECK_OFF__
__DEBUG_OFF__
#ifdef HM2
#ifdef __LONG_WHOLE__
(*$!i+: Modul muss mit $i- uebersetzt werden! *)
(*$!w+: Modul muss mit $w- uebersetzt werden! *)
#else
(*$!i-: Modul muss mit $i+ uebersetzt werden! *)
(*$!w-: Modul muss mit $w+ ... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010 Google 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 law or agreed to i... | {
"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"
} |
<?php
/* Copyright (C) 2005-2008 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2009 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2013 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2020 Open-DSI <support@open-dsi.fr>
*
* This program is ... | {
"pile_set_name": "Github"
} |
db SUNFLORA ; 192
db 75, 75, 55, 30, 105, 85
; hp atk def spd sat sdf
db GRASS, GRASS ; type
db 120 ; catch rate
db 146 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
IF DEF(_GOLD)
INCBIN "gfx/pokemon/sunflor... | {
"pile_set_name": "Github"
} |
MIIF4AoBAKCCBdkwggXVBgkrBgEFBQcwAQEEggXGMIIFwjCBmaIWBBT0zghPr/K8
jV5hpjGMML9Q+DwzShgPMjAxMjEwMTAxMjA5NTlaMG4wbDBEMAkGBSsOAwIaBQAE
FLdXtbacB/gWIxOOkMkqDr4yAaoxBBRge2YaRQ2XyolQL30EzTSo//z9SwILBAAA
AAABL07hRxCAABgPMjAxMjEwMDEwNjAwMDBaoBEYDzIwMTMwNDE1MDYwMDAwWjAL
BgkqhkiG9w0BAQUDggEBAGZY28eFWl169g7puLnKSeEzi6Ma5/rErOveFRp0... | {
"pile_set_name": "Github"
} |
# Use one of these commands to build the manifest for Node.js:
#
# - make
# - make DEBUG=1
# - make SGX=1
# - make SGX=1 DEBUG=1
#
# Use `make clean` to remove Graphene-generated files.
THIS_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
NODEJS_DIR ?= /usr/bin/
# Relative path to Graphene root and key for enclave signing... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
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; version 2 of the License.
This program is distributed i... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/android">
<sourceFolder url="file://$MODULE_DIR$/android/app/src/main/java" isTestSource="false" />
... | {
"pile_set_name": "Github"
} |
package cmd
import (
"context"
"fmt"
"io"
"os"
"os/signal"
"syscall"
"github.com/golang/protobuf/ptypes/empty"
"github.com/mitchellh/go-homedir"
"github.com/mosuka/cete/client"
"github.com/mosuka/cete/marshaler"
"github.com/mosuka/cete/protobuf"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)
var (
... | {
"pile_set_name": "Github"
} |
var ja = {
"audio": "オーディオ",
"video": "ビデオ",
"playerHeading": "メディアプレイヤー",
"faster": "はやく",
"slower": "おそく",
"play": "再生",
"pause": "一時停止",
"stop": "停止",
"restart": "再開",
"prevChapter": "前のチャプター",
"nextChapter": "次のチャプター",
"prevTrack": "前のトラック",
"nextTrack": "次のトラック",
"rewind": "巻き戻し",
"forward": "早送り",
... | {
"pile_set_name": "Github"
} |
/* Malayalam (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Saji Nediyanchath (saji89@gmail.com). */
jQuery(function($){
$.datepicker.regional['ml'] = {
closeText: 'ശരി',
prevText: 'മുന്നത്തെ',
nextText: 'അടുത്തത് ',
currentText: 'ഇന്ന്',
monthNames: ['ജനുവരി','ഫെബ്രുവരി','മാര്... | {
"pile_set_name": "Github"
} |
/**
@overview
@author Michael Mathews <micmath@gmail.com>
@license Apache License 2.0 - See file 'LICENSE.md' in this project.
*/
/**
Functionality related to JSDoc tags.
@module jsdoc/tag
@requires jsdoc/tag/dictionary
@requires jsdoc/tag/validator
@requires jsdoc/tag/type
*/
(function() {
var j... | {
"pile_set_name": "Github"
} |
/* file: outlierdetection_univariate_dense_default_batch_fpt_dispatcher.cpp */
/*******************************************************************************
* Copyright 2014-2020 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance wit... | {
"pile_set_name": "Github"
} |
test-route53:
@scripts/ssh ${DIR_KEY_PAIR}/${AWS_EC2_KEY_NAME}.pem `terraform output bastion-ip` \
"( nslookup etcd.`terraform output internal-tld` )"
@scripts/ssh ${DIR_KEY_PAIR}/${AWS_EC2_KEY_NAME}.pem `terraform output bastion-ip` \
"( dig `terraform output internal-tld` ANY )"
@scripts/ssh ${DIR_KEY_PAIR}/${... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="bar_grey">#393a3e</color>
<color name="black">#000000</color>
<color name="white">#FFFFFF</color>
<color name="blue">#7D7DFF</color>
<color name="color_69">#999999</color>
<color name="image_overlay_true">#80000000</color>
<colo... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.