text stringlengths 2 99.9k | meta dict |
|---|---|
// Code generated by go-swagger; DO NOT EDIT.
// Copyright 2019 HAProxy Technologies
//
// 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
... | {
"pile_set_name": "Github"
} |
#
# Copyright (c) 2016, Juniper Networks, Inc.
# All rights reserved.
#
AC_PREREQ(2.59)
AC_INIT([grpc-c], [0.1], [nitk.ajay@gmail.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
case $prefix in
NONE)
prefix=/usr/local
;;
esac
case $exec_prefix in
NONE)
exec_prefix=$prefix
;;
esac
AC_PR... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tests")]
[assembly: AssemblyDescription("Delta Engine Library Tests")]
[assembly: AssemblyCompany("Delta Engine")]
[assembly: AssemblyCopyright("Copyright © Delta Engine 2012")]
[assembly: ComVisible(false)]
[assembly: Gu... | {
"pile_set_name": "Github"
} |
const noop = () => undefined;
export default {
// tslint:disable-next-line no-console
error: process.env.NODE_ENV !== 'test' ? console.error.bind(console) : noop
};
| {
"pile_set_name": "Github"
} |
# model settings
model = dict(
type='RPN',
pretrained='open-mmlab://resnet50_caffe',
backbone=dict(
type='ResNet',
depth=50,
num_stages=3,
strides=(1, 2, 2),
dilations=(1, 1, 1),
out_indices=(2, ),
frozen_stages=1,
norm_cfg=dict(type='BN', requ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Swiper demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<!-- Link Swiper's CSS -->
<link rel="stylesheet" href="../css/swiper.min.css">
<!-- Demo s... | {
"pile_set_name": "Github"
} |
Basename to evaluate = modelfiles/mv-wacky_e10_d300_vs2e-4_lr1e-5_mar1
| {
"pile_set_name": "Github"
} |
{
"id": "http://localhost:1234",
"items": {
"id": "deeper/",
"items": {
"$ref": "stringProp.json"
}
},
"definitions": {
"bool": {
"$ref": "boolProp.json"
}
}
} | {
"pile_set_name": "Github"
} |
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2013-2019 Keyboard.io, Inc.
*
* 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 3.
*
* This program is distrib... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`icons/general/IconClock should correctly render default icon 1`] = `
<AccessibleSVG
className="bdl-IconClock"
height={16}
viewBox="0 0 16 16"
width={16}
>
<path
className="fill-color"
d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 1 8 0a8 8 0 0 ... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should render correctly 1`] = `
<div>
<Helmet
defaultTitle="layout.settings"
defer={false}
encodeSpecialCharacters={true}
titleTemplate="%s - layout.settings"
/>
<SettingsNav
extensions={
Array [
Object {
"key": "foo"... | {
"pile_set_name": "Github"
} |
{
"name": "cordova-plugin-camera",
"version": "2.1.1",
"description": "Cordova Camera Plugin",
"cordova": {
"id": "cordova-plugin-camera",
"platforms": [
"firefoxos",
"android",
"amazon-fireos",
"ubuntu",
"ios",
"blackberry10",
"wp7",
"wp8",
"windows... | {
"pile_set_name": "Github"
} |
aa ab ac ad ae
af ag ah ai aj
ak al am an ao
ap aq ar as at
au av aw ax ay az
ba
| {
"pile_set_name": "Github"
} |
/* tic54x.h -- Header file for TI TMS320C54X opcode table
Copyright (C) 1999-2014 Free Software Foundation, Inc.
Written by Timothy Wall (twall@cygnus.com)
This file is part of GDB, GAS, and the GNU binutils.
GDB, GAS, and the GNU binutils are free software; you can redistribute
them and/or modify them... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: MIT */
#ifndef __GF100_FIFO_CHAN_H__
#define __GF100_FIFO_CHAN_H__
#define gf100_fifo_chan(p) container_of((p), struct gf100_fifo_chan, base)
#include "chan.h"
#include "gf100.h"
struct gf100_fifo_chan {
struct nvkm_fifo_chan base;
struct gf100_fifo *fifo;
struct list_head head;
bool k... | {
"pile_set_name": "Github"
} |
var assert = require('assert');
var sleep = require('sleep');
describe('tree bind', function() {
var url = 'http://localhost:9001/devstub/tree.html';
//to simplify the test data structure, an array following to a string means the children of
//the previous string value node
var co... | {
"pile_set_name": "Github"
} |
exports[`test cases/filters.cdata.input.json 1`] = `
"{
\"type\": \"Block\",
\"nodes\": [
{
\"type\": \"Code\",
\"val\": \"users = [{ name: \'tobi\', age: 2 }]\",
\"buffer\": false,
\"mustEscape\": false,
\"isInline\": false,
\"line\": 2,
\"filename\": \"filters.cdata.t... | {
"pile_set_name": "Github"
} |
#pragma once
#include "TestSpellRogue.h"
class Eviscerate;
class TestEviscerate : public TestSpellRogue {
public:
TestEviscerate(EquipmentDb* equipment_db);
void test_all();
private:
Eviscerate* eviscerate() const;
void test_name_correct() override;
void test_spell_cooldown() override;
voi... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
# Use this hook to configure devise mailer, warden hooks and so forth.
# Many of these configuration options can be set straight in your model.
Devise.setup do |config|
# The secret key used by Devise. Devise uses this key to generate
# random tokens. Changing this key will render inv... | {
"pile_set_name": "Github"
} |
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package display
import (
"fmt"
"testing"
"golang.org/x/text/internal/testtext"
)
func TestLinking(t *testing.T) {
base := getSize(t, `display.Tags(langua... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1999, 2001, 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"
} |
import React from 'react';
import PropTypes from 'prop-types';
import { cssCreateLeague } from '../styles';
const CreateLeagueIcon = (props) => (
<img src={props.icon} style={cssCreateLeague.sportIcon} />
);
CreateLeagueIcon.propTypes = {
icon: PropTypes.string
};
CreateLeagueIcon.defaultProps = {
icon:... | {
"pile_set_name": "Github"
} |
-- Script: Get-ServiceAccount.sql
-- Description: Return the service accounts running the major database services.
-- Setup variables
DECLARE @SQLServerInstance VARCHAR(250)
DECLARE @MSOLAPInstance VARCHAR(250)
DECLARE @ReportInstance VARCHAR(250)
DECLARE @AgentInstance VARCHAR(250)
DECLARE @IntegrationV... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_IMPORTER_IN_PROCESS_IMPORTER_BRIDGE_H_
#define CHROME_BROWSER_IMPORTER_IN_PROCESS_IMPORTER_BRIDGE_H_
#include <string>
#includ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portra... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# Copyright 2015 Google Inc. 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.0
#
# Unless required... | {
"pile_set_name": "Github"
} |
// This is a generated file. Changes are likely to result in being overwritten
export const mdi: string;
| {
"pile_set_name": "Github"
} |
\begin{tikzpicture}[thick,scale=0.5, every node/.style={scale=0.5}, level distance=1.7cm]
\tikzstyle{marrs}=[very thick,-latex]
\tikzstyle{tnode}=[circle, fill=black, inner sep=1.5mm]
\def\rstep{5cm}
\huge
\tt
\tikzstyle{level 1}=[sibling distance=1.7cm]
\tikzstyle{level 3}=[siblin... | {
"pile_set_name": "Github"
} |
// (C) Copyright Gennadiy Rozental 2001.
// 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)
// See http://www.boost.org/libs/test for the library home page.
//
/// @file
/// @brief output_test_stream c... | {
"pile_set_name": "Github"
} |
<?php
/**
* Ultima PHP - OpenSource Ultima Online Server written in PHP
* Version: 0.1 - Pre Alpha
*/
class Barracoon extends Mobile {
public function summon() {
$this->name = "barracoon";
$this->body = 0;
$this->type = "";
$this->flags = 0x00;
$this->color = 0x00;
$this->basesoundid = 0;
$this->str = ... | {
"pile_set_name": "Github"
} |
package stategen
import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
)
var (
replayBlockCount = promauto.NewHistogram(
prometheus.HistogramOpts{
Name: "replay_blocks_count",
Help: "The number of blocks to replay to generate a state",
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.4" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
<AuxValues>
<AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="1"/>
<AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" valu... | {
"pile_set_name": "Github"
} |
/*******************************************************************************************[Alg.h]
Copyright (c) 2003-2006, Niklas Een, Niklas Sorensson
Copyright (c) 2007-2010, Niklas Sorensson
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation ... | {
"pile_set_name": "Github"
} |
/*
* This file is part of Mixin, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software... | {
"pile_set_name": "Github"
} |
/*
* This source file is part of libRocket, the HTML/CSS Interface Middleware
*
* For the latest information, see http://www.librocket.com
*
* Copyright (c) 2008-2010 CodePoint Ltd, Shift Technology Ltd
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and assoc... | {
"pile_set_name": "Github"
} |
package rc.bootsecurity.db;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import rc.bootsecurity.model.User;
@Repository
public interface UserRepository extends JpaRepository<User, Long> {
User findByUsername(String username);
}
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2003 - 2004, NVIDIA CORPORATION. All rights reserved.
*
* 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... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package webdav
import (
"fmt"
"math/rand"
"path"
"reflect"
"sort"
"strconv"
"strings"
"testing"
"time"
)
func TestWalkToRoot(t *testing.T) {
testCas... | {
"pile_set_name": "Github"
} |
{% extends '@SyliusAttribute/Types/default.html.twig' %}
| {
"pile_set_name": "Github"
} |
owner = USA
controller = USA
add_core = USA
infra = 8
| {
"pile_set_name": "Github"
} |
/*!
@file
Defines `boost::hana::zip_with`.
@copyright Louis Dionne 2013-2016
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_ZIP_WITH_HPP
#define BOOST_HANA_ZIP_WITH_HPP
#include <boost/hana/f... | {
"pile_set_name": "Github"
} |
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [puppeteer](./puppeteer.md) > [ConsoleMessage](./puppeteer.consolemessage.md) > [(constructor)](./puppeteer.consolemessage._constructor_.md)
## ConsoleMessage.(constructor)
Constructs a new instance o... | {
"pile_set_name": "Github"
} |
package com.quemb.qmbform.view;
import com.quemb.qmbform.R;
import com.quemb.qmbform.descriptor.RowDescriptor;
import android.content.Context;
/**
* Created by pmaccamp on 9/4/2015.
*/
public class FormEditIntegerInlineFieldCell extends FormEditIntegerFieldCell {
public FormEditIntegerInlineFieldCell(Context c... | {
"pile_set_name": "Github"
} |
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations \u0026 Alerts",
"type": "dashboard"
},
{
"datasource": "psql",
... | {
"pile_set_name": "Github"
} |
Date,Open Price,High Price,Low Price,Close Price,WAP,No.of Shares,No. of Trades,Total Turnover (Rs.),Spread High-Low,Spread Close-Open
6-January-2011,378.00,378.95,361.70,363.50,365.324337456042872330,207873,3500,75941066.00,17.25,-14.50
7-January-2011,362.10,369.95,353.25,356.85,363.393553387435032369,109670,2453,39... | {
"pile_set_name": "Github"
} |
CeladonCity_Condominiums_2F_Text_GameFreakMeetingRoom:: @ 81962A7
.string "GAME FREAK Meeting Room$"
| {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_BITAND_HPP_INCLUDED
#define BOOST_MPL_BITAND_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
// Copyright Jaap Suter 2003
//
// 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)
//
// See ht... | {
"pile_set_name": "Github"
} |
/* eslint-disable */
var $ = require('jquery');
console.log('Getting ready...');
$(function() {
console.log('Ready!');
});
| {
"pile_set_name": "Github"
} |
// ***********************************************************************
// Assembly : HZH_Controls
// Created : 08-08-2019
//
// ***********************************************************************
// <copyright file="UCControlBase.cs">
// Copyright by Huang Zhenghui(黄正辉) All, QQ group... | {
"pile_set_name": "Github"
} |
<h1><code ng:non-bindable="">$httpBackend</code>
<span class="hint">(service in module <code ng:non-bindable="">ngMockE2E</code>
)</span>
</h1>
<div><h2 id="Description">Description</h2>
<div class="description"><p>Fake HTTP backend implementation suitable for end-to-end testing or backend-less development of
applicati... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2006-2010, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Axel Dörfler, axeld@pinc-software.de
* Andrew Galante, haiku.galante@gmail.com
* Hugo Santos, hugosantos@gmail.com
*/
#ifndef TCP_H
#define TCP_H
#include <net_buffer.h>
#include <net... | {
"pile_set_name": "Github"
} |
## ASCII output
# Copyright (C) 1993-1995 Ian Jackson.
# This file 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 2, or (at your option)
# any later version.
# It is distributed in the hope t... | {
"pile_set_name": "Github"
} |
/*
* Configuation settings for the Freescale MCF5329 FireEngine board.
*
* Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
* TsiChung Liew (Tsi-Chung.Liew@freescale.com)
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it a... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package icmp
import (
"net"
"runtime"
"syscall"
"time"
"golang.org/x/net/ipv4"
"golang.org/x/net/ipv6"
)
var _ net.PacketConn = &PacketConn{}
// A Pac... | {
"pile_set_name": "Github"
} |
# Parse arguments
Param(
[Parameter(Position=0)]
[ScriptBlock] $Script,
[String] $MapFolder = $pwd
)
$ErrorActionPreference = "Stop"
$mapFolder = [System.IO.Path]::GetFullPath($MapFolder)
if (-Not (Test-Path -Path $mapFolder -PathType Container)) {
Write-Error -Category InvalidArgument -Messag... | {
"pile_set_name": "Github"
} |
package com.beijunyi.parallelgit;
import java.io.File;
import java.io.IOException;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import com.beijunyi.parallelgit.utils.*;
import org.eclipse.jgit.dircache.DirCache;
import org.eclipse.jgit.dircache.DirCacheBuilder;
import org.eclipse.jgit.dircache.D... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0
#include "bcache.h"
#include "btree.h"
#include <linux/blktrace_api.h>
#include <linux/module.h>
#define CREATE_TRACE_POINTS
#include <trace/events/bcache.h>
EXPORT_TRACEPOINT_SYMBOL_GPL(bcache_request_start);
EXPORT_TRACEPOINT_SYMBOL_GPL(bcache_request_end);
EXPORT_TRACEPOINT_SY... | {
"pile_set_name": "Github"
} |
div#warning.warning
.container
.row
.col-md-12.scrollme
a(href="/").back « Go back to main page
figure.bad-robot.animateme(data-when="span", data-from="1", data-to="0", data-translatey="80")
h2 ATTENTION
h3 Frontier is an early access to the Ethereum network. B... | {
"pile_set_name": "Github"
} |
var isObject = require('./_is-object');
var document = require('./_global').document;
// typeof document.createElement is 'object' in old IE
var is = isObject(document) && isObject(document.createElement);
module.exports = function (it) {
return is ? document.createElement(it) : {};
};
| {
"pile_set_name": "Github"
} |
---
title: What's New in v2.0.1
toc: true
summary: Additions and changes in CockroachDB version v2.0.1 since version v2.0.0
---
## April 23, 2018
Get future release notes emailed to you:
<div class="hubspot-install-form install-form-1 clearfix">
<script>
hbspt.forms.create({
css: '',
... | {
"pile_set_name": "Github"
} |
// Package yaml implements YAML support for the Go language.
//
// Source code and other details for the project are available at GitHub:
//
// https://github.com/go-yaml/yaml
//
package yaml
import (
"errors"
"fmt"
"io"
"reflect"
"strings"
"sync"
)
// MapSlice encodes and decodes as a YAML map.
// The order ... | {
"pile_set_name": "Github"
} |
class apache::mod::wsgi (
$wsgi_socket_prefix = undef,
$wsgi_python_path = undef,
$wsgi_python_home = undef,
){
::apache::mod { 'wsgi': }
# Template uses:
# - $wsgi_socket_prefix
# - $wsgi_python_path
# - $wsgi_python_home
file {'wsgi.conf':
ensure => file,
path => "${::apache::mod_di... | {
"pile_set_name": "Github"
} |
# -----------------------------------------------------------------------------
# yacc_prec1.py
#
# Tests case where precedence specifier doesn't match up to terminals
# -----------------------------------------------------------------------------
import sys
if ".." not in sys.path: sys.path.insert(0,"..")
import ply.... | {
"pile_set_name": "Github"
} |
/* ../netlib/strcon.f -- translated by f2c (version 20100827). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the en... | {
"pile_set_name": "Github"
} |
import React from 'react'
import Typography from '@material-ui/core/Typography'
import Popover from '../HoverPopover'
import Button from '@material-ui/core/Button'
import { usePopupState, bindHover, bindPopover } from '../hooks'
const HoverPopoverPopupState = () => {
const popupState = usePopupState({
variant: '... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright (c) 2012 Pivotal Software, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availa... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIID3TCCAsWgAwIBAgIHBHO37wm6ijANBgkqhkiG9w0BAQsFADCBnjELMAkGA1UE
BhMCVVMxEzARBgNVBAgMCkNhbGlmb3JuaWExEjAQBgNVBAcMCUxvcyBHYXRvczEU
MBIGA1UECgwLTmV0ZmxpeCBJbmMxLTArBgNVBAsMJFBsYXRmb3JtIFNlY3VyaXR5
ICgxMjUzMTMzNTg4MTkyNTIxKTEhMB8GA1UEAwwYSW50ZXJtZWRpYXRlIENBIGZv
ciAzMTk0MB4XDTIwMDcxNDAzMzQzM1oX... | {
"pile_set_name": "Github"
} |
{
"parent": "refinedstorage:block/network_receiver/red"
} | {
"pile_set_name": "Github"
} |
<?php
/*
*
* _____ _____ __ _ _ _____ __ __ _____
* / ___| | ____| | \ | | | | / ___/ \ \ / / / ___/
* | | | |__ | \| | | | | |___ \ \/ / | |___
* | | _ | __| | |\ | | | \___ \ \ / \___ \
* | |_| | | |___ | | \ | | | ___| | / / ___| |
* \_____/ |_____| |_| ... | {
"pile_set_name": "Github"
} |
<?php
function test($x){
return eval('return $x;');
}
if (test('foobar') !== 'foobar')
return 'fail_1';
return 'success'; | {
"pile_set_name": "Github"
} |
[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
[https://www.openkeychain.org](https://www.openkeychain.org)
[OpenKeychain](https://www.openkeychain.org) is an OpenPGP implementation for Android.
License: GPLv3+
[//]: # (NOTE: Alphabetic ordering)
... | {
"pile_set_name": "Github"
} |
-- 2018-05-08T12:05:57.416
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Window SET Name='Pharma Rabatt-Schema',Updated=TO_TIMESTAMP('2018-05-08 12:05:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Window_ID=540433
;
-- 2018-05-08T12:05:57.424
-- I forgot to set the DICTIONARY_ID_COM... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = { 'foo': 'bar', '=': 2 };
| {
"pile_set_name": "Github"
} |
:tocdepth: 1
.. _changes:
.. include:: ../CHANGES.rst
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
#
# 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 "Lice... | {
"pile_set_name": "Github"
} |
#################################################################################
##
## Thor C++ Library
## Copyright (c) 2011-2019 Jan Haller
##
## 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 ... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/**
* An OpenDKIM Specific Header using only raw header datas without encoding.
*
* @author De Cock Xavie... | {
"pile_set_name": "Github"
} |
from gi.repository import Gtk, GObject
class NavLog(Gtk.TreeView):
_COLUMN_NAMES = ("Pane name", "View name", "DisplayState repr")
_COLUMN_TYPES = (str, str, str)
def __init__(self, navhistory):
Gtk.TreeView.__init__(self)
self.navhistory = navhistory
model = Gtk.ListStore()
... | {
"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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.tonymacx86.AHCI_3rdParty_SATA</string>
<... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
------
Tests
------
Stephane Nicoll
------
29 October 2006
------
~~ Copyright 2006 The Apache Software Foundation.
~~
~~ 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... | {
"pile_set_name": "Github"
} |
---
title: IEnumReferenceIdentity (Interfaz)
ms.date: 03/30/2017
api_name:
- IEnumReferenceIdentity
api_location:
- fusion.dll
api_type:
- COM
f1_keywords:
- IEnumReferenceIdentity
helpviewer_keywords:
- IEnumReferenceIdentity interface [.NET Framework fusion]
ms.assetid: a17b3155-7216-4e16-8c9f-abce21f549e7
topic_type... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
MMC Header file
Copyright (C) 2011 STMicroelectronics Ltd
This program is free software; you can redistribute it and/or modify it
under the terms and conditions of the GNU General Public License,
version 2, as published by the... | {
"pile_set_name": "Github"
} |
package gloomyfish.opencvdemo;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import com.book.chapter.eight.OcrDemoActivity;
import com.book.chapter.five.ImageAnalysi... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_STATECHART_EVENT_BASE_HPP_INCLUDED
#define BOOST_STATECHART_EVENT_BASE_HPP_INCLUDED
//////////////////////////////////////////////////////////////////////////////
// Copyright 2002-2006 Andreas Huber Doenni
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1... | {
"pile_set_name": "Github"
} |
from __future__ import division, absolute_import, print_function
import sys
import pytest
import numpy as np
from numpy.testing import assert_, assert_equal
from numpy.core.tests._locales import CommaDecimalPointLocale
if sys.version_info[0] >= 3:
from io import StringIO
else:
from StringIO import StringIO... | {
"pile_set_name": "Github"
} |
import logging
import time
import traceback
from datetime import datetime
import colorama
import pytest
import dvc.logger
from dvc.exceptions import DvcException
logger = logging.getLogger("dvc")
formatter = dvc.logger.ColorFormatter()
colors = {
"blue": colorama.Fore.BLUE,
"green": colorama.Fore.GREEN,
... | {
"pile_set_name": "Github"
} |
%{
/*
* Asterisk -- An open source telephony toolkit.
*
* Copyright (C) 2006, Digium, Inc.
*
* Steve Murphy <murf@parsetree.com>
*
* See http://www.asterisk.org for more information about
* the Asterisk project. Please do not directly contact
* any of the maintainers of this project for assistance;
* the proj... | {
"pile_set_name": "Github"
} |
/***************************************************************************/
/* */
/* ftdbgmem.c */
/* */
/* Me... | {
"pile_set_name": "Github"
} |
<?php
/**
* Smarty plugin
*
* @package Smarty
* @subpackage PluginsFunction
*/
/**
* Smarty {mailto} function plugin
* Type: function<br>
* Name: mailto<br>
* Date: May 21, 2002
* Purpose: automate mailto address link creation, and optionally encode them.<br>
* Params:
* <pre>
* - address ... | {
"pile_set_name": "Github"
} |
struct A{func p(){}};var a A
func main(){a.p()} | {
"pile_set_name": "Github"
} |
################################################################################
#
# sl
#
################################################################################
SL_VERSION = 5.02
SL_SITE = $(call github,mtoyoda,sl,$(SL_VERSION))
SL_LICENSE = Custom
SL_LICENSE_FILES = LICENSE
SL_DEPENDENCIES = ncurses
define... | {
"pile_set_name": "Github"
} |
<?php
namespace App\Listeners\User;
use App\Events\Employer\PassApply;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Contracts\Queue\ShouldQueue;
use Vinkla\Pusher\Facades\Pusher;
use App\Notifications\Notification;
use App\Model\Employer;
use Illuminate\Support\Facades\Redis;
class ApplyPassed implements ... | {
"pile_set_name": "Github"
} |
<?php
//============================================================+
// File name : example_040.php
// Begin : 2008-10-28
// Last Update : 2013-05-14
//
// Description : Example 040 for TCPDF class
// Booklet mode (double-sided pages)
//
// Author: Nicola Asuni
//
// (c) Copyright:
// ... | {
"pile_set_name": "Github"
} |
<?php
namespace PhpParser\Node\Stmt;
use PhpParser\Node\Stmt;
class Static_ extends Stmt
{
/** @var StaticVar[] Variable definitions */
public $vars;
/**
* Constructs a static variables list node.
*
* @param StaticVar[] $vars Variable definitions
* @param array $attribute... | {
"pile_set_name": "Github"
} |
using System;
using Foundation;
namespace MiniZip.ZipArchive
{
partial class ZipArchive
{
public nint AddFolder (string path, string prefix)
{
nint fileCount = 0;
NSError error = null;
var dirArray = NSFileManager.DefaultManager.GetDirectoryContent (path, out error);
if (string.IsNullOrEmpty (pref... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012-2019 the original author or 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0" xmlns:t="http://www.thaiopensource.com/ns/annotations" xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<start>
<ref name="TEI.2"/>
</sta... | {
"pile_set_name": "Github"
} |
define([
"./core",
"./var/pnum",
"./core/access",
"./css/var/rmargin",
"./css/var/rnumnonpx",
"./css/var/cssExpand",
"./css/var/isHidden",
"./css/var/getStyles",
"./css/curCSS",
"./css/defaultDisplay",
"./css/addGetHookIf",
"./css/support",
"./data/var/data_priv",
"./core/init",
"./css/swap",
"./core/r... | {
"pile_set_name": "Github"
} |
/**
* Implements theme_radio().
*/
function <?php print $basename; ?>_radio(\$variables) {
${1:\$element = \$variables['element'];
\$element['#attributes']['type'] = 'radio';
element_set_attributes(\$element, array('id', 'name', '#return_value' => 'value'));
if (isset(\$element['#return_value']) && check_pla... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.