text
stringlengths
2
99.9k
meta
dict
set hive.test.mode=true; set hive.test.mode.prefix=; create table exim_department ( dep_id int comment "department id") stored as textfile tblproperties("creator"="krishna"); load data local inpath "../../data/files/test.dat" into table exim_department; dfs ${system:test.dfs.mkdir} target/tmp/ql/test/data/export...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (C) 2019 xuexiangjys(xuexiangjys@163.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.or...
{ "pile_set_name": "Github" }
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
{ "pile_set_name": "Github" }
<?php namespace pineapple; class urlsnarf extends Module { public function route() { switch ($this->request->action) { case 'refreshInfo': $this->refreshInfo(); break; case 'refreshOutput': $this->refreshOutput(); ...
{ "pile_set_name": "Github" }
sha256:5a1a7b81b3a6212bea7485e5d0c4f0c97eb240191e84151d0a6c2b17ad20aea5
{ "pile_set_name": "Github" }
project(to_tuple_generator) add_executable(to_tuple_generator to_tuple_generator.cc)
{ "pile_set_name": "Github" }
/* * JBoss by Red Hat * Copyright 2006-2009, Red Hat Middleware, LLC, 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 terms of...
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/to_dummy.R \name{to_dummy} \alias{to_dummy} \title{Split (categorical) vectors into dummy variables} \usage{ to_dummy(x, ..., var.name = "name", suffix = c("numeric", "label")) } \arguments{ \item{x}{A vector or data frame.} \item{...}{Optio...
{ "pile_set_name": "Github" }
<?php //application details $apps[$x]['name'] = "Install"; $apps[$x]['uuid'] = "75507e6e-891e-11e5-af63-feff819cdc9f"; $apps[$x]['category'] = "Core"; $apps[$x]['subcategory'] = ""; $apps[$x]['version'] = "1.0"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Install ...
{ "pile_set_name": "Github" }
// Protocol Buffers for Go with Gadgets // // Copyright (c) 2016, The GoGo Authors. All rights reserved. // http://github.com/gogo/protobuf // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributio...
{ "pile_set_name": "Github" }
package org.holoeverywhere.drawable; import android.content.res.Resources; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.ColorFilter; import android.graphics.PixelFormat; import android.graphics.Rect; import android.graphics.drawable.Drawable; import android.os.Build.V...
{ "pile_set_name": "Github" }
(function (factory) { /* global define */ if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. define(['jquery'], factory); } else if (typeof module === 'object' && module.exports) { // Node/CommonJS module.exports = factory(require('jquery')); } else { ...
{ "pile_set_name": "Github" }
<?php /* +------------------------------------------------------------------------+ | Phalcon Framework | +------------------------------------------------------------------------+ | Copyright (c) 2011-2012 Phalcon Team (http://www.phalconphp.com) | ...
{ "pile_set_name": "Github" }
/* * Copyright 2019 Google * * 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 w...
{ "pile_set_name": "Github" }
-module(sleeping_races_6). -export([sleeping_races_6/0]). -export([scenarios/0]). scenarios() -> [{?MODULE, inf, dpor}]. sleeping_races_6() -> ets:new(table, [public, named_table]), ets:insert(table, {w, 0}), ets:insert(table, {x, 0}), ets:insert(table, {y, 0}), ets:insert(table, {z, 0}), sp...
{ "pile_set_name": "Github" }
<?php /* * * ____ _ _ __ __ _ __ __ ____ * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ * |_| \___/ \___...
{ "pile_set_name": "Github" }
/* <!-- copyright */ /* * aria2 - The high speed download utility * * Copyright (C) 2006 Tatsuhiro Tsujikawa * * 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 2 of the Lice...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>PoseNet - Camera Feed Demo</title> <link rel="stylesheet" href="style.css"> <link rel="icon" href="../../favicon.ico" type="image/png" /> <!-- fonts --> <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet"> <link href="https://fonts.g...
{ "pile_set_name": "Github" }
/** * Copyright 2014 National University of Ireland, Galway. * * This file is part of the SIREn project. Project and contact information: * * https://github.com/rdelbru/SIREn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
{ "pile_set_name": "Github" }
<?php namespace Thelia\Model; use Thelia\Model\Base\ConfigQuery as BaseConfigQuery; /** * Skeleton subclass for performing query and update operations on the 'config' table. * * * * You should add additional methods to this class to meet the * application requirements. This class will only be generated as * ...
{ "pile_set_name": "Github" }
print("testando $if's") prog = tmpname() function criaprog(s) assert(writeto(prog)) assert(write(gsub(s, " %$", "$"))) assert(writeto()) end criaprog([[ $if nil $endinput $end $if a x = 20 _b = 10 $if _b y = 30 $else y = 100 $end $ ifnot c z = 40 $end $else w = 1 $end a = [[1 $if s 2 $ end 3]] ]])...
{ "pile_set_name": "Github" }
# # Copyright 2017 Advanced Micro Devices, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, p...
{ "pile_set_name": "Github" }
XZ Embedded =========== XZ Embedded is a relatively small, limited implementation of the .xz file format. Currently only decoding is implemented. XZ Embedded was written for use in the Linux kernel, but the code can be easily used in other environments too, including regular userspace application...
{ "pile_set_name": "Github" }
// // detail/regex_fwd.hpp // ~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2016 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) // #ifndef BOOST_ASI...
{ "pile_set_name": "Github" }
/** * @swagger * parameter: * tl_limit: * name: limit * in: query * description: The maximum number of timeline entries to include in the response. * required: false * type: integer * tl_offset: * name: offset * in: query * description: Start the list of resul...
{ "pile_set_name": "Github" }
undefined.
{ "pile_set_name": "Github" }
using System; using Ultraviolet.Audio; using Ultraviolet.Core; namespace Ultraviolet.BASS.Audio { /// <summary> /// Represents the BASS implementation of the <see cref="IUltravioletAudioDevice"/> interface. /// </summary> public sealed class BASSUltravioletAudioDevice : UltravioletResource, IUltraviol...
{ "pile_set_name": "Github" }
using System.Collections.Specialized; using Sitecore.Data; using Sitecore.Data.Items; using Sitecore.Diagnostics; using Sitecore.Mvc.Configuration; using Sitecore.Mvc.Presentation; namespace Glass.Mapper.Sc.Web.Mvc { public interface IMvcContext : IRequestContext { ISitecoreService Sitecore...
{ "pile_set_name": "Github" }
/* * Copyright 2016 RoboAuto team, Artin * All rights reserved. * * This file is part of RoboAuto HorizonSlam. * * RoboAuto HorizonSlam 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 vers...
{ "pile_set_name": "Github" }
// Copyright 2012 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. #ifndef V8_EXECUTION_FRAMES_INL_H_ #define V8_EXECUTION_FRAMES_INL_H_ #include "src/base/memory.h" #include "src/execution/frame-constants.h" #include ...
{ "pile_set_name": "Github" }
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2008 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of condi...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 60c34a52abeee7f41948634674260a81 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build darwin dragonfly freebsd linux netbsd openbsd package unix import "unsafe" // fcntl64Syscall is usually SYS_FCNTL, but is overridden on 32-bit Linu...
{ "pile_set_name": "Github" }
<div class="bar" w-bind="./widget"> ${data.label} </div>
{ "pile_set_name": "Github" }
import React from "react"; import PropTypes from "prop-types"; import { history as historyType } from "./PropTypes"; class Action extends React.Component { static propTypes = { perform: PropTypes.func.isRequired }; static contextTypes = { history: historyType.isRequired }; performAction() { thi...
{ "pile_set_name": "Github" }
#define _GNU_SOURCE #include <SDL/SDL.h> #include <dlfcn.h> #include <X11/Xlib.h> #include <stdio.h> /* SDL_GrabMode SDL_WM_GrabInput(SDL_GrabMode mode) { printf("SDL_WM_GrabInput\n"); return mode; } int SDL_ShowCursor(int toggle) { printf("SDL_ShowCursor(%i)\n", toggle); return toggle; } void SDL_War...
{ "pile_set_name": "Github" }
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportHeight="24.0" android:viewportWidth="24.0"> <path android:fillColor="#fff" android:pathData="M8.59,16.34l4.58,-4.59 -4.58,-4.59L10,5.75l6,6 -6,6z" /> </vector...
{ "pile_set_name": "Github" }
<?php namespace PaymentMethod\Controller; /** * Interface AbstractPaymentInterface * @package PaymentMethod\Controller */ interface AbstractPaymentInterface { public function authorizationSuccessAction(); public function authorizationErrorAction(); public function captureSuccessAction(); public ...
{ "pile_set_name": "Github" }
foo = qux (h Control.Monad.>=> g)
{ "pile_set_name": "Github" }
var isSpace = require('./isSpace'); /** * Used by `_.trim` and `_.trimRight` to get the index of the last non-whitespace * character of `string`. * * @private * @param {string} string The string to inspect. * @returns {number} Returns the index of the last non-whitespace character. */ function trimmedRightIndex...
{ "pile_set_name": "Github" }
local PANEL = {} AccessorFunc( PANEL, "ItemWidth", "ItemWidth", FORCE_NUMBER ) AccessorFunc( PANEL, "ItemHeight", "ItemHeight", FORCE_NUMBER ) AccessorFunc( PANEL, "Height", "NumRows", FORCE_NUMBER ) AccessorFunc( PANEL, "m_bSizeToContent", "AutoHeight", FORCE_BOOL ) local border = 0 local border_w = 8 loc...
{ "pile_set_name": "Github" }
{ "name": "topthink/framework", "description": "the new thinkphp framework", "type": "think-framework", "keywords": [ "framework", "thinkphp", "ORM" ], "homepage": "http://thinkphp.cn/", "license": "Apache-2.0", "authors": [ { "name": "liu21st"...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash MASON_NAME=harfbuzz MASON_VERSION=1.1.2 MASON_LIB_FILE=lib/libharfbuzz.a MASON_PKGCONFIG_FILE=lib/pkgconfig/harfbuzz.pc . ${MASON_DIR}/mason.sh function mason_load_source { mason_download \ https://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${MASON_VERSION}.tar.bz2 \ ...
{ "pile_set_name": "Github" }
const { remote } = require('electron'); const { Menu, MenuItem, } = remote; const buildMenu = (menu) => { menu.append(new MenuItem({ role: 'cut', accelerator: 'CmdOrCtrl+X', })); menu.append(new MenuItem({ role: 'copy', accelerator: 'CmdOrCtrl+C', })); menu.append(new MenuItem({ role...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-4.1.1.3" newVe...
{ "pile_set_name": "Github" }
/** This code is based on the glslang_c_interface implementation by Viktor Latypov **/ /** BSD 2-Clause License Copyright (c) 2019, Viktor Latypov 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...
{ "pile_set_name": "Github" }
**To remove the access policy of a vault** The following ``delete-vault-access-policy`` example removes the access policy for the specified vault. :: aws glacier delete-vault-access-policy \ --account-id 111122223333 \ --vault-name example_vault This command produces no output.
{ "pile_set_name": "Github" }
@prefix dash: <http://datashapes.org/dash#> . @prefix ex: <http://datashapes.org/sh/tests/core/property/minCount-002.test#> . @prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdf...
{ "pile_set_name": "Github" }
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html // Generated using tools/cldr/cldr-to-icu/build-icu-data.xml lb{ Keys{ calendar{"Kalenner"} collation{"Zortéierung"} currency{"Währung"} numbers{"Zuelen"} } Langua...
{ "pile_set_name": "Github" }
/** * Main entry point for angular 1.x build * @publicapi @module ng1 */ /** */ export * from './interface'; export * from './services'; export * from './statebuilders/views'; export * from './stateProvider'; export * from './urlRouterProvider'; import './injectables'; import './directives/stateDirectives'; import ...
{ "pile_set_name": "Github" }
set noparent machenbach@chromium.org sergiyb@chromium.org tmrts@chromium.org
{ "pile_set_name": "Github" }
#define USE_SHADOW #define USE_LMAP #include "accum_base.ps"
{ "pile_set_name": "Github" }
/* Copyright (c) 1998-2003 Thai Open Source Software Center Ltd See the file COPYING for copying permission. chardata.c */ #ifdef HAVE_EXPAT_CONFIG_H #include <expat_config.h> #endif #ifdef HAVE_CHECK_H #include <check.h> #else #include "minicheck.h" #endif #include <assert.h> #include <stdio.h> #include <stri...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using NDCPortable.SQLiteBase; namespace NDCPortable { public class TodoItemManager { TodoItemRepository repository; public TodoItemManager (SQLiteConnection conn) { repository = new TodoItemRepository(conn, ""); } public TodoI...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:drawable="@drawable/desk_btn_loved_prs" /> <item android:drawable="@drawable/desk_btn_loved" /> </selector>
{ "pile_set_name": "Github" }
using System; namespace GitHub.DistributedTask.Pipelines.ContextData { internal static class PipelineContextDataType { internal const Int32 String = 0; internal const Int32 Array = 1; internal const Int32 Dictionary = 2; internal const Int32 Boolean = 3; internal co...
{ "pile_set_name": "Github" }
/* Plugin-SDK (Grand Theft Auto San Andreas) source file Authors: GTA Community. See more here https://github.com/DK22Pac/plugin-sdk Do not delete this comment block. Respect others' work! */ #include "CHud.h" char (*CHud::m_BigMessage)[128] = (char (*)[128])0xBAACC0; bool &CHud::bScriptDontDisplayArea...
{ "pile_set_name": "Github" }
// Copyright 2018 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 text import ( "math" "math/bits" "strconv" "strings" "unicode/utf8" "google.golang.org/protobuf/internal/detrand" "google.golang.org/protobuf/i...
{ "pile_set_name": "Github" }
package tachyon import ( "encoding/json" "fmt" ) type Value interface { Read() interface{} } type AnyValue struct { v interface{} } func (a AnyValue) Read() interface{} { return a.v } type AnyMap struct { m map[interface{}]interface{} } func (a AnyMap) Read() interface{} { return a.m } func (a AnyMap) Get...
{ "pile_set_name": "Github" }
/* (c) 2017-2018 Open Source Geospatial Foundation - all rights reserved * This code is licensed under the GPL 2.0 license, available at the root * application directory. */ package org.geoserver.taskmanager.tasks; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import stati...
{ "pile_set_name": "Github" }
######## # Host # ######## MANALA_HOST ?= local # Usage: # target: .fail_if_host_not(local) # # Do something on local host... .fail_if_host_not(%): $(call fail_if_host_not,$(*)) define fail_if_host_not $(call if_eq,$(1),$(MANALA_HOST),,$(call message_error,Must be run on \"$(1)\" host); exit 1) endef # Usage...
{ "pile_set_name": "Github" }
# Copyright 2017 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 applicable law or ...
{ "pile_set_name": "Github" }
// SPDX-License-Identifier: GPL-2.0-or-later /* * HP Compaq TC1100 Tablet WMI Extras Driver * * Copyright (C) 2007 Carlos Corbacho <carlos@strangeworlds.co.uk> * Copyright (C) 2004 Jamey Hicks <jamey.hicks@hp.com> * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> * Copyright (C) 2001, 2002 Pau...
{ "pile_set_name": "Github" }
javax.servlet javax.servlet.http javax.servlet.jsp javax.servlet.jsp.jstl.core javax.servlet.jsp.jstl.fmt javax.servlet.jsp.jstl.sql javax.servlet.jsp.jstl.tlv javax.servlet.jsp.tagext javax.xml javax.xml.bind javax.xml.bind.helpers javax.xml.bind.util javax.xml.messaging javax.xml.namespace javax.xml.parsers javax.xml...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import "PBCoding-Protocol.h" @class NSMutableDictionary, NSString; @interface iAPCache : NSObject <PBCodi...
{ "pile_set_name": "Github" }
const path = require('path'); const webpack = require('webpack'); const MiniCssExtractPlugin = require('mini-css-extract-plugin'); const autoprefixer = require('autoprefixer'); const precss = require('precss'); const UglifyJsPlugin = require('uglifyjs-webpack-plugin'); module.exports = { devtool: 'source-map', ent...
{ "pile_set_name": "Github" }
/** * Thai translation for bootstrap-datepicker * Suchau Jiraprapot <seroz24@gmail.com> */ ;(function($){ $.fn.datepicker.dates['th'] = { days: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์", "อาทิตย์"], daysShort: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"], daysMin: ["อา", "จ", "อ", "พ", "...
{ "pile_set_name": "Github" }
# "foo" is inherited from the parent module resource "foo_bar" "test" { } # but we don't use the "bar" provider inherited from the parent # "baz" is introduced here for the first time, so it's an implicit # dependency resource "baz_bar" "test" { } module "grandchild" { source = "../grandchild" }
{ "pile_set_name": "Github" }
'use strict'; var GetIntrinsic = require('../GetIntrinsic'); var $Math = GetIntrinsic('%Math%'); var ToNumber = require('./ToNumber'); var $isNaN = require('../helpers/isNaN'); var $isFinite = require('../helpers/isFinite'); var $sign = require('../helpers/sign'); var $mod = require('../helpers/mod'); var $floor =...
{ "pile_set_name": "Github" }
suite.dir=${basedir}/..
{ "pile_set_name": "Github" }
{ "images" : [ { "size" : "20x20", "idiom" : "iphone", "filename" : "Icon-App-20x20@2x.png", "scale" : "2x" }, { "size" : "20x20", "idiom" : "iphone", "filename" : "Icon-App-20x20@3x.png", "scale" : "3x" }, { "size" : "29x29", "idiom" : "...
{ "pile_set_name": "Github" }
var test = require('test'); var pass = false; var test = require('test'); try { require('a'); } catch (exception) { pass = true; } test.assert(pass, 'require does not fall back to relative modules when absolutes are not available.')
{ "pile_set_name": "Github" }
# Blender v2.62 (sub 0) OBJ File: '' # www.blender.org v 1.243252 0.000000 0.000000 v 1.209758 0.125000 0.000000 v 1.118252 0.216506 0.000000 v 0.993252 0.250000 0.000000 v 0.868252 0.216506 0.000000 v 0.776745 0.125000 0.000000 v 0.743252 0.000000 0.000000 v 0.776745 -0.125000 0.000000 v 0.868252 -0.216506 0.000000 v ...
{ "pile_set_name": "Github" }
0. 0. 1000. 0. 1. -99999 0. 500. 1000. 500. 1. -99999 0. 1000. 1000. 1000. 1. -99999 0. 1500. 1000. 1500. 1. -99999 0. 2000. 1000. 2000. 1. -99999 0. 2500. 1000. 2500. 1. -99999 0. 3000. 1000. 3000.
{ "pile_set_name": "Github" }
<?php /** * Microsoft's proprietary filter: CSS property * @note Currently supports the alpha filter. In the future, this will * probably need an extensible framework */ class HTMLPurifier_AttrDef_CSS_Filter extends HTMLPurifier_AttrDef { /** * @type HTMLPurifier_AttrDef_Integer */ protecte...
{ "pile_set_name": "Github" }
/* * Copyright (c) 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. */ .devices-view { padding-top: 15px; } .devices-sidebar { flex: 0 0 150px; display: flex; flex-direction: column; align-item...
{ "pile_set_name": "Github" }
/*! @page quick_guide Getting started @tableofcontents This guide takes you through writing a simple application using GLFW 3. The application will create a window and OpenGL context, render a rotating triangle and exit when the user closes the window or presses _Escape_. This guide will introduce a few o...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- #author:小光 #refer:http://www.wooyun.org/bugs/wooyun-2010-0105271 #refer:http://www.wooyun.org/bugs/wooyun-2010-0105268 def assign(service, arg): if service == "eduplate": return True, arg def audit(arg): payloads = [ 'EduPlate/VideoOnDemand/list.as...
{ "pile_set_name": "Github" }
[tox] envlist = py26, py27, py33, py34, pypy [testenv] deps = nose mock commands = pip install -q -e .[flask,testing] nosetests []
{ "pile_set_name": "Github" }
<div id="{{mojit_uuid}}" class="mojit"> <h2>{{title}}</h2> List of key value pairs: <ul> {{#params}} <li>{{key}} => {{value}}</li> {{/params}} </ul> </div>
{ "pile_set_name": "Github" }
{ mkDerivation, lib, fetchpatch, fetchFromGitHub, cmake, boost17x, ceres-solver, eigen, freeimage, glog, libGLU, glew, qtbase, cudaSupport ? false, cudatoolkit ? null }: assert !cudaSupport || cudatoolkit != null; let boost_static = boost17x.override { enableStatic = true; }; in mkDerivation rec { version = "3....
{ "pile_set_name": "Github" }
#!/usr/bin/perl -w # # namespace.pl. Mon Aug 30 2004 # # Perform a name space analysis on the linux kernel. # # Copyright Keith Owens <kaos@ocs.com.au>. GPL. # # Invoke by changing directory to the top of the kernel object # tree then namespace.pl, no parameters. # # Tuned for 2.1.x kernels with the new module handli...
{ "pile_set_name": "Github" }
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>reveal.js - Math Plugin</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="stylesheet" href="../../css/reveal.css"> <link rel="stylesheet" href="../../css/them...
{ "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. // Socket control messages package unix import "unsafe" // UnixCredentials encodes credentials into a socket control message // for sending to another proces...
{ "pile_set_name": "Github" }
""" Ortho vs Perspective. Click to see the difference between orthographic projection and perspective projection as applied to a simple box. The ortho() function sets an orthographic projection and defines a parallel clipping volume. All objects with the same dimension appear to be the same size, regardless of whether...
{ "pile_set_name": "Github" }
{-# LANGUAGE CPP #-} {-# LANGUAGE MagicHash #-} {-# LANGUAGE LambdaCase #-} {-# LANGUAGE RankNTypes #-} {-# LANGUAGE TypeOperators #-} {-# LANGUAGE TupleSections #-} {-# LANGUAGE RoleAnnotations #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE DefaultSignatures #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE Sco...
{ "pile_set_name": "Github" }
<template> <div> <m-tag>Basic</m-tag> <m-tag selected>Selected</m-tag> <m-tag disabled>Disabled</m-tag> <m-tag closable>Closable</m-tag> <m-tag closable @close="close">Closable </m-tag> </div> </template> <script lang="ts"> import Vue from 'vue'; import Component from 'vue-cla...
{ "pile_set_name": "Github" }
/* * Apache Derby is a subproject of the Apache DB project, and is licensed under * the Apache License, Version 2.0 (the "License"); you may not use these files * 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 ...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Home</title> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> <link rel="apple-touch-icon" sizes="57x57" href="apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="apple-icon-60x60.png"> <link rel="apple-touch-ico...
{ "pile_set_name": "Github" }
## DOM Structure [Back](./../HTML.md) - **HTML**(Hypertext Markup Language) is displayed as **nodes** in **DOM**, and all these nodes has composed a **tree**, which is called the structure of DOM. ```html <html> <head> <title>HTML DOM</title> </head> <body> <h1>DOM的结构</h1> <p><a href="href">链接</a></...
{ "pile_set_name": "Github" }
#84. Internet information: valuable or problematic? The Internet is a great invention because it disseminates information freely. Freedom of information is in the interest of a country and its citizens, but, in light of the information anarchy on the Internet, people need to learn and understand how to evaluate and ...
{ "pile_set_name": "Github" }
# Class patterns ```quote author="Wikipedia" In object-oriented programming, a *class* is an extensible program-code-template for creating objects, providing initial values for state (member variables) and implementations of behavior (member functions or methods). ``` There's a special syntax construct and a keyword...
{ "pile_set_name": "Github" }
<!doctype html> <html> <head> <title>Multi Series Pie Chart</title> <script src="../../dist/chart.js"></script> <script src="../utils.js"></script> </head> <body> <div id="canvas-holder" style="width:40%"> <canvas id="chart-area"></canvas> </div> <script> var ctx = document.getElementById('chart-area'); n...
{ "pile_set_name": "Github" }
# Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # d...
{ "pile_set_name": "Github" }
package com.weapon.joker.lib.video.core; /** * @author: vision * @function: 最终通知应用层广告是否成功 * @date: 16/6/1 */ public interface AdContextInterface { void onAdSuccess(); void onAdFailed(); void onClickVideo(String url); }
{ "pile_set_name": "Github" }
// // Progress bars // -------------------------------------------------- // Bar animations // ------------------------- // WebKit @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } // Spec and IE10+ @keyframes progress-bar-stripes { from { ...
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{2570D3A1-411C-4BF6-B807-9F0A4A64A7E1}" ProjectSection(SolutionItems) = preProject ..\..\paket.dependencies = ..\..\paket.dependencies EndProjectSection EndProj...
{ "pile_set_name": "Github" }
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1016:MarkAssembliesWithAssemblyVersion")] // This file is used by Code Analysis to maintain SuppressMessage // attributes that are applied to this project. // Project-level suppressions either have no target or are given // a specif...
{ "pile_set_name": "Github" }
version: 1 n_points: 4 { 140.946 456.215 140.946 832.113 553.221 832.113 553.221 456.215 }
{ "pile_set_name": "Github" }