text
stringlengths
2
99.9k
meta
dict
var LazyWrapper = require('./_LazyWrapper'), LodashWrapper = require('./_LodashWrapper'), copyArray = require('./_copyArray'); /** * Creates a clone of `wrapper`. * * @private * @param {Object} wrapper The wrapper to clone. * @returns {Object} Returns the cloned wrapper. */ function wrapperClone(wrapper)...
{ "pile_set_name": "Github" }
/*! * jQuery Migrate - v1.1.1 - 2013-02-16 * https://github.com/jquery/jquery-migrate * Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors; Licensed MIT */ (function( jQuery, window, undefined ) { // See http://bugs.jquery.com/ticket/13335 // "use strict"; var warnedAbout = {}; // List of warnin...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 6e4e198607d208d4d9d3a11cbe5c619a timeCreated: 1487060905 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
# Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* # any settings specified in this file. # For more details on how to configure your build environment visit # http://www.gradle.org/docs/current/userguide/build_environment.html # Specifies ...
{ "pile_set_name": "Github" }
#include <bits/stdc++.h> using namespace std; long long mul(long long a, long long b, long long m) { long long y = (long long)((double)a*b/m+0.5); long long r = (a*b-y*m) % m; if (r < 0) r += m; return r; } int main() { long long a, b, m; while (scanf("%lld %lld %lld", &a, &b, &m) == 3) printf("%ll...
{ "pile_set_name": "Github" }
.class Lcom/helpshift/common/a/d; .super Lcom/helpshift/common/a/c; # instance fields .field final g:Ljava/lang/String; .field final h:Ljava/lang/String; .field final synthetic i:Lcom/helpshift/common/a/a; # direct methods .method constructor <init>(Lcom/helpshift/common/a/a;Lorg/json/JSONObject;)V .locals 2 ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_121) on Thu Feb 02 18:54:44 CET 2017 --> <title>InstanceOf (Apache Ant API)</title> <meta name="date" content="2017-02-02"> <link rel="...
{ "pile_set_name": "Github" }
using Common; using ICSharpCode.AvalonEdit.AddIn; using ICSharpCode.AvalonEdit.CodeCompletion; using ICSharpCode.AvalonEdit.Document; using ICSharpCode.AvalonEdit.Folding; using ICSharpCode.AvalonEdit.Highlighting; using ICSharpCode.SharpDevelop.Editor; using Nemerle.Diff; using Nitra.Declarations; using Nitr...
{ "pile_set_name": "Github" }
apiVersion: v1 kind: Service metadata: labels: task: monitoring # For use as a Cluster add-on (https://github.com/kubernetes/kubernetes/tree/master/cluster/addons) # If you are NOT using this as an addon, you should comment out this line. kubernetes.io/cluster-service: 'true' kubernetes.io/name: H...
{ "pile_set_name": "Github" }
--- This class implements a set of tools for (easy) RL experiments local RLTools = torch.class('rltorch.RLTools'); --- This function launches nb_trajectories trajectories and save the total discounted reward + trajectories lengths in a log (see tutorials/t2_policygradient_bis.lua) ----- policy : the policy ----- ...
{ "pile_set_name": "Github" }
#include "e_mod_main.h" /* actual module specifics */ static Eina_Array* ifaces = NULL; /* module setup */ EAPI E_Module_Api e_modapi = { E_MODULE_API_VERSION, "IPC Extension" }; EAPI void * e_modapi_init(E_Module *m) { ifaces = eina_array_new(6); msgbus_lang_init(ifaces); msgbus_desktop_init(ifaces)...
{ "pile_set_name": "Github" }
/** * @file utils.template.js * 处理前后端模板统一 (SSR & SPA) * @author lavas */ import template from 'lodash.template'; import fs from 'fs-extra'; import path from 'path'; import Logger from './logger' const serverTemplatePath = fs.readFileSync(path.resolve(__dirname, '../templates/server.html.tmpl')); const clientTempl...
{ "pile_set_name": "Github" }
page{ background-color: white; width: 750rpx; } .header-view{ width: 100%; height: 160rpx; background-color: #f5f4f4; z-index: 500; position: fixed; top: 0; } .header-top{ height: 80rpx; } .header-bottom{ height: 80rpx; display: flex; flex-direction: row; justify-cont...
{ "pile_set_name": "Github" }
# Glossary In order to promote the consistency of naming within the project, the following words should be used (and only these words) to describe each of corresponding concept. The [Wikipedia article on Bopomofo](https://en.wikipedia.org/wiki/Bopomofo) and related linguistic topics should be the direct reference of ...
{ "pile_set_name": "Github" }
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
{ "pile_set_name": "Github" }
// Copyright 2009 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 netbsd openbsd // BSD system call wrappers shared by *BSD based systems // including OS X (Darwin) and FreeBSD. Like the ot...
{ "pile_set_name": "Github" }
import {memoizedSelector, camelize} from 'utils'; import {findThumbnailCandidate, thumbnailCandidateId} from '../thumbnailCandidates'; import {fileExists, file} from 'files/selectors'; import {pageType as pageTypeSelector} from 'pageTypes/selectors'; export default function pageBackgroundImageUrl({page: pageSelector,...
{ "pile_set_name": "Github" }
import ocl from './ocl' import Line from './line' class Path { actualClass: any constructor() { this.actualClass = new ocl.Path() } append(line: Line) { this.actualClass.append(line.actualClass) } } export default Path
{ "pile_set_name": "Github" }
<?php namespace oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2; /** * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 * @xmlType * @xmlName PartyNameType * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\PartyNameType * @xmlCo...
{ "pile_set_name": "Github" }
############################################################################# ## ## This file is part of GAP, a system for computational discrete algebra. ## This file's authors include Frank Lübeck. ## ## Copyright of GAP belongs to its developers, whose names are too numerous ## to list here. Please refer to the ...
{ "pile_set_name": "Github" }
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: ntdd1394.h Abstract: Definitions for the 1394 api Author: George Chrysanthakopoulos (georgioc) 4/26/99 Environment: Kernel mode only Revision History: --*/ #ifndef _NTDD1394_H_ #define _NTDD1394_H_ #if (_MSC_VER >=...
{ "pile_set_name": "Github" }
<html><body><div class="content"><div class="item"><div class="clj"><div class="c-head">(body-x! entity x)</div><div class="c-doc"><p>Changes the <code>x</code> of the body in <code>entity</code>.</p></div></div><div class="c-head">Source</div><div class="c-src"><pre>(defn body-x! [entity x] (body-position! entity ...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace AzureAD.RedisCacheUserProfile.Data { public class TokenCacheInitializer : System.Data.Entity.CreateDatabaseIfNotExists<TokenCacheDataContext> { } }
{ "pile_set_name": "Github" }
diff --git a/lib/util.js b/lib/util.js index a03e874..9074e8e 100644 --- a/lib/util.js +++ b/lib/util.js @@ -19,430 +19,6 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -var formatRegExp = /%[sdj%]/g; -exports.format = function(f) { - if (!i...
{ "pile_set_name": "Github" }
import torch import torch.nn.functional as F from mmdet.core import (bbox2result, build_assigner, build_sampler, bbox_mapping) from mmdet.core import (bbox2roi, merge_aug_masks, merge_aug_bboxes, multiclass_nms) from .cascade_rcnn import CascadeRCNN from .test_mixins import RPNTestMixin from .....
{ "pile_set_name": "Github" }
CREATE TEMPORARY VIEW tbl_x AS VALUES (1, NAMED_STRUCT('C', 'gamma', 'D', 'delta')), (2, NAMED_STRUCT('C', 'epsilon', 'D', 'eta')), (3, NAMED_STRUCT('C', 'theta', 'D', 'iota')) AS T(ID, ST); -- Create a struct SELECT STRUCT('alpha', 'beta') ST; -- Create a struct with aliases SELECT STRUCT('alpha' AS A, 'beta...
{ "pile_set_name": "Github" }
package com.gykj.zhumulangma.discover; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test publ...
{ "pile_set_name": "Github" }
# eli fessler # clovervidia from __future__ import print_function from builtins import input import requests, json, re, sys import os, base64, hashlib import uuid, time, random, string session = requests.Session() version = "unknown" # place config.txt in same directory as script (bundled or not) if getattr(sys, 'fro...
{ "pile_set_name": "Github" }
import requests import json import time class UrlscanException(Exception): pass class Urlscan: def __init__(self, query=""): assert len(query) > 0, "Qeury must be defined" self.query = query def search(self): payload = {"q": self.query} r = requests.get("https://urlscan....
{ "pile_set_name": "Github" }
var convert = require('./convert'); module.exports = convert(require('../math'));
{ "pile_set_name": "Github" }
*dbplus_add* -- Add a tuple to a relation int dbplus_add(resource relation, array tuple)~ Adds a tuple to a {relation}. {relation} {tuple} An array of attribute/value pairs to be inserted into the given {relation}. After successful execution this array will contain the complete data of the newly created tuple, i...
{ "pile_set_name": "Github" }
import { useState } from "react"; type EventCallback = (this: Document, ev: any) => any; interface NormalizedFullscreenApi { requestFullscreen: string; exitFullscreen: string; fullscreenElement: string; fullscreenEnabled: string; fullscreenchange: string; fullscreenerror: string; } const getBrowserFunctio...
{ "pile_set_name": "Github" }
/* ** FamiTracker - NES/Famicom sound tracker ** Copyright (C) 2005-2014 Jonathan Liss ** ** 0CC-FamiTracker is (C) 2014-2018 HertzDevil ** ** 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 Founda...
{ "pile_set_name": "Github" }
--- -api-id: T:Windows.ApplicationModel.DataTransfer.HtmlFormatHelper -api-type: winrt class --- <!-- Class syntax. public class HtmlFormatHelper --> # Windows.ApplicationModel.DataTransfer.HtmlFormatHelper ## -description Responsible for formatting HTML content that you want to share or add to the Clipboard. Also ...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore */ @interface FCHeadlineClusterOrderingPersonalizedTopical : NSObject <FCHeadlineClusterOrdering> @property (readonly, copy) NSString *debugDescription; @property (readonly, copy) NSString *description; @property (...
{ "pile_set_name": "Github" }
/*<FILE_LICENSE> * NFX (.NET Framework Extension) Unistack Library * Copyright 2003-2018 Agnicore Inc. portions ITAdapter Corp. Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * ...
{ "pile_set_name": "Github" }
Synopsis: Macros for defining and using program conditions. Author: haahr, jonathan, keith, swm Module: dfmc-conditions-implementation Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc. All rights reserved. License: See License.txt in this distribution for details. Wa...
{ "pile_set_name": "Github" }
// WARNING // // This file has been generated automatically by Xamarin Studio Community to store outlets and // actions made in the UI designer. If it is removed, they will be lost. // Manual changes to this file may not be handled correctly. // using Foundation; using System.CodeDom.Compiler; namespace Tiled2UnityMac...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500"> <link rel="stylesheet" hre...
{ "pile_set_name": "Github" }
tooltip: Selects all revision clouds in the model with comment matching selected revision cloud context: selection
{ "pile_set_name": "Github" }
#name: FRV uClinux PIC relocs to global symbols, pie linking #source: fdpic2.s #objdump: -DR -j .text -j .data -j .got -j .plt #ld: -pie --hash-style=sysv .*: file format elf.*frv.* Disassembly of section \.text: [0-9a-f ]+<F2>: [0-9a-f ]+: 80 3c 00 01 call [0-9a-f]+ <GF0> [0-9a-f ]+<GF0>: [0-9a-f ]+: 80 40 f0...
{ "pile_set_name": "Github" }
#import "GPUImageFilter.h" // This is an accumulator that uses a Hough transform in parallel coordinate space to identify probable lines in a scene. // // It is entirely based on the work of the Graph@FIT research group at the Brno University of Technology and their publications: // M. Dubská, J. Havel, and A. Herout....
{ "pile_set_name": "Github" }
# ---------------------------------------------------------------------- # | File access | # ---------------------------------------------------------------------- # Block access to all hidden files and directories except for the # visible content from within the ...
{ "pile_set_name": "Github" }
/* global console, LAMBDA */ (function() { "use strict"; var L = LAMBDA; var question = {}; var arr; function pickExpressionSubcase(minDepth,maxDepth,vars, prob1a,prob1b,prob3) { /* pick a, p, abd B in subst(a,p,B) */ var substCase,a,p,B,tmp,tmp2, x; var rnd = Math.random(); a = L.getRndE...
{ "pile_set_name": "Github" }
/* Copyright 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, softw...
{ "pile_set_name": "Github" }
#import "GPUImageTwoInputFilter.h" // This is the feature extraction phase of the ColourFAST feature detector, as described in: // // A. Ensor and S. Hall. ColourFAST: GPU-based feature point detection and tracking on mobile devices. 28th International Conference of Image and Vision Computing, New Zealand, 2013, p. 12...
{ "pile_set_name": "Github" }
<?php namespace pocketmine\entity; use pocketmine\event\entity\EntityDamageByEntityEvent; use pocketmine\item\Item as ItemItem; use pocketmine\Player; class Zombie extends Monster{ const NETWORK_ID = 32; public $width = 1.031; public $length = 0.891; public $height = 2; protected $exp_min = 5; protected $exp...
{ "pile_set_name": "Github" }
// +build !noasm,!wasm, !arm64 #include "textflag.h" // divmod(a, b int) (q,r int) TEXT ·divmod(SB),NOSPLIT,$0 MOVQ a+0(FP), SI MOVQ b+8(FP), CX MOVQ SI, AX CMPQ CX, $-1 JEQ $1, denomIsOne // if denominator is 1, then jump to end CQO IDIVQ CX MOVQ AX, q+16(FP) MOVQ DX, r+24(FP) bye: RET denomIsOne: NEGQ ...
{ "pile_set_name": "Github" }
/* * Licensed to CRATE Technology GmbH ("Crate") under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. Crate licenses * this file to you under the Apache License, Version 2.0 (the "License"); * you may not us...
{ "pile_set_name": "Github" }
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ServicePage should render 1`] = ` .emotion-11 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #002339; -webkit-backface-visibility: hidden; backface-visibility: hidden; box-sizing: bor...
{ "pile_set_name": "Github" }
/* * Copyright (C) 2006 Oliver Hunt <oliver@nerget.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 later version. ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- import os import shutil import requests import time from functools import wraps import traceback import tqdm_utils # https://www.saltycrane.com/blog/2009/11/trying-out-retry-decorator-python/ def retry(ExceptionToCheck, tries=4, delay=3, backoff=2): def deco_retry(f):...
{ "pile_set_name": "Github" }
""" Test Codecs (used by test_charmapcodec) Written by Marc-Andre Lemburg (mal@lemburg.com). (c) Copyright 2000 Guido van Rossum. """#" import codecs ### Codec APIs class Codec(codecs.Codec): def encode(self,input,errors='strict'): return codecs.charmap_encode(input,errors,encoding_map) def deco...
{ "pile_set_name": "Github" }
.build-group { .group-name { clear: both; display: block; font-weight: bold; font-size: 14px; margin-top: .5em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .group-items { float: left; } } .theme-dark { .bu...
{ "pile_set_name": "Github" }
<?php /** * @link http://www.yiiframework.com/ * @copyright Copyright (c) 2008 Yii Software LLC * @license http://www.yiiframework.com/license/ */ namespace yii\bootstrap; use yii\base\InvalidConfigException; use yii\helpers\ArrayHelper; /** * Collapse renders an accordion bootstrap javascript component. * * ...
{ "pile_set_name": "Github" }
declare module 'aurelia-pal-browser' { import { initializePAL } from 'aurelia-pal'; /** * Initializes the PAL with the Browser-targeted implementation. */ export function initialize(): void; }
{ "pile_set_name": "Github" }
<!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <if args="visible()"> <text args="address().prefix"/> <text args="address().firstname"/> <text args="address().middlename"/> <text args="address().lastname"/> <text args="address().suffix"/><br/> <text...
{ "pile_set_name": "Github" }
<div class="refentry" id="glCopyTexSubImage2D"> <div class="titlepage"></div> <div class="refnamediv"> <h2>Name</h2> <p>glCopyTexSubImage2D — copy a two-dimensional texture subimage</p> </div> <div class="refsynopsisdiv"> <h2>C Specification</h2> <div class="f...
{ "pile_set_name": "Github" }
#pragma once #include <opencv2/core/cuda.hpp> #include <thrust/iterator/permutation_iterator.h> #include <thrust/iterator/transform_iterator.h> #include <thrust/iterator/counting_iterator.h> #include <thrust/device_ptr.h> /* @Brief step_functor is an object to correctly step a thrust iterator according to the str...
{ "pile_set_name": "Github" }
# encoding: utf-8 # This file is distributed under New Relic's license terms. # See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details. require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', '..', 'test_helper')) require 'new_relic/agent/database/postgres_explain_obf...
{ "pile_set_name": "Github" }
/* This is a compiled file, to make changes persist, consider editing under the templates directory */ .pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .pace-inactive { display: none; } .pace .pace-progress { background: ...
{ "pile_set_name": "Github" }
<div class="row"> <input type="text" id="title" class="expand"></input> </div> <div class="row small"> <label>Description:</label> </div> <div class="row expand"> <textarea rows="8" id="description" class="expand"></textarea> </div>
{ "pile_set_name": "Github" }
source "../tests/includes/init-tests.tcl" source "../../../tests/support/cli.tcl" test "Create a 5 nodes cluster" { create_cluster 5 5 } test "Cluster should start ok" { assert_cluster_state ok } test "Cluster is writable" { cluster_write_test 0 } proc find_non_empty_master {} { set master_id_no {} ...
{ "pile_set_name": "Github" }
{ "_from": "lodash._reescape@^3.0.0", "_id": "lodash._reescape@3.0.0", "_inBundle": false, "_integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=", "_location": "/lodash._reescape", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "lodash._reescape@^3.0.0", "name...
{ "pile_set_name": "Github" }
## # $Id: ms04_031_netdde.rb 9669 2010-07-03 03:13:45Z jduck $ ## ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions. Please see the Metasploit # Framework web site for more information on licensing and terms of use. # http://metasploit.com/fra...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman 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" }
#ifndef _VarText_h_ #define _VarText_h_ //! @file //! Declares the VarText class. #include <map> #include <string> #include <vector> #include <boost/serialization/access.hpp> #include <boost/serialization/nvp.hpp> #include "Export.h" //! Provides a lazy evaluated template string with named variable tags. //! /...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # Rematch documentation build configuration file, created by # sphinx-quickstart on Mon Jan 30 23:39:51 2017. # # This file is execfile()d with the current directory set to its # containing dir. # # Note that not all possible configuration values are present in this # autogenerated file. # # A...
{ "pile_set_name": "Github" }
/* * This file belongs to the Galois project, a C++ library for exploiting * parallelism. The code is being released under the terms of the 3-Clause BSD * License (a copy is located in LICENSE.txt at the top-level directory). * * Copyright (C) 2018, The University of Texas at Austin. All rights reserved. * UNIVER...
{ "pile_set_name": "Github" }
(: : Copyright 2006-2009 The FLWOR Foundation. : : 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" }
<?xml version="1.0" encoding="utf-8"?> <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Caliburn.Micro" publicKeyToken="8e5891231f2ed21f" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" ...
{ "pile_set_name": "Github" }
.panel { overflow: hidden; text-align: left; margin: 0; border: 0; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } .panel-header, .panel-body { border-width: 1px; border-style: solid; } .panel-header { padding: 5px; position: relative; } .pa...
{ "pile_set_name": "Github" }
"use strict"; /** * * NOTE: this file is actually maintained centrally in a directory in our repo. * * There are many duplicate copies of it in each opt- package, but not as a * npm module, because the opt- package needs this upfront for the npm script * prepare. They each copy it from the central one. */ con...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@drawable/ic_launcher_background" /> <foreground android:drawable="@drawable/ic_launcher_foreground" /> </adaptive-icon>
{ "pile_set_name": "Github" }
cordova.define("WhiteList.whitelist", function(require, exports, module) { /* * 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 fi...
{ "pile_set_name": "Github" }
// // MJRefreshBackFooter.m // MJRefreshExample // // Created by MJ Lee on 15/4/24. // Copyright (c) 2015年 小码哥. All rights reserved. // #import "MJRefreshBackFooter.h" @interface MJRefreshBackFooter() @property (assign, nonatomic) NSInteger lastRefreshCount; @property (assign, nonatomic) CGFloat lastBottomDelta; ...
{ "pile_set_name": "Github" }
package controllers; import play.mvc.Controller; import play.mvc.Result; import java.io.File; public class JavaApplication extends Controller { public static Result index() { /*!*/ return null; } public static Result index2(long lng) { /*!*/ return null; } public static Result index3(Stri...
{ "pile_set_name": "Github" }
# # Copyright (C) 2009-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=octeon BOARDNAME:=Cavium Networks Octeon FEATURES:=squashfs jffs2 pci usb broken CFLAGS:=-Os -pipe -march=octeon -fno-...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/ll_group_card" android:layout_width="73.5dp" android:layout_height="wrap_content" android:gravity="center_horizontal" and...
{ "pile_set_name": "Github" }
PROJECT_NAME := mitosis-receiver-basic export OUTPUT_FILENAME #MAKEFILE_NAME := $(CURDIR)/$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) MAKEFILE_NAME := $(MAKEFILE_LIST) MAKEFILE_DIR := $(dir $(MAKEFILE_NAME) ) TEMPLATE_PATH = ../../../../components/toolchain/gcc ifeq ($(OS),Windows_NT) include $(TEMPL...
{ "pile_set_name": "Github" }
/*! * body-parser * Copyright(c) 2014 Jonathan Ong * Copyright(c) 2014-2015 Douglas Christopher Wilson * MIT Licensed */ 'use strict' /** * Module dependencies. * @private */ var bytes = require('bytes') var contentType = require('content-type') var createError = require('http-errors') var debug = require('d...
{ "pile_set_name": "Github" }
/* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* Copyright (C) GridGain Systems. 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" }
/obj/item/device/assembly/prox_sensor name = "proximity sensor" desc = "Used for scanning and alerting when someone enters a certain proximity." icon_state = "prox" origin_tech = list(TECH_MAGNET = 1) matter = list(MATERIAL_STEEL = 800, MATERIAL_GLASS = 200, MATERIAL_WASTE = 50) movable_flags = MOVABLE_FLAG...
{ "pile_set_name": "Github" }
no-such-struct: vnet_fragmentation no-such-struct: tcp_resources bad-field-number: mac_addr_t: syz=2 kernel=1 bad-field-size: mac_addr_t.a0/mac_addr_value: syz=5 kernel=6 no-such-struct: mac_addr_link_local no-such-struct: vlan_tag_ad no-such-struct: vlan_tag_q no-such-struct: eth2_packet_t no-such-struct: arp_packet_t...
{ "pile_set_name": "Github" }
from . import submodule
{ "pile_set_name": "Github" }
/* * Copyright (c) 2018 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Search xmlns:airsync="AirSync" xmlns:email="Email" xmlns:airsyncbase="AirSyncBase" xmlns="Search"> <Status>1</Status> <Response> <Store> <Status>1</Status> <Result> <airsync:Class>Email</airsync:Class> <LongId>RgAAAAAaty%2f%2b4QxHTJOZnIR0P9qkBwA6pk60fqkEQbWH4Wm%2bnjh7AJKAUQo6AAA6...
{ "pile_set_name": "Github" }
-- ================================================================ -- Setup the table -- SELECT hll_set_output_version(1); DROP TABLE IF EXISTS test_qfwzdmoy; CREATE TABLE test_qfwzdmoy ( recno SERIAL, seed integer, pre_hash_long bytea, post...
{ "pile_set_name": "Github" }
{ "name": "Dell-KACE-Appliance", "author": "fofa", "version": "0.1.0", "matches": [ { "search": "headers", "text": "x-dellkace-" } ] }
{ "pile_set_name": "Github" }
/** * @module 1-liners/isNumber * * @description * * Same as `typeof value === 'number'`. Use [`Number.isFinite`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isFinite) instead if you want to filter out `NaN` and `Infinity`. * * @example * * const isNumber = require(...
{ "pile_set_name": "Github" }
/*========================================================================= Program: OsiriX Copyright (c) OsiriX Team All rights reserved. Distributed under GNU - LGPL See http://www.osirix-viewer.com/copyright.html for details. This software is distributed WITHOUT ANY WARRANTY; without even ...
{ "pile_set_name": "Github" }
#!/usr/bin/env python # -*- coding: utf-8 -*- # @Author : mr.chery (mr.chery666@gmail.com)
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <CONFIG> <ProjectSession> <PathDelim Value="\"/> <Version Value="9"/> <BuildModes Active="Default"/> <Units Count="2"> <Unit0> <Filename Value="BIOSInfo.lpr"/> <IsPartOfProject Value="True"/> <UnitName Value="BIOSInfo"/> <IsVisible...
{ "pile_set_name": "Github" }
// // Copyright 2017 The ANGLE 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. // // Regardless of the shader type, the following AST transformations are applied: // - Add declaration of View_ID_OVR. // - Replace every occurre...
{ "pile_set_name": "Github" }
<style lang="scss"> @import '~@/abstracts/_variables.scss'; div#cafe-map-container{ position: absolute; top: 75px; left: 0px; right: 0px; bottom: 0px; div#cafe-map{ position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; } div.cafe-info-wind...
{ "pile_set_name": "Github" }
[{ "step_title": "Sockd configuration", "items": [{ "type": "textfield", "subitems": [{ "key": "wizard_proxy_port", "desc": "Proxy port", "defaultValue": "1080", "validator": { "allowBlank": false, "regex": { ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2005-2011 Atheros Communications Inc. * Copyright (c) 2011-2013 Qualcomm Atheros, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in al...
{ "pile_set_name": "Github" }
/* * Copyright 2011-2013 Intel Corporation * Modifications Copyright 2014, Blender Foundation. * * 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/LICENS...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <?page title="WCAG: Barcode"?> <?root-attributes lang="en"?> <!-- barcode.zul Purpose: Description: History: Thu Jun 4 16:00:23 CST 2020, Created by jameschu Copyright (C) 2020 Potix Corporation. All Rights Reserved. --> <zk xmlns:n="native" xmlns:ca="client/attribut...
{ "pile_set_name": "Github" }