text stringlengths 2 99.9k | meta dict |
|---|---|
#
# The server creates one single object adapter with the name
# "Callback.Server". The following line sets the endpoints for this
# adapter.
#
Callback.Server.Endpoints=tcp -p 10000:ws -p 10002
#
# Only listen on the localhost interface by default.
#
Ice.Default.Host=localhost
#
# Warn about connection exceptions
#
... | {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
{{#generated_src_warning}}
{{generated_src_warning}}
{{/generated_src_warning}}
module {{module_name}}
module Types
{{#structures}}
{{> documentation}}
{{#empty?}}
class {{class_name}} < Aws::EmptyStructure; end
{{/empty?}}
{{^empty?}}
class {{class_name}} <... | {
"pile_set_name": "Github"
} |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=... | {
"pile_set_name": "Github"
} |
require File.join(File.dirname(__FILE__), "acceptance_test_helper")
require 'mocha'
class StubbingNonExistentClassMethodTest < Test::Unit::TestCase
include AcceptanceTest
def setup
setup_acceptance_test
end
def teardown
teardown_acceptance_test
end
def test_should_allow_stubbing_non_exi... | {
"pile_set_name": "Github"
} |
/******************************************************************************
* Copyright (C) 2007-2013 Fabio Zadrozny
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available a... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
/*
* This file is part of the Zikula package.
*
* Copyright Zikula - https://ziku.la/
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Zikula\Bundle\CoreBundle\Doctrine;
use ArrayAccess;
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013-2015 RoboVM AB
*
* 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 ag... | {
"pile_set_name": "Github"
} |
/*
* 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 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013-2016 Dave Collins <dave@davec.name>
*
* Permission to use, copy, modify, and 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 IS" A... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016, 2018, 2020, Oracle and/or its affiliates. All rights reserved.
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose ei... | {
"pile_set_name": "Github"
} |
---
id: concurrent-mode-suspense
title: Suspense for Data Fetching (Experimental)
permalink: docs/concurrent-mode-suspense.html
prev: concurrent-mode-intro.html
next: concurrent-mode-patterns.html
---
<style>
.scary > blockquote {
background-color: rgba(237, 51, 21, 0.2);
border-left-color: #ed3315;
}
</style>
<d... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 Denis Kokorin
*
* 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 applica... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<meta charset="utf-8">
<body>
<script src="../../d3.js"></script>
<script src="topojson.v1.min.js"></script>
<script>
var width = 960, height = 960;
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
var projection = d3.geo.conicEquidistant()
... | {
"pile_set_name": "Github"
} |
set WINBITS=%1
echo WINBITS: %WINBITS%
cd %~dp0.
for /f "" %%i in (version.txt) do (
set version=%%i
)
cd %~dp0..
if not exist turbogjpeg-win%WINBITS%.zip powershell.exe -Command (new-object System.Net.WebClient).DownloadFile('http://deepcl.hughperkins.com/Downloads/jpeg-9b-bin.zip', 'jpeg-9b-bin.zip')
if errorlev... | {
"pile_set_name": "Github"
} |
# this file is part of refractiveindex.info database
# refractiveindex.info database is in the public domain
# copyright and related rights waived via CC0 1.0
REFERENCES: "1) <a href=\"http://refractiveindex.info/download/data/2015/ohara_2015-12-01.pdf\">OHARA optical glass datasheets 2015-12-01</a><br>2) <a href=... | {
"pile_set_name": "Github"
} |
import Quick
import Nimble
@testable import Clappr
class SimpleCorePluginTests: QuickSpec {
override func spec() {
describe(".SimpleCorePlugin") {
context("#init") {
it("calls bind events") {
let core = CoreStub()
let simpleCorePlugin = S... | {
"pile_set_name": "Github"
} |
//
// UIWindow+SimpleAuthAdditions.h
// SimpleAuth
//
// Created by Caleb Davenport on 11/14/13.
// Copyright (c) 2013-2014 Byliner, Inc. All rights reserved.
//
@interface UIWindow (SimpleAuthAdditions)
+ (instancetype)SimpleAuth_mainWindow;
@end
| {
"pile_set_name": "Github"
} |
# Copyright 2019 DeepMind Technologies Limited.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agr... | {
"pile_set_name": "Github"
} |
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
Copyright (C) 2003 Neil Firth
Copyright (C) 2004 Ferdinando Ametrano
Copyright (C) 2007 StatPro Italia srl
This file is part of QuantLib, a free-software/open-source library
for financial quantitative analysts and developers - htt... | {
"pile_set_name": "Github"
} |
---
name: TemPy
desc: HTML Object-Oriented Templating system
site: https://github.com/Hrabal/TemPy
tags:
- html
- oop
- graphs
- tree
- python
upforgrabs:
name: low-hanging-fruit
link: https://github.com/Hrabal/TemPy/labels/low-hanging-fruit
stats:
issue-count: 2
last-updated: '2020-03-31T21:05:43Z'
| {
"pile_set_name": "Github"
} |
#include "DibLib.h"
#define __USES_SOURCE 1
#define __USES_PATTERN 0
#define __USES_DEST 1
#define __USES_MASK 1
#define __FUNCTIONNAME MaskSrcPaint
#define _DibDoRop(pBltData, M, D, S, P) pBltData->apfnDoRop[M](D,S,0)
#include "DibLib_AllSrcBPP.h"
VOID
FASTCALL
Dib_MaskSrcPaint(PBLTDATA pBltData)
{
gapfnMask... | {
"pile_set_name": "Github"
} |
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html xmlns:ng="http://angularjs.org" id="ng-app" class="no-js" ng-app="mobileModuleApp" lt-ie9"> <![endif]-->
<!--[if gt IE ... | {
"pile_set_name": "Github"
} |
Plugin.internal_error=Internal Error
AddConfigFileAction.adConfigFile=Add config file
AddConfigFileAction.selectConfigFile=Select Spring Web Flow definition files
PropertiesPage.title=Properties for
ConfigurationPropertyPage.title=Web Flow Support
ConfigurationPropertyPage.tabConfigFiles.label=Config Files
Configu... | {
"pile_set_name": "Github"
} |
---
title: 如何制作 favicon 小图标
---
[到 B 站观看视频](https://www.bilibili.com/video/BV12z411b7gY)
- 遇到问题如何来查文档?
- w3school mdn google baidu css-tricks alistpart 这些资源分别都有什么作用?
- 如何用 photoshop 来调整图片格式制作 favicon ?
- 如何安装的photoshop 支持 ico 格式的插件?
| {
"pile_set_name": "Github"
} |
/*
* wm9712.c -- Codec driver for Wolfson WM9712 AC97 Codecs.
*
* Copyright 2003, 2004, 2005, 2006, 2007 Wolfson Microelectronics PLC.
* Author: Liam Girdwood <lrg@slimlogic.co.uk>
* Parts Copyright : Ian Molton <spyro@f2s.com>
* Andrew Zabolotny <zap@homelink.ru>
* Russell ... | {
"pile_set_name": "Github"
} |
/**
* @flow
*/
import React from 'react';
import StyledText from './StyledText';
type Config = {
fontSize: number,
tracking: number,
leading: number,
fontWeight: string,
};
const createText = (config: Config) => (props: Object) => (
<StyledText {...props} config={config} />
);
export default createText;
| {
"pile_set_name": "Github"
} |
<?php
/**
*
* bareos-webui - Bareos Web-Frontend
*
* @link https://github.com/bareos/bareos for the canonical source repository
* @copyright Copyright (c) 2013-2017 Bareos GmbH & Co. KG (http://www.bareos.org/)
* @license GNU Affero General Public License (http://www.gnu.org/licenses/)
*
* This program ... | {
"pile_set_name": "Github"
} |
/**
* @license Use of this source code is governed by an MIT-style license that
* can be found in the LICENSE file at https://github.com/cartant/ts-action
*/
import { FunctionWithParametersType, ParametersType } from "./types";
// tslint:disable-next-line:no-any
export type Creator = (...args: any[]) => object;
ex... | {
"pile_set_name": "Github"
} |
/* Class = "UILabel"; text = "Full Screen TextViewController"; ObjectID = "29q-7C-AJL"; */
"29q-7C-AJL.text" = "Full Screen TextViewController";
/* Class = "UILabel"; text = "- registerTextFieldViewClass: didBeginEditingNotificationName: didEndEditingNotificationName"; ObjectID = "3xx-A5-U5p"; */
"3xx-A5-U5p.text" = ... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
// Copyright (C) 2009 Benoit Jacob <jacob.benoit.1@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If ... | {
"pile_set_name": "Github"
} |
package com.mossle.security.util;
import java.net.InetAddress;
import java.util.Date;
import javax.annotation.Resource;
import com.mossle.api.audit.AuditConnector;
import com.mossle.api.audit.AuditDTO;
import com.mossle.core.auth.LoginEvent;
import com.mossle.security.impl.SpringSecurityUserAuth;
import org.slf4... | {
"pile_set_name": "Github"
} |
import request from '@/utils/request'
export function listBrand(query) {
return request({
url: '/brand/list',
method: 'get',
params: query
})
}
export function createBrand(data) {
return request({
url: '/brand/create',
method: 'post',
data
})
}
export function readBrand(data) {
retu... | {
"pile_set_name": "Github"
} |
/* Signal number definitions. Linux/HPPA version.
Copyright (C) 1995-2020 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C 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... | {
"pile_set_name": "Github"
} |
// THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
package sqs
import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/client"
"github.com/aws/aws-sdk-go/aws/client/metadata"
"github.com/aws/aws-sdk-go/aws/request"
"github.com/aws/aws-sdk-go/aws/signer/v4"
"github.com/aws/aws-sdk-go/private/p... | {
"pile_set_name": "Github"
} |
---
title: Customization
menu:
side:
parent: guide
weight: 2
---
### HTTP error handler
`Echo#SetHTTPErrorHandler(h HTTPErrorHandler)`
Registers a custom `Echo#HTTPErrorHandler`.
Default handler rules:
- If error is of type `Echo#HTTPError` it sends HTTP response with status code `HTTPError.Code`
and mes... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////
// Copyright Christopher Kormanyos 2002 - 2011.
// Copyright 2011 John Maddock. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt
//
// This work is ... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:60ed7dbdb3f302639b65beab9e86a45d2f0c88d6cb4aa4e5d7bf3353cbdd8317
size 192112640
| {
"pile_set_name": "Github"
} |
module.exports = function (grunt) {
'use strict';
// Project Configuration
function enquote(str) {
return '"' + str + '"';
}
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
jshint: {
all: {
src: ['gruntfile.js', 'demo/**/*.js', 'src/... | {
"pile_set_name": "Github"
} |
// -*- indent-tabs-mode: nil; js-indent-level: 2 -*-
// 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/.
"use strict";
// Tests the certificate overrides we allow.
// ad... | {
"pile_set_name": "Github"
} |
'use strict';
exports.config = {
capabilities: {
'browserName': 'chrome',
// firefox, safari
name: 'API-portal- Regression'
},
allScriptsTimeout: 100000,
specs: [
'../test/e2e/file-browser.js',
'../test/e2e/mocking-service/mocking-service.js',
'../test/e2e/raml-example/muse-e2e.js',
... | {
"pile_set_name": "Github"
} |
using ModestTree;
namespace Zenject
{
[ZenjectAllowDuringValidation]
[NoReflectionBaking]
public class LazyInject<T> : IValidatable
{
readonly DiContainer _container;
readonly InjectContext _context;
bool _hasValue;
T _value;
public LazyInject(DiContainer conta... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.... | {
"pile_set_name": "Github"
} |
# vim: syntax=python
# Please check https://github.com/cvandeplas/ELK-forensics for more information.
# Created by Christophe Vandeplas <christophe@vandeplas.com>
# Import a mactime output file to your Elasticsearch database.
#
# Do note that Plaso can export directly to Elasticsearch.
# Have a look at the plaso.co... | {
"pile_set_name": "Github"
} |
/*
* TCC - Tiny C Compiler
*
* Copyright (c) 2001-2004 Fabrice Bellard
*
* 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 of the License, or (at your option) a... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011-2012 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file exc... | {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Runtime.InteropServices;
namespace Microsoft.Diagnostics.Runtime.Linux
{
[StructLay... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
using Waher.Content;
using Waher.Networking.MQTT;
using Waher.Networking.Sniffers;
using Waher.Runtime.Language;
using Waher.Things;
using Waher.Things.ControlParameters;
using Waher.Things.Sensor... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------
# Copyright © 2009- The Spyder Development Team
#
# Licensed under the terms of the MIT License
# (see LICENSE.txt for details)
# -----------------------------------------------------------------------------
"""Provi... | {
"pile_set_name": "Github"
} |
name="seq"
version="[distributed with OCaml 4.07 or above]"
description="dummy backward-compatibility package for iterators"
requires=""
| {
"pile_set_name": "Github"
} |
# This filter is compiled to all_instructions.bpf by the `bpf_asm`
# tool, which can be found in the linux kernel source tree under
# tools/net.
# Load immediate
ld #42
ldx #42
# Load scratch
ld M[3]
ldx M[3]
# Load absolute
ldb [42]
ldh [42]
ld [42]
# Load indirect
ldb [x + 42]
ldh [x + 42]
ld [x + 42]
# Load IPv... | {
"pile_set_name": "Github"
} |
<?php
namespace Faker\Test\Provider\en_ZA;
use Faker\Generator;
use Faker\Provider\en_ZA\Person;
use Faker\Provider\en_ZA\Internet;
use Faker\Provider\en_ZA\Company;
use PHPUnit\Framework\TestCase;
class InternetTest extends TestCase
{
/**
* @var Generator
*/
private $faker;
public function s... | {
"pile_set_name": "Github"
} |
#Danzig
graphical_culture = latingfx
color = { 78 129 151 }
historical_ideas = {
national_conscripts
grand_army
glorious_arms
military_drill
battlefield_commisions
national_trade_policy
engineer_corps
cabinet
espionage
scientific_revolution
bureaucracy
national_bank
}
historical_u... | {
"pile_set_name": "Github"
} |
/**
* This sketch demonstrates how to use a Convolver effect. A Convolver is an effect that convolves a signal with a kernel.
* The kernel can be thought of as the impulse response of an audio filter, or simply as a set of weighting coefficients.
* A Convolver performs brute-force convolution, meaning that it is ... | {
"pile_set_name": "Github"
} |
#############################################################################
# Original Author: JBM #
# Original Date: Aug/18/2005 #
#############################################################################
# TEST: ... | {
"pile_set_name": "Github"
} |
/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */
/* 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/. */
//--------------------------------------------------------... | {
"pile_set_name": "Github"
} |
# Cloud Foundry Java Buildpack
# Copyright 2013-2020 the original author or 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
#
# Un... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* 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://mozil... | {
"pile_set_name": "Github"
} |
Subject: txu nom . s for 11 / 29 / 00
( see attached file : hplnl 129 . xls )
- hplnl 129 . xls | {
"pile_set_name": "Github"
} |
<?php
$TABLE = $_GET["select"];
$table_status = table_status1($TABLE);
$indexes = indexes($TABLE);
$fields = fields($TABLE);
$foreign_keys = column_foreign_keys($TABLE);
$oid = $table_status["Oid"];
parse_str($_COOKIE["adminer_import"], $adminer_import);
$rights = array(); // privilege => 0
$columns = array(); // sele... | {
"pile_set_name": "Github"
} |
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to ControllerSkin.swift instead.
import Foundation
import CoreData
import DeltaCore
public class _ControllerSkin: NSManagedObject
{
@nonobjc public class func fetchRequest() -> NSFetchRequest<ControllerSkin> {
... | {
"pile_set_name": "Github"
} |
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
namespace System.Diagnostics
{
using System.Text;
using System;
////using System.IO;
using System.Reflection;
////using System.Security.Permissions;
// There is no good reason for the methods of thi... | {
"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 under t... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[一组创意家具,适合放在走廊和角落|这个设计了不起_设计_好奇心日报-胡莹](https://www.qdaily.com/articles/55613.html)
WebArchive归档链接:[一组创意家具,适合放在走廊和角落|这个设计了不起_设计_好奇心日报-胡莹](http://web.archive.org/web/20180928115749/http://www.qdaily.com:80/articles/55613.html)
 | {
"pile_set_name": "Github"
} |
package bencode
import (
"bytes"
"fmt"
"io"
"strconv"
"time"
)
// An Encoder writes bencoded objects to an output stream.
type Encoder struct {
w io.Writer
}
// NewEncoder returns a new encoder that writes to w.
func NewEncoder(w io.Writer) *Encoder {
return &Encoder{w: w}
}
// Encode writes the bencoding of... | {
"pile_set_name": "Github"
} |
exports.install = function() {
ROUTE('GET /', view_index);
ROUTE('POST /', view_index, ['upload'], 10000); // max 100 kB
};
function view_index() {
var self = this;
var model = { info: '...' };
var file = self.files[0];
if (self.files.length === 0 || !file.isImage()) {
self.view('index', model);
return;
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en" data-navbar="/account/navbar-reset-code.html">
<head>
<meta charset="utf-8" />
<title translate="yes">Share ${resetCode.codeid}</title>
<link href="/public/pure-min.css" rel="stylesheet">
<link href="/public/content.css" rel="stylesheet">
<link href="/public/content-additional... | {
"pile_set_name": "Github"
} |
def stats_text_en(text,count):
t1=text.split()#将字符串转化为列表
word=[]
#去除非英文字符
import re
for i in t1:#历遍列表t1
s=re.findall(r'[^a-zA-Z]+',i)#找出t1中的非英文字符
for j in s:#j历遍所有非英文字符
i=i.replace(j,'')#i中所有非英文字符用空白替换
if len(i):#如果i是英文字符串
word.append(i)#将i加入word中
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Swift Mailer CRAM-MD5 Authenticator Mechanism
* Please read the LICENSE file
* @author Chris Corbyn <chris@w3style.co.uk>
* @package Swift_Authenticator
* @license GNU Lesser General Public License
*/
require_once dirname(__FILE__) . "/../ClassLoader.php";
Swift_ClassLoader::load("Swift_Authenticato... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright (C) 2017 The Android Open Source Project
*
* 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/LI... | {
"pile_set_name": "Github"
} |
package org.zstack.header.apimediator;
import org.springframework.http.HttpMethod;
import org.zstack.header.identity.SuppressCredentialCheck;
import org.zstack.header.message.APISyncCallMessage;
import org.zstack.header.rest.RestRequest;
@SuppressCredentialCheck
@RestRequest(
path = "/management-nodes/ready",... | {
"pile_set_name": "Github"
} |
{
"variants": {
"normal": {
"model": "flansmod:null"
}
}
} | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/LinkPresentation.framework/LinkPresentation
*/
@interface LPCaptionBarPresentationProperties : NSObject {
LPCaptionRowPresentationProperties * _aboveTop;
LPCaptionRowPresentationProperties * _belowBottom;
LPCaptionRowPresentationPr... | {
"pile_set_name": "Github"
} |
//
// LinqFluentToQueryTests.cs
//
// Author:
// Luís Reis <luiscubal@gmail.com>
//
// Copyright (c) 2013 Luís Reis
//
// 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 restrict... | {
"pile_set_name": "Github"
} |
defimpl ESpec.DatesTimes.DateTimeProtocol, for: Time do
@moduledoc """
This module represents all functions specific to creating/manipulating/comparing Times (year/month/day)
"""
@spec to_comparison_units(Time.t()) :: non_neg_integer
def to_comparison_units(time), do: to_gregorian_microseconds(time)
@spec... | {
"pile_set_name": "Github"
} |
#include <algorithm>
#include <cfloat>
#include <vector>
#include "thrust/device_vector.h"
#include "caffe/layers/softmax_layer.hpp"
#include "caffe/util/math_functions.hpp"
namespace caffe {
template <typename Dtype>
__global__ void kernel_channel_max(const int num, const int channels,
const int spatial_dim, c... | {
"pile_set_name": "Github"
} |
好奇心原文链接:[今日娱乐:岩井俊二电影发预告,詹姆斯要拍《空中大灌篮 2》_娱乐_好奇心日报-周哲浩](https://www.qdaily.com/articles/56581.html)
WebArchive归档链接:[今日娱乐:岩井俊二电影发预告,詹姆斯要拍《空中大灌篮 2》_娱乐_好奇心日报-周哲浩](http://web.archive.org/web/20180921225441/http://www.qdaily.com:80/articles/56581.html)
 | {
"pile_set_name": "Github"
} |
// Copyright 2019 Google Inc. Use of this source code is governed by an
// MIT-style license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.
import 'dart:collection';
/// An unmodifiable view of a map with string keys that allows keys to be
/// accessed with an additional prefix.
c... | {
"pile_set_name": "Github"
} |
import XCTest
@testable import MirrorDiffKit
class DifferentiaUnit_PrettyPrintableTests: XCTestCase {
private struct TestCase {
let input: DifferentiaUnit
let expected: String
}
func testPrettyLines() {
let testCases: [UInt: TestCase] = [
#line: TestCase(
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017-2018 Team Kodi
* This file is part of Kodi - https://kodi.tv
*
* SPDX-License-Identifier: GPL-2.0-or-later
* See LICENSES/README.md for more information.
*/
#include "RPRenderManager.h"
#include "RenderContext.h"
#include "RenderSettings.h"
#include "RenderTranslator.h"
#include "cor... | {
"pile_set_name": "Github"
} |
# Copyright 2013 the V8 project authors. All rights reserved.
# Copyright (C) 2005, 2006, 2007, 2008, 2009 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 sourc... | {
"pile_set_name": "Github"
} |
/*---
{
"nonstandard": true
}
---*/
/*===
Invalid Date
===*/
/* The required value was not specified in E5 or E5.1; E6 indicates
* "Invalid Date" is what is required, and V8 agrees:
*
* http://www.ecma-international.org/ecma-262/6.0/index.html#sec-D
*/
print(new Date(Number.POSITIVE_INFINITY).toString());
| {
"pile_set_name": "Github"
} |
rule k2319_28991999c2200b12
{
meta:
copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved."
engine="saphire/1.3.8 divinorum/0.9992 icewater/0.4"
viz_url="http://icewater.io/en/cluster/query?h64=k2319.28991999c2200b12"
cluster="k2319.28991999c2200b12"
cluster_size... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
*
* @file pios_sys.h
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2010.
* Parts by Thorsten Klose (tk@midibox.org)
* @brief System and hardware Init functions header.
* @see ... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
namespace TechTalk.SpecFlow.Assist
{
public static class InstanceComparisonExtensionMethods
{
public static void CompareToInstance<T>(this Table table, T instance)
{
AssertThatTheInstanceExists(instance)... | {
"pile_set_name": "Github"
} |
// generated from codetemplates/delete_async_by_guid.go.template
package ccv2
import (
"net/url"
"code.cloudfoundry.org/cli/api/cloudcontroller"
"code.cloudfoundry.org/cli/api/cloudcontroller/ccv2/internal"
)
// DeleteSpace deletes the Space associated with the provided
// GUID. It will return the Cloud Controll... | {
"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"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search... | {
"pile_set_name": "Github"
} |
define(function () {
// Vietnamese
return {
inputTooLong: function (args) {
var overChars = args.input.length - args.maximum;
var message = 'Vui lòng nhập ít hơn ' + overChars + ' ký tự';
if (overChars != 1) {
message += 's';
}
return message;
},
inputTooShort: f... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2009-2015 Scale Unlimited
*
* 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 a... | {
"pile_set_name": "Github"
} |
var gulp = require('gulp');
gulp.task('assets', function() {
return gulp.src('./src/**/*.{png,svg,json,m4a,mp3,ogg,wav}')
.pipe(gulp.dest('build'));
});
| {
"pile_set_name": "Github"
} |
/*
* Copyright © 2012-2016 VMware, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the “License”); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python##
# immer: immutable data structures for C++
# Copyright (C) 2016, 2017, 2018 Juan Pedro Bolivar Puente
#
# This software is distributed under the Boost Software License, Version 1.0.
# See accompanying file LICENSE or copy at http://boost.org/LICENSE_1_0.txt
# include:intro/start
import immer
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Shuffle</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<!-- jQuery, -->
<script src="jquery/jquery-1.10.1.min.js"></script>
<!-- Fotorama -->
<link href="../out/fotorama.css" rel="stylesheet">
<script src="../out/fotorama.js"></script>... | {
"pile_set_name": "Github"
} |
using RPGCore.Behaviour;
using RPGCore.Behaviour.Connections;
using System;
namespace RPGCore
{
[NodeInformation("Events/On Take Damage")]
public class OnTakeDamageNode : BehaviourNode
{
public CharacterInput Target;
public CharacterOutput Attacker;
public EventOutput OnHit;
public IntOutput DamageTaken;
... | {
"pile_set_name": "Github"
} |
fury layer init
fury project add -n scala
fury module add -n compiler -t compiler -C scala-lang.org:scala-compiler:2.12.8
fury binary add -b org.scala-lang:scala-compiler:2.12.8
fury project add -n hello
fury module add -n core -c scala/compiler
mkdir -p src/core
fury source add -s src/core
echo 'object Constants { v... | {
"pile_set_name": "Github"
} |
StartChar: NameMe.77
Encoding: 77 -1 53
Width: 603
VWidth: 0
Flags: HMW
LayerCount: 3
Fore
SplineSet
231 -2 m 0
191 -2 150 -3 112 -3 c 2
35 -3 l 10
29 -3 28 11 28 11 c 1
28 21 63 73 86 104 c 0
222 290 301 395 428 588 c 16
430 591 432 593 432 596 c 0
432 600 428 603 413 604 c 0
377 605 320 606 267 606 c 0
228 6... | {
"pile_set_name": "Github"
} |
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<body>
<fieldset>
<fieldset>
<select disabled style="background-color: green;"></select>
</fieldset>
</fieldset>
</body>
</html>
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2020 Marshall A. Greenblatt. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of ... | {
"pile_set_name": "Github"
} |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
* Copyright (c) 1999-2016, International Business Machines
* Corporation and others. All Rights Reserved.
*****************************... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.