text
stringlengths
2
99.9k
meta
dict
commandlinefu_id: 12852 translator: weibo: Spacewander__罗泽轩 command: |- dd bs=1M if=/dev/scd0 of=./filename.iso OR readom -v dev='D:' f='./filename.iso' speed=2 retries=8 summary: |- 从磁盘中创建一个CD/DVD的ISO镜像
{ "pile_set_name": "Github" }
<menu class="some classes" foo="bar"/>
{ "pile_set_name": "Github" }
package google import ( "time" "github.com/hashicorp/terraform-plugin-sdk/helper/schema" ) func dataSourceGoogleClientConfig() *schema.Resource { return &schema.Resource{ Read: dataSourceClientConfigRead, Schema: map[string]*schema.Schema{ "project": { Type: schema.TypeString, Computed: true, ...
{ "pile_set_name": "Github" }
<span class="error-block">{{ form.non_field_errors }}</span> {% for field in form %} {% if field.is_hidden %} {{ field }} {% else %} <span class="form-group {% if field.errors %}error{% endif %}"> {{ field.label_tag }} {{ field }} {% for error in field.errors ...
{ "pile_set_name": "Github" }
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; tab-width: 8 -*- // // is_infinite.h: Rcpp R/C++ interface class library -- is_infinite // // Copyright (C) 2013 Dirk Eddelbuettel and Romain Francois // // This file is part of Rcpp. // // Rcpp is free software: you can redistribute it and/or modify it // under t...
{ "pile_set_name": "Github" }
#! /usr/bin/env ruby -S rspec require 'spec_helper' describe "the concat function" do let(:scope) { PuppetlabsSpec::PuppetInternals.scope } it "should raise a ParseError if there is less than 1 arguments" do lambda { scope.function_concat([]) }.should( raise_error(Puppet::ParseError)) end it "should be a...
{ "pile_set_name": "Github" }
function boxes = detect_fast(im, model, thresh) % boxes = detect(im, model, thresh) % Detect objects in input using a model and a score threshold. % Higher threshold leads to fewer detections. % % The function returns a matrix with one row per detected object. The % last column of each row gives the score of the detec...
{ "pile_set_name": "Github" }
FROM php:7-apache COPY . /var/www/html/ RUN apt-get update && \ apt-get install -y zlib1g-dev libzip-dev libpng-dev libjpeg-dev libjpeg62-turbo-dev libgd-dev libfreetype6-dev && \ docker-php-ext-install bcmath zip mysqli pdo pdo_mysql tokenizer && \ docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --w...
{ "pile_set_name": "Github" }
package com.github.megatronking.svg.iconlibs; import android.content.Context; import android.graphics.Canvas; import android.graphics.ColorFilter; import android.graphics.Paint; import com.github.megatronking.svg.support.SVGRenderer; /** * AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was autom...
{ "pile_set_name": "Github" }
/******************************************************************************************** * * SoarConnectionEvent.java * * Description: * * Created on Jan 29, 2005 * @author Douglas Pearson * * Developed by ThreePenny Software <a href="http://www.threepenny.net">www.threepenny.net</a> *************...
{ "pile_set_name": "Github" }
############################################################################### # Plug-in Configuration # oda.data.source.id=org.eclipse.birt.report.data.oda.hive # ############################################################################### # NLS messages # plugin.name=BIRT Hive Designer newwizard.name=BIRT Hive Da...
{ "pile_set_name": "Github" }
// // ORSSerialPort.h // ORSSerialPort // // Created by Andrew R. Madsen on 08/6/11. // Copyright (c) 2011-2014 Andrew R. Madsen (andrew@openreelsoftware.com) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the // "Software")...
{ "pile_set_name": "Github" }
dojo.provide("dojox.form.RangeSlider"); dojo.require("dijit.form.Slider"); dojo.require("dojox.fx"); dojo.declare( "dojox.form._RangeSliderMixin", null, { value: [0,100], postCreate: function(){ this.inherited(arguments); // we sort the values! // TODO: re-think, how to set...
{ "pile_set_name": "Github" }
/* ### * IP: GHIDRA * * 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 writin...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 "-triple" "x86_64-apple-darwin9.0.0" -fsyntax-only -verify %s #if !__has_feature(attribute_availability_with_strict) #error "Missing __has_feature" #endif void f0(int) __attribute__((availability(macosx,introduced=10.4,deprecated=10.6))); void f1(int) __attribute__((availability(macosx,introduced=1...
{ "pile_set_name": "Github" }
import random class Banner(object): def __init__(self): super(Banner, self).__init__() self._save_banners() print(random.choice(self.banners)) def _save_banners(self): banner1 = """ ▄████████ ▄█ █▄ ▄████████ ████████▄ ▄██████▄ ▄█ █▄ ███ ███ ███ ...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classe...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <Workspace version = "1.0"> <FileRef location = "self:GTAppMenuController.xcodeproj"> </FileRef> </Workspace>
{ "pile_set_name": "Github" }
{ "name": "mbedtls", "full_name": "mbedtls", "oldname": "polarssl", "aliases": [ ], "versioned_formulae": [ ], "desc": "Cryptographic & SSL/TLS library", "license": "Apache-2.0", "homepage": "https://tls.mbed.org/", "versions": { "stable": "2.24.0", "head": "HEAD", "bottle": true }...
{ "pile_set_name": "Github" }
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE127_Buffer_Underread__char_declare_ncpy_65b.c Label Definition File: CWE127_Buffer_Underread.stack.label.xml Template File: sources-sink-65b.tmpl.c */ /* * @description * CWE: 127 Buffer Under-read * BadSource: Set data pointer to before the allocated memory buffer ...
{ "pile_set_name": "Github" }
--- conf.c | 1 confdata.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++--------------- util.c | 16 +++++++++++++-- 3 files changed, 61 insertions(+), 18 deletions(-) Index: kconfig/conf.c =================================================================== --- kconfig.orig/conf.c +++ kconfig/c...
{ "pile_set_name": "Github" }
*/
{ "pile_set_name": "Github" }
// Copyright (c) 2013 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 "net/socket/tcp_client_socket.h" #include <utility> #include "base/bind.h" #include "base/callback_helpers.h" #include "base/check_op.h" #i...
{ "pile_set_name": "Github" }
#!/bin/bash # Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT) # Copyright (C) 2006-2010 RobotCub Consortium # All rights reserved. # # This software may be modified and distributed under the terms of the # BSD-3-Clause license. See the accompanying LICENSE file for details. ./thread-latency.sh ./thread-...
{ "pile_set_name": "Github" }
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution Licens...
{ "pile_set_name": "Github" }
// // Copyright 2013 Francisco Jerez // // 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...
{ "pile_set_name": "Github" }
var app = new Vue({ el: "#container", data: { categories: [], downloaded: [], uploaded: [], files: [], serverFiles: [], selectedServerFiles: [], auths: [], users: [] } }); var authFileSearch = ""; var authSearchOffset = 0; var authModal = ne...
{ "pile_set_name": "Github" }
// Copyright 2014 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_PROPERTY_H_ #define V8_PROPERTY_H_ #include <iosfwd> #include "src/factory.h" #include "src/isolate.h" namespace v8 { namespace internal {...
{ "pile_set_name": "Github" }
{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE PolyKinds #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE Trustworthy #-} ----------------------------------------------------------------------------- -- | -- Module : Data.Functor.Co...
{ "pile_set_name": "Github" }
declare module "browserify-zlib" { export interface ZlibOptions { flush?: number; finishFlush?: number; chunkSize?: number; windowBits?: number; level?: number; memLevel?: number; strategy?: number; dictionary?: any; } type InputType = string ...
{ "pile_set_name": "Github" }
--- name: Bug报告 about: 如果主题的某一功能出现问题,请向我们报告 title: '' labels: bug assignees: '' --- > 注意,在报告之前请先确认:**你已经清除过浏览器 / CDN 缓存;你没有修改过相关源代码。** > 在确定这的确是原项目中的问题之后,请删除这段文本,并继续报告。 **问题出处:** 这个问题出在程序的哪一个具体功能? **实际行为描述:** 触发问题后造成了什么效果及影响? **预期的行为:** 这个功能应该有怎样的效果和影响? **复现步骤:** 怎样才能再次触发这个问题? **配置与环境:** - 问题页面:(如果有,请提供一个触发...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css"> <link rel="stylesheet" ...
{ "pile_set_name": "Github" }
var fs = require("fs"); module.exports = function(grunt) { grunt.initConfig({ jade: { compile: { files: [ { cwd: "docs", src: "**/*.html.jade", dest: "docs/", expand: true, ext: ".html" } ] } }, c...
{ "pile_set_name": "Github" }
File: KJKInheritanceGeneric.kt - 665c6d24c81d4ab04d49f70105d0849a NL("\n") packageHeader importList topLevelObject declaration classDeclaration modifiers modifier inheritanceModifier OPEN("open") CLASS("class") simpleIdentifier Iden...
{ "pile_set_name": "Github" }
/* Copyright 2015 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" }
The idl directory contains copies of Chromium IDL and JSON files. The original files are from: https://chromium.googlesource.com/chromium/src/+/<chrome_version>/chrome/common/extensions/api https://chromium.googlesource.com/chromium/src/+/<chrome_version>/extensions/common/api GIT revisions available at http://...
{ "pile_set_name": "Github" }
# gl [![Build Status](https://travis-ci.org/go-gl/gl.svg?branch=master)](https://travis-ci.org/go-gl/gl) [![GoDoc](https://godoc.org/github.com/go-gl/gl?status.svg)](https://godoc.org/github.com/go-gl/gl) This repository holds Go bindings to various OpenGL versions. They are auto-generated using [Glow](https://github....
{ "pile_set_name": "Github" }
/* * freeglut_structure_egl.c * * Windows and menus need tree structure * * Copyright (C) 2012 Sylvain Beucler * * 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 res...
{ "pile_set_name": "Github" }
/* drbd_bitmap.c This file is part of DRBD by Philipp Reisner and Lars Ellenberg. Copyright (C) 2004-2008, LINBIT Information Technologies GmbH. Copyright (C) 2004-2008, Philipp Reisner <philipp.reisner@linbit.com>. Copyright (C) 2004-2008, Lars Ellenberg <lars.ellenberg@linbit.com>. drbd is free s...
{ "pile_set_name": "Github" }
\score { \new StaffGroupNoBar << \new Staff \withLyrics << \characterName \markup Bacchus \global \clef "vtaille" \includeNotes "bacchus" >> \includeLyrics "paroles" \new Staff << \global \clef "basse" \includeNotes "basse" >> >> \layout { indent = \largeindent } \midi { \context { \Sco...
{ "pile_set_name": "Github" }
/* * (C) Copyright 2003 * Tait Electronics Limited, Christchurch, New Zealand * * SPDX-License-Identifier: GPL-2.0+ */ /* * This file provides a shell like 'test' function to return * true/false from an integer or string compare of two memory * locations or a location and a scalar/literal. * A few parts were ...
{ "pile_set_name": "Github" }
# The insteon PLM controller port, one for each modem or hub. # You can have multiple ports, but that has never been tested, use at your own peril. # # examples of valid port configurations for serial or usb modems: # # port_0=/dev/insteon (Linux, with serial port symlinked to /dev/insteon) # port_0=/dev/ttyS0 (Lin...
{ "pile_set_name": "Github" }
package com.feelschaotic.upload import org.gradle.api.Plugin import org.gradle.api.Project class UploadPatchPlugin implements Plugin<Project> { @Override void apply(Project project) { println '---创建_uploadPatch Task' def patchUploadDebug = project.task('_uploadPatch', type: UploadPatchTask) ...
{ "pile_set_name": "Github" }
<?php /** * ClearNotesTest.php * Copyright (c) 2019 james@firefly-iii.org * * This file is part of Firefly III (https://github.com/firefly-iii). * * 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 Softw...
{ "pile_set_name": "Github" }
gcr.io/google_containers/kube-proxy-arm64:v1.17.7-rc.0
{ "pile_set_name": "Github" }
<?php Block::put('breadcrumb') ?> <ul> <li><a href="<?= Backend::url('offline/sitesearch/querylogs') ?>">Query Logs</a></li> <li><?= e($this->pageTitle) ?></li> </ul> <?php Block::endPut() ?> <?php if (!$this->fatalError): ?> <div class="form-preview"> <?= $this->formRenderPreview(...
{ "pile_set_name": "Github" }
# YApi 安装和配置 ## 部署的环境 - 系统:`CentOS 7.4` - 硬件要求:`1 GB RAM minimum` - ip:`http://192.168.1.121` - docker version:`17.12.1-ce, build 7390fc6` - docker-compose version:`1.18.0, build 8dd22a9` > 建议部署成 http 站点,因 chrome 浏览器安全限制,部署成 https 会导致测试功能在请求 http 站点时文件上传功能异常。--[来源](https://yapi.ymfe.org/devops.html) ## Docker 快速部署...
{ "pile_set_name": "Github" }
require('../../modules/es7.string.pad-end'); module.exports = require('../../modules/_core').String.padEnd;
{ "pile_set_name": "Github" }
/* * Copyright 1999-2019 Seata.io Group. * * 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 l...
{ "pile_set_name": "Github" }
<?php /* * 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 * distrib...
{ "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="de"> <head> <!-- Generated by javadoc --> <title>ShrinkingMode (documentation 1.3.4 API)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> <scrip...
{ "pile_set_name": "Github" }
--- description: 'Get acquainted with Aurelia, the documentation, and how to get started.' --- # Introduction So, you've been scouring the internet and have managed to find yourself here, of all places. Now you're wondering, what is this thing called "Aurelia" that everyone's talking about? {% hint style="success" %...
{ "pile_set_name": "Github" }
cask "ghidra-beta" do version "9.1-BETA_DEV,20190923" sha256 "3d61de711b7ea18bdee3ed94c31429e4946603b3e7d082cca5e949bbd651f051" url "https://www.ghidra-sre.org/ghidra_#{version.before_comma}_#{version.after_comma}.zip" name "Ghidra" homepage "https://www.ghidra-sre.org/" conflicts_with cask: "ghidra" b...
{ "pile_set_name": "Github" }
# Page Titles and URLs This guide covers titles and urls in Refinery Pages. After reading it, you should be familiar with: * Customizing titles shown on pages and menus * Customizing titles shown in the browser window (the html title tag) for SEO purposes * Customizing the slugs that are automatically generated by Re...
{ "pile_set_name": "Github" }
--- sidebar: home_sidebar title: Upgrade LineageOS on kltedv folder: upgrade permalink: /devices/kltedv/upgrade device: kltedv --- {% include templates/device_upgrade.md %}
{ "pile_set_name": "Github" }
# Matlab plugin include(${PDAL_CMAKE_DIR}/matlab.cmake) #set(CMAKE_SKIP_RPATH true) #if (LINUX) #endif() PDAL_ADD_PLUGIN(libname_writer writer matlab FILES ./filters/Script.cpp io/MatlabWriter.cpp LINK_WITH ${Matlab_MX_LIBRARY} ${Matlab_MAT_LIBRARY} INCLUDES ${Mat...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright 2014 Paphus Solutions Inc. * * Licensed under the Eclipse Public License, Version 1.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" }
<component name="libraryTable"> <library name="Maven: com.netflix.servo:servo-core:0.10.1"> <CLASSES> <root url="jar://$USER_HOME$/.m2/repository/com/netflix/servo/servo-core/0.10.1/servo-core-0.10.1.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$USER_HOME$/.m2/repository/com/netflix/s...
{ "pile_set_name": "Github" }
/* ******************************************************************************** * Copyright (C) 2005-2008, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************** * * File WINTZ.H * *************************...
{ "pile_set_name": "Github" }
/* * Catroid: An on-device visual programming system for Android devices * Copyright (C) 2010-2018 The Catrobat Team * (<http://developer.catrobat.org/credits>) * * 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...
{ "pile_set_name": "Github" }
import { prop,propObject,propArray,required,maxLength,range } from "@rxweb/reactive-form-validators" import { gridColumn } from "@rxweb/grid" export class ReceiveLogStatusBase { //#region receiveLogStatusId Prop @prop() receiveLogStatusId : any; //#endregion receiveLogStatusId Prop //#region statu...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2008, 2019 Emmanuel Dupuy. * This project is distributed under the GPLv3 license. * This is a Copyleft license that gives the user the right to use, * copy and modify the code freely for non-commercial purposes. */ package org.jd.core.v1.service.converter.classfiletojavasyntax.visitor; import ...
{ "pile_set_name": "Github" }
/* * Check: a unit test framework for C * Copyright (C) 2001, 2002 Arien Malec * * 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 op...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the ...
{ "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" }
{ "additionalProperties": false, "properties": { "age": { "type": "number" }, "name": { "type": "string", "maxLength": 20 }, "surname": { "type": "string" } }, "type": "object" }
{ "pile_set_name": "Github" }
/* ** 2001 September 22 ** ** 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" }
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, maximum-scale=1.0, initial-scale=1"> <title>vue-iscroll-view</title> </head> <body> <script type="text/javascript" src="index.js"></script></body> </html>
{ "pile_set_name": "Github" }
using System; using System.Threading.Tasks; using Coravel.Scheduling.Schedule; using Coravel.Scheduling.Schedule.Mutex; using UnitTests.Scheduling.Stubs; using Xunit; using static UnitTests.Scheduling.Helpers.SchedulingTestHelpers; namespace UnitTests.Scheduling.IntervalTests { public class SchedulerEveryTenMinute...
{ "pile_set_name": "Github" }
from django.conf.urls.defaults import * from django.conf import settings import os STATIC = str(os.path.join(os.path.dirname(__file__), 'media/output/fckeditor').replace('\\','/')) OTHERS = str(os.path.join(os.path.dirname(__file__), 'media/output').replace('\\','/')) urlpatterns = patterns('', #(r'?(P<hash>.*)$',...
{ "pile_set_name": "Github" }
<%= class_name %> <%= "=" * class_name.size %> Introduction goes here. Example ======= Example goes here. Copyright (c) <%= Date.today.year %> [name of plugin creator], released under the MIT license
{ "pile_set_name": "Github" }
// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above // copyright notice and this permission notice appear in all copies. // // THE SOFTWARE IS PROVIDED "AS...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft...
{ "pile_set_name": "Github" }
/* Generated by RuntimeBrowser. */ @protocol _UIKBRTRecognizerAveragingRuleProtocol @required - (_UIKBRTPendingConfidenceLevels *)recognizer:(_UIKBRTRecognizer *)arg1 confidenceWhenPendingTouchInfo:(_UIKBRTTouchInfo *)arg2; - (_UIKBRTConfidenceLevels *)recognizer:(_UIKBRTRecognizer *)arg1 confidenceWhenSettingTouch...
{ "pile_set_name": "Github" }
# Eliashberg function a2F (per both spin) # frequencies in Rydberg # DOS normalized to E in Rydberg: a2F_total, a2F(mode) 0.000031 -0.000001 -0.00000064 -0.00000033 0.00000003 0.000092 -0.000025 -0.00001720 -0.00000886 0.00000069 0.000153 -0.000117 -0...
{ "pile_set_name": "Github" }
/* * Copyright 2018 dmfs GmbH * * 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...
{ "pile_set_name": "Github" }
<?php /* +---------------------------------------------------------------------------+ | Revive Adserver | | http://www.revive-adserver.com | | ...
{ "pile_set_name": "Github" }
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>Uses of Package java.util.function (Java SE 12 &amp; JDK 12 )</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> ...
{ "pile_set_name": "Github" }
/**************************************************************************** * VCGLib o o * * Visual and Computer Graphics Library o o * * _ O _ * * Copyri...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <html> <head> <title>Overflow Test</title> <style> body { text-align: center } </style> <!--[if IE]><script type="text/javascript" src="../excanvas.js"></script><![endif]--> <script> window.onload = function() { var ctx = document.getElementById('c').getContext('2d'); ctx.fillStyle = 'blue'; ...
{ "pile_set_name": "Github" }
--- title: Calling the PnP provisioning engine from a site script description: Build a complete SharePoint site design using the PnP provisioning engine ms.date: 07/04/2020 localization_priority: Priority --- # Calling the PnP provisioning engine from a site script Site designs offer a great way to standardi...
{ "pile_set_name": "Github" }
{-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} {-# LANGUAGE TypeFamilies #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} {-# OPTIONS_GHC -fno-warn-unused-binds #-} {-# OPTIONS_GHC -fno-warn-unused-matches #-} -- ...
{ "pile_set_name": "Github" }
define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"], function(require, exports, module) { "use strict"; var Range = require("../range").Range; var MatchingBraceOutdent = function() {}; (function() { this.checkOutdent = function(line, input) { if (! /^\s+$/.test(line)) ...
{ "pile_set_name": "Github" }
// Copyright (c) 2017 The btcsuite developers // Use of this source code is governed by an ISC // license that can be found in the LICENSE file. package txscript import ( "testing" ) // TestErrorCodeStringer tests the stringized output for the ErrorCode type. func TestErrorCodeStringer(t *testing.T) { t.Parallel()...
{ "pile_set_name": "Github" }
# coding=utf-8 # Copyright 2020 The TensorFlow Datasets 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 appl...
{ "pile_set_name": "Github" }
# SPDX-License-Identifier: Apache-2.0 # See the Zephyr project CC3235SF_LAUNCHXL documentation on # flashing prerequisites. include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
{ "pile_set_name": "Github" }
avi@chromium.org pinkerton@chromium.org rohitrao@chromium.org shess@chromium.org viettrungluu@chromium.org
{ "pile_set_name": "Github" }
class BeFalseMatcher def matches?(actual) @actual = actual @actual == false end def failure_message ["Expected #{@actual.inspect}", "to be false"] end def negative_failure_message ["Expected #{@actual.inspect}", "not to be false"] end end module MSpecMatchers private def be_false Be...
{ "pile_set_name": "Github" }
package parser import "github.com/hashicorp/hcl/hcl/ast" // flattenObjects takes an AST node, walks it, and flattens func flattenObjects(node ast.Node) { ast.Walk(node, func(n ast.Node) (ast.Node, bool) { // We only care about lists, because this is what we modify list, ok := n.(*ast.ObjectList) if !ok { re...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.0" language="zh_CN"> <context> <name>EditDialog</name> <message> <location filename="../editdialog.ui" line="14"/> <source>Dialog</source> <translation type="unfinished"></translation> </message> <message> ...
{ "pile_set_name": "Github" }
import Config from './Config'; const ENV = process.env.NODE_ENV ? process.env.NODE_ENV : 'development'; const PLATFORM = process.env.PLATFORM ? process.env.PLATFORM : 'local'; const VERSION = process.env.VERSION ? process.env.VERSION : 'stag'; const KEY = `${ENV}-${PLATFORM}-${VERSION}`; // console.log('>>>>', KEY); ...
{ "pile_set_name": "Github" }
 Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlCeScripter", "SqlCeScripter.csproj", "{2283F49B-5BAF-4A43-B636-48A0202B9C2E}" EndProject Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{6ADDA29...
{ "pile_set_name": "Github" }
package perf import "time" type TestResult struct { RunType string `json:"RunType"` Labels string `json:"Labels"` StartTime time.Time `json:"StartTime"` RequestedQPS string `json:"RequestedQPS"` RequestedDuration string `json:"RequestedDuration"` ActualQPS f...
{ "pile_set_name": "Github" }
obj-y = boot.o cpu_pic.o 10m50_devboard.o
{ "pile_set_name": "Github" }
/* Copyright (c) 2015-2016, EPFL/Blue Brain Project * All rights reserved. Do not distribute without permission. * Responsible Author: Cyrille Favreau <cyrille.favreau@epfl.ch> * * This file is part of Brayns <https://github.com/BlueBrain/Brayns> * * This library is free software; you can redistribute it and/or m...
{ "pile_set_name": "Github" }
第1筆     寒食日恩賜火 竇叔向 恩光及小臣,華燭忽驚春。電影隨中使,星輝拂路人。 幸因榆柳暖,一照草茅貧。 [頁]卷,冊....[3028]271,8 第2筆     端午日恩賜百索 竇叔向 仙宮長命縷,端午降殊私。事盛蛟龍見,恩深犬馬知。 餘生儻可續,終冀答明時。 [頁]卷,冊....[3028]271,8 第3筆     貞懿皇后挽歌三首(今存二首) 竇叔向 二陵恭婦道,六寢盛皇情。禮遜生前貴,恩追歿後榮。 幼王親捧土,愛女復連塋。東望長如在,誰云向玉京。 後庭攀畫柳,上陌咽清笳。命婦羞蘋葉,都人插柰花。 壽宮星月異,仙路往來賒。縱有迎仙(一作神)術,終悲隔絳紗。 [頁]卷,冊....[3028]271,8 第4筆  ...
{ "pile_set_name": "Github" }
// // DGFilePreviewConfiguration.h // Debugo-Example-ObjectiveC // // Created by ripper on 2019/5/31. // Copyright © 2019 ripperhe. All rights reserved. // #import <Foundation/Foundation.h> #import "DGFilePreviewConfiguration.h" NS_ASSUME_NONNULL_BEGIN @interface DGFilePluginConfiguration : NSObject /// 自定义快捷显示...
{ "pile_set_name": "Github" }
<?php /** * Danish PHPMailer language file: refer to English translation for definitive list * @package PHPMailer * @author Mikael Stokkebro <info@stokkebro.dk> */ $PHPMAILER_LANG['authenticate'] = 'SMTP fejl: Kunne ikke logge på.'; $PHPMAILER_LANG['connect_host'] = 'SMTP fejl: Kunne ikke tilslutte...
{ "pile_set_name": "Github" }
diff -Naur a/include/common.h b/include/common.h --- a/include/common.h 2019-08-03 10:48:42.000000000 -0700 +++ b/include/common.h 2020-03-01 19:26:14.000000000 -0800 @@ -2,6 +2,7 @@ #define __COMMON_H__ #include <stdint.h> +#include <endian.h> #ifdef DEBUG #include <stdio.h> @@ -10,7 +11,7 @@ #define DPRINTF(...
{ "pile_set_name": "Github" }
// Copyright 2015 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 windows package registry_test import ( "bytes" "crypto/rand" "os" "syscall" "testing" "time" "unsafe" "golang.org/x/sys/windows/registry" )...
{ "pile_set_name": "Github" }