text stringlengths 2 99.9k | meta dict |
|---|---|
The configuration for Smart-Proxy is held in the */etc/foreman-proxy/settings.yml* or *config/settings.yml* file.
#### YAML start
The first non-comment line of this file must be three dashes.
<pre>---</pre>
#### SSL configuration
The existence of all the three ssl key entries below enables the use of an SSL connec... | {
"pile_set_name": "Github"
} |
spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
# Enabling H2 Console
spring.h2.console.enabled=true | {
"pile_set_name": "Github"
} |
// Copyright (c) 2009 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.
#include "net/base/ssl_client_auth_cache.h"
#include "base/time.h"
#include "net/base/x509_certificate.h"
#include "testing/gtest/include/gtest/gtest... | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:24.652003",
"description": "Read and write media metadata using ffmpeg",
"fork": false,
"full_name": "parshap/node-ffmetadata",
"language": "JavaScript",
"updated_at": "2015-02-27T23:42:38.146707"
} | {
"pile_set_name": "Github"
} |
# $NetBSD: Makefile,v 1.4 1995/03/21 11:59:28 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= arithmetic
MAN= arithmetic.6
HIDEGAME=hidegame
.include <bsd.prog.mk>
| {
"pile_set_name": "Github"
} |
/*
This file is part of Peers, a java SIP softphone.
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
any later version.
This program is di... | {
"pile_set_name": "Github"
} |
/* Pygments murphy style */
code .comment {color: #666; font-style: italic}
code .comment.preproc {color: #579; font-style: normal}
code .comment.special {color: #c00; font-weight: bold}
code .keyword {color: #289; font-weight: bold}
code .keyword.pseudo {color: #08f}
code .keyword.type {color: #66f}
code .operator ... | {
"pile_set_name": "Github"
} |
/*
* 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 by applica... | {
"pile_set_name": "Github"
} |
#define IDD_COMBO 98
#define IDT_COMBO 100
#define IDC_COMBO 101
| {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
// Glue code between CodeMirror and Tern.
//
// Create a CodeMirror.TernServer to wrap an actual Tern server,
// register open documents (CodeMirror.Doc instances) with it, and
// call its met... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2013 Square, Inc.
Copyright (C) 2013 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/lice... | {
"pile_set_name": "Github"
} |
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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/.
LOCAL_INCLUDES += [
'..',
]... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style>
pre {
background-color: #eee;
padding: 0.75em 1.5em;
font-size: 12px;
border: 1px solid #ddd;
}
.greybg {
background-color: #eee;
padding: 0.75em 1.5em;
font-size: 12px;
border: 1px solid #ddd;
}
.style1 {color: #66000... | {
"pile_set_name": "Github"
} |
include LICENSE
graft res
include scripts/generate-key
include scripts/sydent-bind
recursive-include sydent *.sql
| {
"pile_set_name": "Github"
} |
<?php
/*
+-----------------------------------------------------------------------+
| Localization file of the Roundcube Webmail Userinfo plugin |
| |
| Copyright (C) The Roundcube Dev Team |
| ... | {
"pile_set_name": "Github"
} |
/**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#include "thrift/compiler/test/fixtures/mcpp2-compare/gen-cpp2/includes_data.h"
#include <thrift/lib/cpp2/gen/module_data_cpp.h>
namespace apache {
namespace thrift {
constexpr const std::size_t... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 Red Hat, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dis... | {
"pile_set_name": "Github"
} |
#!/bin/tclsh
source once.tcl
sourceOnce cgi.tcl
sourceOnce session.tcl
sourceOnce ic_common.tcl
loadOnce tclrpc.so
#Datenbank der Geraetebeschreibungen fuers WebUI
sourceOnce devdescr/DEVDB.tcl
set cmd ""
proc cmd_removeLink {} {
global iface_url USERPROFILESPATH
set sender_address ""
set receiver_address ... | {
"pile_set_name": "Github"
} |
/* sis900.c: A SiS 900/7016 PCI Fast Ethernet driver for Linux.
Copyright 1999 Silicon Integrated System Corporation
Revision: 1.08.10 Apr. 2 2006
Modified from the driver which is originally written by Donald Becker.
This software may be used and distributed according to the terms
of the GNU General P... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2020 Uber Technologies, 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, copy, modify, merge... | {
"pile_set_name": "Github"
} |
// Created on: 1993-06-07
// Created by: Jacques GOUSSARD
// Copyright (c) 1993-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the G... | {
"pile_set_name": "Github"
} |
FILE(GLOB SRC *.cpp *.h *.rc)
SOURCE_GROUP("" FILES ${SRC})
ADD_EXECUTABLE(sheets_packer ${SRC}
${CMAKE_SOURCE_DIR}/ryzom/client/src/continent_manager_build.cpp
${CMAKE_SOURCE_DIR}/ryzom/client/src/continent_manager_build.h
${CMAKE_SOURCE_DIR}/ryzom/client/src/sheet_manager.cpp
${CMAKE_SOURCE_DIR}/ry... | {
"pile_set_name": "Github"
} |
[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
## 5.5
* Fix decryption from clipboard on Android 10
## 5.4
* Add WKD Advanced method
* Add COTECH Security Key Shop
## 5.3
* Use keys.openpgp.org as default keyserver
## 5.2
* Improved key i... | {
"pile_set_name": "Github"
} |
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
// Contributor: Andreas Gal <gal@uci.edu>
assertEq(Object.getOwnPropertyNames(Array.prototype).indexOf("length") >= 0, true);
reportCompare("ok", "ok", "bug 583429");
| {
"pile_set_name": "Github"
} |
{
"accountLinkingWhitelistedDomains": null,
"asin": "B01M7QD2XR",
"averageRating": 0,
"canDisable": true,
"capabilities": null,
"category": null,
"description": "A growing collection of fun and education facts about food.",
"enablement": null,
"exampleInteractions": [
"Alexa open fun food fact",
... | {
"pile_set_name": "Github"
} |
require("http").createServer(function (req, res) {
res.writeHead(200, {"content-type":"application/json"})
res.end(JSON.stringify({ok: true}))
}).listen(1337)
| {
"pile_set_name": "Github"
} |
package android.webkit;
public class ServiceWorkerClient {
public WebResourceResponse shouldInterceptRequest(WebResourceRequest request) {
return null;
}
}
| {
"pile_set_name": "Github"
} |
// RUN: llvm-mc -triple=arm64 -mattr=+neon -show-encoding < %s | FileCheck %s
// Check that the assembler can handle the documented syntax for AArch64
//------------------------------------------------------------------------------
// Load single 1-element structure to all lanes of 1 register
//----------------------... | {
"pile_set_name": "Github"
} |

HTTP-friendly error objects
[](http://travis-ci.org/hapijs/boom)
[](https://www.npmjs.com/package/boom)
Lead Maintainer: [Adam ... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
; ***************************************************************************
; ***************************************************************************
; ***************************************************************************
; ** **
; ** PIN... | {
"pile_set_name": "Github"
} |
U+4E00: yī # 一
U+4E01: dīng # 丁
U+4E03: qī # 七
U+4E07: wàn # 万
U+4E08: zhàng # 丈
U+4E09: sān # 三
U+4E0A: shàng,shang # 上
U+4E0B: xià,xia # 下
U+4E0D: bù,bu # 不
U+4E0E: yǔ,yù # 与
U+4E11: chǒu # 丑
U+4E13: zhuān # 专
U+4E14: qiě # 且
U+4E16: shì # 世
U+4E18: qiū # 丘
U+4E19: bǐng # 丙
U+4E1A: yè # 业
U+4E1B: cón... | {
"pile_set_name": "Github"
} |
11
1000 1 1 1 1 1 1 1 1 1 1
10
787 1 0 0 0 0 0 0 0 0 0 8
763 0 1 0 0 0 0 0 0 0 0 6
720 0 0 1 0 0 0 0 0 0 0 18
648 0 0 0 1 0 0 0 0 0 0 8
479 0 0 0 0 1 0 0 0 0 0 17
386 0 0 0 0 0 1 0 0 0 0 12
325 0 0 0 0 0 0 1 0 0 0 2
317 0 0 0 0 0 0 0 1 0 0 2
307 0 0 0 0 0 0 0 0 1 0 18
278 0 0 0 0 0 0 0 0 0 1 9
| {
"pile_set_name": "Github"
} |
module.exports = require('./overArgs');
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "ReactMarker.h"
namespace facebook {
namespace react {
namespace ReactMarker {
#if __clang__
#pragma clang diagnostic pu... | {
"pile_set_name": "Github"
} |
# crystal comment
require "llvm"
NUM_CELLS = 30000
CELL_SIZE_IN_BYTES = 1
abstract class Instruction
abstract def compile(program, bb)
end
class Increment < Instruction
def initialize(@amount : Int32)
end
def compile(program, bb)
cell_val_is_zero = builder.icmp LLVM::IntPredicate::EQ, cell... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Ian F. Darwin 1986-1995.
* Software written by Ian F. Darwin and others;
* maintained 1995-present by Christos Zoulas and others.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistr... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2001-2011 Hartmut Kaiser
//
// 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)
#if !defined(BOOST_SPIRIT_QI_CREATE_NOV_21_2009_0444PM)
#define BOOST_SPIRIT_QI_CREATE_NOV_21_2009_0444PM
#if... | {
"pile_set_name": "Github"
} |
#ifndef DEVICES_H_
#define DEVICES_H_
#include <stdio.h> /* FILENAME_MAX */
#include "atari.h" /* UWORD */
int Devices_Initialise(int *argc, char *argv[]);
void Devices_Exit(void);
int Devices_PatchOS(void);
void Devices_Frame(void);
void Devices_UpdatePatches(void);
UWORD Devices_SkipDeviceName(void);
extern int D... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Http;
using System.Text;
using Raven.Client.Documents.Conventions;
using Raven.Client.Documents.Session;
using Raven.Client.Http;
using Raven.Client.Json;
using Raven.Client.Json.Serialization;
using Raven.Client.Util;
using S... | {
"pile_set_name": "Github"
} |
{
"General": {
"12HourClock": "12-часовой формат времени",
"24HourClock": "24-часовой формат времени",
"AbandonedCarts": "Нереализованные покупки",
"AboutPiwikX": "О Matomo %s",
"Action": "Действие",
"Actions": "Действия",
"Add": "Добавить",
"AfterEntr... | {
"pile_set_name": "Github"
} |
{
"app": {
"loading": "Laden...",
"offline": "Verbinden niet mogelijk, bent u offline?",
"logginIn": "Inloggen..."
},
"error": {
"insufficientRights": "U heeft onvoldoende rechten voor deze actie."
},
"buttons": {
"ok": "OK",
"cancel": "Annuleren",
... | {
"pile_set_name": "Github"
} |
==============
Duktape extras
==============
Extra modules and utilities. Extras provide functionality that doesn't
comfortably fit into the main Duktape library, perhaps for footprint or
portability reasons, but are still useful for most users.
Extras are maintained and will be bug fixed. However, they don't have ... | {
"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 m... | {
"pile_set_name": "Github"
} |
package org.javacs.debug.proto;
/**
* Evaluate request; value of command field is 'evaluate'. Evaluates the given expression in the context of the top most
* stack frame. The expression has access to any variables and arguments that are in scope.
*/
public class EvaluateRequest extends Request {
public Evaluate... | {
"pile_set_name": "Github"
} |
/*
* Gadget Function Driver for PTP
*
* Copyright (C) 2014 Google, Inc.
* Author: Badhri Jagan Sridharan <badhri@android.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 Apple Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condi... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:Connect SDK.xcodeproj">
</FileRef>
</Workspace>
| {
"pile_set_name": "Github"
} |
readme.1st.
The files in the lib/tests/WinGUI directory are taken
from "Programming Windows 3.1" by Charles Petzold,
specifically, the programs in chapter 14 related
to the "poppad4" sample application.
These programs are compiled with nspr20 to test nspr 2.0
and to demostrate the use of nspr in a gui application.
L... | {
"pile_set_name": "Github"
} |
<?php
/**
* Created by PhpStorm.
* User: zhangjincheng
* Date: 17-10-30
* Time: 下午7:25
*/
namespace Server\Components\Backstage;
use Server\Components\CatCache\CatCacheRpcProxy;
use Server\Components\Cluster\ClusterProcess;
use Server\Components\Process\ProcessManager;
use Server\Components\SDDebug\SDDebug;
use ... | {
"pile_set_name": "Github"
} |
# Copyright 2016 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.
import sys
import unittest
from selenium.common.exceptions import TimeoutException
# Local Imports
from autofill_task.exceptions import ExpectationFailure
... | {
"pile_set_name": "Github"
} |
/**
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.typeresolution.testdata;
public enum EnumWithAnonymousInnerClass {
A {
@Override
public void foo() {
super.foo();
}
},
B;
public void foo() {
}
... | {
"pile_set_name": "Github"
} |
# Copyright (C) 2003-2007 Robey Pointer <robeypointer@gmail.com>
#
# This file is part of paramiko.
#
# Paramiko 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 (a... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-controller-manager-arm64:v1.11.3
| {
"pile_set_name": "Github"
} |
---
github: trufont/trufont
logohandle: trufont
sort: trufont
title: TruFont
website: 'http://trufont.github.io/'
---
| {
"pile_set_name": "Github"
} |
// Package prediction provides access to the Prediction API.
//
// See https://developers.google.com/prediction/docs/developer-guide
//
// Usage example:
//
// import "google.golang.org/api/prediction/v1.2"
// ...
// predictionService, err := prediction.New(oauthHttpClient)
package prediction // import "google.go... | {
"pile_set_name": "Github"
} |
<?php
preg_quote($keywords, '/'); // OK.
preg_quote( $keywords, '`' ); // OK.
preg_quote($keywords); // Warning.
$textbody = preg_replace ( "/" . preg_quote($word) . "/", // Warning
"<i>" . $word . "</i>",
$textbody );
| {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/rds/model/CreateDBClusterRequest.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/core/utils/memory/stl/AWSStringStream.h>
using namespace Aws::RDS::Model;
using namespace Aws::... | {
"pile_set_name": "Github"
} |
// Copyright 2019 The etcd 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 t... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
This library is part of OpenCms -
the Open Source Content Management System
Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
This library is free software; you can redistribute it and/or
modify it under the terms of ... | {
"pile_set_name": "Github"
} |
小山なな最新番号
【SCF-060】集団痴女4時間
【SCC-004】集団女子校生痴女遊戯</a>2006-10-16MARX$$$MARX Brothers179分钟 | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, soft... | {
"pile_set_name": "Github"
} |
<!--setting.ui-->
<template>
<ui-page>
<ui-nav-bar slot="nav-bar" class="nav_bar">
<ui-row height="46">
<ui-col vertical-align="middle" align="left" space-left="10" width="50" bindtap="navigateBack">
<ui-icon type="arrow-left" size="16" color="#fff"></ui-icon>
</ui-col>
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010-2012 Project SkyFire <http://www.projectskyfire.org/>
* Copyright (C) 2005-2012 MaNGOS <http://www.getmangos.com/>
* Copyright (C) 2008-2012 Trinity <http://www.trinitycore.org/>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Genera... | {
"pile_set_name": "Github"
} |
package cn.exrick.xboot.modules.base.dao;
import cn.exrick.xboot.base.XbootBaseDao;
import cn.exrick.xboot.modules.base.entity.User;
import org.springframework.data.jpa.repository.Modifying;
import org.springframework.data.jpa.repository.Query;
import java.util.List;
/**
* 用户数据处理层
* @author Exrickx
*/
public inte... | {
"pile_set_name": "Github"
} |
<?php
/**
* This file is part of phpDocumentor.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright 2010-2015 Mike van Riel<mike@phpdoc.org>
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link ... | {
"pile_set_name": "Github"
} |
<binding package="nl.bzk.brp">
<namespace uri="http://www.bprbzk.nl/BRP/0100" default="all" prefix="brp"/>
<namespace uri="http://www.kinggemeenten.nl/StUF/StUF0302" default="none" prefix="stuf"/>
<include path="classpath:/binding-objecttypen-bericht.xml" precompiled="false"/>
<!-- Handeling_R... | {
"pile_set_name": "Github"
} |
/* $Id: fileio-posix.cpp $ */
/** @file
* IPRT - File I/O, POSIX, Part 1.
*/
/*
* Copyright (C) 2006-2017 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistribute it and/or modify it under ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project>
<property name="jnlp.title" value="JST TreeChildIndent" />
<property name="jnlp.Name" value="TreeChildIndent" />
<property name="jnlp.name" value="treechildindent" />
<property name="jnlp.codebase" value="https://ateraimemo.com/swing/treechildindent/" ... | {
"pile_set_name": "Github"
} |
const parseArgs = require('./parseArgs');
describe('arg parsing', () => {
test('sku exec', () => {
const { script, argv, env } = parseArgs([
'/path/to/node',
'/path/to/bin/sku',
'lint',
'-e',
'test',
]);
expect(script).toEqual('lint');
expect(argv).toEqual([]);
expec... | {
"pile_set_name": "Github"
} |
#-- encoding: UTF-8
#-- copyright
# OpenProject is an open source project management software.
# Copyright (C) 2012-2020 the OpenProject GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 3.
#
# OpenProject is a fork of ChiliProje... | {
"pile_set_name": "Github"
} |
(function ($) {
$.extend($.summernote.lang, {
'nl-NL': {
font: {
bold: 'Vet',
italic: 'Cursief',
underline: 'Onderstrepen',
clear: 'Stijl verwijderen',
height: 'Regelhoogte',
name: 'Lettertype',
strikethrough: 'Doorhalen',
size: 'Tekstgrootte'
... | {
"pile_set_name": "Github"
} |
/*
** Copyright (C) 2013-2020 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
** Copyright (C) 1998-2013 Sourcefire, Inc.
**
** Written by Patrick Mullen <pmullen@sourcefire.com>
** 9/11/2013 - Changed uint32_t to size_t
**
** This program is free software; you can redistribute it and/or modify
... | {
"pile_set_name": "Github"
} |
;;
;
; Name: stager_sock_reverse
; Qualities: Can Have Nulls
; Version: $Revision: 1512 $
; License:
;
; This file is part of the Metasploit Exploit Framework
; and is subject to the same licenses and copyrights as
; the rest of this package.
;
; Description:
;
; Implementat... | {
"pile_set_name": "Github"
} |
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../assets/img/favicon-144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../../assets/img/favicon-144.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72"... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-gogo. DO NOT EDIT.
// source: google/protobuf/any.proto
package types
import proto "github.com/gogo/protobuf/proto"
import fmt "fmt"
import math "math"
import bytes "bytes"
import strings "strings"
import reflect "reflect"
import io "io"
// Reference imports to suppress errors if t... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2007, 2008 Mellanox Technologies. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Ver... | {
"pile_set_name": "Github"
} |
-9j-4AAQSkZJRgABAgEBLAEsAAD-4RJkRXhpZgAASUkqAAgAAAAPAA4BAgAPAAAA
wgAAAA8BAgAJAAAA0QAAABABAgANAAAA2gAAABIBAwABAAAAAQAAABoBBQABAAAA
5wAAABsBBQABAAAA7wAAACgBAwABAAAAAgAAADEBAgAUAAAA9wAAADIBAgAUAAAA
CwEAADsBAgAMAAAAHwEAABMCAwABAAAAAgAAABQCBQAGAAAAKwEAAJiCAgAbAAAA
WwEAAGmHBAABAAAAeAEAACWIBAABAAAACAMAALADAABDb21tdW5pY2F0aW9u... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Autoregressive Moving Average (ARMA): Sunspots data"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%matplotlib inline"
]
},
{
"cell_type": "code",... | {
"pile_set_name": "Github"
} |
// Template class: JetCorExample
// Description: Example of simple EDAnalyzer correcting jets "on the fly".
// Author: K. Kousouris
// Date: 25 - August - 2008
#ifndef JetCorExample_h
#define JetCorExample_h
#include <TH1.h>
#include <TFile.h>
#include "TNamed.h"
#include <vector>
#include <map>
#include "... | {
"pile_set_name": "Github"
} |
#%RAML 0.8
title: Reserved parameter
resourceTypes:
- collection:
get:
description: Get list of <<resourcePathName>> at <<resourcePath>>
/songs:
type: collection
| {
"pile_set_name": "Github"
} |
## Remote API
There is also a Philips Hue Remote API. It allows you to send commands to a bridge over the internet. You can request access here: http://www.developers.meethue.com/content/remote-api
Q42.HueApi is compatible with the remote API.
**Check out the sample code:
https://github.com/Q42/Q42.HueApi/blob/maste... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 1994 - 1999, 2000, 01, 06 Ralf Baechle
* Copyright (C) 1995, 1996 Paul M. Antoine
* Copyright (C) 1998 Ulf Carlsson
* Copyright (C) 1999 Silicon Graphics, Inc.
* Kevin D. Kissell, kevink@mips.com and Carsten Langgaard, carstenl@mips.com
* Copyright (C) 2002,... | {
"pile_set_name": "Github"
} |
dialog.options.do.not.show=Do not show this dialog in the future
dialog.options.do.not.ask=&Remember, don't ask again
color.panel.select.color.dialog.description=Select Color
color.panel.select.color.tooltip.text=Click to customize
insert.file.path.to.text.action.name=Insert Path
order.entries.panel.export.column.name... | {
"pile_set_name": "Github"
} |
require('../lib/fakes');
module.exports = function upload(stream, idOrPath, tag, done) {
var blob = blobManager.create(account);
var tx = db.begin();
function backoff(err) {
tx.rollback();
return done(err);
}
blob.put(stream, function (err, blobId) {
if (err) return done(err... | {
"pile_set_name": "Github"
} |
//*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
/... | {
"pile_set_name": "Github"
} |
/**
* Common implementation for a simple stubbed view. Simply applies the view's styles to the inner
* View component and renders its children.
*
* @providesModule UnimplementedView
*/
'use strict';
var React = require('React');
var StyleSheet = require('StyleSheet');
var UnimplementedView = React.createClass({... | {
"pile_set_name": "Github"
} |
'use strict'
module.exports = app => {
const { STRING } = app.Sequelize
const Tag = app.model.define('Tag', {
name: STRING(20)
})
return Tag
}
| {
"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>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable... | {
"pile_set_name": "Github"
} |
FOO=BAR
HELLO=您好
BAR=FOO | {
"pile_set_name": "Github"
} |
<launch>
<!-- Load the URDF into the ROS Parameter Server -->
<param name="robot_description" command="$(find xacro)/xacro.py '$(find v4r_gazebo)/xacro/pioneer3dx.xacro'" />
<node pkg="robot_state_publisher" type="state_publisher" name="robot_state_publisher">
<param name="publish_frequency" type="double"... | {
"pile_set_name": "Github"
} |
The MIT License (MIT)
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.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 restriction, including without limitation the... | {
"pile_set_name": "Github"
} |
message <span class="message">CssIndexMap</span>
{
repeated <span class="string">string</span> nameList = 1;
}
| {
"pile_set_name": "Github"
} |
package integration
import (
"testing"
"github.com/stretchr/testify/assert"
"github.com/zorkian/go-datadog-api"
)
func TestUserCreateAndDelete(t *testing.T) {
handle := "test@example.com"
name := "tester"
user, err := client.CreateUser(datadog.String(handle), datadog.String(name))
assert.NotNil(t, user)
ass... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2001, 2018, 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"
} |
{
"name": "vlq",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@babel/code-frame": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
"integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="pref_ui_category">"Benutzeroberfläche"</string>
<string name="pref_ui_category_summary">"Einstellungen der Benutzeroberfläche"</string>
<string name="pref_lang_title">"Sprache"</string>
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
</resources>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/layout_bg_color"
android:fitsSystemWindows="true"
android:orientation="vertical">
<... | {
"pile_set_name": "Github"
} |
// This file is automatically generated.
using System;
using System.Text;
using System.Runtime.InteropServices;
namespace Steam4NET
{
[StructLayout(LayoutKind.Sequential,Pack=8)]
[InteropHelp.CallbackIdentity(2301)]
public struct ScreenshotReady_t
{
public const int k_iCallback = 2301;
public UInt32 m_hLocal;... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.