text stringlengths 2 99.9k | meta dict |
|---|---|
"=============================================================================
" FILE: converter_remove_last_paren.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
" a copy of this software and associate... | {
"pile_set_name": "Github"
} |
# DTTableViewManager/DTCollectionViewManager 6.0 Migration Guide
DTTableViewManager and DTCollectionViewManager 6.0 are the latest major releases of UITableView/UICollectionView helper libraries for iOS and tvOS written in Swift. Following [Semantic Versioning conventions](https://semver.org), 6.0 introduces API-break... | {
"pile_set_name": "Github"
} |
// cgo -godefs -- -Wall -Werror -static -I/tmp/include -m64 linux/types.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build amd64,linux
package unix
const (
SizeofPtr = 0x8
SizeofShort = 0x2
SizeofInt = 0x4
SizeofLong = 0x8
SizeofLongLong = 0x8
P... | {
"pile_set_name": "Github"
} |
/*
* Copyright Strimzi authors.
* License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
*/
package io.strimzi.kafka.bridge.http.converter;
import io.strimzi.kafka.bridge.converter.MessageConverter;
import io.vertx.core.buffer.Buffer;
import io.vertx.core.json.JsonArray;... | {
"pile_set_name": "Github"
} |
// Choreo version 1
actor "!target2"
{
channel "audio"
{
event speak "ep_02.sheckley_trainingnags01"
{
time 0.162602 2.276843
param "ep_02.sheckley_trainingnags01"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "look at"
{
event lookat "!player"
{
... | {
"pile_set_name": "Github"
} |
package org.ripple.bouncycastle.jce.interfaces;
import java.security.PublicKey;
import org.ripple.bouncycastle.math.ec.ECPoint;
/**
* interface for elliptic curve public keys.
*/
public interface ECPublicKey
extends ECKey, PublicKey
{
/**
* return the public point Q
*/
public ECPoint getQ();
... | {
"pile_set_name": "Github"
} |
// Copyright 2014 Simon Lydell
// X11 (“MIT”) Licensed. (See LICENSE.)
var url = require("url")
function resolveUrl(/* ...urls */) {
return Array.prototype.reduce.call(arguments, function(resolved, nextUrl) {
return url.resolve(resolved, nextUrl)
})
}
module.exports = resolveUrl
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2006, 2007 Julio M. Merino Vidal
// Copyright (c) 2008 Ilya Sokolov, Boris Schaeling
// Copyright (c) 2009 Boris Schaeling
// Copyright (c) 2010 Felipe Tanus, Boris Schaeling
// Copyright (c) 2011, 2012 Jeff Flinn, Boris Schaeling
// Copyright (c) 2016 Klemens D. Morgenstern
//
// Distributed under the... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 John Crispin <blogic@openwrt.org>
* Copyright (C) 2011 Andrej Vlašić <andrej.vlasic0@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*/... | {
"pile_set_name": "Github"
} |
/**
* DummyCompleter() lets tests easily specify the results of a partial
* hash completion request.
*/
function DummyCompleter() {
this.fragments = {};
this.queries = [];
this.tableName = "test-phish-simple";
}
DummyCompleter.prototype = {
QueryInterface: ChromeUtils.generateQI(["nsIUrlClassifierHashComple... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file stm32h7xx_hal_hash_ex.c
* @author MCD Application Team
* @brief Extended HASH HAL module driver.
* This file provides firmware functions to manage the following
* functionalities of the HASH pe... | {
"pile_set_name": "Github"
} |
/* Loading Spinner
================================================================================ */
/**
* Loading spinner for waiting events
* @param {vjs.Player|Object} player
* @param {Object=} options
* @class
* @constructor
*/
vjs.LoadingSpinner = vjs.Component.extend({
/** @constructor */
init: functi... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 456569c675d05804d94bbf510b956cbe
timeCreated: 1456811370
licenseType: Store
TextureImporter:
fileIDToRecycleName: {}
serializedVersion: 2
mipmaps:
mipMapMode: 0
enableMipMap: 1
linearTexture: 0
correctGamma: 0
fadeOut: 0
borderMipMap: 0
mipMapFa... | {
"pile_set_name": "Github"
} |
def foo[T](x: T) = x
/*start*/foo[Int](3)/*end*/
//Int | {
"pile_set_name": "Github"
} |
//===-- MipsFixupKinds.h - Mips Specific Fixup Entries ----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
//
// File: ert_main.cpp
//
// Code generated for Simulink model 'bpm_blower_2_propulsion_module'.
//
// Model version : 1.1142
// Simulink Coder version : 8.11 (R2016b) 25-Aug-2016
// C/C++ source code generated on : Mon Sep 23 17:47:03 2019
//
// Target selection: ert.tlc
// Embedded hardware... | {
"pile_set_name": "Github"
} |
namespace Coevery.ContentManagement.Handlers {
public abstract class StorageFilterBase<TPart> : IContentStorageFilter where TPart : class, IContent {
protected virtual void Activated(ActivatedContentContext context, TPart instance) { }
protected virtual void Activating(ActivatingContentContext cont... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25122.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EvalErrors", "EvalErrors", "{632FF923-369E-4BAE-87F0-6881EFF6E164}"
EndProject
Project("{39E2626F-3545-4960-A... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2019 Villu Ruusmann
*/
package javax.xml.bind;
public class DatatypeConverter {
private DatatypeConverter(){
}
static
public int parseInt(String string){
return Integer.parseInt(string);
}
static
public String printInt(int value){
return Integer.toString(value);
}
static
public d... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2006-2012 Erin Catto http://www.box2d.org
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpose,
* i... | {
"pile_set_name": "Github"
} |
`RedirectToLogin` 组件 (`Shared/RedirectToLogin.razor`):
* 管理将未经授权的用户重定向到登录页。
* 保留用户尝试访问的当前 URL,以便在身份验证成功时可以将其返回到该页。
```razor
@inject NavigationManager Navigation
@using Microsoft.AspNetCore.Components.WebAssembly.Authentication
@code {
protected override void OnInitialized()
{
Navigation.NavigateTo($"a... | {
"pile_set_name": "Github"
} |
/*
This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
Matthias Butz <matze@odinms.de>
Jan Christian Meyer <vimes@odinms.de>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
publ... | {
"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"
} |
fileFormatVersion: 2
guid: eb322bc5933761d4fb98f8561eadae28
timeCreated: 1474289352
licenseType: Free
NativeFormatImporter:
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | {
"pile_set_name": "Github"
} |
//
// DataInputStream.m
// mtalk
//
// Created by maye on 13-10-24.
// Copyright (c) 2013年 zuoye. All rights reserved.
//
#import "DataInputStream.h"
@interface DataInputStream (PrivateMethods)
- (int32_t)read;
@end
@implementation DataInputStream
- (id)initWithData:(NSData *)aData {
self = [self init];
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python3
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "... | {
"pile_set_name": "Github"
} |
#ifndef HEADER_CURL_TOOL_LIBINFO_H
#define HEADER_CURL_TOOL_LIBINFO_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* ... | {
"pile_set_name": "Github"
} |
/* C declarations for the Dylan "OLE" library.
This file contains manually generated code to be included along
with the automatically generated declarations.
*/
/* Copyright 1996 Functional Objects, Inc. All rights reserved. */
/* $Id: ole-aux.c,v 1.1 2004/03/12 00:09:39 cgay Exp $ */
/*=================... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | {
"pile_set_name": "Github"
} |
//******************************************
// GAME BOY ADVANCE MODULE
//******************************************
#include "options.h"
#ifdef enable_GBX
/******************************************
Variables
*****************************************/
char calcChecksumStr[5];
boolean readType;
/***... | {
"pile_set_name": "Github"
} |
/*
* drivers/net/phy/cicada.c
*
* Driver for Cicada PHYs
*
* Author: Andy Fleming
*
* Copyright (c) 2004 Freescale Semiconductor, Inc.
*
* 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 Founda... | {
"pile_set_name": "Github"
} |
# assert-plus
This library is a super small wrapper over node's assert module that has two
things: (1) the ability to disable assertions with the environment variable
NODE\_NDEBUG, and (2) some API wrappers for argument testing. Like
`assert.string(myArg, 'myArg')`. As a simple example, most of my code looks
like th... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?><topic xmlns="http://wsdev.schemas.microsoft.com/authoring/2008/2">
<whitepaper_page><metadata id="56af3158-3d98-46c4-944c-cf3b3fcc2536" build_format="rfc" section_number="43.124"><title>Attribute msDS-USNLastSyncSuccess</title>
<tech value="protocol" />
<index /></metadata>
<sect... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://hyperf.wiki
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
namespace Hyperf\Consul;
interface HealthInterface
{
public function node($no... | {
"pile_set_name": "Github"
} |
/*
Copyright 2014 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"
} |
package treap
import (
"fmt"
"math/rand"
"testing"
)
func init() {
// so that every run is the same seq of rand numbers
rand.Seed(0)
}
func StringLess(p, q interface{}) bool {
return p.(string) < q.(string)
}
func IntLess(p, q interface{}) bool {
return p.(int) < q.(int)
}
func TestEmpty(t *testing.T) {
tr... | {
"pile_set_name": "Github"
} |
import Flutter
import UIKit
public class SwiftLightPlugin: NSObject, FlutterPlugin {
public static func register(with registrar: FlutterPluginRegistrar) {
let channel = FlutterMethodChannel(name: "light", binaryMessenger: registrar.messenger())
let instance = SwiftLightPlugin()
registrar.addMethodCallDel... | {
"pile_set_name": "Github"
} |
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package autoscaling provides the client and types for making API
// requests to Auto Scaling.
//
// Auto Scaling is designed to automatically launch or terminate EC2 instances
// based on user-defined policies, schedules, and health checks. Use th... | {
"pile_set_name": "Github"
} |
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#include "cbase.h"
#include "env_headcrabcanister_shared.h"
#include "mapdata_shared.h"
#include "sharedInterface.h"
#include... | {
"pile_set_name": "Github"
} |
// Copyright 2017 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.
package windows
const (
MEM_COMMIT = 0x00001000
MEM_RESERVE = 0x00002000
MEM_DECOMMIT = 0x00004000
MEM_RELEASE = 0x00008000
MEM_RESET ... | {
"pile_set_name": "Github"
} |
package ioutils
import (
"crypto/sha1"
"encoding/hex"
"math/rand"
"testing"
"time"
)
func TestBytesPipeRead(t *testing.T) {
buf := NewBytesPipe()
buf.Write([]byte("12"))
buf.Write([]byte("34"))
buf.Write([]byte("56"))
buf.Write([]byte("78"))
buf.Write([]byte("90"))
rd := make([]byte, 4)
n, err := buf.Rea... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <SoundAnalysis/NSObject-Protocol.h>
@protocol SNRequest <NSObject>
@end
| {
"pile_set_name": "Github"
} |
#' Parameters from Structural Models (PCA, EFA, ...)
#'
#' Format structural models from the \pkg{psych} or \pkg{FactoMineR} packages.
#'
#' @param model PCA or FA created by the \pkg{psych} or \pkg{FactoMineR} packages (e.g. through \code{psych::principal}, \code{psych::fa} or \code{psych::omega}).
#' @inheritParams ... | {
"pile_set_name": "Github"
} |
/*
* Analogue & Micro ASP8347 Device Tree Source
*
* Copyright 2008 Codehermit
*
* 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
* opti... | {
"pile_set_name": "Github"
} |
/**
*
* Copyright 2019 Florian Schmaus
*
* 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"
} |
/**
* 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
* distribu... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
* @format
*/
'use strict';
const Systrace = require('Systrace');
const infoLog = require('infoLog');
const performanceN... | {
"pile_set_name": "Github"
} |
/*
TEST_OUTPUT:
---
fail_compilation/fail179.d(11): Error: variable `fail179.main.px` cannot be `final`, perhaps you meant `const`?
---
*/
void main()
{
int x = 3;
final px = &x;
*px = 4;
auto ppx = &px;
**ppx = 5;
}
| {
"pile_set_name": "Github"
} |
python setup.py sdist
twine upload --repository testpypi dist/*
| {
"pile_set_name": "Github"
} |
/* eslint-disable */
require('./actions')
require('./add_page')
require('./checkbox_0')
require('./checkbox_1')
require('./close')
require('./collapse')
require('./dev_lg')
require('./dev_md')
require('./dev_sm')
require('./editor')
require('./elements')
require('./expand')
require('./gh_logo')
require('./home')
requir... | {
"pile_set_name": "Github"
} |
# I2P
# Copyright (C) 2009 The I2P Project
# This file is distributed under the same license as the routerconsole package.
# To contribute translations, see http://www.i2p2.de/newdevelopers
#
# Translators:
# Aman Elarbi <aman.elarbi@gmail.com>, 2014
# ducki2p <ducki2p@gmail.com>, 2011
# foo <foo@bar>, 2009
# Jakob Wu... | {
"pile_set_name": "Github"
} |
apiVersion: v1
clusters:
- name: cluster-sslskip
cluster:
server: {{ kube_api.url }}
insecure-skip-tls-verify: true
- name: cluster-ssl
cluster:
certificate-authority: {{ ca_cert }}
server: {{ kube_api.url }}
contexts:
- context:
cluster: cluster-ssl
user: admin_ssl
name: admin@cluster-ssl... | {
"pile_set_name": "Github"
} |
'use strict';
var $ = require('../internals/export');
var IS_PURE = require('../internals/is-pure');
var anObject = require('../internals/an-object');
var aFunction = require('../internals/a-function');
var iterate = require('../internals/iterate');
// `Set.prototype.isSupersetOf` method
// https://tc39.github.io/prop... | {
"pile_set_name": "Github"
} |
/*
* Samsung TV Mixer driver
*
* Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
*
* Tomasz Stanislawski, <t.stanislaws@samsung.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundiat... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <ContentKit/NBPhoneMetaData.h>
__attribute__((visibility("hidden")))
@interface NBPhoneMetadataLA : NBPhoneMetaData
{
}
- (id... | {
"pile_set_name": "Github"
} |
// run-pass
// This used to generate invalid IR in that even if we took the
// `false` branch we'd still try to free the Box from the other
// arm. This was due to treating `*Box::new(9)` as an rvalue datum
// instead of as a place.
fn test(foo: bool) -> u8 {
match foo {
true => *Box::new(9),
false... | {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"The autoreload extension is already loaded. To reload it, use:\n",
" %reload_ext autoreload\n",
"... | {
"pile_set_name": "Github"
} |
/* libSoX minimal glob for MS-Windows: (c) 2009 SoX contributors
*
* 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) any later ... | {
"pile_set_name": "Github"
} |
///////////////////////////////////////////////////////////////////////////////
// Name: src/aui/floatpane.cpp
// Purpose: wxaui: wx advanced user interface - docking window manager
// Author: Benjamin I. Williams
// Modified by:
// Created: 2005-05-17
// RCS-ID: $Id$
// Copyright: (C)... | {
"pile_set_name": "Github"
} |
'use strict'
Walker = require './API/Walker'
Runner = require './API/Runner'
Swimmer = require './API/Swimmer'
# ==============================
# CLIENT CODE
# ==============================
walker = new Walker
runner = new Runner
swimmer = new Swimmer
walker.setNextRelay runner
runner.setNextRelay swimmer
console... | {
"pile_set_name": "Github"
} |
/*
* ngene.h: nGene PCIe bridge driver
*
* Copyright (C) 2005-2007 Micronas
*
* This program 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 Software Foundation.
*
*
* This program is distributed in the h... | {
"pile_set_name": "Github"
} |
export PATH=/adt32/ant/bin:$PATH
export JAVA_HOME=/Program Files (x86)/Java/jdk1.7.0_21
cd /adt32/eclipse/workspace/AppPinchZoomGestureDemo1
ant clean release
| {
"pile_set_name": "Github"
} |
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Kernel Streaming
* FILE: drivers/wdm/audio/backpln/portcls/pin_dmus.cpp
* PURPOSE: DMus IRP Audio Pin
* PROGRAMMER: Johannes Anderwald
*/
#include "private.hpp"
#ifndef YDEBUG
#define NDEBUG
#endif
#... | {
"pile_set_name": "Github"
} |
module github.com/denis-tingajkin/go-header
go 1.13
require (
github.com/fatih/color v1.9.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.5.1
gopkg.in/yaml.v2 v2.2.2
)
| {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
module Twemoji
module Utils
module Unicode
# Convert raw unicode to string key version.
#
# e.g. 🇲🇾 converts to "1f1f2-1f1fe"
#
# @param unicode [String] Unicode codepoint.
# @param connector [String] (optional) connector to join codepoints
... | {
"pile_set_name": "Github"
} |
# GUI & In Web Browsers Weekly Sync 2018-10-15
- **Lead:** @olizilla
- **Notetaker:** @lidel
- **Attendees:**
- @fsdiogo
- @olizilla
- @hacdias
## Goals
- [Web Browsers WG](https://github.com/ipfs/in-web-browsers)
- Browser developers are addressing requirements of the distributed web
- Ensure sm... | {
"pile_set_name": "Github"
} |
package xyz.hisname.fireflyiii.workers
import android.content.Context
import androidx.preference.PreferenceManager
import androidx.work.*
import xyz.hisname.fireflyiii.data.local.dao.AppDatabase
import xyz.hisname.fireflyiii.data.local.pref.AppPref
import xyz.hisname.fireflyiii.data.remote.firefly.api.CategoryService
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env perl
# ====================================================================
# Copyright (c) 2008 Andy Polyakov <appro@openssl.org>
#
# This module may be used under the terms of either the GNU General
# Public License version 2 or later, the GNU Lesser General Public
# License version 2.1 or later, the ... | {
"pile_set_name": "Github"
} |
=pod
=head1 NAME
SSL_CTX_set_cert_store, SSL_CTX_set1_cert_store, SSL_CTX_get_cert_store - manipulate X509 certificate verification storage
=head1 SYNOPSIS
#include <openssl/ssl.h>
void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store);
void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store);
X509_... | {
"pile_set_name": "Github"
} |
<!--
Description: parsed modified with 2-digit year
Expect: not bozo and feed['modified_parsed'] == (2004, 1, 1, 19, 48, 21, 3, 1, 0)
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<modified>Thu, 01 Jan 04 19:48:21 GMT</modified>
</feed> | {
"pile_set_name": "Github"
} |
// Template for webpack.config.js in Fable projects
// Find latest version in https://github.com/fable-compiler/webpack-config-template
// In most cases, you'll only need to edit the CONFIG object (after dependencies)
// See below if you need better fine-tuning of Webpack options
// Dependencies. Also required: core-... | {
"pile_set_name": "Github"
} |
{
"name": "aferrandini/phpqrcode",
"description": "PHPQRCode porting and changed for PHP 5.3 compatibility",
"keywords": ["php", "qrcode", "barcode"],
"homepage": "https://github.com/aferrandini/PHPQRCode",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Arie... | {
"pile_set_name": "Github"
} |
.php
.html
.txt
.htm
.aspx
.asp
.js
.css
.pgsql.txt
.mysql.txt
.pdf
.cgi
.inc
.gif
.jpg
.swf
.xml
.cfm
.xhtml
.wmv
.zip
.axd
.gz
.png
.doc
.shtml
.jsp
.ico
.exe
.csi
.inc.php
.config
.jpeg
.ashx
.log
.xls
.0
.old
.mp3
.com
.tar
.ini
.asa
.tgz
.flv
.php3
.bak
.rar
.asmx
.xlsx
.page
.phtml
.dll
.asax
.1
.msg
.pl
.csv
.cs... | {
"pile_set_name": "Github"
} |
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_COLOR_SPACE_GAMUT_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_GRAPHICS_COLOR_SPACE_GAMUT_H_
#incl... | {
"pile_set_name": "Github"
} |
include $(top_srcdir)/glib.mk
LDADD = $(top_builddir)/glib/libglib-2.0.la $(top_builddir)/gobject/libgobject-2.0.la
AM_CPPFLAGS = $(gmodule_INCLUDES) $(GLIB_DEBUG_FLAGS)
DEFS = -DGLIB_DISABLE_DEPRECATION_WARNINGS -DG_LOG_DOMAIN=\"GLib\"
AM_CFLAGS = -g
# So far, only two gtester-ified cases
test_programs = \
gvalue-t... | {
"pile_set_name": "Github"
} |
{
"name": "process-nextick-args",
"version": "1.0.2",
"description": "process.nextTick but always with args",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/calvinmetcalf/process-nextick-args.git"
},
"author": "",
"lic... | {
"pile_set_name": "Github"
} |
// Copyright 2011 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"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<ldml>
<identity>
<version number="$Revision: 1.51 $"/>
<generation date="$Date: 2009/05/05 23:06:36 $"/>
<language type="gl"/>
<territory type="ES"/>
</identity>
</ldml>
| {
"pile_set_name": "Github"
} |
# 面向对象
# 百度翻译 -- 网页版(自动获取token,sign)
import requests
import js2py
import json
import re
from traceback import print_exc
class BaiduWeb():
"""百度翻译网页版爬虫"""
def __init__(self, query_str):
self.session = requests.session()
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd">
<!-- ============================================================= -->
<!-- Configure the Jetty Server instance with an ID "Server" -->
<!-- by adding a HTTP connector. ... | {
"pile_set_name": "Github"
} |
:host {
.toolbar {
display: flex;
}
.top-navigtaion {
margin-left: auto;
}
.sidenav-container {
background: #ffffff;
color: inherit;
height: calc(100vh - 64px);
.mat-sidenav-content {
overflow: hidden;
}
}
@media screen and (max-width: 600px) {
.sidenav-container {
... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _PERF_UI_HELPLINE_H_
#define _PERF_UI_HELPLINE_H_ 1
#include <stdio.h>
#include <stdarg.h>
#include "../util/cache.h"
struct ui_helpline {
void (*pop)(void);
void (*push)(const char *msg);
int (*show)(const char *fmt, va_list ap);
};
extern struct ui_helpline *help... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012
* MIPS Technologies, Inc., California.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of... | {
"pile_set_name": "Github"
} |
/*=========================================================================
Program: Visualization Toolkit
Module: vtkBridgeAttribute.h
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software... | {
"pile_set_name": "Github"
} |
// Copyright 2018 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 s390x,!go1.11 !arm,!amd64,!s390x gccgo appengine nacl
package poly1305
// Sum generates an authenticator for msg using a one-time key and puts the
/... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Jamie Matthews</author>
<description>YQL table for Last.fm Group.getWeeklyArtistChart API method. Get an artist chart for a group, for a given date range. If no date range is supplied, it will ... | {
"pile_set_name": "Github"
} |
{
"url": "https://schnittstellengestalter.de/",
"name": "Schnittstellengestalter",
"description": "Website of »Schnittstellengestalter« a user interface design agency from Berlin, Germany.",
"twitter": "solemone"
}
| {
"pile_set_name": "Github"
} |
# API FAQ {#concept_761256 .concept}
- [What is ECS API?](#section_2mf_wov_wfu)
- [Error code InvalidDataDiskCategory.NotSupported is returned when I try to create an ECS instance. What can I do?](#section_rqe_51b_fkf)
- [How can I create an ECS instance that is assigned a public IP address?](#section_iop_1gx_4u... | {
"pile_set_name": "Github"
} |
%module global_vars
%warnfilter(SWIGWARN_TYPEMAP_SWIGTYPELEAK); /* memory leak when setting a ptr/ref variable */
%include std_string.i
%inline %{
struct A
{
int x;
};
std::string b;
A a;
A *ap;
const A *cap;
A &ar = a;
int x;
int *xp;
int& c_member = x;
void *vp;... | {
"pile_set_name": "Github"
} |
Type.registerNamespace("Strings");
Strings.OfficeOM = function()
{
};
Strings.OfficeOM.registerClass("Strings.OfficeOM");
Strings.OfficeOM.L_ShowWindowDialogNotification = "{0} 希望显示一个新窗口。";
Strings.OfficeOM.L_CannotRegisterEvent = "无法注册事件处理程序。";
Strings.OfficeOM.L_NotImplemented = "未实现函数 {0}。";
Strings.OfficeOM.L_Cus... | {
"pile_set_name": "Github"
} |
/*
* HP zx1 AGPGART routines.
*
* (c) Copyright 2002, 2003 Hewlett-Packard Development Company, L.P.
* Bjorn Helgaas <bjorn.helgaas@hp.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Softwar... | {
"pile_set_name": "Github"
} |
package thebetweenlands.common.item.misc;
import java.util.List;
import net.minecraft.block.Block;
import net.minecraft.block.state.IBlockState;
import net.minecraft.client.util.ITooltipFlag;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemBlock;
import net.minecraft.item.ItemStack;
imp... | {
"pile_set_name": "Github"
} |
// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build mipsle,linux
package unix
const (
SizeofPtr = 0x4
SizeofShort = 0x2
SizeofInt = 0x4
SizeofLong = 0x4
SizeofLongLong = 0x8
PathM... | {
"pile_set_name": "Github"
} |
@available(OSX 10.4, *)
let DOMXPathException: String
@available(OSX 10.4, *)
struct DOMXPathExceptionCode : RawRepresentable, Equatable {
init(_ rawValue: UInt32)
init(rawValue rawValue: UInt32)
var rawValue: UInt32
}
var DOM_INVALID_EXPRESSION_ERR: DOMXPathExceptionCode { get }
var DOM_TYPE_ERR: DOMXPathExcept... | {
"pile_set_name": "Github"
} |
*> \brief \b DLANSF returns the value of the 1-norm, or the Frobenius norm, or the infinity norm, or the element of largest absolute value of a symmetric matrix in RFP format.
*
* =========== DOCUMENTATION ===========
*
* Online html documentation available at
* http://www.netlib.org/lapack/explore-html/
*
... | {
"pile_set_name": "Github"
} |
package godo
import (
"context"
"net/http"
)
// RegionsService is an interface for interfacing with the regions
// endpoints of the DigitalOcean API
// See: https://developers.digitalocean.com/documentation/v2#regions
type RegionsService interface {
List(context.Context, *ListOptions) ([]Region, *Response, error)
... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
namespace Doctrine\ODM\MongoDB\Tests\Functional;
use Doctrine\ODM\MongoDB\Tests\BaseTest;
use Documents\Bars\Bar;
use Documents\Bars\Location;
class SimpleTest extends BaseTest
{
public function testSimple()
{
$bar = new Bar("Jon's Pub");
$bar->addLocation(new ... | {
"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"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.