text stringlengths 2 99.9k | meta dict |
|---|---|
// Generated by IcedCoffeeScript 108.0.11
(function() {
var BaseScraper, DnsScraper, constants, decode_sig, dns, iced, make_ids, txt_reformat, urlmod, v_codes, __iced_k, __iced_k_noop,
__hasProp = {}.hasOwnProperty,
__extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key... | {
"pile_set_name": "Github"
} |
require_relative '../../spec_helper'
describe "SystemExit#success?" do
it "returns true when the status is 0" do
s = SystemExit.new 0
s.success?.should == true
end
it "returns false when the status is not 0" do
s = SystemExit.new 1
s.success?.should == false
end
end
| {
"pile_set_name": "Github"
} |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2004-2008, Open Source Geospatial Foundation (OSGeo)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free ... | {
"pile_set_name": "Github"
} |
// Copyright 2016 Circonus, Inc. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Worksheet API support - Fetch, Create, Update, Delete, and Search
// See: https://login.circonus.com/resources/api/calls/worksheet
package api
import (
"en... | {
"pile_set_name": "Github"
} |
package com.alg.top20.bt;
import java.util.LinkedList;
import java.util.List;
public class ExploreRootToLeafPaths {
public static List<String> binaryTreePaths1(TreeNode root){
List<String> paths = new LinkedList<String>();
auxTreePaths(root, "", paths);
return paths;
}
private static void auxTreePaths(TreeN... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 63cb071fb8442a14f85c02e6ddba9b72
timeCreated: 1473086193
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
<Glyph name="slash_greater.liga" lsb="-406" width="550">
<CharString>
-182 900 hstemhm
-406 676 -207 424 hintmask 11000000
208 599 rmoveto
-2 -2 64 92 -63 29 -613 -880 70 -20 500 718 245 -247 -2 -9 rlineto
hintmask 10100000
-344 -238 34 -61 378 263 12 68 rlineto
... | {
"pile_set_name": "Github"
} |
run_folder = './run/'
run_archive_folder = './run_archive/' | {
"pile_set_name": "Github"
} |
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Exploit::Remote
Rank = NormalRanking
include Msf::Exploit::FILEFORMAT
include Msf::Exploit::Remote::Seh
def initialize(info = {})
super(u... | {
"pile_set_name": "Github"
} |
/*!
* Copyright (c) 2015, Salesforce.com, 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 ... | {
"pile_set_name": "Github"
} |
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may ... | {
"pile_set_name": "Github"
} |
--disable_warnings
DROP TABLE IF EXISTS t2;
--enable_warnings
CREATE TABLE t2(c1 CHAR(50) NULL);
CREATE UNIQUE INDEX i1 ON t2(c1);
SHOW TABLES;
let $ENGINE=`select variable_value from information_schema.global_variables where variable_name='STORAGE_ENGINE'`;
--replace_result $ENGINE ENGINE PAGE_CHECKSUM=0 ""
SHO... | {
"pile_set_name": "Github"
} |
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF lice... | {
"pile_set_name": "Github"
} |
/*
* MP3 bitstream Output interface for LAME
*
* Copyright (c) 1999-2000 Mark Taylor
* Copyright (c) 1999-2002 Takehiro Tominaga
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Fre... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 189290ce8792f1f48a7b0cf140f1cbe8
timeCreated: 1481287624
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/* AFS File Service definitions
*
* Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
* Written by David Howells (dhowells@redhat.com)
*
* 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... | {
"pile_set_name": "Github"
} |
/*
* QEMU Random Number Generator Backend
*
* Copyright IBM, Corp. 2012
*
* Authors:
* Anthony Liguori <aliguori@us.ibm.com>
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*/
#include "qemu/osdep.h"
#include "sysemu/rng.h"
#... | {
"pile_set_name": "Github"
} |
//
// detail/posix_signal_blocker.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2011 Christopher M. Kohlhoff (chris at kohlhoff dot 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)
/... | {
"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.
// +build arm,openbsd
package unix
func setTimespec(sec, nsec int64) Timespec {
return Timespec{Sec: sec, Nsec: int32(nsec)}
}
func setTimeval(sec, usec int... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 4.0.0
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ------------------------... | {
"pile_set_name": "Github"
} |
#include <GameData.h>
#include <File.h>
#include <DatCat.h>
#include <ExdData.h>
#include <ExdCat.h>
#include <Exd.h>
#include <iostream>
#include <cctype>
#include <set>
#include <Exd/ExdDataGenerated.h>
#include <Logging/Logger.h>
#include <algorithm>
#include <Util/Util.h>
#include <fstream>
Sapphire::Data::ExdD... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved.
*/
#ifndef __USER_DOT_H__
#define __USER_DOT_H__
void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode,
int status, uint32_t sbflags, uint64_t seq);
int dlm_user_init(void... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2009, Jay Loden, Giampaolo Rodola'. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
* Define Windows structs and constants which are considered private.
*/
#if !defined(__NTEXTAPI_H__)
#define __NTEXTAPI_H__
#include <wi... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2005, Ingo Weinhold <bonefish@cs.tu-berlin.de>.
* Copyright 2010, Andreas Faerber <andreas.faerber@web.de>
* Copyright 2002, Adrien Destugues <pulkomandy@pulkomandy.tk>
* All rights reserved. Distributed under the terms of the MIT License.
*/
#include <new>
#include <stdio.h>
#include <stdlib.h>
... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Microsoft.CodeAnalysis.Instrumentation
{
internal static class PerformanceGoals
{
internal static readonly string[] Goals;
... | {
"pile_set_name": "Github"
} |
SUBROUTINE SGGESX( JOBVSL, JOBVSR, SORT, SELCTG, SENSE, N, A, LDA,
$ B, LDB, SDIM, ALPHAR, ALPHAI, BETA, VSL, LDVSL,
$ VSR, LDVSR, RCONDE, RCONDV, WORK, LWORK, IWORK,
$ LIWORK, BWORK, INFO )
*
* -- LAPACK driver routine (version 3.0) --
* U... | {
"pile_set_name": "Github"
} |
package OpenXPKI::Server::API2::Plugin::Profile::get_additional_information_fields;
use OpenXPKI::Server::API2::EasyPlugin;
=head1 NAME
OpenXPKI::Server::API2::Plugin::Profile::get_additional_information_fields
=head1 COMMANDS
=cut
# Project modules
use OpenXPKI::Server::Context qw( CTX );
=head2 get_additional_i... | {
"pile_set_name": "Github"
} |
MIME-Version: 1.0
From: Barry <barry@digicool.com>
To: Dingus Lovers <cravindogs@cravindogs.com>
Subject: Here is your dingus fish
Date: Fri, 20 Apr 2001 19:35:02 -0400
Content-Type: multipart/mixed; boundary="OUTER"
--OUTER
Content-Type: text/plain; charset="us-ascii"
A text/plain part
--OUTER
Content-Type: multipa... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#pragma mark -
//
// File: /Applications/Xcode-7GM.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/Clo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="300" >
<scale
android:fromXScale="1"
android:fromYScale="1"
android:pivotX="50%"
android:pivotY="50%"
android:toXScale="0"
android:toYScale="0... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 83162581299610b4fbd277bb511b11a2
folderAsset: yes
DefaultImporter:
userData:
| {
"pile_set_name": "Github"
} |
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace EddiEvents
{
public class SquadronStatusEvent : Event
{
public const string NAME = "Squadron status";
public const string DESCRIPTION = "Triggered when your status with a squadron has changed";
public cons... | {
"pile_set_name": "Github"
} |
BODY, HTML {
border: 0;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
}
#appcontainer {
position: absolute;
width: 50%;
top: 0px;
bottom: 0px;
right: 0;
z-index:1;
display: none;
background-color: #fff;
}
#settingscontainer {
min-height: 100%;
}
.sidepanel ... | {
"pile_set_name": "Github"
} |
/*
* mpc8xxx_wdt.c - MPC8xx/MPC83xx/MPC86xx watchdog userspace interface
*
* Authors: Dave Updegraff <dave@cray.org>
* Kumar Gala <galak@kernel.crashing.org>
* Attribution: from 83xx_wst: Florian Schirmer <jolt@tuxbox.org>
* ..and from sc520_wdt
* Copyright (c) 2008 MontaVista Software, Inc.
* ... | {
"pile_set_name": "Github"
} |
#ifndef __CR_AUTOFS_H__
#define __CR_AUTOFS_H__
#ifndef AUTOFS_MINOR
#define AUTOFS_MINOR 235
#endif
#include <stdbool.h>
bool is_autofs_pipe(unsigned long inode);
struct mount_info;
int autofs_parse(struct mount_info *pm);
int autofs_dump(struct mount_info *pm);
int autofs_mount(struct mount_info *mi, const char *... | {
"pile_set_name": "Github"
} |
import { createAction } from '../helpers'
export function syncDown() {
return createAction('SYNC_DOWN')
}
export function syncUp() {
return createAction('SYNC_UP')
}
| {
"pile_set_name": "Github"
} |
/*
Copyright 2015 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"
} |
// (C) Copyright 2008 CodeRage, LLC (turkanis at coderage dot com)
// (C) Copyright 2003-2007 Jonathan Turkanis
// 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/iostreams for d... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
// PR4382
template<typename T> struct X { static const T A = 1; };
template<typename T, bool = X<T>::A> struct Y { typedef T A; };
template<typename T> struct Z { typedef typename Y<T>::A A; };
extern int x;
extern Z<int>::A x;
| {
"pile_set_name": "Github"
} |
# Copyright (C) 2010-2016 JPEXS
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the... | {
"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:gravity="center"
android:orientation="vertical" >
<ImageView
android:id="@+id/iv_expression"
... | {
"pile_set_name": "Github"
} |
transaction nuking free space
| {
"pile_set_name": "Github"
} |
<?php
/**
* Slovak file for plugin skeleton
*
* @package frog
* @subpackage plugin.skeleton.translations
*
* @author Pali Petras <payo@creoactive.com>
* @version Frog 0.9.5
*/
return array(
'A sidebar' => 'Bočný panel',
'Display settings page here!' => 'Zobra... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>unicode_data — The Logtalk Handbook v3.42.0-b02 documentation</title>
<link rel="stylesheet" href="../_static/css/theme.css"... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013-2020 Software Radio Systems Limited
*
* This file is part of srsLTE.
*
* srsLTE is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at your... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("da... | {
"pile_set_name": "Github"
} |
/**
* RC2 implementation.
*
* @author Stefan Siegl
*
* Copyright (c) 2012 Stefan Siegl <stesie@brokenpipe.de>
*
* Information on the RC2 cipher is available from RFC #2268,
* http://www.ietf.org/rfc/rfc2268.txt
*/
(function() {
/* ########## Begin module implementation ########## */
function initModule(forge) ... | {
"pile_set_name": "Github"
} |
************
Courses
************
.. image:: _img/mainpage/online.png
* **Natural Language Processing with Deep Learning** by Stanford :
[`Link <http://web.stanford.edu/class/cs224n/>`_]
* **Deep Natural Language Processing** by the University of Oxford:
[`Link <https://www.cs.ox.ac.uk/teaching/courses/2016-2017... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: |
Using "try" with "catch" or "finally" statement within/without a "for"
statement
es5id: 12.14_A11_T3
description: Try statement inside loop, where use break
---*/
/... | {
"pile_set_name": "Github"
} |
/**
* Freescale ALSA SoC Machine driver utility
*
* Author: Timur Tabi <timur@freescale.com>
*
* Copyright 2010 Freescale Semiconductor, Inc.
*
* This file is licensed under the terms of the GNU General Public License
* version 2. This program is licensed "as is" without any warranty of any
* kind, whether ex... | {
"pile_set_name": "Github"
} |
CONFIG_LOCK_TORTURE_TEST=y
CONFIG_PRINTK_TIME=y
| {
"pile_set_name": "Github"
} |
# N58 AT device configuration
menuconfig AT_DEVICE_USING_N58
bool "Neoway N58"
default n
if AT_DEVICE_USING_N58
config AT_DEVICE_N58_INIT_ASYN
bool "Enable initialize by thread"
default n
config AT_DEVICE_N58_SAMPLE
bool "Enable sample"
default y
if AT_DEVICE_N58... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* NWL MIPI DSI host driver
*
* Copyright (C) 2017 NXP
* Copyright (C) 2019 Purism SPC
*/
#ifndef __NWL_DSI_H__
#define __NWL_DSI_H__
/* DSI HOST registers */
#define NWL_DSI_CFG_NUM_LANES 0x0
#define NWL_DSI_CFG_NONCONTINUOUS_CLK 0x4
#define NWL_DSI_CFG_T_PRE 0x8
#d... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | {
"pile_set_name": "Github"
} |
select * from performance_schema.threads
where name like 'Thread/%' limit 1;
select * from performance_schema.threads
where name='FOO';
insert into performance_schema.threads
set name='FOO', thread_id=1, processlist_id=2;
ERROR 42000: INSERT command denied to user 'root'@'localhost' for table 'threads'
update performan... | {
"pile_set_name": "Github"
} |
<resources>
<!--
Example customization of dimensions originally defined in res/values/dimens.xml
(such as screen margins) for screens with more than 820dp of available width. This
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively).
-->
<dimen name="activi... | {
"pile_set_name": "Github"
} |
/*
* Reverse a singly linked list.
*/
/**
* Definition for singly-linked list.
* public class ListNode {
* int val;
* ListNode next;
* ListNode(int x) { val = x; }
* }
*/
public class ReverseLinkedList {
public ListNode reverseList(ListNode head) {
if (head == null)
return ... | {
"pile_set_name": "Github"
} |
alembic==1.0.10
aniso8601==3.0.2
appdirs==1.4.3
blinker==1.4
click==7.0
certifi==2019.11.28
Flask==1.1.1
Flask-Cors==3.0.8
Flask-RESTful==0.3.7
Flask-SocketIO==4.2.1
gevent==1.3.5
gevent-websocket==0.10.1
greenlet==0.4.13
git+https://github.com/HTTP-APIs/hydra-python-core@master#egg=hydra_python_core
git+https://github... | {
"pile_set_name": "Github"
} |
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
char* bmk2_get_binid();
char* bmk2_get_inputid();
char* bmk2_get_runid();
int bmk2_log_collect(const char* component, const char* file);
#ifdef __cplusplus
}
#endif
| {
"pile_set_name": "Github"
} |
/* WARNING: do not edit! */
/* Generated by Makefile from include/crypto/bn_conf.h.in */
/*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the ... | {
"pile_set_name": "Github"
} |
# %%
"""
<table class="ee-notebook-buttons" align="left">
<td><a target="_blank" href="https://github.com/giswqs/earthengine-py-notebooks/tree/master/Join/intersect.ipynb"><img width=32px src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" /> View source on GitHub</a></td>
<td><a target="_blank" href... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl -w
# (c) 2009, Tom Zanussi <tzanussi@gmail.com>
# Licensed under the terms of the GNU GPL License version 2
# Display r/w activity for all processes
# The common_* event handler fields are the most useful fields common to
# all events. They don't necessarily correspond to the 'common_*' fields
# in t... | {
"pile_set_name": "Github"
} |
import React from "react";
import { storiesOf } from "@storybook/react";
import { action } from "@storybook/addon-actions";
import Tags from "./index";
storiesOf("Tags", module).add("with content", () => (
<Tags
tags={["Tag 1", "Tag 2", "Tag 3"]}
onUpdateTags={action("Tags Update")}
/>
));
| {
"pile_set_name": "Github"
} |
/*
// Copyright (c) 2020 Intel Corporation
//
// 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... | {
"pile_set_name": "Github"
} |
{
"detectRetina": false,
"interactivity": {
"detectsOn": "canvas",
"events": {
"onClick": {
"enable": false,
"mode": "push"
},
"onDiv": {
"elementId": "repulse-div",
"enable": false,
"mode": "repulse"
},
"onHover": {
"enable": tru... | {
"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"
} |
<cloudpipe>
<instance_id>%(uuid)s</instance_id>
</cloudpipe>
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of the License "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
Copyright (c) 2006 Dan Marsden
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)
... | {
"pile_set_name": "Github"
} |
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagi... | {
"pile_set_name": "Github"
} |
// synchronizaion.hpp --------------------------------------------------------------//
// Copyright 2010 Vicente J. Botet Escriba
// Copyright 2015 Andrey Semashev
// Distributed under the Boost Software License, Version 1.0.
// See http://www.boost.org/LICENSE_1_0.txt
#ifndef BOOST_DETAIL_WINAPI_SYN... | {
"pile_set_name": "Github"
} |
(function( app ) {
var ui = app.ns("ui");
ui.MenuPanel = ui.AbstractPanel.extend({
defaults: {
items: [], // (required) an array of menu items
modal: false
},
_baseCls: "uiMenuPanel",
init: function() {
this._super();
this.el = $(this._main_template());
},
open: function(jEv) {
this._sup... | {
"pile_set_name": "Github"
} |
#
# Honeybee: A Plugin for Environmental Analysis (GPL) started by Mostapha Sadeghipour Roudsari
#
# This file is part of Honeybee.
#
# Copyright (c) 2013-2020, Chris Mackey <Chris@MackeyArchitecture.com.com>
# Honeybee is free software; you can redistribute it and/or modify
# it under the terms of the GNU General ... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2008, Humanized, 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 conditi... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the Yices SMT Solver.
* Copyright (C) 2018 SRI International.
*
* Yices is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) a... | {
"pile_set_name": "Github"
} |
@(
importJob: com.overviewdocs.models.ImportJob
)(implicit messages: Messages)
@import com.overviewdocs.models.{CloneImportJob,CsvImportJob,DocumentCloudImportJob,ImportJob,FileGroupImportJob}
@cancelUrl = @{importJob match {
case CloneImportJob(cloneJob) => Some(routes.CloneImportJobController.delete(cloneJob.de... | {
"pile_set_name": "Github"
} |
/*************************************************************
*
* MathJax/jax/output/SVG/fonts/TeX/svg/AMS/Regular/MiscTechnical.js
*
* Copyright (c) 2011-2018 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the... | {
"pile_set_name": "Github"
} |
# --------------------------------------------------------
# Faster R-CNN
# Copyright (c) 2015 Microsoft
# Licensed under The MIT License [see LICENSE for details]
# Written by Ross Girshick and Sean Bell
# --------------------------------------------------------
import yaml
import numpy as np
import numpy.random as n... | {
"pile_set_name": "Github"
} |
/**
* Copyright 2013 Netflix, Inc.
* <p/>
* 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
* <p/>
* http://www.apache.org/licenses/LICENSE-2.0
* <p/>
* Unless required by applicable law... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the Serial Flash Universal Driver Library.
*
* Copyright (c) 2016, Armink, <armink.ztl@gmail.com>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* 'Software'), to deal in the Software without re... | {
"pile_set_name": "Github"
} |
use std::env;
use std::fs::File;
use std::io::{self, Write};
use std::path::{Path, PathBuf};
const CASTAGNOLI_POLY: u32 = 0x82f63b78;
type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;
fn main() {
if let Err(err) = try_main() {
panic!("{}", err);
}
}
fn try_main() -> Result<()> {
... | {
"pile_set_name": "Github"
} |
package ru.qatools.gridrouter.caps;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.Platform;
import org.openqa.selenium.remote.DesiredCapabilities;
import ru.qatools.gridrouter.json.JsonCapabilities;
import ru.qatools.gridrouter.utils.JsonUtils;
import java.io.IOException;
import static o... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2009-2012 Lorenzo Caminiti
// Distributed under the Boost Software License, Version 1.0
// (see accompanying file LICENSE_1_0.txt or a copy at
// http://www.boost.org/LICENSE_1_0.txt)
// Home at http://www.boost.org/libs/local_function
#ifndef BOOST_LOCAL_FUNCTION_DETAIL_PP_KEYWORD_INLINE_HPP_
#defin... | {
"pile_set_name": "Github"
} |
/* Copyright (C) 1991-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the ... | {
"pile_set_name": "Github"
} |
/*** GLOBAL STYLES ***/
html {
position: relative;
min-height: 100vh;
padding-bottom: 100px;
font-family: 'Roboto';
z-index: -1;
}
h1 {
font-weight: 300;
font-size: 40px;
}
h2 {
color: $gray;
font-size: 55px;
font-weight: 100;
text-align: left;
margin-top: 0px;
}
h3 {
padding: 0;
margin: 0;
font-s... | {
"pile_set_name": "Github"
} |
# Installation with the NGINX Ingress Operator
This document describes how to install the NGINX Ingress Controller in your Kubernetes cluster using the NGINX Ingress Operator.
## Prerequisites
1. Make sure you have access to the Ingress Controller image:
* For NGINX Ingress Controller, use the image `nginx/nginx... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Joomla.Site
* @subpackage com_users
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @since 1.6
*/
defined('_JEXEC') or die;
JHtml::_('behavior.keepalive');
JHtml::_('behavior... | {
"pile_set_name": "Github"
} |
---
title: PowerShell:Azure SQL Database のアクティブ geo レプリケーションを構成する
description: Azure PowerShell のサンプル スクリプトを使用して、Azure SQL Database のアクティブ geo レプリケーションの設定とフェールオーバーを実行します。
services: sql-database
ms.service: sql-database
ms.subservice: high-availability
ms.custom: sqldbrb=1
ms.devlang: PowerShell
ms.topic: sample
author:... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: c58a1e3e72b51fe4dbe3dcb29470be83
timeCreated: 1516146225
licenseType: Pro
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*****************************************************************************
** $Source: /cygdrive/d/Private/_SVNROOT/bluemsx/blueMSX/Src/Input/MsxArkanoidPad.h,v $
**
** $Revision: 1.2 $
**
** $Date: 2008-03-30 18:38:40 $
**
** More info: http://www.bluemsx.com
**
** Copyright (C) 2003-2006 Daniel Vik
**
** This pro... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE pov SYSTEM "/usr/share/cgc-docs/replay.dtd">
<pov>
<cbid>service</cbid>
<replay>
<read><delim>\x0a</delim><match><data>2D Particle Simulator\x0a</data></match></read>
<read><delim>\x0a</delim><match><data>Enter the number of particles to simulate \x281-10\x29:\x0a</data>... | {
"pile_set_name": "Github"
} |
/**
* Copyright (C) 2009 - 2013 SC 4ViewSoft SRL
*
* 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 appl... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2020, Lukas Holecek <hluk@email.cz>
This file is part of CopyQ.
CopyQ is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option)... | {
"pile_set_name": "Github"
} |
import { i18n } from 'i18n';
import IdField from 'modules/shared/fields/idField';
import DateTimeField from 'modules/shared/fields/dateTimeField';
import DateTimeRangeField from 'modules/shared/fields/dateTimeRangeField';
import StringField from 'modules/shared/fields/stringField';
import EnumeratorField from 'modules/... | {
"pile_set_name": "Github"
} |
[class*='col-'] {
float: left;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h3 {
text-align: center; margin-bottom: 0;
}
[class*='col-'] {
padding-right: 20px;
padding-bottom: 20px;
}
[class*='col-']:last-of-type {
padding-right: 0;
}
.grid... | {
"pile_set_name": "Github"
} |
---
pagination:
data: testdata
size: 4
testdata:
item1: itemvalue1
item2: itemvalue2
item3: itemvalue3
item4: itemvalue4
item5: itemvalue5
item6: itemvalue6
item7: itemvalue7
item8: itemvalue8
item9: itemvalue9
---
<ol>{% for item in pagination.items %}<li>{{ item }}</li>{% endfor %}</ol>
| {
"pile_set_name": "Github"
} |
<?php
/////////////////////////////////////////////////////////////////
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
//////////////////////////////////////////////////... | {
"pile_set_name": "Github"
} |
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:diorite"
},
"result": "quark:chiseled_diorite_bricks",
"count": 1,
"conditions": [
{
"type": "forge:and",
"values": [
{
"type": "quark:flag",
"flag": "stone_bricks"
},
{
... | {
"pile_set_name": "Github"
} |
/* Debugging/Logging support code */
/* (C) 2008-2010 by Harald Welte <laforge@gnumonks.org>
* (C) 2008 by Holger Hans Peter Freyther <zecke@selfish.org>
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publish... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.