text
stringlengths
2
99.9k
meta
dict
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs defs_linux.go package ipv4 const ( sysIP_TOS = 0x1 sysIP_TTL = 0x2 sysIP_HDRINCL = 0x3 sysIP_OPTIONS = 0x4 sysIP_ROUTER_ALERT = 0x5 sysIP_RECVOPTS = 0x6 sysIP_RETOPTS = 0x7 sysIP_PKTINFO = ...
{ "pile_set_name": "Github" }
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ //=============================================================================// #include "cbase.h" #include "hud.h" #include <vgui_controls/Controls.h> #include <Color.h> #include "c_vehicle_crane.h" #i...
{ "pile_set_name": "Github" }
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_int64_t_memmove_73b.cpp Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805.label.xml Template File: sources-sink-73b.tmpl.cpp */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Allocate...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) ST-Ericsson SA 2010 # Author: Shujuan Chen (shujuan.chen@stericsson.com) # ifdef CONFIG_CRYPTO_DEV_UX500_DEBUG CFLAGS_hash_core.o := -DDEBUG endif obj-$(CONFIG_CRYPTO_DEV_UX500_HASH) += ux500_hash.o ux500_hash-objs := hash_core.o
{ "pile_set_name": "Github" }
.navicon-widgets { background-image:url(images/menu.widgets.png) !important; } .navicon-widgets:hover { background-position:0 -30px !important; }
{ "pile_set_name": "Github" }
#!/bin/bash ## give a module name, grep the codebase for calls to that module ## create a list of beam files and feed it to dialyzer pushd $(dirname $0) > /dev/null cd $(pwd -P)/.. if [ -z ${ERL_FILES+x} ]; then MODULE=$1 ERL_FILES=$(grep -rl "$1:" {core,applications} --include "*.erl" --exclude="\*pqc.erl" ...
{ "pile_set_name": "Github" }
#include <vector> #include "caffe/layers/im2col_layer.hpp" #include "caffe/util/im2col.hpp" namespace caffe { template <typename Dtype> void Im2colLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom, const vector<Blob<Dtype>*>& top) { ConvolutionParameter conv_param = this->layer_param_.convolution_p...
{ "pile_set_name": "Github" }
/*! * angular-translate - v2.11.1 - 2016-07-17 * * Copyright (c) 2016 The angular-translate team, Pascal Precht; Licensed MIT */ (function (root, factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module unless amdModuleId is set define(["messageformat"], functi...
{ "pile_set_name": "Github" }
/* Copyright 2005-2013 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks 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 Foundat...
{ "pile_set_name": "Github" }
import React from 'react'; import * as TestUtils from 'react-dom/test-utils'; import UserLayout from '../../src/components/UserLayout'; function shallowRender(Component) { const render = TestUtils.createRenderer(); render.render(<Component />); return render.getRenderOutput(); } describe('title', () => { it('...
{ "pile_set_name": "Github" }
var test = require('tape'); var balanced = require('..'); test('balanced', function(t) { t.deepEqual(balanced('{', '}', 'pre{in{nest}}post'), { start: 3, end: 12, pre: 'pre', body: 'in{nest}', post: 'post' }); t.deepEqual(balanced('{', '}', '{{{{{{{{{in}post'), { start: 8, end: 11, ...
{ "pile_set_name": "Github" }
using System; using NetRuntimeSystem = System; using System.ComponentModel; using NetOffice.Attributes; namespace NetOffice.ExcelApi { /// <summary> /// DispatchInterface Interior /// SupportByVersion Excel, 9,10,11,12,14,15,16 /// </summary> /// <remarks> MSDN Online: http://msdn.microsoft.com/en-us/en-us/libr...
{ "pile_set_name": "Github" }
#include <QCryptographicHash> #include <QNetworkRequest> #include <QNetworkAccessManager> #include <QDateTime> #include <QByteArray> #include <QDebug> #include <QDataStream> #include <QStringList> #if QT_VERSION >= 0x050000 #include <QUrlQuery> #endif #if QT_VERSION >= 0x050100 #include <QMessageAuthenticationCode> #...
{ "pile_set_name": "Github" }
{{>partial_header}} using System.Collections.Generic; using System.Linq; using JsonSubTypes; using Newtonsoft.Json; using NUnit.Framework; using {{packageName}}.{{apiPackage}}; using {{packageName}}.{{modelPackage}}; using {{packageName}}.Client; namespace {{packageName}}.Test.Client { public class JsonSubTypesT...
{ "pile_set_name": "Github" }
import { UseCase } from "../../../../shared/core/UseCase"; import { IAuthService } from "../../services/authService"; import { Either, Result, left, right } from "../../../../shared/core/Result"; import { AppError } from "../../../../shared/core/AppError"; import { JWTToken, RefreshToken } from "../../domain/jwt"; imp...
{ "pile_set_name": "Github" }
# CSS Styling > __Note__ > The name inside the square bracket is optional. It may or may not appear depending on the relevant condition # Vuetable ```javascript { tableClass: 'ui blue selectable celled stackable attached table', loadingClass: 'loading', ascendingIcon: 'blue chevron up icon', descendin...
{ "pile_set_name": "Github" }
# Copyright 2012 Mozilla 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 agreed to in wr...
{ "pile_set_name": "Github" }
/** * Discrete charts */ $.fn.sparkline.discrete = discrete = createClass($.fn.sparkline._base, barHighlightMixin, { type: 'discrete', init: function (el, values, options, width, height) { discrete._super.init.call(this, el, values, options, width, height); th...
{ "pile_set_name": "Github" }
*usr_40.txt* For Vim version 7.4. Last change: 2013 Aug 05 VIM USER MANUAL - by Bram Moolenaar Make new commands Vim is an extensible editor. You can take a sequence of commands you use often and turn it into a new command. Or redefine an existing command. Autocommands make it possible to execute...
{ "pile_set_name": "Github" }
------------------------------------------------------------------------ -- dqSubtract.decTest -- decQuad subtraction -- -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. -- ------------------------------------------------------------------------ -- Please see the docume...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: PropGearLowered serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationC...
{ "pile_set_name": "Github" }
" Vim filetype plugin file " Language: RFC 2614 - An API for Service Location registration file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftplugin = "setl com...
{ "pile_set_name": "Github" }
#include"io.h" int main(void) { long long rd, rs, rt; long long dsp; long long result; rs = 0x11777066; rt = 0x55AA70FF; result = 0x0F; __asm ("cmpgdu.le.qb %0, %2, %3\n\t" "rddsp %1\n\t" : "=r"(rd), "=r"(dsp) : "r"(rs), "r"(rt) ...
{ "pile_set_name": "Github" }
package com.alibaba.datax.plugin.reader.mysqlreader; import com.alibaba.datax.common.spi.ErrorCode; public enum MysqlReaderErrorCode implements ErrorCode { ; private final String code; private final String description; private MysqlReaderErrorCode(String code, String description) { this.code...
{ "pile_set_name": "Github" }
--- title: "Use React and JSX in ASP.NET MVC" author: [Daniel15] --- Today we're happy to announce the initial release of [ReactJS.NET](http://reactjs.net/), which makes it easier to use React and JSX in .NET applications, focusing specifically on ASP.NET MVC web applications. It has several purposes: - On-the-fly J...
{ "pile_set_name": "Github" }
/* $Id: store-inmem.cpp $ */ /** @file * IPRT - In Memory Cryptographic Certificate Store. */ /* * Copyright (C) 2006-2017 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribute it and/or...
{ "pile_set_name": "Github" }
*hw_Document_SetContent* -- Sets/replaces content of hw_document bool hw_document_setcontent(int hw_document, string content)~ Sets or replaces the content of the document. If the document is an HTML document the content is everything after the BODY tag. Information from the HEAD and BODY tag is in the stored in th...
{ "pile_set_name": "Github" }
require('../../../modules/es6.array.iterator'); module.exports = require('../../../modules/_iterators').Array;
{ "pile_set_name": "Github" }
--- title: Workarea 3.4.25 excerpt: Patch release notes for Workarea 3.4.25. --- # Workarea 3.4.25 Patch release notes for Workarea 3.4.25. ## Pin Version of `wysihtml-rails` To address a dependency issue with the `~> 0.x` version occurring with newer versions of Bundler on `wysihtml-rails`, Workarea has pinned the...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>swap</title> <link rel="stylesheet" href="prism.css"> <link rel="stylesheet" href="style.css"> </head> <body> <div id="header"> <div class="doc-title"><a href="folktale.html"><span class="doc-title"><span class="product-name">Folktale</span><span class="...
{ "pile_set_name": "Github" }
// (C) Copyright Jesse Williamson 2009 // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include <iostream> #include <vector> #include <boost/config.hpp> #include <boost/algor...
{ "pile_set_name": "Github" }
-------------------------------------------------- Name -------------------------------------------------- Easy Baked Chicken Wings -------------------------------------------------- Ingredients -------------------------------------------------- 3 pounds chicken wings 2 eggs, beaten 1/2 cup all-purpose flour for coatin...
{ "pile_set_name": "Github" }
var parent = require('../../es/object/define-setter'); module.exports = parent;
{ "pile_set_name": "Github" }
package aip0141 import ( "testing" "github.com/googleapis/api-linter/lint" ) func TestAddRules(t *testing.T) { if err := AddRules(lint.NewRuleRegistry()); err != nil { t.Errorf("AddRules got an error: %v", err) } }
{ "pile_set_name": "Github" }
// NeL - MMORPG Framework <http://dev.ryzom.com/projects/nel/> // Copyright (C) 2010 Winch Gate Property Limited // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as // published by the Free Software Foundation, either version 3 of...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Prophecy. * (c) Konstantin Kudryashov <ever.zet@gmail.com> * Marcello Duarte <marcello.duarte@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Prophecy\Comparator; use ...
{ "pile_set_name": "Github" }
RESET=$'\033[0m' BOLD=$'\033[1m' # shellcheck disable=SC2034 RED=$'\031[36m' YELLOW=$'\033[33m' # shellcheck disable=SC2034 CYAN=$'\033[36m' BLUE_BG=$'\033[44m' if [[ "$VERBOSE" = "" ]]; then VERBOSE=false fi function header() { local title="$1" echo "${BLUE_BG}${YELLOW}${BOLD}${title}${RESET}" echo "...
{ "pile_set_name": "Github" }
### [ANN] [TERA Smart money] [PoW, CPU, 1000 TPS] #### Introducing TERA | Smart money ![](https://ip.bitcointalk.org/?u=https%3A%2F%2Fraw.githubusercontent.com%2Fterafoundation%2Fwallet%2Fmaster%2FPic%2FTera.png&t=592&c=-AjXIgqy8s7IVw) We sent two important updates to the network, after which the network bega...
{ "pile_set_name": "Github" }
package sts import "github.com/aws/aws-sdk-go/aws/request" func init() { initRequest = customizeRequest } func customizeRequest(r *request.Request) { r.RetryErrorCodes = append(r.RetryErrorCodes, ErrCodeIDPCommunicationErrorException) }
{ "pile_set_name": "Github" }
import React, { Component } from 'react'; import { inject, observer } from 'mobx-react'; import { ipcRenderer } from 'electron'; import helper from 'utils/helper'; @inject(stores => ({ song: stores.controller.song, scrobble: stores.controller.scrobble, next: stores.controller.next, play: () => stores...
{ "pile_set_name": "Github" }
SUBROUTINE ccsdt_lr_alpha2_7_13_1(d_a,k_a_offset,d_b,k_b_offset,d_ &c,k_c_offset) C $Id$ C This is a Fortran77 program generated by Tensor Contraction Engine v.1.0 C Copyright (c) Battelle & Pacific Northwest National Laboratory (2002) C i2 ( h2 h13 h11 h12 )_ytrbtra + = 1 * Sum ( p3 ) * tra ...
{ "pile_set_name": "Github" }
/* * SonarQube * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program 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 3 of the License, o...
{ "pile_set_name": "Github" }
/* Copyright (C) 2014 Fredrik Johansson This file is part of Arb. Arb is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) ...
{ "pile_set_name": "Github" }
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpKernel\Profiler; use Psr\Log\LoggerInterface; use...
{ "pile_set_name": "Github" }
.radiobutton { position: relative; border: 2px solid #0070a9; border-radius: 50%; } .radiobutton-inner { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #0070a9; border-radius: 50%; transform: scale(.6); } .radiobutton-disabled { opacity: 0.6; } .radiobutton-value { ...
{ "pile_set_name": "Github" }
var Uploader = require('../../../src/uploader') describe('Uploader.File functions - file', function () { var uploader var file beforeEach(function () { uploader = new Uploader({}) var rFile = new File(['xx'], 'image.jpg', { type: 'image/png' }) file = new Uploader.File(uploader, rFile, upl...
{ "pile_set_name": "Github" }
// Copyright (C) 2011-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 Software Foundation; either version 3, or (at your op...
{ "pile_set_name": "Github" }
/** * * WARNING! This file was autogenerated by: * _ _ _ _ __ __ * | | | | | | |\ \ / / * | | | | |_| | \ V / * | | | | _ | / \ * | |_| | | | |/ /^\ \ * \___/\_| |_/\/ \/ * * This file was autogenerated by UnrealHxGenerator using UHT definitions. * It only includes UPROPERTYs and UFU...
{ "pile_set_name": "Github" }
package solver import ( "context" "os" "sync" "github.com/moby/buildkit/solver/internal/pipe" "github.com/moby/buildkit/util/cond" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) var debugScheduler = false // TODO: replace with logs in build trace func init() { if os.Getenv("BUILDKIT_SCHEDULER_DEBUG"...
{ "pile_set_name": "Github" }
/* * Device driver for regulators in Hi655x IC * * Copyright (c) 2016 Hisilicon. * * Authors: * Chen Feng <puck.chen@hisilicon.com> * Fei Wang <w.f@huawei.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * publi...
{ "pile_set_name": "Github" }
import { Condition } from '../Condition' import { Frame } from 'puppeteer' export class TitleNotMatchCondition extends Condition { constructor(desc: string, public expectedTitle: string, public partial: boolean = false) { super(desc) } toString() { return `page title to equal '${this.expectedTitle}'` } publ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <ClInclude Include="pch.h" /> <ClInclude Include="android_native_app_glue.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="android_native_app_glue.c" /> <C...
{ "pile_set_name": "Github" }
var game = new Phaser.Game(800, 600, Phaser.AUTO, 'phaser-example', { preload: preload, create: create, update: update, render: render }); function preload() { } var sprite; function create() { for (var i = 0; i < 1000; i++) { var x = game.rnd.integerInRange(10, 20); if (x === 20) { console.log('>>>'...
{ "pile_set_name": "Github" }
/-- Tests for reloading pre-compiled patterns. The first one gives an error right away, and can be any old pattern compiled in 8-bit mode ("abc" is typical). The others require the link size to be 2. */x <!testsaved8 %-- Generated from: /^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]| ...
{ "pile_set_name": "Github" }
/* ** 2012 May 24 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** *************************...
{ "pile_set_name": "Github" }
{ "compilerOptions": { "noEmitOnError": true } }
{ "pile_set_name": "Github" }
version https://git-lfs.github.com/spec/v1 oid sha256:b15248deb50af28b873eabf1b04b4364a36ed0441bc01596b869ce2f7793665b size 11886
{ "pile_set_name": "Github" }
package com.alg.top20.trie; import java.util.ArrayList; import java.util.List; class TSTNode { boolean isword; TSTNode left; TSTNode middle; TSTNode right; char data; public TSTNode(char data) { super(); this.data = data; } } public class TSTTrie implements ITrieSet { private TSTNode root; private int ...
{ "pile_set_name": "Github" }
// // ATPerson.h // ApptentiveConnect // // Created by Andrew Wooster on 10/2/12. // Copyright (c) 2012 Apptentive, Inc. All rights reserved. // #import <Foundation/Foundation.h> NSString *const ATCurrentPersonPreferenceKey; @interface ATPersonInfo : NSObject <NSCoding> { @private NSString *apptentiveID; NSStr...
{ "pile_set_name": "Github" }
<dt><dfn>section</dfn></dt> <dd> <p>a self-contained portion of written content that deals with one or more related topics or thoughts </p> <p class="note">A section may consist of one or more paragraphs and include graphics, tables, lists and sub-sections. </p> </dd>
{ "pile_set_name": "Github" }
{ "pile_set_name": "Github" }
--- jupyter: jupytext: notebook_metadata_filter: all text_representation: extension: .md format_name: markdown format_version: '1.2' jupytext_version: 1.3.0 kernelspec: display_name: Python 3 language: python name: python3 language_info: codemirror_mode: name:...
{ "pile_set_name": "Github" }
import { s__ } from '~/locale'; export const TrackingLabels = { CODE_INSTRUCTION: 'code_instruction', CONAN_INSTALLATION: 'conan_installation', MAVEN_INSTALLATION: 'maven_installation', NPM_INSTALLATION: 'npm_installation', NUGET_INSTALLATION: 'nuget_installation', PYPI_INSTALLATION: 'pypi_installation', ...
{ "pile_set_name": "Github" }
<?php declare(strict_types=1); namespace Zubr; /** * \Zubr\strrev() * * @link https://secure.php.net/strrev * * NOTES: same as \strrev() || in Zubr, $param_1 goes before $param_2, and we return an array instead of void */ function strrev($string) { return \strrev($string); }
{ "pile_set_name": "Github" }
define(['../lang/toString'], function(toString) { /** * Escapes a string for insertion into HTML. */ function escapeHtml(str){ str = toString(str) .replace(/&/g, '&amp;') .replace(/</g, '&lt;') .replace(/>/g, '&gt;') .replace(/'/g, '&#39;') ...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright (c) 2017 Contributors to the Eclipse Foundation ~ ~ See the NOTICE file(s) distributed with this work for additional ~ information regarding copyright ownership. ~ ~ This program and the accompanying materials are made available under the ~ terms of ...
{ "pile_set_name": "Github" }
package resp import ( "errors" "io" "strconv" ) var ( // Common encoding values optimized to avoid allocations. pong = []byte("+PONG\r\n") ok = []byte("+OK\r\n") t = []byte(":1\r\n") f = []byte(":0\r\n") one = t zero = f ) // ErrInvalidValue is returned if the value to encode is invalid. var ErrIn...
{ "pile_set_name": "Github" }
/** * Spring Framework configuration files. */ package com.okta.developer.gateway.config;
{ "pile_set_name": "Github" }
{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Mimikatz Netlogon Unauthenticated NetrServerAuthenticate2" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Metadata" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ ...
{ "pile_set_name": "Github" }
# coding=utf-8 # -------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for # license information. # # Code generated by Microsoft (R) AutoRest Code Generator. # Changes ...
{ "pile_set_name": "Github" }
(function() { var fitopts = {min: 6, max: 1000}; var Gauge = function(json) { // Init view.View.call(this, json); this.clickFocusable = true; // Config this.query = json.query; this.title = json.title; this.commaSeparateThousands = json.commaSeparateThousands; ...
{ "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" }
id: SecBI - Test version: -1 name: SecBI - Test description: "" starttaskid: "0" tasks: "0": id: "0" taskid: 02b0cf46-1242-420e-8a44-9eb49cd49a56 type: start task: id: 02b0cf46-1242-420e-8a44-9eb49cd49a56 version: -1 name: "" iscommand: false brand: "" nexttasks: ...
{ "pile_set_name": "Github" }
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Chapter&nbsp;6.&nbsp;Proprietates del projecto</title> <link rel="stylesheet" type="text/css" href="OmegaT.css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home...
{ "pile_set_name": "Github" }
// (C) Copyright John Maddock 2007. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // This file is machine generated, do not edit by hand // Unrolled polynomial ev...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: fe8fdc0fe4319494ca810911d1e0450f MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
{ "pile_set_name": "Github" }
import __config from '../etc/config' import WxResource from 'WxResource' class HttpResource { constructor(url, paramDefaults, actions, options) { Object.assign(this, { url, paramDefaults, actions, options, }) } /** * 返回实例对象 */ init() { const resource = new WxResource(this.setUrl(this.url...
{ "pile_set_name": "Github" }
/* * Copyright 2018 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "fuzz/Fuzz.h" #include "fuzz/FuzzCommon.h" DEF_FUZZ(RegionOp, fuzz) { // `fuzz -t api -n RegionOp` SkRegion regionA, regionB, regionC; FuzzNiceRegion(fuzz, ...
{ "pile_set_name": "Github" }
class Company < ActiveRecord::Base has_many :developers has_many :developer_notes, :through => :developers, :source => :notes has_many :slackers, :class_name => "Developer", :conditions => {:slacker => true} has_many :notes, :as => :notable has_many :data_types end
{ "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" }
// ---------------------------------------------------------------------------- // Copyright (C) 2002-2006 Marcin Kalicinski // Copyright (C) 2009 Sebastian Redl // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_...
{ "pile_set_name": "Github" }
./cache/g-raphael/0.4.1/javascripts/g-raphael.js ./cache/g-raphael/0.4.1/javascripts/g-raphael-min.js ./cache/highcharts/2.0.1/javascripts/highcharts.js ./cache/highcharts/2.0.1/javascripts/highcharts-min.js ./cache/jqplot/0.9.7/javascripts/jqplot.js ./cache/jqplot/0.9.7/javascripts/jqplot-min.js ./cache/jquery-gcharts...
{ "pile_set_name": "Github" }
/* * * Copyright 2015-present Facebook. All Rights Reserved. * * This file contains code to support IPMI2.0 Specification available @ * http://www.intel.com/content/www/us/en/servers/ipmi/ipmi-specifications.html * * This program is free software; you can redistribute it and/or modify * it under the terms of th...
{ "pile_set_name": "Github" }
{ "pagetip":"", "learn":"", "related":{}, "labels":{}, "tooltips":{}, "copy":{"version":"Current platform version:", "upgrade":"Upgrade available:", "no":"No", "yes":"Yes", "launch":"Launch the system update tool" } }
{ "pile_set_name": "Github" }
var vows = require("vows"), assert = require("../assert"), load = require("../load"), projectionTestSuite = require("./projection-test-suite"); var suite = vows.describe("d3.geo.orthographic"); suite.addBatch({ "orthographic": { topic: load("geo/orthographic").expression("d3.geo.orthographic"), ...
{ "pile_set_name": "Github" }
# coding=utf-8 ''' Created on 2016-10-12 @author: zhangtiande ''' from rest_framework import serializers from teamvision.auth_extend.user.models import ActionLog from business.auth_user.user_service import UserService import datetime from gatesidelib.datetimehelper import DateTimeHelper class ToDoSummarySerializer(...
{ "pile_set_name": "Github" }
<?php /** * Mockery * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://github.com/padraic/mockery/blob/master/LICENSE * If you did not receive a copy of the licen...
{ "pile_set_name": "Github" }
Car -1 -1 -10 492 176 551 222 1.45 1.63 3.74 -3.00 1.59 24.91 -1.58 1.00 Car -1 -1 -10 134 184 337 281 1.39 1.59 3.69 -6.30 1.62 12.55 -1.56 1.00 Car -1 -1 -10 556 173 580 193 1.38 1.60 3.67 -3.10 1.47 53.63 -1.59 0.73
{ "pile_set_name": "Github" }
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <jsp:useBean id="conn" scope="page" class="com.tools.ConnDB"/> <jsp:useBean id="del_goods" scope="page" class="com.dao.GoodsDaoImpl"/> <jsp:useBea...
{ "pile_set_name": "Github" }
[ { "__type__": "cc.Prefab", "_name": "", "_objFlags": 0, "_rawFiles": null, "data": { "__id__": 1 } }, { "__type__": "cc.Node", "_name": "chat", "_objFlags": 0, "_parent": null, "_children": [ { "__id__": 2 }, { "__id__": 16 ...
{ "pile_set_name": "Github" }
#include "global.h" #include "PlayerState.h" void PlayerState::ResetNoteSkins() { m_BeatToNoteSkin.clear(); m_BeatToNoteSkin[-1000] = m_PlayerOptions.m_sNoteSkin; } void PlayerState::Update( float fDelta ) { m_CurrentPlayerOptions.Approach( m_PlayerOptions, fDelta ); } /* * (c) 2001-2004 Chris Danford, Chris Gom...
{ "pile_set_name": "Github" }
// Package network implements the Azure ARM Network service API version . // // Network Client package network // Copyright (c) Microsoft and contributors. 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. // ...
{ "pile_set_name": "Github" }
// Copyright 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. #include <stdint.h> #include "base/macros.h" #include "chrome/browser/task_manager/test_task_manager.h" #include "testing/gtest/include/gtest/gtest.h" n...
{ "pile_set_name": "Github" }
class COwnerDrawMenu : public CMenu { public: COwnerDrawMenu(); ~COwnerDrawMenu(); virtual void MeasureItem(LPMEASUREITEMSTRUCT mis); virtual void DrawItem(LPDRAWITEMSTRUCT dis); protected: void DrawItem1(LPDRAWITEMSTRUCT dis); void DrawItem2(LPDRAWITEMSTRUCT dis); };
{ "pile_set_name": "Github" }
package cbt_build.reflect.build import cbt._ class Build(val context: Context) extends BuildBuild with CbtInternal{ override def dependencies = super.dependencies :+ cbtInternal.library }
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Form Fun</title> <link href="../_css/site.css" rel="stylesheet"> <style> #signup label.error { font-size: 0.8em; color: #F00; font-weight: bold; display: block; margin-left: 215px; } #signup input.error, #signup select.error { background: #FFA9B...
{ "pile_set_name": "Github" }
<HTML> <HEAD> <meta charset="UTF-8"> <title>PaymentMethodsActivityStarter.Result.fromIntent - stripe</title> <link rel="stylesheet" href="../../../../style.css"> </HEAD> <BODY> <a href="../../../index.html">stripe</a>&nbsp;/&nbsp;<a href="../../index.html">com.stripe.android.view</a>&nbsp;/&nbsp;<a href="../index.html"...
{ "pile_set_name": "Github" }
/*----------------------------------------------------------------------------- The MIT License (MIT) This source file is part of GDGeek (Game Develop & Game Engine Extendable Kits) For the latest info, see http://gdgeek.com/ Copyright (c) 2014-2017 GDGeek Software Ltd Permission is hereby granted, free of char...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. using Microsoft.VisualStudio.Services.Agent.Util; using System; using System.Diagnostics; using System.Globalization; using System.IO; using System.Text; namespace Microsoft.VisualStudio.Services.Agent { public sealed class HostTraceListen...
{ "pile_set_name": "Github" }