text
stringlengths
2
99.9k
meta
dict
(function() { if (typeof self === 'undefined' || !self.Prism || !self.document) { return; } Prism.hooks.add('complete', function (env) { if (!env.code) { return; } // Works only for <code> wrapped inside <pre> (not inline). var pre = env.element.parentNode; var clsReg = /\s*\bcommand-line\b\s*/; if ( !pre...
{ "pile_set_name": "Github" }
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S15.9.5.19_A3_T1; * @section: 15.9.5.19; * @assertion: The Date.prototype.getUTCHours property "length" has { ReadOnly, DontDelete, DontEnum } attributes; * @description:...
{ "pile_set_name": "Github" }
specific_include_rules = { "run_all_unittests\.cc": [ "+mojo/core/embedder/embedder.h", "+ui/base/resource/resource_bundle.h", "+ui/base/ui_base_paths.h", ], }
{ "pile_set_name": "Github" }
Entropy.Entity({ name: "Player", create: function (game) { var livesTextNode = new PIXI.Text('life:3', { font: "9pt 'Press Start 2P'" }); var scoreTextNode = new PIXI.Text('score:0000', { font: "9pt 'Press Start 2P'" }); var levelTextNode = new PI...
{ "pile_set_name": "Github" }
<?php /** * System messages translation for CodeIgniter(tm) * * @author CodeIgniter community * @copyright Copyright (c) 2014-2020, British Columbia Institute of Technology (https://bcit.ca/) * @license http://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com */ defined('BASEPATH') OR exit(...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 1c5dfd3a35d7b364dba380b1615a414a MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
{ "pile_set_name": "Github" }
{ "name": "ralouphie/getallheaders", "description": "A polyfill for getallheaders.", "license": "MIT", "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "require": { "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^5 || ^6.5", "php-coveralls/php-coveralls": "...
{ "pile_set_name": "Github" }
/* Copyright 2016 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" }
; Test that appending linkage works correctly. ; RUN: echo "@X = appending global [1 x i32] [i32 8] " | \ ; RUN: llvm-as > %t.2.bc ; RUN: llvm-as < %s > %t.1.bc ; RUN: llvm-link %t.1.bc %t.2.bc -S | grep 7 | grep 4 | grep 8 @X = appending global [2 x i32] [ i32 7, i32 4 ] ; <[2 x i32]*> [#uses=2] @Y = global i32* ...
{ "pile_set_name": "Github" }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "experimental/svg/model/SkSVGRenderContext.h" #include "experimental/svg/model/SkSVGSVG.h" #include "experimental/svg/model/SkSVGValue.h" #include "include/core/SkCan...
{ "pile_set_name": "Github" }
#include "antsUtilities.h" #include "ReadWriteData.h" #include <algorithm> #include <cstdio> #include "itkCastImageFilter.h" #include "itkImage.h" #include "itkImageFileReader.h" #include "itkImageFileWriter.h" #include "itkImageRegionConstIteratorWithIndex.h" #include "itkExtractImageFilter.h" #include "itkLabelSta...
{ "pile_set_name": "Github" }
Also see the Khronos landing page for glslang as a reference front end: https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ The above page includes where to get binaries, and is kept up to date regarding the feature level of glslang. glslang ======= [![Build Status](https://travis-ci.org/KhronosGroup/gls...
{ "pile_set_name": "Github" }
[ { "name": "General", "groups": [ { "name": "Instance", "classes": ["smw"] } ] }, { "name": "DataModel", "groups": [ { "name": "Factory", "classes": [ "smw.Data" ] }, { "name": "General", "classes": [ "smw.dataItem*", "smw.dataValue*" ] } ...
{ "pile_set_name": "Github" }
{ "compilerOptions": { /* Include Typescript declaration files */ "declaration": true, /* Basic Options */ "target": "es5", "downlevelIteration": true, "module": "es2015", "outDir": "./dist/es5", "skipLibCheck": true, "sourceMap": true, /* Strict Type-Checking Options */ ...
{ "pile_set_name": "Github" }
{ "_args": [ [ "decompress-tar@3.1.0", "E:\\工作\\workpace\\web\\webpack-demo" ] ], "_development": true, "_from": "decompress-tar@3.1.0", "_id": "decompress-tar@3.1.0", "_inBundle": false, "_integrity": "sha1-IXx4n5uURQ76rcXF5TeXj8MzxGY=", "_location": "/decompress-tar", "_phantomCh...
{ "pile_set_name": "Github" }
/** * AS - the open source Automotive Software on https://github.com/parai * * Copyright (C) 2015 AS <parai@foxmail.com> * * This source code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by the * Free Software Founda...
{ "pile_set_name": "Github" }
package Paws::EC2::WithdrawByoipCidr; use Moose; has Cidr => (is => 'ro', isa => 'Str', required => 1); has DryRun => (is => 'ro', isa => 'Bool'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'WithdrawByoipCidr'); class_has _returns => (isa => 'Str', is => 'ro'...
{ "pile_set_name": "Github" }
// Copyright 2017 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package socket const ( sysRECVMMSG = 0x12b sysSENDMMSG = 0x133 )
{ "pile_set_name": "Github" }
# Create-Phaser-App ## About Create Phaser App Quickly prototype and build the Phaser game you want to make! Develop in Phaser faster than before. - 🕹️[Working Example Of Create Phaser App](https://simiancraft.github.io/create-phaser-app/) - 🖥️ [Project Homepage](https://github.com/simiancraft/create-phaser-ap...
{ "pile_set_name": "Github" }
define(["doh/main", "require"], function(doh, require){ if(doh.isBrowser){ doh.register("tests.fx", require.toUrl("./fx.html"), 30000); doh.register("tests.NodeList-fx", require.toUrl("./NodeList-fx.html"), 30000); } });
{ "pile_set_name": "Github" }
{ "@metadata": [], "Games.dialogOk": "ASSENTIOR", "Games.puzzle": "Ludus", "Puzzle.legsChoose": "elige...", "Puzzle.error0": "Bene!\nOmnes %1 sectiones recte solvisti.", "Puzzle.error1": "Paene! Una sectio vitiosa est.", "Puzzle.error2": "%1 sectiones vitiosae sunt.", "Puzzle.tryAgain": "Sectio excerpta vitiosa...
{ "pile_set_name": "Github" }
some-domain1 TRUE /some/path1 FALSE 1893499200000 key1 valueFromSimple2 some-domain1 TRUE /some/path1 FALSE 1893499200000 key3 valueFromSimple2
{ "pile_set_name": "Github" }
#pragma once #include "cartridge_info.h" #include "../address.h" #include "../register.h" #include <string> #include <vector> #include <memory> class Cartridge { public: Cartridge( std::vector<u8> rom_data, std::vector<u8> ram_data, std::unique_ptr<CartridgeInfo> cartridge_info ); ...
{ "pile_set_name": "Github" }
/* * Copyright 2008 Cisco Systems, Inc. All rights reserved. * Copyright 2007 Nuova Systems, Inc. All rights reserved. * * This program is free software; you may 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 ...
{ "pile_set_name": "Github" }
# Author: Horst Hunger # Created: 2010-07-13 let $engine_table= INNODB; let $engine_part= INNODB; let $engine_subpart= INNODB; use test; --disable_result_log --disable_query_log --source suite/parts/inc/part_exch_tabs.inc --enable_result_log --enable_query_log # 13) Exchange with dynamic variables. SET @part= 'p0'...
{ "pile_set_name": "Github" }
/*! * Copyright 2010 - 2017 Hitachi Vantara. 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 ...
{ "pile_set_name": "Github" }
/* * Licensed to Apereo under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Apereo licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in ...
{ "pile_set_name": "Github" }
package net.finmath.modelling.descriptor; import java.util.Arrays; import net.finmath.modelling.InterestRateProductDescriptor; /** * Product descriptor for an interest rate swap leg. * * @author Christian Fries * @author Roland Bachl * @version 1.0 */ public class InterestRateSwapLegProductDescriptor implement...
{ "pile_set_name": "Github" }
ISO-10303-21; HEADER; FILE_DESCRIPTION (( 'STEP AP203' ), '1' ); FILE_NAME ('ROB-12483.STEP', '2014-12-06T19:35:13', ( '' ), ( '' ), 'SwSTEP 2.0', 'SolidWorks 2014', '' ); FILE_SCHEMA (( 'CONFIG_CONTROL_DESIGN' )); ENDSEC; DATA; #1 = APPROVAL ( #125, 'UNSPECIFIED' ) ; #2 = P...
{ "pile_set_name": "Github" }
package com.wuyr.randomdraglayouttest; import android.content.Context; import org.junit.Test; import org.junit.runner.RunWith; import androidx.test.InstrumentationRegistry; import androidx.test.runner.AndroidJUnit4; import static org.junit.Assert.assertEquals; /** * Instrumented test, which will execute on an And...
{ "pile_set_name": "Github" }
/* Copyright 2018 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/* * This source is part of the * _____ ___ ____ * __ / / _ \/ _ | / __/___ _______ _ * / // / , _/ __ |/ _/_/ _ \/ __/ _ `/ * \___/_/|_/_/ |_/_/ (_)___/_/ \_, / * /___/ * repository. * * Copyright (C) 2012-2017 Benoit 'BoD' Lubek (BoD@JRAF.org) * * This program is fre...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # Copyright 2019 Google LLC # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law...
{ "pile_set_name": "Github" }
// Copyright 2013 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 cldr import ( "encoding/xml" "regexp" "strconv" ) // Elem is implemented by every XML element. type Elem interface { setEnclosing(Elem) setName(s...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='UTF-8'?> <fingerprint> <timestamp>2010-05-21 08:00:53.354 EST</timestamp> <md5sum>b03d4c6ff4cedcd731d6a6d1a3149f65</md5sum> <fileName>junit:junit-4.7.jar</fileName> <usages> <entry> <string>gameoflife-default/com.ciwithhudson.gameoflife:gameoflife-core</string> <ran...
{ "pile_set_name": "Github" }
//基于jquery的方法,用于从form表单获取json格式的对象 $.fn.serializeObject = function() { var o = {}; var a = this.serializeArray(); $.each(a, function() { if (o[this.name]) { if (!o[this.name].push) { o[this.name] = [ o[this.name] ]; } o[this.name].push(thi...
{ "pile_set_name": "Github" }
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using UnityEngine; using UnityEngine.AI; public class Workshop : MonoBehaviour { [HideInInspector] public FactoryMode factoryMode; public int workshopIndex; public float width...
{ "pile_set_name": "Github" }
parameters: publishTestResults: false steps: - powershell: | dotnet test $(System.DefaultWorkingDirectory)\tests\Wpf\Prism.Wpf.Tests\Prism.Wpf.Tests.csproj --configuration $env:BuildConfiguration --logger trx --no-build --collect "Code Coverage" dotnet test $(System.DefaultWorkingDirectory)\tests\Wpf\Prism.Dry...
{ "pile_set_name": "Github" }
--- version: 2.0.0 configurations: my-configuration: overrides: OVERRIDE: 1 type: debug targets: my-target:
{ "pile_set_name": "Github" }
from __future__ import print_function, unicode_literals import sys # tests for python modification for android {{{1 def test_032s_wificonnect(): # issue sl4a #32 {{{1 method = "WPA2" if method == "no-security": cfg = dict( SSID="invalidwifi", # below parameters a...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////////////////////////// // OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net) /////////////////////////////////////////////////////////////////////////////////////////////////// // Created : 2005-12-27 // Updated : 20...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>H+ 后台主题UI框架 - 项目</title> <meta name="keywords" content="H+后台主题,后台bootstrap框架,会员中心主题,后台HTML,响应式后台"> <meta name="description" content="H+是一个完全响应式,基于Bootstrap3最新版本开发的扁平...
{ "pile_set_name": "Github" }
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gglobal.c" #endif
{ "pile_set_name": "Github" }
/* mpg123_to_wav.c copyright 2007 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by Nicholas Humfrey */ #include <stdio.h> #include <strings.h> #include <mpg123.h> #include <sndfile.h> void usage() { pri...
{ "pile_set_name": "Github" }
import { b2Transform } from "../common/b2_math.js"; import { b2Manifold } from "../collision/b2_collision.js"; import { b2ChainShape } from "../collision/b2_chain_shape.js"; import { b2PolygonShape } from "../collision/b2_polygon_shape.js"; import { b2Contact } from "./b2_contact.js"; export declare class b2ChainAndPol...
{ "pile_set_name": "Github" }
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ gTestfile = '13.4.4.35.js'; STAR...
{ "pile_set_name": "Github" }
/* Lzma86Dec.c -- LZMA + x86 (BCJ) Filter Decoder 2016-05-16 : Igor Pavlov : Public domain */ #include "Precomp.h" #include "Lzma86.h" #include "Alloc.h" #include "Bra.h" #include "LzmaDec.h" SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackSize) { unsigned i; if (srcLen < LZMA86_HEADER_SI...
{ "pile_set_name": "Github" }
/*- * Copyright 2014 Square 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright (c) 2000, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
{ "pile_set_name": "Github" }
const Log = require('gk-log') const dbs = require('../../../lib/dbs') const upsert = require('../../../lib/upsert') module.exports = async function ({ marketplace_purchase }) { // eslint-disable-line const { payments } = await dbs() const logs = dbs.getLogsDb() const log = Log({ logsDb: logs, accountId:...
{ "pile_set_name": "Github" }
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE package org.bytedeco.tensorflow; import org.bytedeco.tensorflow.Allocator; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.tensorfl...
{ "pile_set_name": "Github" }
o convex_0 v 2.489934 5.960060 -0.259226 v -2.435850 -1.971159 1.467576 v -2.435850 -1.971159 1.531899 v 2.489934 -2.675456 -1.538774 v -2.371866 6.024784 -1.538774 v 2.553918 5.832316 1.467576 v 2.425950 -2.675456 1.531899 v -2.371866 -2.675456 -1.474451 v -2.435850 5.896188 1.531899 v 2.425950 6.024784 -1.474451 v -2...
{ "pile_set_name": "Github" }
--- redirect_from: - "/chapters/10/1/empirical-distributions" interact_link: content/chapters/10/1/Empirical_Distributions.ipynb kernel_name: python3 has_widgets: false title: |- Empirical Distributions prev_page: url: /chapters/10/Sampling_and_Empirical_Distributions.html title: |- Sampling and Empirical D...
{ "pile_set_name": "Github" }
#include <fstream> #include <iostream> #include "boost/filesystem/fstream.hpp" #include "boost/filesystem/operations.hpp" #include "gtest/gtest.h" #include "json/json.h" #include "webcc/client_session.h" #include "webcc/string.h" namespace bfs = boost::filesystem; // ----------------------------------------------...
{ "pile_set_name": "Github" }
<?php namespace App\Listeners; use App\Post; class ThreadRecache extends Listener { /** * Handle the event. * * @param Event $event */ public function handle($event) { if ($event->post instanceof Post) { $event->post->clearThreadCache(); } } }
{ "pile_set_name": "Github" }
/**************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distributed with this work for additional information * * regarding copyright ownership. The ASF licenses this...
{ "pile_set_name": "Github" }
// +build darwin freebsd netbsd openbsd package git import ( "syscall" "time" "srcd.works/go-git.v4/plumbing/format/index" ) func init() { fillSystemInfo = func(e *index.Entry, os *syscall.Stat_t) { e.CreatedAt = time.Unix(int64(os.Atimespec.Sec), int64(os.Atimespec.Nsec)) e.Dev = uint32(os.Dev) e.Inode =...
{ "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 (1.8.0_111) on Mon Oct 31 20:20:44 PDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache....
{ "pile_set_name": "Github" }
<?php namespace League\Flysystem\Cached\Storage; use Predis\Client; class Predis extends AbstractCache { /** * @var \Predis\Client Predis Client */ protected $client; /** * @var string storage key */ protected $key; /** * @var int|null seconds until cache expiration ...
{ "pile_set_name": "Github" }
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIde...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="15C50" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" initialViewCo...
{ "pile_set_name": "Github" }
// Grid system // // Generate semantic grid columns with these mixins. // Centered container element .container-fixed(@gutter: @grid-gutter-width) { margin-right: auto; margin-left: auto; padding-left: floor((@gutter / 2)); padding-right: ceil((@gutter / 2)); &:extend(.clearfix all); } // Creates a wrapper...
{ "pile_set_name": "Github" }
Utilities ######### Using Python's print function in C++ ==================================== The usual way to write output in C++ is using ``std::cout`` while in Python one would use ``print``. Since these methods use different buffers, mixing them can lead to output order issues. To resolve this, pybind11 modules c...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import <Silex/SXHintsConfigurationOption-Protocol.h> @class NSString; @interface SXDefaultHintsConfigurat...
{ "pile_set_name": "Github" }
#define VERSION_MAJOR @VERSION_MAJOR@ #define VERSION_MINOR @VERSION_MINOR@ #define VERSION_PATCH @VERSION_PATCH@ const char *GIT_REVISION = "@GIT_REVISION@";
{ "pile_set_name": "Github" }
// Copyright 2012 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. // TODO: remove hard-coded versions when we have implemented fractional weights. // The current implementation is incompatible with later CLDR versions. //go:ge...
{ "pile_set_name": "Github" }
/* srotm.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of ...
{ "pile_set_name": "Github" }
/** * This example shows how to hit test a path sprite. Move the pointer or tap anywhere * on the draw surface. If there's a sprite underneath it will be highlighted. */ Ext.define('KitchenSink.view.draw.HitTest', { extend: 'Ext.panel.Panel', xtype: 'hit-test', requires: [ 'Ext.draw.Component', ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <Mail/MFEWSPersistenceTaskOperation.h> @protocol MFEWSGetNewMessageActionsOperationDelegate; @interface MFEWSGetNewMessageAct...
{ "pile_set_name": "Github" }
# Acknowledgements This application makes use of the following third party libraries: Generated by CocoaPods - https://cocoapods.org
{ "pile_set_name": "Github" }
{ "extends": "../tsconfig.json", "compilerOptions": { "outDir": "../out-tsc/app", "baseUrl": "./", "module": "es2015", "types": [] }, "exclude": [ "test.ts", "**/*.spec.ts" ] }
{ "pile_set_name": "Github" }
// (C) Copyright Gennadiy Rozental 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/test for the library home page. // /// @file /// Defines c++14 index_sequence implem...
{ "pile_set_name": "Github" }
/* * Copyright 1999-2002 Carnegie Mellon University. * Portions Copyright 2002 Sun Microsystems, Inc. * Portions Copyright 2002 Mitsubishi Electric Research Laboratories. * All Rights Reserved. Use is subject to license terms. * * See the file "license.terms" for information on usage and * redistribution of thi...
{ "pile_set_name": "Github" }
// Copyright 2013 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 plan9 package plan9_test import ( "testing" "golang.org/x/sys/plan9" ) func testSetGetenv(t *testing.T, key, value string) { err := plan9.Seten...
{ "pile_set_name": "Github" }
{ "$schema": "http://json-schema.org/schema", "id": "mode", "title": "mode schema", "type": "object", "properties": { "name": { "type": "string", "description": "The development mode, folder path or file suffix to focus on.", "alias": "n", "$default": { "$source": "argv", ...
{ "pile_set_name": "Github" }
// Copyright (C) 2017 Jérôme Leclercq // This file is part of the "Nazara Engine - Platform module" // For conditions of distribution and use, see copyright notice in Config.hpp #include <algorithm> #include <Nazara/Core/Error.hpp> #include <Nazara/Platform/Debug.hpp> #include <Nazara/Platform/SDL2/VideoModeImpl.hpp> ...
{ "pile_set_name": "Github" }
[ { "name" : "Colors", "data": [ { "key":"@black", "value":"#000", "type": "color"}, { "key":"@grayDarker", "value":"#222", "type": "color"}, { "key":"@grayDark", "value":"#333", "type": "color"}, { "key":"@gray", "value":"#555", "type": "color"}, { "key":"@grayLight", "value":"#999", "type": "colo...
{ "pile_set_name": "Github" }
##一、准备flink的开发环境 ###1.创建project ![](images/Snip20161127_25.png) ###2.选择Scala project ![](images/Snip20161127_5.png) ###3.输入project基本信息 ![](images/Snip20161127_6.png) ``` 1.填写项目的名称信息 2.填写项目的位置信息 ``` ###4.project创建成功后的效果 ![](images/Snip20161127_7.png) ###5.配置project's SDK ![](images/Snip20161127_8.png) ``` 选择Java的本地...
{ "pile_set_name": "Github" }
/* 如果要使用不回行的table,那么就要设置table的className为nowrap,并且不能对td设置特定的宽度,且scroll={{ y: true, x: true }}的X值必须为true */ import React, { Component } from 'react' import { Table, Pagination } from 'antd' export default class TableList extends Component { componentDidMount() { this.tableWidthAdaptive() } componentWillUnmo...
{ "pile_set_name": "Github" }
/* eslint-disable max-len */ describe('ga_layerfilters_service', function() { describe('gaLayerFilter', function() { var gaLayerFilters, gaLayers, gaDefinePropertiesForLayer; beforeEach(function() { module(function($provide) { $provide.value('gaTopic', { get: function() {} }...
{ "pile_set_name": "Github" }
# Make sure that matlab can be launched from the commandline # if it is not the case use the following commands: # cd /usr/local/bin # sudo ln -s /Applications/MATLAB_R2012b.app/bin/matlab # Tested on MAC only export DYLD_LIBRARY_PATH=/Applications/MATLAB_R2012b.app/bin/maci64/ ./build/602_Matlab_bin
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016-2017 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. * * Licensed under the Apache License, Version 2.0 (the "License"); * You may not use this file except in compliance with the Licen...
{ "pile_set_name": "Github" }
<script> export let segment; </script> <style> nav { border-bottom: 1px solid rgba(255,62,0,0.1); font-weight: 300; padding: 0 1em; } ul { margin: 0; padding: 0; } /* clearfix */ ul::after { content: ''; display: block; clear: both; } li { display: block; float: left; } .selected { ...
{ "pile_set_name": "Github" }
/* * Copyright 2012 Red Hat 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, publish, d...
{ "pile_set_name": "Github" }
// // AppDelegate.swift // // Created by Nazih Shoura. // Copyright © 2017 Nazih Shoura. All rights reserved. // See LICENSE.txt for license information // import UIKit import RxCocoa import RxSwift import RxState @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { override init() ...
{ "pile_set_name": "Github" }
auth: credentials: - username: ADMIN password: AIMS - username: FB password: AIMS category: mssql default_port: 1433 name: Lasa AIMS contributor: ztgrace references: - https://github.com/govolution/betterdefaultpasslist/blob/master/mssql.txt - http://www.lasa.org.uk/uploads/aims/Installation_Guides/SQ...
{ "pile_set_name": "Github" }
package org.fossasia.openevent.general.feedback import android.view.LayoutInflater import android.view.ViewGroup import androidx.recyclerview.widget.RecyclerView import org.fossasia.openevent.general.R const val LIMITED_FEEDBACK_NUMBER = 2 class FeedbackRecyclerAdapter(private val isLimited: Boolean = false) : Recyc...
{ "pile_set_name": "Github" }
.class public Lcom/helpshift/support/a/b; .super Landroid/support/v7/widget/RecyclerView$Adapter; # annotations .annotation system Ldalvik/annotation/MemberClasses; value = { Lcom/helpshift/support/a/b$a; } .end annotation .annotation system Ldalvik/annotation/Signature; value = { "Landro...
{ "pile_set_name": "Github" }
// Low-level type for atomic operations -*- C++ -*- // Copyright (C) 2004-2019 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free ...
{ "pile_set_name": "Github" }
{ "id": "0fac85c7-bf4b-4521-b591-ea3ac7d165db", "modelName": "GMFolder", "mvc": "1.1", "name": "0fac85c7-bf4b-4521-b591-ea3ac7d165db", "children": [ "e7f21546-a21b-4cbc-a7e9-b476b1b94aee", "6b67c892-dc3c-4f10-9cb3-84a1c3d8d58a", "4b111754-c845-4549-a13b-2dda139281f2", ...
{ "pile_set_name": "Github" }
/* * Copyright 1994-1995 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Fou...
{ "pile_set_name": "Github" }
/***********************************************************************************************//** * \file vr_fove.cpp * Fove HMD module. * This file contains code related to using Fove HMDs. * Both tracking and rendering are implemented. *****************************************...
{ "pile_set_name": "Github" }
/* * Copyright 2017 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 contributing ...
{ "pile_set_name": "Github" }
package lbtransport import ( "context" "fmt" "net/http" "sync" "sync/atomic" "time" "github.com/improbable-eng/kedge/pkg/sharedflags" ) var ( flagBlacklistBackoff = sharedflags.Set.Duration("lbtransport_failed_target_backoff_duration", 2*time.Second, "Duration to keep failed targets in blacklist. Set 0 to ...
{ "pile_set_name": "Github" }
--- applications: - name: ccapi-indexing command: bundle exec puma -C ./config/puma.rb instances: 1 memory: 2G services: - bservice - eservice env: MAX_THREADS: 5 WEB_CONCURRENCY: 1 INDEX_APP: enable NPROCS: 2
{ "pile_set_name": "Github" }
// Package cache provides a registry cache package cache import ( "github.com/micro/go-micro/v2/registry" "github.com/micro/go-micro/v2/registry/cache" ) // New returns a new cache func New(r registry.Registry, opts ...cache.Option) cache.Cache { return cache.New(r, opts...) }
{ "pile_set_name": "Github" }
好奇心原文链接:[今日娱乐:《红海行动》将拍电视剧,《大侦探福尔摩斯 3》定档_娱乐_好奇心日报-江婧怡](https://www.qdaily.com/articles/52947.html) WebArchive归档链接:[今日娱乐:《红海行动》将拍电视剧,《大侦探福尔摩斯 3》定档_娱乐_好奇心日报-江婧怡](http://web.archive.org/web/20180916062627/http://www.qdaily.com:80/articles/52947.html) ![image](http://ww3.sinaimg.cn/large/007d5XDply1g3yitcvuisj30u05u97wj)
{ "pile_set_name": "Github" }
/* * ACM Wrapper * * Copyright 2005 Christian Costa * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. ...
{ "pile_set_name": "Github" }