text stringlengths 2 99.9k | meta dict |
|---|---|
<?php
/**
* Copyright (C) 2012 Louis-Philippe Huberdeau
*
* 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, m... | {
"pile_set_name": "Github"
} |
// Copyright ©2015 The Go Authors
// Copyright ©2015 Steve Francia <spf@spf13.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
//
... | {
"pile_set_name": "Github"
} |
/*
** $Id: loslib.c,v 1.57 2015/04/10 17:41:04 roberto Exp $
** Standard Operating System library
** See Copyright Notice in lua.h
*/
#define loslib_c
#define LUA_LIB
#include "lprefix.h"
#include <errno.h>
#include <locale.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "lua.h"
#include "la... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright 2014 McEvoy Software 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/LICENSE-2.0
*
* Unless required by applicable law ... | {
"pile_set_name": "Github"
} |
// Boost.Units - A C++ library for zero-overhead dimensional analysis and
// unit/quantity manipulation and conversion
//
// Copyright (C) 2003-2009 Matthias Christian Schabel
// Copyright (C) 2007-2009 Steven Watanabe
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1... | {
"pile_set_name": "Github"
} |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE789_Uncontrolled_Mem_Alloc__new_char_connect_socket_11.cpp
Label Definition File: CWE789_Uncontrolled_Mem_Alloc__new.label.xml
Template File: sources-sinks-11.tmpl.cpp
*/
/*
* @description
* CWE: 789 Uncontrolled Memory Allocation
* BadSource: connect_socket Read data... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 Open Connectome Project (http://openconnecto.me)
* Written by Da Zheng (zhengda1936@gmail.com)
*
* This file is part of FlashMatrix.
*
* 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 ... | {
"pile_set_name": "Github"
} |
import React, { PropTypes, Component } from 'react';
import Btn from './Btn';
import Form from './Form';
class SendCommentForm extends Component {
constructor(props) {
super(props);
this.state = {
value: '',
};
this.handleSubmit = this.handleSubmit.bind(this);
this.handleInputChange = thi... | {
"pile_set_name": "Github"
} |
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
//
// Pulse synchronizer: synchronizes a pulse from source clock domain (clk_src)
// to destination clock domain (clk_dst). Each pulse has the length of one clock
// cycl... | {
"pile_set_name": "Github"
} |
//---------------------------------------------------------------------------//
// Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.com>
//
// Distributed under the Boost Software License, Version 1.0
// See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
//
// See http://boostorg.gi... | {
"pile_set_name": "Github"
} |
//=- SyntheticCountsPropagation.cpp - Propagate function counts --*- C++ -*-=//
//
// 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"
} |
[
{
"id": "2638",
"name": "Add matchall and try to get it",
"category": [
"filter",
"matchall"
],
"plugins": {
"requires": "nsPlugin"
},
"setup": [
"$TC qdisc add dev $DEV1 clsact",
"$TC filter ad... | {
"pile_set_name": "Github"
} |
User-agent: *
Disallow: / | {
"pile_set_name": "Github"
} |
window.onload = function () {
editor.setOpt({
emotionLocalization:false
});
emotion.SmileyPath = editor.options.emotionLocalization === true ? 'images/' : "http://img.baidu.com/hi/";
emotion.SmileyBox = createTabList( emotion.tabNum );
emotion.tabExist = createArr( emotion.tabNum );
in... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="configProtectedData" type="System.Configuration.ProtectedConfigurationSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<section name="appSettings" type="System.Configuration.... | {
"pile_set_name": "Github"
} |
/*
###############################################################################
#
# EGSnrc egs++ prism geometry headers
# Copyright (C) 2015 National Research Council Canada
#
# This file is part of EGSnrc.
#
# EGSnrc is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
jinja2.optimizer
~~~~~~~~~~~~~~~~
The jinja optimizer is currently trying to constant fold a few expressions
and modify the AST in place so that it should be easier to evaluate it.
Because the AST does not contain all the scoping information and the
compiler has to ... | {
"pile_set_name": "Github"
} |
// Safe container/iterator base implementation -*- C++ -*-
// Copyright (C) 2011-2018 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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"
} |
#[cfg(all(feature = "websockets", feature = "async-std-runtime"))]
mod websocket_connector_tests {
use buttplug::{
client::ButtplugClient,
connector::{
ButtplugRemoteClientConnector,
ButtplugRemoteServerConnector,
ButtplugWebsocketClientTransport,
ButtplugWebsocketServerTransport,
... | {
"pile_set_name": "Github"
} |
// { dg-do compile }
// 2001-08-27 Benjamin Kosnik <bkoz@redhat.com>
// Copyright (C) 2001-2013 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as publis... | {
"pile_set_name": "Github"
} |
# Canadian French
# By Simon Germain
include common
map 0xc0c
backslash 0x29 altgr
plusminus 0x2 altgr
at 0x3 altgr
sterling 0x4 altgr
cent 0x5 altgr
currency 0x6 altgr
notsign 0x7 altgr
bar 0x29 shift
twosuperior 0x9 altgr
threesuperior 0xa altgr
onequarter 0xb altgr
onehalf 0xc altgr
threequarters 0xd altgr
section ... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// Copyright Christopher Kormanyos 2007 - 2014.
// Distributed under the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef UTIL_POINT_2008_11_2... | {
"pile_set_name": "Github"
} |
p edge 55 60
e 3 52
e 4 44
e 4 39
e 7 33
e 8 28
e 9 15
e 9 2
e 10 1
e 10 6
e 12 22
e 12 5
e 13 11
e 14 11
e 15 16
e 16 11
e 17 51
e 18 22
e 19 52
e 20 5
e 23 43
e 24 33
e 24 11
e 25 29
e 25 31
e 27 38
e 27 39
e 30 7
e 30 36
e 32 0
e 32 14
e 34 26
e 34 14
e 35 8
e 35 20
e 36 52
e 37 19
e 37 21
e 38 5
e 40 18
e 40 3
e 41... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
<section name="DropdownAttributeOpti... | {
"pile_set_name": "Github"
} |
using DeBroglie.Constraints;
using DeBroglie.Models;
using DeBroglie.Topo;
using NUnit.Framework;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DeBroglie.Test.Constraints
{
[TestFixture]
public class SeparationConstraintTest
{
[Test]
public... | {
"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"
} |
# -*- coding: utf-8 -*-
"""
Util
~~~~
common function and definition
:copyright: (c) 2017-2018 by Baidu, Inc.
:license: Apache, see LICENSE for more details.
"""
import time
import numpy as np
try:
from StringIO import StringIO
except ImportError:
from io import StringIO
def enum(**enum... | {
"pile_set_name": "Github"
} |
.\" Man page generated from reStructuredText.
.
.TH "EBOOK-META" "1" "tháng 9 19, 2020" "4.99.17" "calibre"
.SH NAME
ebook-meta \- ebook-meta
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-i... | {
"pile_set_name": "Github"
} |
// MonoGame - Copyright (C) The MonoGame Team
// This file is subject to the terms and conditions defined in
// file 'LICENSE.txt', which is part of this source code package.
using System.Collections.Generic;
namespace Microsoft.Xna.Framework.Input
{
public static partial class Keyboard
{
static List... | {
"pile_set_name": "Github"
} |
import * as R from 'ramda';
import React from 'react';
import PropTypes from 'prop-types';
import pureDeepEqual from '../../../utils/pureDeepEqual';
import { isLinkSelected } from '../../../editor/utils';
import XODLink from '../Link';
const LinksLayer = ({ links, selection, isDragged = false }) => (
<g className... | {
"pile_set_name": "Github"
} |
//-----------------------------------------------------------------------------
// boost variant/detail/initializer.hpp header file
// See http://www.boost.org for updates, documentation, and revision history.
//-----------------------------------------------------------------------------
//
// Copyright (c) 2002-... | {
"pile_set_name": "Github"
} |
package com.avito.performance
import org.gradle.api.DefaultTask
import org.gradle.api.tasks.TaskAction
abstract class SendPerformanceMdeTask : DefaultTask() {
@TaskAction
fun action() {
logger.lifecycle("Performance plugin is deprecated. If you see this message, consider removing performance plugin")... | {
"pile_set_name": "Github"
} |
.. include:: ../README.rst
.. toctree::
:hidden:
Home <self>
tutorials/index
examples/index
reference/index
contributing
history
references
| {
"pile_set_name": "Github"
} |
'use strict';
var Node = require('./node');
/**
* Initialize an `Each` node, representing iteration
*
* @param {String} obj
* @param {String} val
* @param {String} key
* @param {Block} block
* @api public
*/
var Each = module.exports = function Each(obj, val, key, block) {
this.obj = obj;
this.val = val;... | {
"pile_set_name": "Github"
} |
###############################################################################
# Copyright 2005,2006 WSO2, Inc. http://www.wso2.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
#
#... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.prestosql</groupId>
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2007 The Android Open Source Project
*
* 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 app... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* CS4271 ASoC codec driver
*
* Copyright (c) 2010 Alexander Sverdlin <subaparts@yandex.ru>
*
* This driver support CS4271 codec being master or slave, working
* in control port mode, connected either via SPI or I2C.
* The data format accepted is I2S or left-justifi... | {
"pile_set_name": "Github"
} |
// jshint node:true
"use strict";
// Tests taken directly from es6-shim number tests
// https://github.com/paulmillr/es6-shim/blob/master/test/number.js
var test = require("tape");
var isInteger = require("./");
// Values that are integers
var INTEGERS = [
5295,
-5295,
-9007199254740991,
9007199254740991,
... | {
"pile_set_name": "Github"
} |
// Copyright 2005 Daniel Wallin.
// Copyright 2005 Joel de Guzman.
//
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// Modeled after range_ex, Copyright 2004 Eric Nieble... | {
"pile_set_name": "Github"
} |
---
title: Creating Expectations
layout: page
pageOrder: 2
section: 'Mock Server'
subsection: true
sitemap:
priority: 0.8
changefreq: 'monthly'
lastmod: 2019-11-10T08:00:00+01:00
---
{% include_subpage _includes/creating_expectations.html %}
| {
"pile_set_name": "Github"
} |
cask "cryptr" do
version "0.3.0"
sha256 "8b85da55b3b7e79ec935b794bda997e899211a9ed3ba96e0bf2887bd2799e81b"
url "https://github.com/adobe/cryptr/releases/download/v#{version}/Cryptr-#{version}.dmg"
appcast "https://github.com/adobe/cryptr/releases.atom"
name "Cryptr"
desc "GUI for Hashicorp's Vault"
homep... | {
"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")... | {
"pile_set_name": "Github"
} |
/* iCheck plugin Futurico skin
----------------------------------- */
.icheckbox_futurico,
.iradio_futurico {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 16px;
height: 17px;
background: url(futurico.png) no-repeat;
border: none;
... | {
"pile_set_name": "Github"
} |
{
"scripts": {},
"devDependencies": {
"husky": "4.2.1"
}
}
| {
"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 "IPropertyModificationDateExtractor.h"
@interface TPropertyModificationDateExtractor : IPropertyModificationDateExtractor
{
}
... | {
"pile_set_name": "Github"
} |
// Copyright 2018-present 650 Industries. All rights reserved.
#import <ABI39_0_0UMCore/ABI39_0_0UMDefines.h>
#import <ABI39_0_0UMCore/ABI39_0_0UMUtilities.h>
#import <ABI39_0_0UMCore/ABI39_0_0UMEventEmitterService.h>
#import <ABI39_0_0UMConstantsInterface/ABI39_0_0UMConstantsInterface.h>
#import <ABI39_0_0EXTaskMan... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
Simple built-in backend.
"""
__author__ = "Lluís Vilanova <vilanova@ac.upc.edu>"
__copyright__ = "Copyright 2012-2017, Lluís Vilanova <vilanova@ac.upc.edu>"
__license__ = "GPL version 2 or (at your option) any later version"
__maintainer__ = "Stefan Hajnoczi"
__email__ = "ste... | {
"pile_set_name": "Github"
} |
{
"word": "Patient",
"definitions": [
"A person receiving or registered to receive medical treatment.",
"The semantic role of a noun phrase denoting something that is affected or acted upon by the action of a verb."
],
"parts-of-speech": "Noun"
} | {
"pile_set_name": "Github"
} |
test:
@./node_modules/.bin/mocha \
--require should \
--reporter spec
.PHONY: test | {
"pile_set_name": "Github"
} |
\chapter{File formats}
\label{app:formats}
All file formats are binary, and all data fields are stored in
little-endian byte order, unless otherwise specified. All indices are
zero-based, and all sizes and offsets are in bytes unless otherwise
specified. To describe a file format, we use the conventions shown in
the... | {
"pile_set_name": "Github"
} |
<?php
defined('IN_ADMIN') or exit('No permission resources.');
include $this->admin_tpl('header');?>
<div class="pad-lr-10">
<form name="downform" action="?m=admin&c=downservers&a=init" method="post" >
<table width="100%" cellspacing="0" class="search-form">
<tbody>
<tr>
<td><div class="explain-col"><?php echo ... | {
"pile_set_name": "Github"
} |
require('../modules/es7.set.to-json');
module.exports = require('../modules/$.core').Set; | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_VECTOR_VECTOR30_HPP_INCLUDED
#define BOOST_MPL_VECTOR_VECTOR30_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.bo... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
{
"009BA758-7060-4479-8EE8-FB9B40C8FB97": {
"name": "Korea y Japon de noche"
},
"B1B5DDC5-73C8-4920-8133-BACCE38A08DE": {
"name": "De Ciudad de México a Nueva York"
},
"7719B48A-2005-4011-9280-2F64EEC6FD91": {
"name": "Del Norte de California a Baja"
},
"B876B645-3955... | {
"pile_set_name": "Github"
} |
<?php
function testParameterWithDefaultValueIsFlaggedAsPassedByReference(&$byRef = null)
{
} | {
"pile_set_name": "Github"
} |
import Pagination from "rc-pagination/es/locale/hi_IN";
import DatePicker from '../date-picker/locale/hi_IN';
import TimePicker from '../time-picker/locale/hi_IN';
import Calendar from '../calendar/locale/hi_IN';
var localeValues = {
locale: 'hi',
Pagination: Pagination,
DatePicker: DatePicker,
TimePicker: Time... | {
"pile_set_name": "Github"
} |
package com.naman14.algovisualizer.algorithm.sorting;
import android.app.Activity;
import com.naman14.algovisualizer.LogFragment;
import com.naman14.algovisualizer.algorithm.Algorithm;
import com.naman14.algovisualizer.visualizer.SortingVisualizer;
/**
* Created by mayank on 2/12/16.
*/
public class QuickSort ext... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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.
MOVE_TO, 22.15f, 33.23f,
R_CUBIC_TO, 0, 3.06f, -2.48f, 5.54f, -5.54f, 5.54f,
R_CUBIC_TO, -3.06f, 0, -5.54f, -2.48f, -5.54f, -5.54f,
R_CUBIC_TO, 0, -3.06f,... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2007 Apple Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except in
* compli... | {
"pile_set_name": "Github"
} |
//
// SecondViewController.m
// 图层相关知识
//
// Created by 黄成都 on 15/6/14.
// Copyright (c) 2015年 黄成都. All rights reserved.
//
#import "SecondViewController.h"
@interface SecondViewController ()
@property (weak, nonatomic) IBOutlet UIView *coneView;
@property (weak, nonatomic) IBOutlet UIView *shipView;
@property ... | {
"pile_set_name": "Github"
} |
<nhb:BaseDialogWindow x:Class="NiceHashMiner.Views.Login.LoginWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsof... | {
"pile_set_name": "Github"
} |
cmake_minimum_required(VERSION 3.8.0)
project(embedder-test LANGUAGES C CXX)
add_executable(embedder-example embedder-example.cpp)
option(INCLUDE_WAVM_PROJECT false)
if(INCLUDE_WAVM_PROJECT)
add_subdirectory(
${CMAKE_CURRENT_SOURCE_DIR}/../../..
${CMAKE_CURRENT_BINARY_DIR}/WAVM)
target_link_libraries(embedder-... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* AMetal
* ----------------------------
* innovating embedded platform
*
* Copyright (c) 2001-2018 Guangzhou ZHIYUAN Electronics Co., Ltd.
* All rights reserved.
*... | {
"pile_set_name": "Github"
} |
<resources>
<!--
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
<!-- API 11 theme customizations can go here. -->
</style>
... | {
"pile_set_name": "Github"
} |
{
"authors": [
"Mark Hodge"
],
"date_download": "2017-11-30T19:51:26",
"date_modify": null,
"date_publish": "2016-11-11T01:11:34",
"description": null,
"filename": "https%3A%2F%2Fwww.thesun.co.uk%2Fnews%2F2162467%2Ftaliban-suicide-bomber-truck-german-consulate-afghanistan-killing-two%2Famp%2F.json",
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Flot Examples</title>
<link href="layout.css" rel="stylesheet" type="text/css">
<!--[if lte IE 8]><script langu... | {
"pile_set_name": "Github"
} |
// COPYRIGHT © 2020 Esri
//
// All rights reserved under the copyright laws of the United States
// and applicable international laws, treaties, and conventions.
//
// This material is licensed for use under the Esri Master License
// Agreement (MLA), and is bound by the terms of that agreement.
// You may redistribute... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) [2012] - [2017] Red Hat, 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 available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* ... | {
"pile_set_name": "Github"
} |
{% extends "registration/registration_base.html" %}
{% block title %}Reset password{% endblock %}
{% block body %}
Forgot your password? Enter your email in the form below and we'll send you
instructions for creating a new one.
<form method='post' action=''>{% csrf_token %}
<table>
{{ form }}
<tr><td></td><td>... | {
"pile_set_name": "Github"
} |
package protocol
import (
"encoding/base64"
"encoding/json"
"fmt"
"strconv"
"github.com/aws/aws-sdk-go/aws"
)
// EscapeMode is the mode that should be use for escaping a value
type EscapeMode uint
// The modes for escaping a value before it is marshaled, and unmarshaled.
const (
NoEscape EscapeMode = iota
Ba... | {
"pile_set_name": "Github"
} |
/*
* jaricom.c
*
* Developed 1997-2009 by Guido Vollbeding.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains probability estimation tables for common use in
* arithmetic entropy encoding and decoding ... | {
"pile_set_name": "Github"
} |
---
# Base directory where all applications are staged and hosted
base_dir: /var/vcap.local/dea
# Local_route is the IP address of a well known server on your network, it
# is used to choose the right ip address (think of hosts that have multiple nics
# and IP addresses assigned to them) of the host running the DEA. D... | {
"pile_set_name": "Github"
} |
{
"ver": "1.2.2",
"uuid": "676f90a9-5e56-4c49-92c5-21a00b71def5",
"asyncLoadAssets": false,
"autoReleaseAssets": false,
"subMetas": {}
} | {
"pile_set_name": "Github"
} |
# Imaging
[](https://godoc.org/github.com/disintegration/imaging)
[](https://travis-ci.org/disintegration/imaging)
[
//
// Preprocessed version of "boost/mpl/bitxor.hpp" header
// -- DO NOT modif... | {
"pile_set_name": "Github"
} |
#!/bin/bash
log=repairs.last
summaryLog=repairs.log
fullLog=fullLog.log
echo -n "" > $log;
echo -n "" > "repairs.table";
echo "################################" >> $summaryLog
echo "#" `hostname` >> $summaryLog
echo "#" `date +"%d.%m.%Y %T"` >> $summaryLog
echo "#" `git log -1 --pretty=format:"%h - %cd"` >> $summary... | {
"pile_set_name": "Github"
} |
"fall_2016_carry_killcount"
{
"template" "kill_count_by_time_ranked"
"tier" "1009"
"no_plus" "1"
"<kill_count>"
{
"1"
{
"2" "1"
}
"2"
{
"4" "1"
}
"3"
{
"6" "1"
}
}
"<game_time>"
{
"1"
{
"900" "1"
}
"2"
{
"900" "1"
}
"3"
{
"900" "1"
}
}
"challenge_... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2014-2015 VMware, 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 applicable law or agr... | {
"pile_set_name": "Github"
} |
1.0.2
-----
- added warning when using Psych + an older version of libyaml
1.0.1
-----
- fixed handling for strings that look like (invalid) dates
1.0.0
-----
- updated date parsing to use local timezone
- **now requiring "safe_yaml/load" provides `SafeYAML.load` without clobbering `YAML`**
- fixed handling of emp... | {
"pile_set_name": "Github"
} |
--TEST--
phpunit --log-junit php://stdout DataProviderTest ../_files/DataProviderTest.php
--FILE--
<?php
$_SERVER['argv'][1] = '--no-configuration';
$_SERVER['argv'][2] = '--log-junit';
$_SERVER['argv'][3] = 'php://stdout';
$_SERVER['argv'][4] = 'DataProviderTest';
$_SERVER['argv'][5] = dirname(dirname(__FILE__)) . '/_... | {
"pile_set_name": "Github"
} |
/* contrib/adminpack/adminpack--2.0--2.1.sql */
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
\echo Use "ALTER EXTENSION adminpack UPDATE TO '2.1'" to load this file. \quit
/* ***********************************************
* Administrative functions for PostgreSQL
* ********************... | {
"pile_set_name": "Github"
} |
//===--- XPCTransport.cpp - sending and receiving LSP messages over XPC ---===//
//
// 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"
} |
// -*- C++ -*- compatibility header.
// Copyright (C) 2007-2018 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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 Founda... | {
"pile_set_name": "Github"
} |
// Copyright 2005 Google Inc. All Rights Reserved.
// Author: chatham@google.com (Andrew Chatham)
// Author: satorux@google.com (Satoru Takabayashi)
//
// ElfReader handles reading in ELF. It can extract symbols from the
// current process, which may be used to symbolize stack traces
// without having to make a potenti... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html lang="en" class="sidebar-visible no-js rust">
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>Step 00 - Clean Workspace - Minimal Linux Live</title>
<!-- Custom HTML head -->
<meta content="text/ht... | {
"pile_set_name": "Github"
} |
package com.airbnb.paris.test
import android.graphics.Color
import androidx.test.InstrumentationRegistry
import androidx.test.runner.AndroidJUnit4
import com.airbnb.paris.styles.EmptyStyle
import org.junit.Assert.assertEquals
import org.junit.Before
import org.junit.Test
import org.junit.runner.RunWith
@RunWith(Andro... | {
"pile_set_name": "Github"
} |
# language/php/TEST/Makefile.am
# copyright (C) 2003 by Frank Mori Hess
# email : fmhess@users.sourceforge.net
#
# This Makefile.am 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 of the... | {
"pile_set_name": "Github"
} |
// +build windows
package term
import (
"os"
"syscall"
)
func IsANSI(f *os.File) bool {
return false
}
// IsTerminal returns false on Windows.
func IsTerminal(f *os.File) bool {
ft, _ := syscall.GetFileType(syscall.Handle(f.Fd()))
return ft == syscall.FILE_TYPE_CHAR
}
// MakeRaw is a no-op on windows. It retu... | {
"pile_set_name": "Github"
} |
// Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Flags: --allow-natives-syntax
var a = [];
Object.freeze(a);
function foo() {
return a.length;
}
assertEquals(0, foo());
assertEquals(0, foo());
%O... | {
"pile_set_name": "Github"
} |
/*
* reserved comment block
* DO NOT REMOVE OR ALTER!
*/
/*
* 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 ... | {
"pile_set_name": "Github"
} |
#include "z_en_attack_niw.h"
#define FLAGS 0x00000010
#define THIS ((EnAttackNiw*)thisx)
void EnAttackNiw_Init(Actor* thisx, GlobalContext* globalCtx);
void EnAttackNiw_Destroy(Actor* thisx, GlobalContext* globalCtx);
void EnAttackNiw_Update(Actor* thisx, GlobalContext* globalCtx);
void EnAttackNiw_Draw(Actor* thisx... | {
"pile_set_name": "Github"
} |
/*
Copyright 2018 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"
} |
// Copyright 2017 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.
// Constants that were deprecated or moved to enums in the FreeBSD headers. Keep
// them here for backwards compatibility.
package unix
const (
IFF_SMART ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: d0b15ba2fd4426745b4b10947da0ee9a
timeCreated: 1525400468
licenseType: Pro
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<?php
namespace Modules\NomadiCore\Http\Controllers;
use Illuminate\Routing\Controller as BaseController;
use Modules\NomadiCore\Facebook\FanPage;
use View;
use Auth;
use Modules\NomadiCore\City;
use Modules\NomadiCore\Cafe;
use Modules\NomadiCore\Entity;
use Modules\NomadiCore\Comment;
use Modules\NomadiCore\Review... | {
"pile_set_name": "Github"
} |
// Copyright 2011 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 norm
// This file contains Form-specific logic and wrappers for data in tables.go.
// Rune info is stored in a separate trie per composing form. A com... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.