text stringlengths 2 99.9k | meta dict |
|---|---|
'use strict';
// https://github.com/davidshimjs/qrcodejs
// MIT licence
var QRCode;
(function () {
//---------------------------------------------------------------------
// QRCode for JavaScript
//
// Copyright (c) 2009 Kazuhiko Arase
//
// URL: http://www.d-project.com/
//
// Licens... | {
"pile_set_name": "Github"
} |
a::=~Hello World
::=
a
| {
"pile_set_name": "Github"
} |
{\rtf1\ansi\ansicpg1252\uc1\deff0\stshfdbch0\stshfloch0\stshfhich0\stshfbi0\deflang1031\deflangfe1031{\fonttbl{\f0\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f1\fswiss\fcharset0\fprq2{\*\panose 020b0604020202020204}Arial;}
{\f3\froman\fcharset2\fprq2{\*\panose 05050102010706020507}Symbol;}... | {
"pile_set_name": "Github"
} |
#!/bin/bash
msa_commit=`git log -n1 | grep "msautotest=" | sed 's/msautotest=//'`
branch=master
repo=git://github.com/mapserver/msautotest.git
if [ -n "$msa_commit" ]; then
repo=`echo "$msa_commit" | grep -o '^[^@]*'`
branch=`echo "$msa_commit" | grep -o '[^@]*$'`
fi
echo "git clone $repo msautotest"
git clone $r... | {
"pile_set_name": "Github"
} |
(* 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 2.1 *)
(* of the License, or (at your option) any later version. *)
(* ... | {
"pile_set_name": "Github"
} |
/*
// Licensed to Julian Hyde under one or more contributor license
// agreements. See the NOTICE file distributed with this work for
// additional information regarding copyright ownership.
//
// Julian Hyde licenses this file to you under the Apache License,
// Version 2.0 (the "License"); you may not use this file e... | {
"pile_set_name": "Github"
} |
@extends('layouts.email')
@section('subject')
{{ env('APP_NAME') }} - Enquiry for Instructor
@endsection
@section('content')
Dear Instructor,<br/>
<p>We would like to inform you that a user has requested a enquiry. The enquiry details are:</p>
<p>
Full Name: {{ $enquiry->full_name }}<b... | {
"pile_set_name": "Github"
} |
/*
Language: Bash
Author: vah <vahtenberg@gmail.com>
*/
hljs.LANGUAGES.bash = function(){
var BASH_LITERAL = {'true' : 1, 'false' : 1};
var VAR1 = {
className: 'variable',
begin: '\\$([a-zA-Z0-9_]+)\\b'
};
var VAR2 = {
className: 'variable',
begin: '\\$\\{(([^}])|(\\\\}))+\\}',
contains: [h... | {
"pile_set_name": "Github"
} |
// THIS FILE IS AUTO-GENERATED. DO NOT EDIT
package ai.verta.modeldb.versioning.autogenerated._public.modeldb.versioning.model;
import ai.verta.modeldb.versioning.*;
import ai.verta.modeldb.versioning.blob.diff.*;
import com.pholser.junit.quickcheck.generator.*;
import com.pholser.junit.quickcheck.generator.java.util.... | {
"pile_set_name": "Github"
} |
hg = require 'mercury'
Promise = require 'bluebird'
{h} = hg
listeners = []
log = (msg) -> #console.log(msg)
{TreeView, TreeViewItem, TreeViewUtils} = require './TreeView'
gotoBreakpoint = (breakpoint) ->
atom.workspace.open(breakpoint.script, {
initialLine: breakpoint.line
initialColumn: 0
activatePa... | {
"pile_set_name": "Github"
} |
#!/bin/bash
pushd "$(dirname "$0")" >/dev/null
ROOT="$(pwd -P)"/../..
# look for kazoo release root directory
DEFAULT_ROOT=${KAZOO_ROOT:-${ROOT}/_rel/kazoo}
if [ -d "$DEFAULT_ROOT/_rel/kazoo" ]; then
DEFAULT_ROOT="$DEFAULT_ROOT/_rel/kazoo"
elif [ -d "$DEFAULT_ROOT/bin" ]; then
DEFAULT_ROOT="$DEFAULT_ROOT"
el... | {
"pile_set_name": "Github"
} |
[reconnect-during-disconnected-event.https.window.html]
[A device that reconnects during the gattserverdisconnected event should still receive gattserverdisconnected events after re-connection.]
expected: FAIL
| {
"pile_set_name": "Github"
} |
package com.hfad.starbuzz;
import android.content.ContentValues;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class StarbuzzDatabaseHelper extends SQLiteOpenHelper {
private static final String DB_NAME = "starbuzz"; // the ... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2011-2012 Bryce Adelstein-Lelbach
// Copyright (c) 2007-2012 Hartmut Kaiser
//
// SPDX-License-Identifier: BSL-1.0
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <hpx/config/defines.... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="WorklistDefinition" module="Products.DCWorkflow.Worklists"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>actbox_category</string> </key>
<value> <string>global</s... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2017-2018 Matthias Fehring <kontakt@buschmann23.de>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) an... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
from socket import *
from optparse import OptionParser
UDP_ADDR = "0.0.0.0"
UDP_PORT = 7724
BUFFER_SIZE = 65536
#HEADER_KEYS = ['Logger', 'Level', 'Source-File', 'Source-Function', 'Source-Line', 'TimeStamp']
HEADER_KEYS = {
'mini': ('Level'),
'standard': ('Logger', 'Level', 'Source-Func... | {
"pile_set_name": "Github"
} |
<?php
namespace spec\Prophecy\Doubler;
use PhpSpec\ObjectBehavior;
use Prophecy\Doubler\Doubler;
use Prophecy\Prophecy\ProphecySubjectInterface;
class LazyDoubleSpec extends ObjectBehavior
{
function let(Doubler $doubler)
{
$this->beConstructedWith($doubler);
}
function it_returns_anonymous_... | {
"pile_set_name": "Github"
} |
StartChar: uni06BA.medi_BaaBaaYaa
Encoding: 1115326 -1 1498
Width: 357
Flags: HW
AnchorPoint: "TashkilAbove" 96 801 basechar 0
AnchorPoint: "TashkilBelow" 251 -371 basechar 0
LayerCount: 2
Fore
Refer: 89 -1 N 1 0 0 1 0 0 2
EndChar
| {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
#---
# Copyright 2003, 2004, 2005, 2006, 2007 by Jim Weirich (jim@weirichhouse.org).
# All rights reserved.
# Permission is granted for use, copying, modification, distribution,
# and distribution of modified versions of this work as long as the
# above copyright notice is included.
#+++
class Fl... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Template String</title>
<meta name="description" content="Simple templating using the most barebones interpolation method, ES6 template strings"></meta>
<meta property="og:image" content="https://raw.githubusercontent.com/supermedium/superframe/master/components/templa... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2011-2020, Peter Abeles. All Rights Reserved.
*
* This file is part of BoofCV (http://boofcv.org).
*
* 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... | {
"pile_set_name": "Github"
} |
/**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/MMCSServices.framework/MMCSServices
*/
#import <MMCSServices/MMCSServices-Structs.h>
@class NSMutableDictionary;
@interface MMCSController : NSObject {
int _connectionBehavior; // 4 = 0x4
MMCSEngineRef _engine; ... | {
"pile_set_name": "Github"
} |
name = "AsyPlots"
uuid = "77e5a97a-5ef9-58df-9d21-21957d92d960"
repo = "https://github.com/sswatson/AsyPlots.jl.git"
| {
"pile_set_name": "Github"
} |
package com.meiqia.meiqiasdk.pw;
import android.app.Activity;
import android.graphics.drawable.ColorDrawable;
import android.support.v4.view.ViewCompat;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowManager;
import android.widget.AdapterView;
imp... | {
"pile_set_name": "Github"
} |
#ifndef WebCore_FWD_SHA1_h
#define WebCore_FWD_SHA1_h
#include <JavaScriptCore/SHA1.h>
#endif
| {
"pile_set_name": "Github"
} |
@import "variables.less";
@import "../common/Switch.less";
/* Default Shape */
.mblSwDefaultShape {
.mblSwSquareShape-styles;
}
| {
"pile_set_name": "Github"
} |
//
// PriorityQueue.swift
// Platform
//
// Created by Krunoslav Zaher on 12/27/15.
// Copyright © 2015 Krunoslav Zaher. All rights reserved.
//
import Foundation
struct PriorityQueue<Element> {
private let _hasHigherPriority: (Element, Element) -> Bool
private let _isEqual: (Element, Element) -> Bool
... | {
"pile_set_name": "Github"
} |
A toolkit of support libraries and Ruby core extensions extracted from
the Rails framework. Rich support for multibyte strings,
internationalization, time zones, and testing.
| {
"pile_set_name": "Github"
} |
#!/bin/bash
#
# CIS Debian 7/8 Hardening
#
#
# 13.14 Check for Duplicate UIDs (Scored)
#
set -e # One error, it's over
set -u # One variable unset, it's over
HARDENING_LEVEL=2
ERRORS=0
# This function will be called if the script status is on enabled / audit mode
audit () {
RESULT=$(cat /etc/passwd | cut -f3 ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
***************************************************************************
Copyright (c) 2010 Qcadoo Limited
Project: Qcadoo MES
Version: 1.4
This file is part of Qcadoo.
Qcadoo is free software; you can redistribute it and/or modify
it under t... | {
"pile_set_name": "Github"
} |
package com.company.pkcross.wrapper.proxy;
/**
* @author cbf4Life cbf4life@126.com
* I'm glad to share my knowledge with you all.
* 受众
*/
public class Idolater {
public static void main(String[] args) {
//崇拜的明星是谁
IStar star = new Singer();
//找到明星的代理人
IStar agent = new Agent(star);
System.out.println("... | {
"pile_set_name": "Github"
} |
package org.mozilla.fenix.utils;
/**
* Functional interface for listening to when wifi is/is not connected.
*
* This is not a () -> Boolean so that method parameters can be more clearly typed.
*
* This file is in Java because of the SAM conversion problem in Kotlin.
* See https://youtrack.jetbrains.com/issue/KT-... | {
"pile_set_name": "Github"
} |
# [How to Execute BASH Commands in a Remote Machine in Python](https://www.thepythoncode.com/article/executing-bash-commands-remotely-in-python)
To run this:
- `pip3 install -r requirements.txt`
- To execute certain commands, edit `execute_commands.py` on your needs and then execute.
- To execute an entire BASH script ... | {
"pile_set_name": "Github"
} |
// WARNING: DO NOT EDIT THIS FILE. THIS FILE IS MANAGED BY SPRING ROO.
// You may push code into the target .java compilation unit if you wish to edit any member(s).
package nl.bzk.brp.model.data.kern;
import nl.bzk.brp.model.data.kern.Verantwoordelijke;
import org.springframework.beans.factory.annotation.Configurabl... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
1
00:00:20,300 --> 00:00:22,050
别了
2
00:00:26,530 --> 00:00:30,710
我想单独待着...
3
00:00:31,040 --> 00:00:33,130
跟我妻子一起
4
00:00:46,680 --> 00:00:49,770
我是个自私的混蛋
5
00:00:50,520 --> 00:00:54,430
我没能带你去里约热内卢...
6
00:00:54,860 --> 00:00:57,330
店里总是...
7
00:00:57,340 --> 00:01:00,540
... | {
"pile_set_name": "Github"
} |
package dns
import (
"crypto/hmac"
"crypto/md5"
"crypto/sha1"
"crypto/sha256"
"crypto/sha512"
"encoding/binary"
"encoding/hex"
"hash"
"strconv"
"strings"
"time"
)
// HMAC hashing codes. These are transmitted as domain names.
const (
HmacMD5 = "hmac-md5.sig-alg.reg.int."
HmacSHA1 = "hmac-sha1."
Hmac... | {
"pile_set_name": "Github"
} |
/**
* Thai translation for foundation-datepicker
* Suchau Jiraprapot <seroz24@gmail.com>
*/
;(function($){
$.fn.fdatepicker.dates['th'] = {
days: ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัส", "ศุกร์", "เสาร์", "อาทิตย์"],
daysShort: ["อา", "จ", "อ", "พ", "พฤ", "ศ", "ส", "อา"],
daysMin: ["อา", "จ", "อ", "พ",... | {
"pile_set_name": "Github"
} |
package tc.oc.pgm.structure;
import org.bukkit.World;
import org.bukkit.region.BlockRegion;
import org.bukkit.util.Vector;
import tc.oc.pgm.features.Feature;
/**
* Created from a {@link StructureDefinition} for a specific {@link org.bukkit.World}.
*/
public interface Structure extends Feature<StructureDefinition> {... | {
"pile_set_name": "Github"
} |
package lints
/*
* ZLint Copyright 2018 Regents of the University of Michigan
*
* 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 req... | {
"pile_set_name": "Github"
} |
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
// =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
//
// VirtualProcessor.cpp
//
// Source file containing the VirtualProcessor implementation.
//
// =-=-=-=-=-=-=-=-=... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
* This file is part of Nanomite.
*
* Nanomite 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
* (at your option) any... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: >
When a `yield` token appears within the Initializer of a nested
destructuring assignment and outside of a generator function body, it
should behave as an I... | {
"pile_set_name": "Github"
} |
<%#
Copyright 2009 Timothy Fisher
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
d... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Thu May 08 05:29:27 EDT 2008 -->
<TITLE>
Uses of Class org.jbox2d.integrations.slick.SlickTestMain
</TITLE>
<LINK REL ="stylesheet" TYPE="te... | {
"pile_set_name": "Github"
} |
<a href="https://github.com/TencentCloudBase/cloudbase-templates"><img src="https://main.qcloudimg.com/raw/918830a5ad3321fd0524eaef4c0e4c1e.png"></a>
# Next SSR 应用示例
这个目录是基于云开发的一个 [Next-SSR](https://nextjs.org/) 应用示例,包含 Next + 云函数 + 静态网站部署,可以基于 **[CloudBase Framework](https://github.com/TencentCloudBase/cloudbase-fra... | {
"pile_set_name": "Github"
} |
//
// WDSVGElement.m
// Inkpad
//
// 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/.
//
// Original implementation by Scott Vachalek
//
// Copyright (c) 2011-2013... | {
"pile_set_name": "Github"
} |
package com.bookstore.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.bookstore.spring.dto.AuthorDto;
import com.bookstore.spring.dto.SimpleAuthorDto;
import com.bookstore.entity.Author;
import java.util.Set;
... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
3B3967161E833CAA004F5970 /* ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<entity_scene>
<!-- Keep the example
<scene id="The_iPods_Nano">
<name>The iPods Nano</name>
</scene>
-->
</entity_scene>
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2005-2014 Junjiro R. Okajima
*
* This program, aufs 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... | {
"pile_set_name": "Github"
} |
#
# TIPC configuration
#
menuconfig TIPC
tristate "The TIPC Protocol (EXPERIMENTAL)"
depends on INET && EXPERIMENTAL
---help---
The Transparent Inter Process Communication (TIPC) protocol is
specially designed for intra cluster communication. This protocol
originates from Ericsson where it has been used in... | {
"pile_set_name": "Github"
} |
/*
# This file is part of the Astrometry.net suite.
# Licensed under a 3-clause BSD style license - see LICENSE
*/
#ifndef SIMPLEXY2_H
#define SIMPLEXY2_H
#include "astrometry/an-bool.h"
#define SIMPLEXY_DEFAULT_DPSF 1.0
#define SIMPLEXY_DEFAULT_PLIM 8.0
#define SIMPLEXY_DEFAULT_DLIM 1.0
#defi... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Text;
namespace AssetStudio
{
public class Object
{
public SerializedFile assetsFile;
public ObjectReader reader;
public long m_PathID;
public int[] version;
protecte... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_222) on Wed Aug 14 11:24:50 AEST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.eclipse.rdf4j.sail.spi... | {
"pile_set_name": "Github"
} |
#ifndef POLSERVER_EXPORTEDFUNCTION_H
#define POLSERVER_EXPORTEDFUNCTION_H
#include <string>
namespace Pol::Bscript::Compiler
{
class ExportedFunction
{
public:
ExportedFunction( std::string, unsigned parameter_count, unsigned entrypoint_program_counter );
const std::string name;
const unsigned parameter_count;... | {
"pile_set_name": "Github"
} |
風間マリコ最新番号
【DGKD-120S】男喰い熟女 平均年齢36.2歳!12人のエロス
【MA-279】ミセス東京デート 13</a>2006-02-11メディアバンク$$$MAGANDA119分钟 | {
"pile_set_name": "Github"
} |
package designpattern.u39.storage;
import designpattern.u39.RequestInfo;
import java.util.Collections;
import java.util.List;
import java.util.Map;
/**
* Created by HuGuodong on 1/31/20.
*/
public class RedisMetricsStorage implements MetricsStorage {
//...省略属性和构造函数等...
@Override
public void saveRequestInfo(R... | {
"pile_set_name": "Github"
} |
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#ifndef TARGET_OS_IOS
#define TARGET_OS_IOS TARGET_OS_IPHONE
#endif
#ifndef TARGET_OS_WATCH
#define TARGET_OS_WATCH 0
#e... | {
"pile_set_name": "Github"
} |
# VDL架构设计
## 1.背景
VDL的全称是:Vip Distributed Log。VDL的定位是:**高吞吐、低延时的分布式日志存储,多副本、强一致性是其关键的特征。**这里的Log不是指syslog或者log4j产生的用于跟踪或者问题分析的应用程序日志。Log贯穿于互联网企业应用开发的方方面面,从DB的存储引擎、DB的复制、分布式一致性算法到消息系统,本质上都是Log的存储和分发。
从业界技术趋势来看,互联网企业在强一致存储方面也进行了很多尝试,很多基础设施都基于强一致的存储服务:
- Amazon在2017年的SIGMOD上公开了Aurora的技术细节,其设计哲学是Log Is Database;
- Et... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# Importing useful functions for cc testing
if [ -f ./func.sh ]; then
source ./func.sh
elif [ -f scripts/func.sh ]; then
source scripts/func.sh
fi
echo_b " ========== Network initialization start ========== "
## Create channel
echo_b "Creating channel ${APP_CHANNEL} with ${APP_CHANNEL_TX}..."
channelCr... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser on iPhone OS 3.0
Image: /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
*/
@class PLVideoView, NSData, UIView, PLCropOverlay, UIImage, PLCameraElapsedTimeView, PLCameraController, UIToolbar, NSDictionary, NSString, PLImageTile, MLPhotoDCFFileGroup, UIImageView;
... | {
"pile_set_name": "Github"
} |
{
"name": "yuque-hexo",
"version": "1.6.5",
"description": "A downloader for articles from yuque",
"main": "index.js",
"scripts": {
"clean": "rimraf coverage",
"lint": "eslint .",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
... | {
"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="loading_flag" style="display:none;">{{ rsa_check_r['error'] }}</div>
<style type="text/css">
.error-show{
text-align: center;
}
</style>
<div class="layui-container" style="width:100%;">
<div class="layui-row" style="margin-top:28%;">
{% if rsa_check_r['error'] %}
<div cl... | {
"pile_set_name": "Github"
} |
module VirtualBox
module COM
module Interface
module Version_4_1_X
class VirtualBox < AbstractInterface
IID_STR = "c28be65f-1a8f-43b4-81f1-eb60cb516e66"
property :version, WSTRING, :readonly => true
property :revision, T_UINT64, :readonly => true
property :pa... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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.
#include "src/builtins/builtins-async-gen.h"
#include "src/builtins/builtins-utils-gen.h"
#include "src/builtins/builtins.h"
#include "src/codegen/code-... | {
"pile_set_name": "Github"
} |
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997, 2002 Peter Mattis, Red Hat, Inc.
*
* 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
* versio... | {
"pile_set_name": "Github"
} |
// Copyright 2008 Google 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:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
syntax = "proto3";
| {
"pile_set_name": "Github"
} |
# -*- python -*-
load(
"@drake//tools/skylark:drake_cc.bzl",
"drake_cc_library",
"drake_cc_package_library",
)
load("//tools/lint:lint.bzl", "add_lint_tests")
package(default_visibility = ["//visibility:public"])
# This should encompass every cc_library in this package, except for items that
# should onl... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('functions', require('../functions'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
package io.quarkus.deployment.proxy;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import io.quarkus.deployment.util.ClassOutputUtil;
import io.quarkus.gizmo.ClassOutput;
/**
* A Gizmo {@link ClassOutput} that is able to write the inject the bytecode directly into the classloa... | {
"pile_set_name": "Github"
} |
#######################################################
#
# ruboto/util/toast.rb
#
# Utility methods for doing a toast.
#
#######################################################
Java::android.content.Context.class_eval do
def toast(text, duration=Java::android.widget.Toast::LENGTH_SHORT)
Java::android.widget.Toa... | {
"pile_set_name": "Github"
} |
<%@ include file="taglib.jsp" %>
<html>
<head>
<title>Login Page</title>
<style>
.errorblock {
color: #ff0000;
background-color: #ffEEEE;
border: 3px solid #ff0000;
padding: 8px;
margin: 16px;
}
</style>
</head>
<body>
<h3>Login Page</h3>
<c:if test="${not empty error}">
<div class="errorbl... | {
"pile_set_name": "Github"
} |
//
// ssl/detail/verify_callback.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
/... | {
"pile_set_name": "Github"
} |
CREATE TABLE list (id VARCHAR(2) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id));
INSERT INTO "list" ("id", "value") VALUES (E'az', E'الأذربيجانية');
INSERT INTO "list" ("id", "value") VALUES (E'az_AZ', E'الأذربيجانية (أذربيجان)');
INSERT INTO "list" ("id", "value") VALUES (E'az_Cyrl_AZ', E'الأذربيجانية (السيري... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">GraphicsCanvasBubble</string>
<string name="bubble_desc">Bubble</string>
</resources>
| {
"pile_set_name": "Github"
} |
/*
* This file is part of Nokia HEIF library
*
* Copyright (c) 2015-2020 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
*
* Contact: heif@nokia.com
*
* This software, including documentation, is protected by copyright controlled by Nokia Corporation and/ or its
* subsidiaries. All rights ar... | {
"pile_set_name": "Github"
} |
package org.benf.cfr.reader.entities.constantpool;
import org.benf.cfr.reader.bytecode.analysis.parse.utils.QuotingUtils;
import org.benf.cfr.reader.bytecode.analysis.types.StackType;
import org.benf.cfr.reader.entities.AbstractConstantPoolEntry;
import org.benf.cfr.reader.util.bytestream.ByteData;
import org.benf.cfr... | {
"pile_set_name": "Github"
} |
// Copyright 2012 the V8 project authors. 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"
} |
# packaged angular-cookies
This repo is for distribution on `npm` and `bower`. The source for this module is in the
[main AngularJS repo](https://github.com/angular/angular.js/tree/master/src/ngCookies).
Please file issues and pull requests against that repo.
## Install
You can install this package either with `npm`... | {
"pile_set_name": "Github"
} |
var Immutable = require('immutable');
var Summary = require('../../../models/summary');
var File = require('../../../models/file');
describe('mergeAtLevel', function() {
var mergeAtLevel = require('../mergeAtLevel');
var summary = Summary.createFromParts(File(), [
{
articles: [
... | {
"pile_set_name": "Github"
} |
; Packaging information for cis
name = "CIS 2.x"
description = "Online Course Information System"
exclusive = "1"
core = "7.x"
elmslndefaulttitle = "CIS"
elmslntype = "authority"
; ----------
; ELMSLN Core Dependencies
; ----------
; Core
dependencies[] = block
dependencies[] = contextual
dependencies[] = field
depend... | {
"pile_set_name": "Github"
} |
// rd_route.h
// Copyright (c) 2014-2015 Dmitry Rodionov
//
// This software may be modified and distributed under the terms
// of the MIT license. See the LICENSE file for details.
#ifndef RD_ROUTE
#define RD_ROUTE
#ifdef __cplusplus
extern "C" {
#endif
/**
* Override `function` to jump directly into `replaceme... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fi... | {
"pile_set_name": "Github"
} |
#! FIELDS idx_arg aver.targetdist-0 index description
#! SET type LinearBasisSet
#! SET ndimensions 1
#! SET ncoeffs_total 21
#! SET shape_arg 21
0 1.000000 0 T0(s)
1 0.000000 1 T1(s)
2 -0.333333 2 T2(s)
3 0.000000 3 T3(s)
4 -0.066... | {
"pile_set_name": "Github"
} |
{
"webp": [
{
"format": "webp",
"width": 90,
"height": 90,
"url": "/img/avatars/twitter/45d5c4f1-90.webp",
"sourceType": "image/webp",
"srcset": "/img/avatars/twitter/45d5c4f1-90.webp 90w",
"outputPath": "img/avatars/twitter/45d5c4f1-90.webp",
"size": 1756
}
]... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | {
"pile_set_name": "Github"
} |
package logrus_sentry
import (
"compress/zlib"
"encoding/base64"
"encoding/json"
"errors"
"fmt"
"io"
"io/ioutil"
"net/http"
"net/http/httptest"
"reflect"
"strings"
"testing"
"time"
"github.com/getsentry/raven-go"
pkgerrors "github.com/pkg/errors"
"github.com/sirupsen/logrus"
)
const (
message = ... | {
"pile_set_name": "Github"
} |
// UpdateProduce.cpp
#include "StdAfx.h"
#include "UpdateProduce.h"
using namespace NUpdateArchive;
static const char *kUpdateActionSetCollision = "Internal collision in update action set";
void UpdateProduce(
const CRecordVector<CUpdatePair> &updatePairs,
const CActionSet &actionSet,
CRecordVector<CUp... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Monolog package.
*
* (c) Jordi Boggiano <j.boggiano@seld.be>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Monolog\Formatter;
use Monolog\Logger;
/**
* Formats a log message acco... | {
"pile_set_name": "Github"
} |
//
// XYDJViewController.m
// StoryboardTest
//
// Created by mxsm on 16/4/18.
// Copyright © 2016年 mxsm. All rights reserved.
//
#import "XYDJViewController.h"
#import "ZXChatBoxController.h"
#import "ZXChatMessageController.h"
#import "ZXMessageModel.h"
#import "TLUserHelper.h"
@interface XYDJViewController ()<... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2008 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 to ... | {
"pile_set_name": "Github"
} |
// IIIF Image API 2.1
var iiif = (function () {
var urlReg = new RegExp( // IIIF API image URL
"(https?://[^\"'\\s]+)" + // base
"(?:/info\\.json|" +
"/\\^?(?:full|square|(?:pct:)?\\d+,\\d+,\\d+,\\d+)" + // region
"/(?:full|max|\\d+,|,\\d+|pct:\\d+|!?\\d+,\\d+)" + // size
"/!?[1-3]?[0-9]?[0-9]" + ... | {
"pile_set_name": "Github"
} |
/* libunwind - a platform-independent unwind library
Copyright (C) 2008 CodeSourcery
Copyright (C) 2012 Tommi Rantala <tt.rantala@gmail.com>
Copyright (C) 2013 Linaro Limited
This file is part of libunwind.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and asso... | {
"pile_set_name": "Github"
} |
---
title: 'API: head 方法'
description: Nuxt.js 使用了 vue-meta 更新应用的头部标签和html属性。
menu: head
category: pages
position: 23
---
# head 方法
> Nuxt.js 使用了 [`vue-meta`](https://github.com/nuxt/vue-meta) 更新应用的 `头部标签(Head)` 和 `html 属性`。
- **类型:** `Object` 或 `Function`
使用 `head` 方法设置当前页面的头部标签。
在 `head` 方法里可通过 `this` 关键字来获取组件的数... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.