text stringlengths 2 99.9k | meta dict |
|---|---|
<select name="data[Easycase][milestone]" class="text_field form-control" onchange="milestone_export(this);">
<option value="all">All</option>
<?php if(isset($milestones)){
foreach($milestones as $key =>$milestone){ ?>
<option value="<?php echo $key;?>" ><?php echo ucfirst($milestone);?></option>
... | {
"pile_set_name": "Github"
} |
[](https://travis-ci.com/magic8bot/magic8bot)
[](https://codecov.io/gh/magic8bot/magic8bot)
:
import webbrowser
webbrowser.open_new( URL ) | {
"pile_set_name": "Github"
} |
* IPPrototyper
- Information about the tool:
http://www.aforgenet.com/framework/tools/ipprototyper.html
- Sample of the tool usage can be found in "Samples/Imaging/IPPrototyper Sample"
* Debugger Visualizers
- Information about the tool:
http://www.aforgenet.com/framework/tools/debug_visualizer.htm... | {
"pile_set_name": "Github"
} |
/* Stable */
.stable {border: none; border-color: #D0D0D0 #FFFFFF #FFFFFF #D0D0D0; overflow: hidden; display: block; -moz-user-select: none; -moz-user-focus: normal; -moz-user-input: enabled; }
.stable td {font: menu; white-space: nowrap; padding: 1px}
/* Head */
.stable-head {position: absolute; background: #F5F5F5; ... | {
"pile_set_name": "Github"
} |
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const ReactRefreshWebpackPlugin = require('@pmmmwh/react-refresh-webpack-plugin');
const isProduction = process.env.NODE_ENV === 'production';
const isDevelopment = ... | {
"pile_set_name": "Github"
} |
#!/bin/bash
set -e
echo "Rubocop $(bundle exec rubocop --version)"
bundle exec rubocop -S -D -E $@
success=$?
if ((success != 0)); then
echo -e "\nTry running \`script/fmt -a\` to automatically fix errors"
fi
exit $success
| {
"pile_set_name": "Github"
} |
package akka.cluster.seed
import akka.actor.ActorSystem
import akka.testkit.{ImplicitSender, TestKit}
import org.scalatest.{BeforeAndAfterAll, Matchers, WordSpecLike}
import akka.cluster.Cluster
import akka.cluster.ClusterEvent.{CurrentClusterState, MemberUp}
class ZookeeperClusterSeedSpec(_system: ActorSystem) exte... | {
"pile_set_name": "Github"
} |
export GOBIN ?= $(shell pwd)/bin
GOLINT = $(GOBIN)/golint
BENCH_FLAGS ?= -cpuprofile=cpu.pprof -memprofile=mem.pprof -benchmem
# Directories containing independent Go modules.
#
# We track coverage only for the main module.
MODULE_DIRS = . ./benchmarks
# Many Go tools take file globs or directories as arguments inst... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
Spree::Sample.load_sample("addresses")
Spree::Sample.load_sample("stores")
payment_method = Spree::PaymentMethod::Check.first!
store = Spree::Store.first!
orders = []
orders << Spree::Order.create!(
number: "R123456789",
email: "spree@example.com",
item_total: 150.95,
adjustment... | {
"pile_set_name": "Github"
} |
## Embedding Tether
Tether is designed to be embeddable in other libraries.
There is one thing you should think about doing to create an embedded Tether:
- Set the `classPrefix` of the tethers you create. That prefix will replace `'tether'` in
all of the classes. You can also disable classes you don't intend on us... | {
"pile_set_name": "Github"
} |
<div id="indexWget">
<form id="form_wget" action="dispatcher.php?action=wget" method="post" onsubmit="return actionSubmit('Injecting File')">
<fieldset>
<label for="url_wget">URL of the File to wget:</label><br />
<input type="text" name="url" id="url_wget" size="70" />
<select name="aid" style="width:100px">
<... | {
"pile_set_name": "Github"
} |
/*!
* mime-db
* Copyright(c) 2014 Jonathan Ong
* MIT Licensed
*/
/**
* Module exports.
*/
module.exports = require('./db.json')
| {
"pile_set_name": "Github"
} |
/*
Neighand: Neighborhood Handling library
The goal of this project is to find 3D neighbors efficiently.
Read the documentation contained in the article "Query Sphere
Indexing for Neighborhood Requests" for details.
This file defines a block of code for the processing of one cell,
in the main ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>client — LEAF 0.1 documentation</title... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
* All rights reserved
* www.brocade.com
*
* Linux driver for Brocade Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License (GPL) Version 2 a... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<dependencies>
<deployment ident... | {
"pile_set_name": "Github"
} |
module APIv2
class OrderBook < Struct.new(:asks, :bids); end
class OrderBooks < Grape::API
helpers ::APIv2::NamedParams
desc 'Get the order book of specified market.'
params do
use :market
optional :asks_limit, type: Integer, default: 20, range: 1..200, desc: 'Limit the number of returned ... | {
"pile_set_name": "Github"
} |
package defold;
import defold.types.*;
/**
Functions for passing messages and constructing URL objects.
**/
@:native("_G.msg")
extern class Msg {
/**
Post a message to a receiving URL. The most common case is to send messages
to a component. If the component part of the receiver is omitted, th... | {
"pile_set_name": "Github"
} |
strict digraph G {
"('wrapped_1', 1)" [shape=box, label="('wrapped_1', 1)"];
"('wrapped_1', 0)" [shape=box, label="('wrapped_1', 0)"];
"((<function f at 0x7ff93b591758>, ('wrapped_1', 0)), 'function')" [shape=circle, label=f];
"((<function f at 0x7ff93b591758>, ('wrapped_1', 1)), 'function')" [shape=circle, label=f];
"... | {
"pile_set_name": "Github"
} |
"""distutils.command.bdist
Implements the Distutils 'bdist' command (create a built [binary]
distribution)."""
__revision__ = "$Id$"
import os
from distutils.util import get_platform
from distutils.core import Command
from distutils.errors import DistutilsPlatformError, DistutilsOptionError
def show_formats():
... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* Copyright 2012-2019 Amazon.com, Inc. or its affiliates. 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. A copy of the License... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Applying Conditional Functions To List Items\n",
"\n",
"- **Author:** [Chris Albon](http://www.chrisalbon.com/), [@ChrisAlbon](https://twitter.com/chrisalbon)\n",
"- **Date:** -\n",
"- **Repo:** [Python 3 code snippet... | {
"pile_set_name": "Github"
} |
#[cfg(feature = "foo")]
pub struct Foo;
#[cfg(feature = "bar")]
pub struct Bar;
#[cfg(feature = "baz")]
pub struct Baz;
fn main() {
Foo {};
Bar {};
Baz {};
}
| {
"pile_set_name": "Github"
} |
//=========================================================
// MusE
// Linux Music Editor
// $Id: eventbase.h,v 1.3.2.3 2009/12/20 05:00:35 terminator356 Exp $
//
// (C) Copyright 1999-2004 Werner Schweer (ws@seh.de)
//
// This program is free software; you can redistribute it and/or
// modify it under the terms ... | {
"pile_set_name": "Github"
} |
// Remote usage: go to https://chromeless.netlify.com
// Copy this file in place of the existing script and click run!
// Use only when node is unavailable; it is someone's AWS account after-all
const chromeless = new Chromeless({ remote: true, waitTimeout: 2000 })
// -------------------------------------------------... | {
"pile_set_name": "Github"
} |
#!/bin/sh
# Copyright 2014 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 applicabl... | {
"pile_set_name": "Github"
} |
#import <Foundation/Foundation.h>
@interface PodsDummy_MBProgressHUD : NSObject
@end
@implementation PodsDummy_MBProgressHUD
@end
| {
"pile_set_name": "Github"
} |
// Copyright John Maddock 2005-2006.
// Use, modification and distribution are 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)
#ifndef BOOST_MATH_TOOLS_PRECISION_INCLUDED
#define BOOST_MATH_TOOLS_PRECISION_INCLU... | {
"pile_set_name": "Github"
} |
IF(JPEG_FOUND)
ADD_DEFINITIONS(-DHasJPEG)
ENDIF(JPEG_FOUND)
IF(PNG_FOUND)
ADD_DEFINITIONS(-DHasPNG)
ENDIF(PNG_FOUND)
IF(TIFF_FOUND)
ADD_DEFINITIONS(-DHasTIFF)
INCLUDE_DIRECTORIES(${TIFF_INCLUDE_DIR})
ENDIF(TIFF_FOUND)
IF(OPENEXR_FOUND)
ADD_DEFINITIONS(-DHasEXR)
ENDIF(OPENEXR_FOUND)
VIGRA_ADD_TEST(test_imp... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0) on Thu May 15 17:17:33 EDT 2008 -->
<TITLE>
IOExceptionWrapper (Oracle - Berkeley DB Java API)
</TITLE>
<META NAME="keywords" CONTENT="com.sleepyca... | {
"pile_set_name": "Github"
} |
; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep movl
; rdar://6707985
%XXOO = type { %"struct.XXC::XXCC", i8*, %"struct.XXC::XXOO::$_71" }
%XXValue = type opaque
%"struct.XXC::ArrayStorage" = type { i32, i32, i32, i8*, i8*, [1 x %XXValue*] }
%"struct.XXC::XXArray" = type { %XXOO, i32, %"struct.XXC::ArrayStorag... | {
"pile_set_name": "Github"
} |
/*
* Vortex OpenSplice
*
* This software and documentation are Copyright 2006 to TO_YEAR ADLINK
* Technology Limited, its affiliated companies and licensors. All rights
* reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file e... | {
"pile_set_name": "Github"
} |
; Kunena Forum translation
;
; All translations can be found from https://www.transifex.com/projects/p/Kunena/
; Please join the translation team if you want to contribute your changes to the next release.
;
; License GNU General Public License version 3 or later; see LICENSE.txt
; Note : All ini files need to be saved... | {
"pile_set_name": "Github"
} |
# 电脑新手
- 我现在用电脑能做什么?
+ 什么都不能做。
- 我能用采矿机器人做什么?
+ 采矿
- 怎么用?
+ 你需要一个采矿机器人,
和一个名为'SHELL'的软盘。
将机器人放置在地上,
并右键打开GUI界面。
然后将软盘放入带有软盘图标的插槽中。
按第三个红色按钮,然后按第一个红色按钮,
应该出现要求输入的文字,输入'quarry 10'
机器人将开始挖掘10x10的区域,
它会挖到基岩然后再回去,
它将等待几秒钟,
让你从内部储存中取出东西。
你可以随时按下“Q”键停止。
- 采矿机器人是否使用能源?
+ 目前不用。 | {
"pile_set_name": "Github"
} |
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
//
// 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"
} |
/*
* RTJpeg decoding functions
* Copyright (c) 2006 Reimar Doeffinger
*
* This file is part of FFmpeg.
*
* FFmpeg 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 Lic... | {
"pile_set_name": "Github"
} |
#! /bin/sh
# you can do something here
# this shell scripts will run at the end of build.py scripts
tar_name="$1.tar.gz"
mkdir -p history
if [ ! -f ./history/version ];then
touch ./history/version
fi
version_old=`cat history/version | awk '{print $1}' | sort -rn |sed -n 1p`
version_new=`cat config.json.js |grep "v... | {
"pile_set_name": "Github"
} |
Subject: bu " y cialis soft ' tabs online for less
new clalls softtabs = lnstant rockhard erectlons
simply disolve half a plll under your tongue 10 min before action ,
for results that last all weekend .
normal retail is $ 19 / plll order from us today at the price of $ 3 . 63
not interested ( 0 pt - 0 ut )
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ MIT License
~
~ Copyright (c) 2017-2019 nuls.io
~
~ 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 wi... | {
"pile_set_name": "Github"
} |
sky.gdkm.edu.cn
gdkm.edu.cn
old.gdkm.edu.cn
bm.gdkm.edu.cn
www.gdkm.edu.cn
portal.gdkm.edu.cn
kmzygx.gdkm.edu.cn
ic.gdkm.edu.cn
ml.gdkm.edu.cn
crp.gdkm.edu.cn
qe.gdkm.edu.cn
| {
"pile_set_name": "Github"
} |
/*********************************************************************
* NAN - Native Abstractions for Node.js
*
* Copyright (c) 2018 NAN contributors:
* - Rod Vagg <https://github.com/rvagg>
* - Benjamin Byholm <https://github.com/kkoopa>
* - Trevor Norris <https://github.com/trevnorris>
* - Nathan Rajl... | {
"pile_set_name": "Github"
} |
/* SportsPress icons */
@font-face {
font-family: 'sportspress';
src:url('../fonts/sportspress.eot?ddphik2');
src:url('../fonts/sportspress.eot?#iefixddphik2') format('embedded-opentype'),
url('../fonts/sportspress.woff2?ddphik2') format('woff2'),
url('../fonts/sportspress.ttf?ddphik2') format('truetype'),
url... | {
"pile_set_name": "Github"
} |
//
// DisposeBase.swift
// RxSwift
//
// Created by Krunoslav Zaher on 4/4/15.
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
//
/// Base class for all disposables.
public class DisposeBase {
init() {
#if TRACE_RESOURCES
_ = Resources.incrementTotal()
#endif
}
deinit {
#if TRACE_RES... | {
"pile_set_name": "Github"
} |
diff --git a/gcc/common.opt b/gcc/common.opt
index d342c4f3749..2aae4a3cefb 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -3287,11 +3287,11 @@ Driver
no-pie
Driver RejectNegative Negative(shared)
-Don't create a dynamically linked position independent executable.
+Don't create a position independent executabl... | {
"pile_set_name": "Github"
} |
@ui @cart @wip
Feature: Applying a valid cart-price-rule that gets invalidated after the cart changes
Background:
Given the site operates on a store in "Austria"
And the store "Austria" is the default store
And the site has a product "TShirt" priced at 10000
And the product is activ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../../libc/type.intmax_t.html">
</head>
<body>
<p>Redirecting to <a href="../../../../libc/type.intmax_t.html">../../../../libc/type.intmax_t.html</a>...</p>
<script>location.replace("../../../../libc/type.intmax_t.html"... | {
"pile_set_name": "Github"
} |
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message/extract' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message ... | {
"pile_set_name": "Github"
} |
<!--
This file contains Runtime Directives used by .NET Native. The defaults here are suitable for most
developers. However, you can modify these parameters to modify the behavior of the .NET Native
optimizer.
Runtime Directives are documented at http://go.microsoft.com/fwlink/?LinkID=391919
... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the tools applications of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid com... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Bridge\PhpUnit\Tests;
use PHPUnit\Framework\TestCase;
use Symfo... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the t... | {
"pile_set_name": "Github"
} |
- [ ] [116001: hulu phone interview](http://instant.1point3acres.com/thread/116001)
- [ ] [116002: laserfiche on-site](http://instant.1point3acres.com/thread/116002)
- [ ] [116033: Amazon group interview新鲜面经和教训](http://instant.1point3acres.com/thread/116033)
- [ ] [116043: Uber 新鲜面经](http://instant.1point3acres.com/thr... | {
"pile_set_name": "Github"
} |
/*
* FunctionState.java
*
* Copyright (C) 2020 by RStudio, PBC
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Public License. T... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_MPL_MAP_AUX_BEGIN_END_IMPL_HPP_INCLUDED
#define BOOST_MPL_MAP_AUX_BEGIN_END_IMPL_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2003-2004
// Copyright David Abrahams 2003-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://ww... | {
"pile_set_name": "Github"
} |
SUBROUTINE SLASD4( N, I, D, Z, DELTA, RHO, SIGMA, WORK, INFO )
*
* -- LAPACK auxiliary routine (version 3.0) --
* Univ. of Tennessee, Oak Ridge National Lab, Argonne National Lab,
* Courant Institute, NAG Ltd., and Rice University
* October 31, 1999
*
* .. Scalar Arguments ..
INTEGER ... | {
"pile_set_name": "Github"
} |
'use strict'
const { test, given } = require('sazerac')
const SonarDocumentedApiDensity = require('./sonar-documented-api-density.service')
describe('SonarDocumentedApiDensity', function () {
test(SonarDocumentedApiDensity.render, () => {
given({ density: 0 }).expect({
message: '0%',
color: 'red',
... | {
"pile_set_name": "Github"
} |
/*
grive: an GPL program to sync a local directory with Google Drive
Copyright (C) 2013 Wan Wai Ho
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation version 2
of the License.
This program is dis... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
from PIL import Image
import os
def resize_image(image, max_width):
""" Scales the image to the given width, preserving proportions. """
img_width, img_height = image.getdata().size
if img_width >= max_width and img_width >= img_height:
# Obrazek do przeskalowania przez `th... | {
"pile_set_name": "Github"
} |
/*
Copyright The Kubeform 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, softwar... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>7 2D frequencies | Interactive web-based data visualization with R, plotly, and shiny</title>
<meta name="description" content="A useR guide to creating highly interactive g... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2002-2016 iterate GmbH. All rights reserved.
~ https://cyberduck.io/
~
~ 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; ei... | {
"pile_set_name": "Github"
} |
# Generated Tue Dec 25 11:54:21 2018 by ./gen-tests.pl '-n' '400' '-o' 'proxy-command' '-v' 'LOCAL' '-i' 'FOOBAR' '-p' 'PROXY command:' '-d' '.' '-r' '-s' '%SWAKS% --dump PROXY --to user@host1.nodns.test.swaks.net --from recip@host1.nodns.test.swaks.net --server "ser ver" --proxy-family AF_UNIX --proxy-source 9.9.9.9 ... | {
"pile_set_name": "Github"
} |
<!-- SidebarTools.shtml -->
<!-- This is the common sidebar definition for Tools pages -->
<dt><h3><a href="/help/en/html/tools/">Tools</a></h3></dt>
<dd>JMRI tools for working with your layout:
<ul> <!-- Try to organize within category by frequency of use or alphabetical -->
<li><i... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: d6edfac76795e8141afb1492e4f07fe0
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
{
"compilerOptions": {
"lib": ["es2017", "dom"],
"module": "commonjs",
"moduleResolution": "node",
"noEmitOnError": false,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"sourceMap": true,
"target": "es6",
"declaration": true,
"type... | {
"pile_set_name": "Github"
} |
//
// LanguageManager.swift
// ProtonMail - Created on 6/5/17.
//
//
// Copyright (c) 2019 Proton Technologies AG
//
// This file is part of ProtonMail.
//
// ProtonMail 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 Sof... | {
"pile_set_name": "Github"
} |
/*!
* jQuery UI Button 1.11.4
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/button/#theming
*/
.ui-button {
display: inline-block;
position: relative;
padding: 0;
line-height: normal;
m... | {
"pile_set_name": "Github"
} |
if (nAlphaSubCycles > 1)
{
dimensionedScalar totalDeltaT = runTime.deltaT();
surfaceScalarField rhoPhiSum
(
IOobject
(
"rhoPhiSum",
runTime.timeName(),
mesh
),
mesh,
dimensionedScalar(rhoPhi.dimensions(), 0)
);
for
(
... | {
"pile_set_name": "Github"
} |
--source suite/rpl/include/rpl_stm_relay_ign_space.inc
| {
"pile_set_name": "Github"
} |
# combined-stream
A stream that emits multiple other streams one after another.
**NB** Currently `combined-stream` works with streams vesrion 1 only. There is ongoing effort to switch this library to streams version 2. Any help is welcome. :) Meanwhile you can explore other libraries that provide streams2 support wit... | {
"pile_set_name": "Github"
} |
require('../../modules/js.array.statics');
module.exports = require('../../modules/$.core').Array.splice; | {
"pile_set_name": "Github"
} |
# Topydo - A todo.txt client written in Python.
# Copyright (C) 2014 - 2015 Bram Schoenmakers <bram@topydo.org>
#
# 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,... | {
"pile_set_name": "Github"
} |
package com.zdcf.leetcode;
//832. Flipping an Image
//Given a binary matrix A, we want to flip the image horizontally, then invert it, and return the resulting image.
//
//To flip an image horizontally means that each row of the image is reversed. For example, flipping [1, 1, 0] horizontally results in [0, 1, 1].
//... | {
"pile_set_name": "Github"
} |
from keras.layers.convolutional import (Convolution2D, MaxPooling2D,
ZeroPadding2D)
from keras.layers.core import Dense, Dropout, Flatten
from keras.models import Sequential
from kerasmodelzoo.utils.data import download_file, load_np_data
_VGG_16_WEIGHTS_URL = 'https://www.dropb... | {
"pile_set_name": "Github"
} |
package org.ovirt.engine.ui.common.widget.table.cell;
import java.util.HashSet;
import java.util.Set;
import org.ovirt.engine.ui.uicommonweb.UICommand;
import com.google.gwt.cell.client.ValueUpdater;
import com.google.gwt.dom.client.BrowserEvents;
import com.google.gwt.dom.client.Element;
import com.google.gwt.dom.c... | {
"pile_set_name": "Github"
} |
# Connecting to firewall PBD with PIT
# As of right now, you will need two linux boxes
# Binding issues
# On nopen
u 500 TARGET_IP 500 500
# Local scripted window on second linux box
cd /current/bin/FW/PIT
./pit
settip 127.0.0.1
settport 32782
setsport 501
settnode affc4432
# Now test
ping
# If you get a reply, ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<title>MBScanningRecognizerRunnerDelegate Protocol Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset="utf-8">
<script src="../js/jquery.min.... | {
"pile_set_name": "Github"
} |
/*
* 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 hope that it w... | {
"pile_set_name": "Github"
} |
#ifdef CFLAG
#error CFLAG should not be set
#endif
#ifndef CCFLAG
#error CCFLAG should be set
#endif
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Datamountaineer.
*
* 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... | {
"pile_set_name": "Github"
} |
/*! UIkit 2.11.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
(function($, UI) {
"use strict";
var stacks = [];
UI.component('stackMargin', {
defaults: {
'cls': 'uk-margin-small-top'
},
init: function() {
var $this = this;
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework;
/**
* Shell command line wrapper encapsulates command execution and arguments escaping
*
* @api
* @since 100.0.2
*/
interface ShellInterface
{
/**
* Execute a command throu... | {
"pile_set_name": "Github"
} |
/**
* hilojs 2.0.2 for kissy
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
KISSY.add('hilo/view/Bitmap', function(S, Hilo, Class, View, Drawable){
/**
* @language=en
* <iframe src='../../../examples/Bitmap.html?noHeader' width = '300' height = '200' scrolling='no'></iframe>
* <br/>
* Examp... | {
"pile_set_name": "Github"
} |
# encoding: utf-8
######################################################################
# This file is imported from the minitest project.
# DO NOT make modifications in this repo. They _will_ be reverted!
# File a patch instead and assign it to Ryan Davis.
#############################################################... | {
"pile_set_name": "Github"
} |
/*
* Scriptographer
*
* This file is part of Scriptographer, a Scripting Plugin for Adobe Illustrator
* http://scriptographer.org/
*
* Copyright (c) 2002-2010, Juerg Lehni
* http://scratchdisk.com/
*
* All rights reserved. See LICENSE file for details.
*
* File created on Apr 14, 2008.
*/
package com.scri... | {
"pile_set_name": "Github"
} |
# Contributing to the jQuery Validation Plugin
## Reporting an Issue
1. Make sure the problem you're addressing is reproducible.
2. Use http://jsbin.com or http://jsfiddle.net to provide a test page.
3. Indicate what browsers the issue can be reproduced in. **Note: IE Compatibilty mode issues will not be addressed. M... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | {
"pile_set_name": "Github"
} |
namespace Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.Api20200802
{
using Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.PowerShell;
/// <summary>
/// The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
/... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2006-2010 Mitch Garnaat http://garnaat.org/
# Copyright (c) 2010, Eucalyptus Systems, 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
# w... | {
"pile_set_name": "Github"
} |
/**
* This file is copyright 2017 State of the Netherlands (Ministry of Interior Affairs and Kingdom Relations).
* It is made available under the terms of the GNU Affero General Public License, version 3 as published by the Free Software Foundation.
* The project of which this file is part, may be found at https://g... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\/ M anipulation |
-------------... | {
"pile_set_name": "Github"
} |
<!--index.wxml-->
<view class="container">
<swiper indicator-dots="{{indicatorDots}}"
autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}">
<block wx:for-items="{{banner_list[0].banner}}">
<swiper-item>
<image src="{{item.pic_url}}" class="slide-image" />
</swiper-item>
</block>
<... | {
"pile_set_name": "Github"
} |
/*
* Backpack - Skyscanner's Design System
*
* Copyright 2016-2020 Skyscanner 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
*
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Subtest for Login Manager notifications - Popup Windows</title>
</head>
<body>
<h2>Subtest 11 (popup windows)</h2>
<script>
// Ignore the '?' and split on |
let [username, password, features, autoClose] = window.location.search.substring(1).split("|");
v... | {
"pile_set_name": "Github"
} |
/** */
Ext.define('Ext.overrides.Widget', {
override: 'Ext.Widget',
uses: ['Ext.Component'],
$configStrict: false,
isComponent: true,
liquidLayout: true,
// in Ext JS the rendered flag is set as soon as a component has its element. Since
// widgets always have an element when construct... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2016 Christian Mollekopf <mollekopf@kolabsys.com>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "sina_秒拍.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
package Paws::WorkSpaces::CreateIpGroup;
use Moose;
has GroupDesc => (is => 'ro', isa => 'Str');
has GroupName => (is => 'ro', isa => 'Str', required => 1);
has Tags => (is => 'ro', isa => 'ArrayRef[Paws::WorkSpaces::Tag]');
has UserRules => (is => 'ro', isa => 'ArrayRef[Paws::WorkSpaces::IpRuleItem]');
u... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<scale
android:fromXScale="0.3" android:toXScale="1.0"
android:fromYScale="0.3" android:toYScale="1.0"
android:pivotX="100%" android:pivotY="50%"
android:duration="@android:integer/config_shortAnimTime"
/>
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.