text
stringlengths
2
99.9k
meta
dict
------ Cloning Projects ------ Paul Gier ------ 2008-08-02 ------ ~~ 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" }
// 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 may...
{ "pile_set_name": "Github" }
<html> <body> <p>The message is "<em>hello world</em>"</p> </body> </html>
{ "pile_set_name": "Github" }
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
{ "pile_set_name": "Github" }
/********************************************************************** * Copyright (c) 2014 Pieter Wuille * * Distributed under the MIT software license, see the accompanying * * file COPYING or http://www.opensource.org/licenses/mit-license.php.* *******************************...
{ "pile_set_name": "Github" }
{% include 'base-header.html' %} <div class="container"> <img src="{{url_for('static', filename='img/logos/runbook-cloud-croped.png')}}" align="left"> <h2>Monitoring + Automated Remediation</h2> <p class="lead">Runbook is an open source monitoring application that allows you to perform automated "...
{ "pile_set_name": "Github" }
/* 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/. */ /** * @author Mario Pastorelli (mario.pastorelli@teralitycs.ch) */ package pureconfig.example import java.nio....
{ "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><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.8.3.1"> <link rel="stylesheet" type="text/css" href="search...
{ "pile_set_name": "Github" }
%nrow: 1 + number of rows in the IMU file (For an 6dof IMU this must be 7) %act_row: specify which sensors (i.e. rows) to add error. %errdefs: error models for the sensors specified by the act_row %tem_mod: temperature model (characterize the change of temperature, not the sensor's temp characteristics) %rstat: see...
{ "pile_set_name": "Github" }
/** * * $Id$ */ package net.opengis.ows10.validation; import net.opengis.ows10.HTTPType; /** * A sample validator interface for {@link net.opengis.ows10.DCPType}. * This doesn't really do anything, and it's not a real EMF artifact. * It was generated by the org.eclipse.emf.examples.generator.validator plug-in t...
{ "pile_set_name": "Github" }
/*++ Copyright (c) 2013 Minoca Corp. This file is licensed under the terms of the GNU General Public License version 3. Alternative licensing terms are available. Contact info@minocacorp.com for details. See the LICENSE file at the root of this project for complete licensing information. Module Name:...
{ "pile_set_name": "Github" }
// Copyright 2010 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 netbsd package cgo import _ "unsafe" // for go:linkname // Supply environ and __progname, because we don't // link against the standard NetBSD crt0...
{ "pile_set_name": "Github" }
Pollution Most areas produce some pollution. The following are areas that can cause heavy pollution: * Heavy industry. * Light industry. * Coal fired power stations. * Coal mines. * Markets that are full of waste. * Roads/Rail, particularly when full of waste. People do not like living in polluted areas. They will m...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016 Couchbase, 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 agr...
{ "pile_set_name": "Github" }
// -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil -*- // Copyright 2019 The Mesh Authors. All rights reserved. // Use of this source code is governed by the Apache License, // Version 2.0, that can be found in the LICENSE file. #include <stdlib.h> #include "runtime.h" #include "thread_local_heap.h" using na...
{ "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" }
package com.liskovsoft.smartyoutubetv.flavors.exoplayer.player.dialogs.afr; import com.liskovsoft.exoplayeractivity.R; import com.liskovsoft.sharedutils.dialogs.GenericSelectorDialog.DialogSourceBase.MultiDialogItem; import com.liskovsoft.sharedutils.dialogs.GenericSelectorDialog.DialogSourceBase.SingleDialogItem;...
{ "pile_set_name": "Github" }
/** * 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. */ package com.microsoft.azure.management.network.v2019_04_01; import com.microsoft.azure....
{ "pile_set_name": "Github" }
// go-libtor - Self-contained Tor from Go // Copyright (c) 2018 Péter Szilágyi. All rights reserved. package libtor /* #define BUILDDIR "" #include <../src/core/crypto/onion_crypto.c> */ import "C"
{ "pile_set_name": "Github" }
syntax = "proto3"; package tensorflow.tpu; import "tensorflow/compiler/xla/xla.proto"; import "tensorflow/compiler/xla/xla_data.proto"; import "tensorflow/core/framework/tensor_shape.proto"; import "tensorflow/core/framework/types.proto"; import "tensorflow/core/protobuf/tpu/dynamic_padding.proto"; option cc_enable_...
{ "pile_set_name": "Github" }
import { Component, Input, OnInit } from '@angular/core'; import { StateService } from '../../../@core/data/state.service'; @Component({ selector: 'ngx-theme-settings', styleUrls: ['./theme-settings.component.scss'], template: ` <h6>LAYOUTS</h6> <div class="settings-row"> <a *ngFor="let layout of ...
{ "pile_set_name": "Github" }
# Copyright 2017-2018 Onestein (<http://www.onestein.eu>) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). from odoo import fields, models class ResPartner(models.Model): _inherit = "res.partner" coc_registration_number = fields.Char( string="CoC Registration Number", compute...
{ "pile_set_name": "Github" }
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using Microsoft.CodeAnalysis.Options; namespace ShaderTools.CodeAnalysis.Formatting { public static class FormattingOptions { public...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2016-2019 by k3b. * * This file is part of AndroFotoFinder / #APhotoManager. * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (a...
{ "pile_set_name": "Github" }
// Copyright 2010 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 linux package fsnotify import ( "errors" "fmt" "io" "os" "path/filepath" "strings" "sync" "unsafe" "golang.org/x/sys/unix" ) // Watcher w...
{ "pile_set_name": "Github" }
/* * /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js * * Copyright (c) 2009-2018 The MathJax Consortium * * 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" }
module Datamappify module Repository module UnitOfWork class Transaction # @param data_mapper (see QueryMethod::Method#initialize) # # @yield # queries to be performed in the transaction # # @return [void] def initialize(data_mapper, &block) ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ *************************************************************************** TilesXYZ.py --------------------- Date : April 2019 Copyright : (C) 2019 by Lutra Consulting Limited Email : marcel.dancak@lutraconsulting.co.uk ********...
{ "pile_set_name": "Github" }
### <em>macro</em> <strong>`handler-bind`</strong> Syntax: <strong>`handler-bind`</strong> <em>parameters</em> => <em>return-type</em> Documentation of parameters and return-results. Examples (not from CLHS...): ```lisp CL-USER> (example-code 'a 'b 'c) 'return-result ```
{ "pile_set_name": "Github" }
.textbox { position: relative; border: 1px solid #000; background-color: #fff; vertical-align: middle; display: inline-block; overflow: hidden; white-space: nowrap; margin: 0; padding: 0; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;...
{ "pile_set_name": "Github" }
var baseIteratee = require('./_baseIteratee'), baseSortedIndexBy = require('./_baseSortedIndexBy'); /** * This method is like `_.sortedIndex` except that it accepts `iteratee` * which is invoked for `value` and each element of `array` to compute their * sort ranking. The iteratee is invoked with one argument: (...
{ "pile_set_name": "Github" }
package com.jeecms.cms.action.member; import static com.jeecms.cms.Constants.TPLDIR_MEMBER; import java.io.IOException; import java.io.UnsupportedEncodingException; import javax.mail.MessagingException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import or...
{ "pile_set_name": "Github" }
.tagbox { cursor: text; } .tagbox .textbox-text { float: left; } .tagbox-label { position: relative; display: block; margin: 4px 0 0 4px; padding: 0 20px 0 4px; float: left; vertical-align: top; text-decoration: none; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; b...
{ "pile_set_name": "Github" }
<?php /** * Copyright (c) Enalean, 2018. All Rights Reserved. * * This file is a part of Tuleap. * * Tuleap is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at you...
{ "pile_set_name": "Github" }
obj-$(CONFIG_HYPERV) += hv_vmbus.o obj-$(CONFIG_HYPERV_UTILS) += hv_utils.o obj-$(CONFIG_HYPERV_BALLOON) += hv_balloon.o hv_vmbus-y := vmbus_drv.o \ hv.o connection.o channel.o \ channel_mgmt.o ring_buffer.o hv_utils-y := hv_util.o hv_kvp.o hv_snapshot.o hv_fcopy.o
{ "pile_set_name": "Github" }
Matrix3f A(3,3); A << 1,2,3, 4,5,6, 7,8,10; Matrix<float,3,2> B; B << 3,1, 3,1, 4,1; Matrix<float,3,2> X; X = A.fullPivLu().solve(B); cout << "The solution with right-hand side (3,3,4) is:" << endl; cout << X.col(0) << endl; cout << "The solution with right-hand side (1,1,1) is:" << endl; cout << X.col(1) << endl;
{ "pile_set_name": "Github" }
/* * Copyright (C) 2016 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
{ "pile_set_name": "Github" }
Module mkPath ============= var fs=require('fs'), path=require('path') ### public function toFile(filename, mode) Create a path to a file create path.dirname(filename), mode ### public function create (dirPath, mode) Make sure a path exists - Recursive if dirExists(dirPath), return; /...
{ "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>CFBundleDisplayName</key> <string>{{productName}}</string> <key>CFBundleExecutable</key> <string>{{productName}}</string> <key>CFBundleIcon...
{ "pile_set_name": "Github" }
<?php return array ( 'Add image/file' => 'Afegeix una imatge/arxiu', 'Add link' => 'Afegeix un enllaç', 'Bold' => 'Negreta', 'Close' => 'Tanca', 'Code' => 'Codi', 'Enter a url (e.g. http://example.com)' => 'Entra un enllaç (ex, http://exemple.cat)', 'Heading' => 'Títol', 'Image' => 'Imatge', 'Image/Fi...
{ "pile_set_name": "Github" }
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved. module.exports = { EOC: 0, Boolean: 1, Integer: 2, BitString: 3, OctetString: 4, Null: 5, OID: 6, ObjectDescriptor: 7, External: 8, Real: 9, // float Enumeration: 10, PDV: 11, Utf8String: 12, RelativeOID: 13, Sequence...
{ "pile_set_name": "Github" }
#-*- coding:utf-8 -*- ############################################################################## # # OpenERP, Open Source Management Solution # Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved # d$ # # This program is free software: you can redistribute it and/or modify # it ...
{ "pile_set_name": "Github" }
r""" instance 模块实现了Instance 类在fastNLP中对应sample。一个sample可以认为是一个Instance类型的对象。 便于理解的例子可以参考文档 :mod:`fastNLP.core.dataset` 中的表格 """ __all__ = [ "Instance" ] from .utils import pretty_table_printer class Instance(object): r""" Instance是fastNLP中对应一个sample的类。每个sample在fastNLP中是一个Instance对象。 Instance一般与 :cl...
{ "pile_set_name": "Github" }
/* * ths8200 - Texas Instruments THS8200 video encoder driver * * Copyright 2013 Cisco Systems, Inc. and/or its affiliates. * * 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 ...
{ "pile_set_name": "Github" }
package io.quarkus.runtime; import static java.lang.annotation.ElementType.FIELD; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.RetentionPolicy.RUNTIME; import java.lang.annotation.Retention; import java.lang.annotation.T...
{ "pile_set_name": "Github" }
BeagleBoard BeagleBone Devkit8000 N800 PandaBoard RPi_Hub Talk:Products
{ "pile_set_name": "Github" }
#import "GPUImageHarrisCornerDetectionFilter.h" /** Noble corner detector This is the Noble variant on the Harris detector, from Alison Noble, "Descriptions of Image Surfaces", PhD thesis, Department of Engineering Science, Oxford University 1989, p45. */ @interface GPUImageNobleCornerDetectionFilter : GPUIma...
{ "pile_set_name": "Github" }
[ { "type" : "item", "ref" : "item-Popustop.plaque", "name" : "Elevator Plaque", "in" : "context-Popustop.lobby.line3", "mods" : [ { "type" : "Plaque", "x" : 80, "y" : 60, "style": 2, "last_page" : 1, "path" : "text-elevatorhelp.1" } ...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import datetime from django.test import TestCase, override_settings from django.urls import reverse from django.template import Template, Context from django.core.management import call_command from django.template.loader import render_to_string from django.utils import timezone from haystack...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:EffectsDemo" x:Class="EffectsDemo.HomePage"> <Grid Padding="0,20,0,0"> <Label Text="Effects Demo with a Behavior" FontAttributes="Bold" ...
{ "pile_set_name": "Github" }
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
{ "pile_set_name": "Github" }
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MW5.Api.Concrete; using MW5.Api.Interfaces; using MW5.Plugins.Mvp; namespace MW5.Views.Abstract { public interface IMeasuringView: IView<IMeasuringSettings> { void UiToModel(); ...
{ "pile_set_name": "Github" }
const fs = require('fs'); const path = require('path'); const recursive = require("recursive-readdir"); const { parse } = require('node-html-parser'); const baseurl = path.resolve(__dirname, ".."); const ghUrl = 'https://ml5js.github.io/ml5-examples'; const weUrl = 'https://editor.p5js.org/ml5/sketches'; // Get all ...
{ "pile_set_name": "Github" }
<?xml version='1.0' encoding='UTF-8'?> <symbols> <symbol ticker="AGRO.BA" name="Agrometal S.A.I." type="stock" sector="Industrial Goods" industry="Farm &amp; Construction Machinery"/> <symbol ticker="ALUA.BA" name="Aluar Aluminio Argentino S.A.I.C." type="stock" sector="Basic Materials" industry="Aluminum"/> <sym...
{ "pile_set_name": "Github" }
# # Tag Image File Format Library # # Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994 Sam Leffler # Copyright (c) 1991, 1992, 1993, 1994 Silicon Graphics, Inc. # # Permission to use, copy, modify, distribute, and sell this software and # its documentation for any purpose is hereby granted without fee, provided...
{ "pile_set_name": "Github" }
#ifndef EIGEN_CHOLESKY_MODULE_H #define EIGEN_CHOLESKY_MODULE_H #include "Core" #include "src/Core/util/DisableStupidWarnings.h" /** \defgroup Cholesky_Module Cholesky module * * * * This module provides two variants of the Cholesky decomposition for selfadjoint (hermitian) matrices. * Those decompositions...
{ "pile_set_name": "Github" }
/** * The base implementation of `_.slice` without an iteratee call guard. * * @private * @param {Array} array The array to slice. * @param {number} [start=0] The start position. * @param {number} [end=array.length] The end position. * @returns {Array} Returns the slice of `array`. */ function baseSlice(array, ...
{ "pile_set_name": "Github" }
n_node 1131 0 1 2 1.098699e+06 4.052947e+05 ((VOWEL 1 WGLIDE 1 !TENSE-MAX 1)) 1 23 24 2.899598e+04 8.174066e+04 ((SIL -1 !LOW 1)(!LOW 1 LABSTP -1)) 23 369 370 9.021588e+02 7.798314e+04 ((!SIL -1)) 369 - - 1.943418e+03 1.396285e+02 370 - - 3.574350e+05 7.784352e+04 24 143 144 3.592070e+03 3.757525e+03 ((!LOW 1)) 143 259...
{ "pile_set_name": "Github" }
controls_client_home_selector_browse = Parcourir ... controls_client_homes_panel_button_add_home = Ajouter Accueil controls_client_homes_panel_button_remove_home = Supprimer Accueil controls_client_homes_panel_confirm_remove_home_text = Etes-vous s\u00FBr(e) de vouloir supprimer l'accueil du client "{0}"? controls_clie...
{ "pile_set_name": "Github" }
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. // // Copyright (c) ...
{ "pile_set_name": "Github" }
:10FC000001C0DDC0112484B790E890936100109288 :10FC10006100882361F0982F9A70923041F081FF43 :10FC200002C097EF94BF282E80E0ECD0E9C185E0B8 :10FC30008093810082E08093C00088E18093C100BE :10FC400087E18093C40086E08093C2008EE0DAD022 :10FC5000209A84E020E93FEF91E0309385002093E3 :10FC6000840096BBB09BFECF189AA8954091C00027 :10FC...
{ "pile_set_name": "Github" }
/* * OMAP4 Keypad Driver * * Copyright (C) 2010 Texas Instruments * * Author: Abraham Arce <x0066660@ti.com> * Initial Code: Syed Rafiuddin <rafiuddin.syed@ti.com> * * 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 * ...
{ "pile_set_name": "Github" }
/* * linux/mm/mmu_notifier.c * * Copyright (C) 2008 Qumranet, Inc. * Copyright (C) 2008 SGI * Christoph Lameter <cl@linux.com> * * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. */ #include <linux/rculist.h> #include <linu...
{ "pile_set_name": "Github" }
#--------------------------------------------------------------------- # Function: InstallISPConfig # Start the ISPConfig3 installation script #--------------------------------------------------------------------- InstallISPConfig() { echo "Installing ISPConfig3... " cd /tmp wget -q https://www.ispconfig.org/d...
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 763834002, guid: 5b00bf8b2585...
{ "pile_set_name": "Github" }
/************************************************************************ filename: CEGUIScrollbar.h created: 13/4/2004 author: Paul D Turner purpose: Interface to base class for Scrollbar widget *************************************************************************/ /****************************************...
{ "pile_set_name": "Github" }
// Copyright 2013 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_COMPILER_NODE_H_ #define V8_COMPILER_NODE_H_ #include <deque> #include <set> #include <vector> #include "src/compiler/generic-algorithm.h" ...
{ "pile_set_name": "Github" }
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
{ "pile_set_name": "Github" }
* 1 本條例依交通部臺灣鐵路管理局組織條例第十六條規定制定之。 > 釋:本條例制定之法源依據。 * 2 交通部臺灣鐵路管理局貨運服務總所(以下簡稱本所)掌理業務承攬簽約、運輸計劃、稽核、事故處理、各種車輛及運輸機械作業之管理、調撥維修、倉庫管理、倉儲檢核、調查統計、廣告、停車場等事項。 > 釋:一、本所掌理事項。二、參照現行貨運服務總所暫行組織規程第二條規定,配合業務現況,酌作文字修正。三、現行貨運服務總所暫行組織規程第二條第四款所列總務室之職掌,依體例列入本條例第四條。 * 3 本所設業務課,掌理前條所列事項。 > 釋:一、本所內部單位設置。二、本所原設業務、機具管理、倉儲等三個課,為應組織精簡,爰將三個課業務彙總裁併...
{ "pile_set_name": "Github" }
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2012 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
{ "pile_set_name": "Github" }
// Copyright 2017 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. #ifndef NET_HTTP_HTTP_RAW_REQUEST_HEADERS_H_ #define NET_HTTP_HTTP_RAW_REQUEST_HEADERS_H_ #include <string> #include <utility> #include <vector> #includ...
{ "pile_set_name": "Github" }
{ "couldNotBeFetched": { "description": "Report message when a resource can't be fetched", "message": "Content could not be fetched." }, "description": { "description": "Metadata description", "message": "Warns against using the BOM (byte-order marker) character at the beginn...
{ "pile_set_name": "Github" }
/* TV Package for doing graphics on Knight TV's tvopen() Map PDP-10 memory onto PDP-11 memory. A pointer to the beginning of the TV array is returned, but this pointer may be ignored by the caller, since the package uses its own copy of the TV array pointer. A return code of 0...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Source: history.js</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></s...
{ "pile_set_name": "Github" }
/* mainwindow.cpp This file is part of GammaRay, the Qt application inspection and manipulation tool. Copyright (C) 2010-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com Author: Volker Krause <volker.krause@kdab.com> Licensees holding valid commercial KDAB GammaRay licenses may use ...
{ "pile_set_name": "Github" }
import { Component, AsyncComponent, ComponentOptions, FunctionalComponentOptions, WatchOptions, WatchHandler, DirectiveOptions, DirectiveFunction } from "./options"; import { VNode, VNodeData, VNodeChildren, ScopedSlot } from "./vnode"; import { PluginFunction, PluginObject } from "./plugin"; export ty...
{ "pile_set_name": "Github" }
// TortoiseGit - a Windows shell extension for easy version control // Copyright (C) 2012-2014, 2016-2019 - TortoiseGit // Copyright (C) 2007, 2009, 2013-2014, 2018 - TortoiseSVN // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // ...
{ "pile_set_name": "Github" }
// Copyright 2017, OpenCensus 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 agree...
{ "pile_set_name": "Github" }
/* GLIB - Library of useful routines for C programming * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * 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; e...
{ "pile_set_name": "Github" }
<div class="logincontainer"> {include file="$template/includes/pageheader.tpl" title=$LANG.twofactorauth} {if $newbackupcode} {include file="$template/includes/alert.tpl" type="success" msg=$LANG.twofabackupcodereset textcenter=true} {elseif $incorrect} {include file="$template/includes/al...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 9ef9b3d318bd9d148a8c85a219df7089 timeCreated: 1445081771 licenseType: Free TextureImporter: fileIDToRecycleName: {} serializedVersion: 2 mipmaps: mipMapMode: 0 enableMipMap: 0 linearTexture: 1 correctGamma: 0 fadeOut: 0 borderMipMap: 0 mipMapFadeDistanceStart...
{ "pile_set_name": "Github" }
## DBsubject(Calculus - multivariable) ## DBchapter(Calculus of vector valued functions) ## DBsection(Arc length and curvature) ## Institution(W.H.Freeman) ## Author(Nick Hamblet) ## MLT(alc_curvature_cartesian) ## MLTleader(1) ## Level(2) ## MO(1) ## TitleText1('Calculus Early Transcendentals') ## AuthorText1('Rogawsk...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> {{> head}} <body> {{> sidebar}} {{#entry}} <div class="entry"> {{{html}}} </div> <div class="light">{{#date}} <a href="{{{url}}}" title="Permalink for {{title}}">{{date}}</a> {{/date}}{{#tags}} · <a title="Everything tagged {{name...
{ "pile_set_name": "Github" }
<?php class ControllerErrorPermission extends Controller { public function index() { $this->load->language('error/permission'); $this->document->setTitle($this->language->get('heading_title')); $data['heading_title'] = $this->language->get('heading_title'); $data['text_permission'] = $this->language->get('t...
{ "pile_set_name": "Github" }
sha256:0a3f9760ed4288b6bf3275c67aa76216d893b5a7b40f9aa95e6ae178ca608c89
{ "pile_set_name": "Github" }
client dev tun proto udp remote 81.92.202.15 1194 resolv-retry infinite remote-random nobind tun-mtu 1500 tun-mtu-extra 32 mssfix 1450 persist-key persist-tun ping 15 ping-restart 0 ping-timer-rem reneg-sec 0 comp-lzo no remote-cert-tls server auth-user-pass ../Own_VPN_Config/nordvpnauth.txt verb 3 pull fast-io ciphe...
{ "pile_set_name": "Github" }
/* Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup drivers_at86rf2xx * @{ * * @file * @brief Impleme...
{ "pile_set_name": "Github" }
#pragma once #ifdef USE_DIRECTX_RENDERER namespace ParaEngine { struct DXUT_SCREEN_VERTEX; /** this allows us to create another device, such as in a worker thread to * perform some background work while the main directX device has other work to do. */ class CDirectXEngine { public: CDirectXEngine(); ~CDirec...
{ "pile_set_name": "Github" }
-$A8 -$B- -$C+ -$D+ -$E- -$F- -$G+ -$H+ -$I+ -$J- -$K- -$L+ -$M- -$N+ -$O+ -$P+ -$Q- -$R- -$S- -$T- -$U- -$V+ -$W- -$X+ -$YD -$Z1 -cg -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; -H+ -W+ -M -$M16384,1048576 -K$00400000 -LE"d:\programs\borland\delphi7\Projec...
{ "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" }
package se.magnus.api.composite.product; import java.util.List; public class ProductAggregate { private final int productId; private final String name; private final int weight; private final List<RecommendationSummary> recommendations; private final List<ReviewSummary> reviews; private final ...
{ "pile_set_name": "Github" }
#!/bin/bash echo "Renew the sources for yum,please wait..." sleep 2 #cd /etc/yum.repos.d && mv CentOS-Base.repo CentOS-Base.repo.bak && wget http://mirrors.163.com/.help/CentOS-Base-163.repo #echo "First,Update the system,Please wait..." #yum -y update echo "Now,install dependent libraries.Please waiting..." sleep 2 yu...
{ "pile_set_name": "Github" }
{ "_args": [ [ { "raw": "lodash@~1.0.1", "scope": null, "escapedName": "lodash", "name": "lodash", "rawSpec": "~1.0.1", "spec": ">=1.0.1 <1.1.0", "type": "range" }, "/study/gulpTest/node_modules/globule" ] ], "_cnpm_publish_time": 1...
{ "pile_set_name": "Github" }
# Test Upgrade from old version 8019 # Stop DB server which was created by MTR default # Copy and unzip old version data directory. # Copy and unzip external directory List all files before upgrade ----------------------------- table_part_1#p#p0.ibd table_part_1#p#p1.ibd table_part_1#p#p2.ibd table_part_1#p#p3.ibd tabl...
{ "pile_set_name": "Github" }
%?mingw_package_header Summary: shared libraries for terminal handling Name: mingw32-ncurses6 Version: 6.0 Release: 20150808 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz # URL: http://invisible-island.net/ncurses/ BuildRequires: mingw32-filesystem >= 95 BuildRequires: mingw32-...
{ "pile_set_name": "Github" }
GPR0 FFFFFFEC1767ADCC GPR1 000000000001C020 GPR2 00000000007E3FDF GPR3 0000000000000000 GPR4 000000000008FFFF GPR5 FFFFFFFFFFFFFFFE GPR6 0000000000000000 GPR7 70087FE070007FE0 GPR8 FFFFFFFFFFFF8A9F GPR9 0000000000000000 GPR10 0000000000000000 GPR11 000001FFFF81C021 GPR12 0000000000000000 GPR13 FFFFFFFFFFF70000 GPR14 00...
{ "pile_set_name": "Github" }
import { OverlaysManager } from './index.js'; export const overlays = new OverlaysManager();
{ "pile_set_name": "Github" }
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Material.002 (2) m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: _EMISSION m_L...
{ "pile_set_name": "Github" }
/******************************************************************************* * AMetal * ---------------------------- * innovating embedded platform * * Copyright (c) 2001-2018 Guangzhou ZHIYUAN Electronics Co., Ltd. * All rights reserved. *...
{ "pile_set_name": "Github" }
--- # Copyright (C) 2013-2016 Maciej Delmanowski <drybjed@gmail.com> # Copyright (C) 2015-2017 Robin Schneider <ypid@riseup.net> # Copyright (C) 2014-2017 DebOps <https://debops.org/> # SPDX-License-Identifier: GPL-3.0-only # The SSH host keys gathered by Ansible facts don't contain the full # information, therefore w...
{ "pile_set_name": "Github" }