text stringlengths 2 99.9k | meta dict |
|---|---|
# -*- coding: utf-8 -*-
# Generated by Django 1.11.7 on 2018-07-02 00:08
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('activity', '0006_auto_20180701_1904'),
]
operations = [
migrations.AddField... | {
"pile_set_name": "Github"
} |
{
"kind": "Template",
"apiVersion": "v1",
"metadata": {
"name": "mysql-persistent",
"annotations": {
"description": "MySQL database service, with persistent storage. Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template."... | {
"pile_set_name": "Github"
} |
# - find where dlopen and friends are located.
# DL_FOUND - system has dynamic linking interface available
# DL_INCLUDE_DIR - where dlfcn.h is located.
# DL_LIBRARIES - libraries needed to use dlopen
include(CheckFunctionExists)
find_path(DL_INCLUDE_DIR NAMES dlfcn.h)
find_library(DL_LIBRARIES NAMES dl)
if(DL_LIBRARI... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html><head><meta charset="utf-8"><title>Issue2474-2</title><link rel="stylesheet" href="Agda.css"></head><body><pre class="Agda"><a id="1" class="Background">\documentclass{article}
\usepackage{agda}
\begin{document}
</a><a id="61" class="Markup">\begin{code}</a>
<a id="74" class="Keyword">import</a> ... | {
"pile_set_name": "Github"
} |
-- TODO
-- Enable branching states with a users_states join table. Each plugin
-- maintains a state for each user. Then a user can build up a state in one
-- plugin, perform some task in another plugin, and RETURN to the first plugin.
-- First a plugin should check the most recently set state for the user, but if
-- so... | {
"pile_set_name": "Github"
} |
{
"activePlaceCount": 0,
"birth": {
"place": {
"name": "Greensboro, United States",
"placeName": "Greensboro",
"placeType": "inhabited_place"
},
"time": {
"startYear": 1939
}
},
"birthYear": 1939,
"date": "1939\u20131989",
"death": {
"place": {
"name"... | {
"pile_set_name": "Github"
} |
// Description: C# Extension Methods | Enhance the .NET Framework and .NET Core with over 1000 extension methods.
// Website & Documentation: https://csharp-extension.com/
// Issues: https://github.com/zzzprojects/Z.ExtensionMethods/issues
// License (MIT): https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/... | {
"pile_set_name": "Github"
} |
/**
This module is a submodule of $(MREF std, range).
The main $(MREF std, range) module provides template-based tools for working with
ranges, but sometimes an object-based interface for ranges is needed, such as
when runtime polymorphism is required. For this purpose, this submodule
provides a number of object and $... | {
"pile_set_name": "Github"
} |
/* LanguageTool, a natural language style checker
* Copyright (C) 2005 Daniel Naber (http://www.danielnaber.de)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version ... | {
"pile_set_name": "Github"
} |
/**
* This function is like
* [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
* except that it includes inherited enumerable properties.
*
* @private
* @param {Object} object The object to query.
* @returns {Array} Returns the array of property names.
*/
function nativeKeysIn(object... | {
"pile_set_name": "Github"
} |
var Negotiator = require('negotiator')
var mime = require('mime-types')
var slice = [].slice
module.exports = Accepts
function Accepts(req) {
if (!(this instanceof Accepts))
return new Accepts(req)
this.headers = req.headers
this.negotiator = Negotiator(req)
}
/**
* Check if the given `type(s)` is accep... | {
"pile_set_name": "Github"
} |
package com.ulisesbocchio.jasyptmavenplugin.mojo;
import com.ulisesbocchio.jasyptmavenplugin.encrypt.EncryptionService;
import lombok.extern.slf4j.Slf4j;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
... | {
"pile_set_name": "Github"
} |
if(!window.DHTMLSuite)var DHTMLSuite=new Object();/************************************************************************************************************
@fileoverview
DHTML Suite for Applications.
Copyright (C)2006 Alf Magne Kalleland(post@dhtmlgoodies.com)<br>
<br>
This library is free software; you can r... | {
"pile_set_name": "Github"
} |
define(function(require, exports, module) {
var Notify = require('common/bootstrap-notify');
exports.run = function() {
$('body').on('click', 'button.delete-btn', function() {
if (!confirm(Translator.trans('admin.tag.delete_hint'))) return false;
var $btn = $(this);
$.post($btn.data('url'), function(respon... | {
"pile_set_name": "Github"
} |
/**
* \file
* Copyright (C) 2016 Xamarin Inc
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/
/* inspired by BinaryGraphPrinter.java of Graal */
#include "mini.h"
#if !defined(DISABLE_LOGGING) && !defined(DISABLE_JIT) && !defined(HOST_WIN32)
#include <glib.... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 - 2016 Eluna Lua Engine <http://emudevs.com/>
* This program is free software licensed under GPL version 3
* Please see the included DOCS/LICENSE.md for more information
*/
#ifndef MAPMETHODS_H
#define MAPMETHODS_H
#include "ElunaInstanceAI.h"
/***
* A game map, e.g. Azeroth, Eastern Kingdom... | {
"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.
/**
* @name: S11.13.1_A3.1;
* @section: 11.13.1;
* @assertion: Operator x = y PutValue(x, y);
* @description: Checking Expression and Variable statements;
*/
//CHECK#1
var x = 1;
if... | {
"pile_set_name": "Github"
} |
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 1996-2020 The Squid Software Foundation and contributors
*
* Squid software is distributed under GPLv2+ license and includes
* contributions from numerous individuals and organizations.
* Please see the COPYING and CONTRIBUTORS files for details.
*/
/* DEBUG: section 93 ICAP (RFC 3507) Clie... | {
"pile_set_name": "Github"
} |
/*
* Tencent is pleased to support the open source community by making Angel available.
*
* Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. 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.... | {
"pile_set_name": "Github"
} |
/*
**********************************************************************
* Copyright (c) 2002-2005, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
********************************************************************... | {
"pile_set_name": "Github"
} |
/*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* FFmpeg is distributed... | {
"pile_set_name": "Github"
} |
450
bset 0
breset 0177420
Hor 4
Vert 5
Newline 40
Char 24
Em 24
Halfline 20
Adj 24
twinit "\0334"
twrest "\0334"
twnl "\015\n"
hlr "\033D"
hlf "\033U"
flr "\033\n"
bdon ""
bdoff ""
iton ""
itoff ""
ploton "\0333"
plotoff "\0334"
up "\033\n"
down "\n"
right " "
left "\b"
charset
em 1 -
hy 1 -
\- 1 -
bu 1 +\bo
sq 2 \[]
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:padding="8dip" >
<LinearLayout
android:layout_width="match_parent"
... | {
"pile_set_name": "Github"
} |
package mj.net.message.game;
import java.io.IOException;
import com.isnowfox.core.io.Input;
import com.isnowfox.core.io.Output;
import com.isnowfox.core.io.ProtocolException;
import com.isnowfox.core.net.message.AbstractMessage;
/**
* 通知用户出牌
*
* <b>生成器生成代码,请勿修改,扩展请继承</b>
* @author isnowfox消息生成器
*/
public clas... | {
"pile_set_name": "Github"
} |
/* -*-mode:java; c-basic-offset:2; indent-tabs-mode:nil -*- */
/*
Copyright (c) 2015-2016 ymnk, JCraft,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 retai... | {
"pile_set_name": "Github"
} |
(module RF_ISM_Module_MRF89XAM9A (layer F.Cu) (tedit 5D28962A)
(attr smd)
(fp_text reference REF** (at 0 -15.25) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value RF_ISM_Module_MRF89XAM9A (at 0 15.75) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (... | {
"pile_set_name": "Github"
} |
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
browser.jar:
% skin communicator classic/1.0 %skin/classic/communicator/
skin/classic/communicator/communicator.... | {
"pile_set_name": "Github"
} |
#include "ygz/System.h"
#include "ygz/TrackerLK.h"
#include "ygz/BackendSlidingWindowG2O.h"
namespace ygz {
System::System(const string &configPath) {
// Read rectification parameters
cv::FileStorage fsSettings(configPath, cv::FileStorage::READ);
if (!fsSettings.isOpened()) {
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.appcompat.widget.Too... | {
"pile_set_name": "Github"
} |
int getline(char **lineptr, size_t *n, FILE *stream);
| {
"pile_set_name": "Github"
} |
=pod
=head1 NAME
PEM_write_bio_PKCS7_stream - output PKCS7 structure in PEM format.
=head1 SYNOPSIS
#include <openssl/pkcs7.h>
#include <openssl/pem.h>
int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *data, int flags);
=head1 DESCRIPTION
PEM_write_bio_PKCS7_stream() outputs a PKCS7 structure in PEM fo... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: e9a9a24a12f85fc4b9a4b5a5992e2fe7
folderAsset: yes
timeCreated: 1461262618
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
-- tkt3718.test
--
-- execsql {
-- SELECT
-- (SELECT sum(a) FROM t2)==(SELECT sum(a*5-10) FROM t2 WHERE (a%5)==0)
-- }
SELECT
(SELECT sum(a) FROM t2)==(SELECT sum(a*5-10) FROM t2 WHERE (a%5)==0) | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='UTF-8'?>
<!--
This Source Code Form is subject to the terms of the Mozilla Public License,
v. 2.0. If a copy of the MPL was not distributed with this file, You can
obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under
the terms of the Healthcare Disc... | {
"pile_set_name": "Github"
} |
body{--colorLoad:#d9e5ef}
.load-list li,.load-rank{background: #fff;}
.load-rank{overflow: visible;}
.load-list li:before,.load-rank:before{display: none;}
.load-list-con{position: absolute;bottom: 10px;width: 100%;padding: 0 10px;box-sizing: border-box;}
.load-list-con ul{display: block;margin: 0;}
.load-list-... | {
"pile_set_name": "Github"
} |
<!--
Copyright (C) 2013 salesforce.com, 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 applicab... | {
"pile_set_name": "Github"
} |
Array3d v(1,2,3);
cout << v.log() << endl;
| {
"pile_set_name": "Github"
} |
# coding: utf-8
"""
webencodings.x_user_defined
~~~~~~~~~~~~~~~~~~~~~~~~~~~
An implementation of the x-user-defined encoding.
:copyright: Copyright 2012 by Simon Sapin
:license: BSD, see LICENSE for details.
"""
from __future__ import unicode_literals
import codecs
### Codec APIs
class Code... | {
"pile_set_name": "Github"
} |
<?php
$type='TrueTypeUnicode';
$name='DejaVuSerif-Italic';
$desc=array('Ascent'=>928,'Descent'=>-236,'CapHeight'=>-65,'Flags'=>96,'FontBBox'=>'[-839 -347 1650 1227]','ItalicAngle'=>-11,'StemV'=>70,'MissingWidth'=>600);
$up=-63;
$ut=44;
$dw=600;
$cw=array(
0=>600,32=>318,33=>402,34=>460,35=>838,36=>636,37=>950,38=>890,3... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 4230502e1973f4c9e9ef6767dcc8c602
timeCreated: 1448655580
licenseType: Store
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
module.exports = SearchInterface;
const BrowserpassURL = require("@browserpass/url");
const m = require("mithril");
/**
* Search interface
*
* @since 3.0.0
*
* @param object interface Popup main interface
* @return void
*/
function SearchInterface(popup) {
// public methods
this.view = view;
// fi... | {
"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"
} |
// Copyright 2017 The etcd Authors
// Copyright 2017 Wu Tao
//
// 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 a... | {
"pile_set_name": "Github"
} |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
| {
"pile_set_name": "Github"
} |
# The MIT License
#
# Copyright (c) 2004-2010, Sun Microsystems, Inc.
#
# 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, ... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2020 Linaro Limited.
# SPDX-License-Identifier: Apache-2.0
name: Documentation GitHub Workflow
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Update PATH for west
run: |
echo "::add-path::$HOME/.local/bin"
- name: checkout
uses: actions/c... | {
"pile_set_name": "Github"
} |
<ion-view title="Local Notification">
<ion-content padding="true">
<button class="button button-block" ng-click="addNotification()">Add Notification</button>
</ion-content>
</ion-view>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding='UTF-8'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY admin SYSTEM "stir_shaken_admin.xml">
<!ENTITY contrib SYSTEM "contributors.xml">
<!-- Include general documentation entities -->
<!ENTITY % docentitie... | {
"pile_set_name": "Github"
} |
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
and Distribution Li... | {
"pile_set_name": "Github"
} |
<connectionStrings>
<!-- Connection String for SQL Server 2005/2008 with Integrated Security -->
<add name="yafnet" connectionString="data source=(local);initial catalog=yafnet;integrated security=SSPI" providerName="System.Data.SqlClient" />
<!-- Connection String for SQL Server 2005/2008 with Standard Secu... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xroad="http://x-road.eu/xsd/xroad.xsd"
xmlns:id="http://x-road.eu/xsd/identifiers">
<SOAP-ENV:Header>
<xroad:client id:objectType="MEMBER">
<id:xRoad... | {
"pile_set_name": "Github"
} |
{
allThreadsStopped : false
description : Paused on debugger statement
reason : pause
threadId : <number>
}
result: 'world'
| {
"pile_set_name": "Github"
} |
-------------------------------------------------------------------------------
-- Spine Runtimes Software License v2.5
--
-- Copyright (c) 2013-2016, Esoteric Software
-- All rights reserved.
--
-- You are granted a perpetual, non-exclusive, non-sublicensable, and
-- non-transferable license to use, install, execute, ... | {
"pile_set_name": "Github"
} |
# Intro to Nodejs
> Scott Moss & Frontend Masters
- [Resources](#resources)
- [Course](#course)
- [Exercises](#exercises)
- [Installing Node](#installing-node)
- [Modules (node vs browser)](#modules-node-vs-browser)
- [CLI (npm)](#cli-npm)
- [API (async code)](#api-async-code)
- [Debugging & Testing](#debuggi... | {
"pile_set_name": "Github"
} |
@extends('layouts.app')
@section('title', '实战教程')
@section('content')
<div class="ui centered grid container stackable" style="margin-bottom: 80px;min-height:380px">
<div class="twelve wide column">
<div class="ui segment text-center">
实战系列课程,每个课程对应一个实战项目,助你从小工成就大师
<... | {
"pile_set_name": "Github"
} |
---
http_interactions:
- request:
method: get
uri: http://api.themoviedb.org/3/movie/22855?api_key=8a221fc31fcdf12a8af827465574ffc9&append_to_response=alternative_titles,credits,images,keywords,releases,trailers,translations,reviews,lists,changes
body:
encoding: US-ASCII
string: ''
headers:
... | {
"pile_set_name": "Github"
} |
[kernel] Parsing tests/value/dur.i (no preprocessing)
[eva] Analyzing a complete application starting at F2
[eva] Computing initial state
[eva] Initial state computed
[eva:initial-state] Values of globals at initialization
G1 ∈ {0}
G2 ∈ {0}
G3 ∈ [--..--]
G4{.M6; .M7; .M8; .M9; .M10; .M11; .M12; .M13; .M14; .M15... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
// Copyright David Abrahams 2003-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Preprocessed version of "boost/mpl/set/set40.hpp" header
// -- DO NOT mod... | {
"pile_set_name": "Github"
} |
// Re-render the PNG image with:
//
// dot -Tpng new-design-workflow.dot -o new-design-workflow.png
digraph {
nodesep = 1.5;
// Nodes
start [shape = "point", style = "invis", width = 0];
proposed [label = <<b>Design Proposed</b>>, shape = "circle", style = "filled", fillcolor = "#c5def5"];
accepted [la... | {
"pile_set_name": "Github"
} |
""
DialogScript DialogScript
CreateScript CreateScript
TypePropertiesOptions TypePropertiesOptions
Help Help
Tools.shelf Tools.shelf
InternalFileOptions InternalFileOptions
Contents.gz Contents.gz
Version Version
IconSVG IconSVG
EditableNodes EditableNodes
PythonModule PythonModule
OnCreated OnCreated
ExtraFileOptions ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>files</key>
<dict/>
<key>files2</key>
<dict>
<key>PlugIns/VoodooGPIO.kext</key>
<dict>
<key>cdhash</key>
<data>
R1tC7kIDe5WtAN5... | {
"pile_set_name": "Github"
} |
package biz.dealnote.messenger.adapter;
import android.graphics.PorterDuff;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.List;
import androidx.recyclerview.... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <stdbool.h>
#include "gb.h"
typedef uint8_t GB_read_function_t(GB_gameboy_t *gb, uint16_t addr);
typedef void GB_write_function_t(GB_gameboy_t *gb, uint16_t addr, uint8_t value);
typedef enum {
GB_BUS_MAIN, /* In DMG: Cart and RAM. In CGB: Cart only */
GB_BUS_RAM, /* In CGB only. *... | {
"pile_set_name": "Github"
} |
SUMMARY = "cdparanoia library"
DESCRIPTION = "library used to read audio CDs, which is able to perform \
error corrections, hence the name paranoia."
HOMEPAGE = "https://www.xiph.org/"
SECTION = "multimedia"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=d370feaa1c9edcdbd29ca27ea3d2304d"
SRC_URI = "... | {
"pile_set_name": "Github"
} |
module Spec
module Mocks
module ExampleMethods
include Spec::Mocks::ArgumentMatchers
# Shortcut for creating an instance of Spec::Mocks::Mock.
#
# +name+ is used for failure reporting, so you should use the
# role that the double is playing in the example.
#
# +stubs_and... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------*\
$Id$
\*---------------------------------------------------------*/
/*------------------------------------------------------------*\
s e e t e x
code to parse tex directives from specific comment lines in
NWChem fortran source code, fortran include fi... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('cond', require('../cond'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
---
layout: post
title: "Windows Installer Updates"
tags:
- windows
- platform-sig
- installers
author: slide_o_mix
---
The Windows Installer for Jenkins has been around for many years as a way for users to install a Jenkins controller on Windows as a service.
Since it's initial development, it has not rec... | {
"pile_set_name": "Github"
} |
**This airport has been automatically generated**
We have no information about OIFV[*] airport other than its name, ICAO and location (IR).
This airport will have to be done from scratch, which includes adding runways, taxiways, parking locations, boundaries...
Good luck if you decide to do this airport! | {
"pile_set_name": "Github"
} |
{
"dataset_reader": {
"class_name": "dstc2_reader",
"data_path": "{DATA_PATH}"
},
"dataset_iterator": {
"class_name": "dstc2_ner_iterator",
"slot_values_path": "{SLOT_VALS_PATH}"
},
"chainer": {
"in": ["x"],
"in_y": ["y"],
"pipe": [
{
"in": ["x"],
"class_name"... | {
"pile_set_name": "Github"
} |
/*!
* is-data-descriptor <https://github.com/jonschlinkert/is-data-descriptor>
*
* Copyright (c) 2015-2017, Jon Schlinkert.
* Released under the MIT License.
*/
'use strict';
var typeOf = require('kind-of');
module.exports = function isDataDescriptor(obj, prop) {
// data descriptor properties
var data = {
... | {
"pile_set_name": "Github"
} |
//
// RxNavigationControllerDelegateProxy.swift
// RxCocoa
//
// Created by Diogo on 13/04/17.
// Copyright © 2017 Krunoslav Zaher. All rights reserved.
//
#if os(iOS) || os(tvOS)
import UIKit
#if !RX_NO_MODULE
import RxSwift
#endif
/// For more information take a look at `DelegateProxyTy... | {
"pile_set_name": "Github"
} |
package pflag
import "strconv"
// -- int Value
type intValue int
func newIntValue(val int, p *int) *intValue {
*p = val
return (*intValue)(p)
}
func (i *intValue) Set(s string) error {
v, err := strconv.ParseInt(s, 0, 64)
*i = intValue(v)
return err
}
func (i *intValue) Type() string {
return "int"
}
func (... | {
"pile_set_name": "Github"
} |
{
"name": "textile-react-native-sdk",
"version": "3.0.11",
"summary": "## Getting started",
"description": "## Getting started",
"homepage": "https://github.com/textileio/react-native-sdk#readme",
"license": "MIT",
"authors": "textile.io",
"source": {
"git": "https://github.com/textileio/react-nativ... | {
"pile_set_name": "Github"
} |
Holistic Sentiment Analysis Across Languages:
Multilingual Supervised Latent Dirichlet Allocation
Jordan Boyd-Graber
UMD iSchool and
UMIACS University of
Maryland College Park,
MD
jbg@umiacs.umd.edu
Philip Resnik Department
of Linguistics and
UMIACS
University of Maryland
College Park, MD
resnik@umd.edu... | {
"pile_set_name": "Github"
} |
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LI... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Console\Scheduling;
use Carbon\Carbon;
use App\Models\Instance\Cron;
class CronEvent
{
/**
* The cron model.
*
* @var Cron
*/
private $cron;
/**
* Frequency to run the command in minutes.
*
* @var int
*/
private $minutes = 1;
/**
... | {
"pile_set_name": "Github"
} |
--- setup.py.orig Wed Jun 16 15:13:57 2004
+++ setup.py Wed Jun 16 15:14:29 2004
@@ -75,7 +75,7 @@
scripts = ['rdiff-backup', 'rdiff-backup-statistics'],
data_files = [('share/man/man1', ['rdiff-backup.1',
'rdiff-backup-statistics.1']),
- ('share/doc/rdiff-backup-%s' % (version_string,),
- [... | {
"pile_set_name": "Github"
} |
<<~ "HTML";
some <caret> thing here
HTML | {
"pile_set_name": "Github"
} |
/**
* This file is part of logisim-evolution.
*
* Logisim-evolution 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.
*
* Logisim... | {
"pile_set_name": "Github"
} |
/*
* linux/fs/hpfs/namei.c
*
* Mikulas Patocka (mikulas@artax.karlin.mff.cuni.cz), 1998-1999
*
* adding & removing files & directories
*/
#include <linux/sched.h>
#include "hpfs_fn.h"
static int hpfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode)
{
const unsigned char *name = dentry->d_name.na... | {
"pile_set_name": "Github"
} |
// Hello3Dwave.h : main header file for the PROJECT_NAME application
//
#pragma once
#ifndef __AFXWIN_H__
#error "include 'stdafx.h' before including this file for PCH"
#endif
#include "resource.h" // main symbols
// CHello3DwaveApp:
// See Hello3Dwave.cpp for the implementation of this class
//
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 1998 Ross Ihaka
* Copyright (c) 2000, The R Core Team
* Copyright (c) 2016, 2019, Oracle and/or its affiliates
*
* 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 ... | {
"pile_set_name": "Github"
} |
import { daysInYear } from './year';
import { createLocal } from '../create/local';
import { createUTCDate } from '../create/date-from-array';
// start-of-first-week - start-of-year
function firstWeekOffset(year, dow, doy) {
var // first-week day -- which january is always in the first week (4 for iso, 1 for other... | {
"pile_set_name": "Github"
} |
---
layout: index
title: FilterByType
---
FilterByType (objectlist list, string typename)
**New in Quest 5.7**
Returns a new object list containing only the objects in the given list that are of the given type. | {
"pile_set_name": "Github"
} |
// Copyright 2017 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include <atomic>
#include <functional>
#include <memory>
#include <mutex>
#include <set>
#include <thread>
#include "common/announce_multiplayer_room.h"
#include "common/commo... | {
"pile_set_name": "Github"
} |
<?php
class Swift_ByteStream_FileByteStreamAcceptanceTest extends \PHPUnit_Framework_TestCase{
private $_tmpDir;
private $_testFile;
public function setUp() {
if (!defined('SWIFT_TMP_DIR')) {
$this->markTestSkipped(
'Cannot run test without a writable directory to use (... | {
"pile_set_name": "Github"
} |
**This airport has been automatically generated**
We have no information about CPV7[*] airport other than its name, ICAO and location (CA).
This airport will have to be done from scratch, which includes adding runways, taxiways, parking locations, boundaries...
Good luck if you decide to do this airport! | {
"pile_set_name": "Github"
} |
# Move base node parameters. For full documentation of the parameters in this file, please see
#
# http://www.ros.org/wiki/move_base
#
shutdown_costmaps: false
controller_frequency: 5.0
controller_patience: 3.0
planner_frequency: 1.0
planner_patience: 5.0
oscillation_timeout: 10.0
oscillation_distance: 0.2
# local... | {
"pile_set_name": "Github"
} |
# Changelog
#### v0.6.0
- Pagination
#### v0.5.3
- Logical Operator
#### v0.5.2
- Intersect Partial Results
#### v0.5.1
- Customizable Scoring Resolution
#### v0.5.0
- Where / Find Documents
- Document Tags
- Custom Sort
#### v0.4.0
- Index Documents (Field-Search)
#### v0.3.6
- Right-To-Left Support
- CJ... | {
"pile_set_name": "Github"
} |
/**
*
*/
package edu.berkeley.nlp.PCFGLA;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import edu.berkeley.nlp.syntax.Tree;
import edu.berkeley.nlp.util.ScalingTools;
/**
* @author petrov
*
*/
public class CoarseToFineMaxRuleDerivationParser extends
CoarseToFineMaxRuleParser {... | {
"pile_set_name": "Github"
} |
package org.coweb.oe;
import java.util.HashMap;
import java.util.Map;
import java.util.Arrays;
public class ContextVector {
private int[] sites;
public ContextVector(Map<String, Object> args) throws OperationEngineException {
if(args.containsKey("count")) {
this.sites = new int[((Integer)args.get("count")... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
The MIT License
Copyright (c) 2014-2016 Ilkka Seppälä
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 limitat... | {
"pile_set_name": "Github"
} |
using System;
namespace GridShared.Filtering.Types
{
/// <summary>
/// Object contains some logic for filtering Double columns
/// </summary>
public sealed class DoubleFilterType : FilterTypeBase
{
public override Type TargetType
{
get { return typeof (Double); }
... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright 2001-2003
* Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
*
* SPDX-License-Identifier: GPL-2.0+
*/
/*
* board/config.h - configuration options, board specific
*/
#ifndef __CONFIG_H
#define __CONFIG_H
/*
* High Level Configuration Options
* (easy to change)
*/
#define ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016-2020 the original author or authors.
*
* 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.
... | {
"pile_set_name": "Github"
} |
#-*- coding: ISO-8859-1 -*-
# pysqlite2/dbapi2.py: the DB-API 2.0 interface
#
# Copyright (C) 2004-2005 Gerhard Häring <gh@ghaering.de>
#
# This file is part of pysqlite.
#
# This software is provided 'as-is', without any express or implied
# warranty. In no event will the authors be held liable for any damages
# aris... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2016 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 t... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.