text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* Copyright 2014-2016, Björn Ståhl
* License: 3-Clause BSD, see COPYING file in arcan source repository.
* Reference: http://arcan-fe.com
*/
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <stdbool.h>
#include <assert.h>
#include <unistd.h>
#include <inttypes.h>
#include... | {
"pile_set_name": "Github"
} |
<?php
namespace CssCrush\UnitTest;
use CssCrush\Regex;
class RegexTest extends \PHPUnit_Framework_TestCase
{
public function testMake()
{
$this->assertEquals('~(?<parens>\(\s*(?<parens_content>(?:(?>[^()]+)|(?&parens))*)\))~S',
Regex::make('~{{ parens }}~S'));
$this->assertEquals... | {
"pile_set_name": "Github"
} |
var baseDifference = require('../internal/baseDifference'),
baseFlatten = require('../internal/baseFlatten'),
isArrayLike = require('../internal/isArrayLike'),
isObjectLike = require('../internal/isObjectLike'),
restParam = require('../function/restParam');
/**
* Creates an array of unique `array` val... | {
"pile_set_name": "Github"
} |
EESchema-DOCLIB Version 2.0
#
$CMP CAP1188-1-CP-TR
D IC TOUCH SENSOR/LED DRVR 24VQFN
K CAP1188-1-CP-TRCT-ND
F http://www.microchip.com/mymicrochip/filehandler.aspx?ddocname=en561990
$ENDCMP
#
#End Doc Library | {
"pile_set_name": "Github"
} |
import {
BaseRequestPolicy,
HttpOperationResponse,
RequestPolicy,
RequestPolicyOptions,
WebResource,
RestError
} from "../../src";
export interface NextInjectErrorHolder {
nextInjectError?: RestError;
}
export type Injector = () => RestError | undefined;
/**
* InjectorPolicy will inject a customized e... | {
"pile_set_name": "Github"
} |
#include "sx/allocator.h"
#include "sx/io.h"
#include "sx/string.h"
#include <stdio.h>
static const uint8_t dummy_data[473] =
{
0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x22, 0x66, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x73, 0x22, 0x3a,
0x20, 0x5b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7b, 0x0a... | {
"pile_set_name": "Github"
} |
#! gmake
#
# 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/.
CORE_DEPTH = ..
DEPTH = ..
include manifest.mn
include $(CORE_DEPTH)/coreconf/config.mk
ifdef BUILD_LIBPKI... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Joomla.Component.Builder
*
* @created 30th April, 2015
* @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com>
* @github Joomla Component Builder <https://github.com/vdm-io/Joomla-Component-Builder>
* @copyright Copyright (C) 2015 - 2020 Vast Development... | {
"pile_set_name": "Github"
} |
#
# OpenSSL example configuration file.
# This is mostly being used for generation of certificate requests.
#
# This definition stops the following lines choking if HOME isn't
# defined.
HOME = .
RANDFILE = $ENV::HOME/.rnd
####################################################################
[ ca ]
default_ca = CA_... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2009-2017 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 obtain a copy of the License at
www.apache.org/licenses/LICENSE-2.0
Unless ... | {
"pile_set_name": "Github"
} |
$pkg_name="python"
$pkg_version="3.7.3"
$pkg_origin="core"
$pkg_maintainer="The Habitat Maintainers <humans@habitat.sh>"
$pkg_license=@('Python-2.0')
$pkg_description="Python is a programming language that lets you work quickly and integrate systems more effectively."
$pkg_upstream_url="https://www.python.org"
$pkg_bui... | {
"pile_set_name": "Github"
} |
package test.unit.gov.nist.javax.sip.stack;
import gov.nist.javax.sip.SipStackImpl;
import java.util.ArrayList;
import java.util.EventObject;
import javax.sip.ClientTransaction;
import javax.sip.Dialog;
import javax.sip.DialogTerminatedEvent;
import javax.sip.IOExceptionEvent;
import javax.sip.ListeningPoint;
import... | {
"pile_set_name": "Github"
} |
user nobody nobody;
worker_processes 4;
worker_rlimit_nofile 51200;
error_log logs/error.log notice;
pid /var/run/nginx.pid;
events {
use epoll;
worker_connections ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Tue Nov 05 19:39:12 PST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.fasterxml... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<title>
</title>
<meta charset="UTF-8" />
<script type="text/javascript" src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js">
</script>
<script type="text/javascript" src="jquery.jplayer.min.js">
</script>
... | {
"pile_set_name": "Github"
} |
#include "dense-reconstruction/stereo-matcher.h"
#include <memory>
#include <Eigen/Dense>
#include <aslam/cameras/camera.h>
#include <aslam/common/pose-types.h>
#include <gflags/gflags.h>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/opencv.hpp>
#include "dense-reconstruct... | {
"pile_set_name": "Github"
} |
in this film , we meet the new poké ; mon , celebi , who has the power to travel through time .
| {
"pile_set_name": "Github"
} |
..
This file is part of Logtalk <https://logtalk.org/>
Copyright 1998-2020 Paulo Moura <pmoura@logtalk.org>
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... | {
"pile_set_name": "Github"
} |
using System.Collections.ObjectModel;
using System.IO;
using System.Linq;
using System.Xml;
using Dynamo.Graph;
using Dynamo.Graph.Nodes;
using Dynamo.Migration;
using Dynamo.Selection;
using NUnit.Framework;
using Revit.Elements;
namespace Dynamo.Tests
{
/// <summary>
/// Class containing tests for the NodeMo... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LIBLOCKDEP_LOCKDEP_H_
#define _LIBLOCKDEP_LOCKDEP_H_
#include <sys/prctl.h>
#include <sys/syscall.h>
#include <string.h>
#include <limits.h>
#include <linux/utsname.h>
#include <linux/compiler.h>
#include <linux/export.h>
#include <linux/kern_levels.h>
#include <linux/er... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: ae9405f95b96f4b88bee16d433034a52
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2014-2019, MyMonero.com
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this list of
// cond... | {
"pile_set_name": "Github"
} |
Import( 'env_testing buildJSONTests' )
buildJSONTests( env_testing, Split( """
main.cpp
""" ),
'jsontestrunner' )
# For 'check' to work, 'libs' must be built first.
env_testing.Depends('jsontestrunner', '#libs')
| {
"pile_set_name": "Github"
} |
#
# PvP Game Manager Sample Configuration
#
# This file describes some high-level configuration about the server as a
# whole. Map-specific configuration should be specified in the map folder.
#
# # # # # # # # # # # # # # # #
# OPTION: server #
# # # # # # # # # # # # # # # #
#
# Sets the server mode.
#
... | {
"pile_set_name": "Github"
} |
# Copyright 2013 Hewlett-Packard Development Company, L.P.
# 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. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?><module moduleId="4244TPM6MM">
<version replacedby="4244TPM6MMPotentiometerModuleID">4</version>
<author>Brendan Howell</author>
<title>Trimmer Potentiometer</title>
<label>R</label>
<date>2009-05-20</date>
<tags>
<tag>potentiometer</tag>
<tag>poti</tag>
<tag>adjustable... | {
"pile_set_name": "Github"
} |
TIMESTAMP = 1559777557
SHA256 (azure-mgmt-search-2.1.0.zip) = 92a40a1a7a9e3a82b6fa302042799e8d5a67d3996c20835af72afc14f1610501
SIZE (azure-mgmt-search-2.1.0.zip) = 56140
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2014 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <fsl_ddr_sdram.h>
#include <fsl_ddr_dimm_params.h>
#include <asm/io.h>
#include <asm/arch/clock.h>
#include "ddr.h"
DECLARE_GLOBAL_DATA_PTR;
void fsl_ddr_board_options(memctl_options_t *popts,
... | {
"pile_set_name": "Github"
} |
{
"quicksand" : {
"index" : 10,
"targetType" : "NO_TARGET",
"sounds": {
"cast": "QUIKSAND"
},
"levels" : {
"base":{
"range" : "X",
"battleEffects" : {
"obstacle" : {
"type":"core:obstacle",
"hidden" : true,
"passable" : true,
"trap" : true,
"trigger" : false,... | {
"pile_set_name": "Github"
} |
FROM balenalib/armv7hf-fedora:29-run
LABEL io.balena.device-type="beaglebone-black"
RUN dnf install -y \
less \
nano \
net-tools \
usbutils \
gnupg \
i2c-tools \
&& dnf clean all
RUN [ ! -d /.balena/messages ] && mkdir -p /.balena/messages; echo $'Here are a few details about this Docker image (For more ... | {
"pile_set_name": "Github"
} |
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. 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 a... | {
"pile_set_name": "Github"
} |
# -*- encoding: utf-8 -*-
require 'test_helper'
require 'hexapdf/font_loader'
require 'hexapdf/document'
describe HexaPDF::FontLoader::FromFile do
before do
@doc = HexaPDF::Document.new
@font_file = File.join(TEST_DATA_DIR, "fonts", "Ubuntu-Title.ttf")
@klass = HexaPDF::FontLoader::FromFile
end
it ... | {
"pile_set_name": "Github"
} |
import { BR_BOUNDING_VOLUME_TREE } from '../../../constants';
import { BroadPhase } from '../BroadPhase';
import { DBVT } from './DBVT';
import { DBVTProxy } from './DBVTProxy';
/**
* A broad-phase algorithm using dynamic bounding volume tree.
*
* @author saharan
* @author lo-th
*/
function DBVTBroadPhase(){
... | {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
)
go_library(
name = "go_default_library",
srcs = [
"doc.go",
"generated.pb.go",
"register.go",
"types.go",
"types_swagger_doc_generated.go",
"zz_... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2011-2019 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
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.tx... | {
"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_35) on Tue Oct 16 22:49:49 ICT 2012 -->
<TITLE>
Uses of Package org.apache.fop.render.intermediate.extensions (Apache FOP 1.1 API)
</TITLE>
<META NA... | {
"pile_set_name": "Github"
} |
// indices/update-settings.asciidoc:120
[source, php]
----
$params = [
'index' => 'twitter',
'body' => [
'index' => [
'refresh_interval' => '1s',
],
],
];
$response = $client->indices()->putSettings($params);
----
| {
"pile_set_name": "Github"
} |
import React from "react";
import * as SSMActions from "../actions/SSMActions";
import SSMStore from "../stores/SSMStore";
import Instance from "../components/Instance";
import { Dropdown, Input, Form, Message, Button } from "semantic-ui-react";
export default class Instances extends React.Component {
constructor... | {
"pile_set_name": "Github"
} |
###
# Makefile.basic lists the most basic programs used during the build process.
# The programs listed herein are what are needed to do the basic stuff,
# such as fix file dependencies.
# This initial step is needed to avoid files to be recompiled
# when kernel configuration changes (which is what happens when
# .conf... | {
"pile_set_name": "Github"
} |
import styled from 'styled-components/native';
import { red } from '../../utils/colors';
export const Container = styled.ScrollView`
flex: 1;
background: #fff;
`;
export const BackButton = styled.TouchableOpacity``;
export const Panel = styled.View`
display: flex;
flex-direction: row;
justify-content: spa... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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"
} |
#= require active_admin/base
| {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE.md file in the project root for more information.
using Microsoft.VisualStudio.Composition;
using Microsoft.VisualStudio.LanguageServices;
using Microsoft.VisualStu... | {
"pile_set_name": "Github"
} |
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{juggernaut}
s.version = "2.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rub... | {
"pile_set_name": "Github"
} |
import { Module } from '@nestjs/common'
import { TypeOrmModule } from '@nestjs/typeorm'
import { AppController } from './app.controller'
import { AppService } from './app.service'
import { UserModule } from './user/user.module'
import { BackofficeModule } from './backoffice/backoffice.module'
@Module({
imports: [Typ... | {
"pile_set_name": "Github"
} |
#include <string>
#include <functional>
#include <iostream>
bool check_size(const std::string &s, std::string::size_type sz)
{
return s.size() >= sz;
}
std::ostream &print(std::ostream &os, const std::string &s, char c)
{
return os << s << c;
}
int main()
{
using namespace std::placeholders;
auto che... | {
"pile_set_name": "Github"
} |
<?php
/*************************************************
Snoopy - the PHP net client
Author: Monte Ohrt <monte@ispi.net>
Copyright (c): 1999-2000 ispi, all rights reserved
Version: 1.01
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* L... | {
"pile_set_name": "Github"
} |
{
"name": "reveal.js",
"version": "2.6.2",
"description": "The HTML Presentation Framework",
"homepage": "http://lab.hakim.se/reveal-js",
"subdomain": "revealjs",
"scripts": {
"test": "grunt test",
"start": ""
},
"author": {
"name": "Hakim El Hattab",
"email": "hakim.elhattab@gmail.com",... | {
"pile_set_name": "Github"
} |
/* Formatted output to strings.
Copyright (C) 1999, 2002, 2005-2007, 2009-2020 Free Software Foundation,
Inc.
This program 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 3 of... | {
"pile_set_name": "Github"
} |
# Analytics
Parse provides a number of hooks for you to get a glimpse into the ticking heart of your app. We understand that it's important to understand what your app is doing, how frequently, and when.
While this section will cover different ways to instrument your app to best take advantage of Parse's analytics ba... | {
"pile_set_name": "Github"
} |
<div class="refentry" lang="en" xml:lang="en"><a id="glDeleteBuffers"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>glDeleteBuffers — delete named buffer objects</p></div><div class="refsynopsisdiv"><h2>C Specification</h2><div class="funcsynopsis"><table><tr><td><code class="funcdef">void <b... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-validate. DO NOT EDIT.
// source: github.com/solo-io/gloo/projects/gloo/api/external/envoy/extensions/waf/waf.proto
package waf
import (
"bytes"
"encoding/binary"
"errors"
"fmt"
"hash"
"hash/fnv"
"net"
"net/mail"
"net/url"
"regexp"
"strings"
"time"
"unicode/utf8"
"github... | {
"pile_set_name": "Github"
} |
const fs = require("fs");
module.exports = ({}, pluginOptions) => {
const notesDirectory = pluginOptions.notesDirectory || "content/brain/";
if (!fs.existsSync(notesDirectory)) {
fs.mkdirSync(notesDirectory, { recursive: true });
}
};
| {
"pile_set_name": "Github"
} |
'use strict';
const AggregationCursor = require('../aggregation_cursor');
const applyWriteConcern = require('../utils').applyWriteConcern;
const decorateWithCollation = require('../utils').decorateWithCollation;
const decorateWithReadConcern = require('../utils').decorateWithReadConcern;
const handleCallback = require... | {
"pile_set_name": "Github"
} |
import { useContext, useEffect } from 'react';
import { ChatContext } from '../../../../context';
export const useChannelUpdated = ({ onChannelUpdated, setChannels }) => {
const { client } = useContext(ChatContext);
useEffect(() => {
const handleEvent = (e) => {
if (typeof onChannelUpdated === 'functio... | {
"pile_set_name": "Github"
} |
/*------------------------------------------------------------------------
*
* Derivative of the OpenVG 1.0.1 Reference Implementation
* -------------------------------------
*
* Copyright (c) 2007 The Khronos Group Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this ... | {
"pile_set_name": "Github"
} |
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) Microsoft Corporation
// All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic documentation provided with the library.
// See these sourc... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
2367A45C187104EA00378542 /* IconPickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2367A45B187104EA00378542 /* IconPickerViewController.m */; };
23F99E94186962EC00657813 /* Da... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# Copyright 2020 The Tensor2Robot 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 ... | {
"pile_set_name": "Github"
} |
procedural_city_generation.additional_stuff package
===================================================
Submodules
----------
procedural_city_generation.additional_stuff.LinalgTools module
--------------------------------------------------------------
.. automodule:: procedural_city_generation.additional_stuff.Linal... | {
"pile_set_name": "Github"
} |
---
layout: page
title: Upgrade Astronomer
permalink: /guides/upgrade/
hide: true
---
## Upgrade Astronomer
Once the Astronomer umbrella chart is installed, you may want to make config changes, or upgrade to a newer release.
Helm makes it easy to update a Kubernetes cluster.
Most updates can be installed by running... | {
"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"
} |
/**
* Copyright (c) 2011-2013, dafei 李飞 (myaniu AT gmail DOT 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 License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | {
"pile_set_name": "Github"
} |
# Darwin/XNU
`Darwin/XNU` is not supported at the moment.
[panicall](https://twitter.com/panicaII) has ported
([[1]](https://i.blackhat.com/eu-18/Wed-Dec-5/eu-18-Juwei_Lin-Drill-The-Apple-Core.pdf)
([video](https://www.youtube.com/watch?v=zDXyH8HxTwg)),
[[2]](https://conference.hitb.org/hitbsecconf2019ams/materials/D... | {
"pile_set_name": "Github"
} |
//{{BLOCK(start_border0)
//======================================================================
//
// start_border0, 32x256@4,
// Transparent color : FF,00,FF
// + palette 16 entries, not compressed
// + bitmap not compressed
// Total size: 32 + 4096 = 4128
//
// Time-stamp: 2018-06-20, 11:35:44
// Exported by Cea... | {
"pile_set_name": "Github"
} |
/* intprefix.c - generate an unprefixed internal symbol list
*
* Last changed in libpng version 1.6.16 [December 22, 2014]
* Copyright (c) 2013-2014 Glenn Randers-Pehrson
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h
*/
... | {
"pile_set_name": "Github"
} |
<div id="password" class="field form-group has-feedback formio-component formio-component-password formio-component-password " ref="component">
<label class="" for="password-password">
Password
</label>
<div ref="element">
<div class="ui input fluid ">
<input ref="input" name="data[password]" type="... | {
"pile_set_name": "Github"
} |
package com.apollographql.apollo.internal;
import com.apollographql.apollo.ApolloCall;
import com.apollographql.apollo.ApolloQueryWatcher;
import com.apollographql.apollo.api.OperationName;
import com.apollographql.apollo.api.Query;
import com.apollographql.apollo.api.Response;
import com.apollographql.apollo.api.Scal... | {
"pile_set_name": "Github"
} |
#!/bin/cat
$Id: FAQ.ISP.txt,v 1.9 2018/05/24 11:34:30 gilles Exp gilles $
This document is also available online at
https://imapsync.lamiral.info/FAQ.d/
https://imapsync.lamiral.info/FAQ.d/FAQ.ISP.txt
=======================================================================
Imapsync tips for ISP. Specific issues ... | {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | {
"pile_set_name": "Github"
} |
# Copyright 2018 Spotify AB
#
# 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"
} |
{
"acno": "D26298",
"acquisitionYear": 1856,
"additionalImages": [
{
"copyright": null,
"creativeCommons": null,
"filenameBase": "D26298",
"sizes": [
{
"caption": "Enhanced image",
"cleared": true,
"file": "enhanced_images/D262/D26298_E.jpg"... | {
"pile_set_name": "Github"
} |
{
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"dependencies": {
"pump": "^3.0.0"
},
"description": "Get a stream as a string, buffer, or array",
"devDependencies": {
"ava": "*",
"into-stream": "^3.0.0",
"xo": "*"
},
"en... | {
"pile_set_name": "Github"
} |
/**
*
*/
package com.juxtapose.example.ch09.listener;
import org.springframework.batch.core.ExitStatus;
import org.springframework.batch.core.StepExecution;
import org.springframework.batch.core.StepExecutionListener;
import com.juxtapose.example.ch09.Constant;
/**
* @author bruce.liu(mailto:jxta.liu... | {
"pile_set_name": "Github"
} |
<?php
__FUNCTION__[0];
__dir__[0];
?> | {
"pile_set_name": "Github"
} |
define([
'../Variable',
'../extensions/dstore',
'dstore/Memory',
'intern!object',
'intern/chai!assert'
], function (VariableExports, dstore, Memory, registerSuite, assert) {
var Variable = VariableExports.Variable
var DstoreVariable = dstore.DstoreVariable
function MockStore() {
this.handlers = []
this.on =... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2013, Facebook, Inc. All rights reserved.
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
//
#ifndef ROCKSDB_LITE
#in... | {
"pile_set_name": "Github"
} |
/*
Open Source Initiative OSI - The MIT License (MIT):Licensing
The MIT License (MIT)
Copyright (c) 2013 Ralph Caraveo (deckarep@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without... | {
"pile_set_name": "Github"
} |
import Vue from 'vue'
describe('Directive v-model dynamic input type', () => {
it('should work', done => {
const vm = new Vue({
data: {
inputType: null,
test: 'b'
},
template: `<input :type="inputType" v-model="test">`
}).$mount()
document.body.appendChild(vm.$el)
/... | {
"pile_set_name": "Github"
} |
---
name: Free form
about: For everything that is NOT a bug report.
title: ''
labels: ''
assignees: ''
---
<!--
DO NOT USE THIS TEMPLATE FOR BUG REPORTS!
IF YOU DO, THEY WILL BE CLOSED AND MARKED AS INVALID!
-->
| {
"pile_set_name": "Github"
} |
# Dolibarr language file - Source file is en_US - contracts
ContractsArea=Área contratos
ListOfContracts=Listaxe de contratos
AllContracts=Todos os contratos
ContractCard=Ficha contrato
ContractStatusNotRunning=Fora de servizo
ContractStatusDraft=Borrador
ContractStatusValidated=Validado
ContractStatusClosed=Pechado
Se... | {
"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 <Assistant/AFAssistantPane.h>
@class CALearnMoreSheetWindowController, NSBox, NSButton, NSImageView, NSObjectController, NSTex... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="Cpp Wrapper"
RootNamespace="Cpp Wrapper"
SccProjectName=""
SccLocalPath="">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDi... | {
"pile_set_name": "Github"
} |
# Addons
Addons are dynamically linked shared objects. They can provide glue to C and
C++ libraries. The API (at the moment) is rather complex, involving
knowledge of several libraries:
- V8 JavaScript, a C++ library. Used for interfacing with JavaScript:
creating objects, calling functions, etc. Documented most... | {
"pile_set_name": "Github"
} |
/**
* MUI Angular Container Component
* @module angular/container
*/
import angular from 'angular';
const moduleName = 'mui.container';
angular.module(moduleName, [])
.directive('muiContainer', function() {
return {
restrict: 'AE',
template: '<div class="mui-container"></div>',
transclud... | {
"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"
} |
/// Copyright (C) 2012-2014 Soomla 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 l... | {
"pile_set_name": "Github"
} |
//Copyright (c) 2006, Adobe Systems Incorporated
//All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
// 1. Redistributions of source code must retain the above copyright
// ... | {
"pile_set_name": "Github"
} |
#
# Jitsi, the OpenSource Java VoIP and Instant Messaging client.
#
# Copyright @ 2015 Atlassian Pty Ltd
#
# 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... | {
"pile_set_name": "Github"
} |
//
// kvassert.c
// kvdb
//
// Created by DINH Viêt Hoà on 6/1/13.
// Copyright (c) 2013 etpan. All rights reserved.
//
#include <stdio.h>
#include <stdlib.h>
void assertInternal(const char * filename, unsigned int line, int cond, const char * condString)
{
if (cond) {
return;
}
fprintf(s... | {
"pile_set_name": "Github"
} |
You've gotten hungry from all the dancing, so you decided to bake a cake.
You tasted the cake. Yummy!
After eating a slice, you start to feel sleepy.
Were all of those ingredients what you thought they were...
Do you:
[Sleep?](../../sleep/marshmallow.md)
[Sing a song?](../../sing-song/sing.md)
[Drink some coffee... | {
"pile_set_name": "Github"
} |
#region License
// Copyright (c) 2013, ClearCanvas Inc.
// All rights reserved.
// http://www.clearcanvas.ca
//
// This file is part of the ClearCanvas RIS/PACS open source project.
//
// The ClearCanvas RIS/PACS open source project is free software: you can
// redistribute it and/or modify it under the terms... | {
"pile_set_name": "Github"
} |
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <unistd.h>
#include <string.h>
#include <string>
#include <fstream>
#include <streambuf>
#include <utils.h>
#include <base64.h>
#include "SitesConfig.h"
static std::string ObtainObfuscationKey()
{
std::string out;
try {
std::ifstream f("/e... | {
"pile_set_name": "Github"
} |
package volumes
import (
"github.com/gophercloud/gophercloud"
"github.com/gophercloud/gophercloud/pagination"
)
// CreateOptsBuilder allows extensions to add additional parameters to the
// Create request.
type CreateOptsBuilder interface {
ToVolumeCreateMap() (map[string]interface{}, error)
}
// CreateOpts conta... | {
"pile_set_name": "Github"
} |
# unpipe
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![Node.js Version][node-image]][node-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]
Unpipe a stream from all destinations.
## Installation
```sh
$ npm install unpipe... | {
"pile_set_name": "Github"
} |
BOARDNAME:=Generic
DEFAULT_PACKAGES+= wpad-mini
define Target/Description
Build firmware images for ixp4xx based boards that boot from internal flash
(e.g : Linksys NSLU2, ...)
endef
| {
"pile_set_name": "Github"
} |
<?php
/**
* This file was generated by phpSPO model generator 2019-10-12T19:39:07+00:00 16.0.19402.12016
*/
namespace Office365\SharePoint\Microfeed;
use Office365\Runtime\ClientValue;
class MicrofeedThread extends ClientValue
{
/**
* @var bool
*/
public $CanFollowUp;
/**
* @var bool
... | {
"pile_set_name": "Github"
} |
#include "evlist.h"
#include "evsel.h"
#include "parse-events.h"
#include "tests.h"
static int perf_evsel__roundtrip_cache_name_test(void)
{
char name[128];
int type, op, err = 0, ret = 0, i, idx;
struct perf_evsel *evsel;
struct perf_evlist *evlist = perf_evlist__new();
if (evlist == NULL)
... | {
"pile_set_name": "Github"
} |
namespace CSharpGL
{
/// <summary>
/// uniform mat4 variable;
/// </summary>
public class UniformMat4 : UniformSingleVariable<mat4>
{
/// <summary>
/// uniform mat4 variable;
/// </summary>
/// <param name="varName"></param>
public UniformMat4(string varName)... | {
"pile_set_name": "Github"
} |
namespace Server.Items
{
public class QuiverOfLightning : ElvenQuiver
{
public override bool IsArtifact => true;
[Constructable]
public QuiverOfLightning()
: base()
{
Hue = 0x4F9;
}
public QuiverOfLightning(Serial serial)
: bas... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.