text stringlengths 2 99.9k | meta dict |
|---|---|
<!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_202) on Fri Jul 24 11:53:31 GMT 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ReadWriteLockManager (Eclip... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013-2018 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 conditi... | {
"pile_set_name": "Github"
} |
/**
* Autogenerated by Thrift Compiler (0.9.3)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package org.apache.sentry.api.service.thrift;
import org.apache.thrift.scheme.IScheme;
import org.apache.thrift.scheme.SchemeFactory;
import org.apache.thrift.scheme.StandardScheme;... | {
"pile_set_name": "Github"
} |
SINGLE=Archivo
LIST=Archivos
EXCEL=Excel
PDF=Pdf
CSV=Csv
IMPORT_FILE=Importar
EXPORT_FILE=Exportar
ATTACH_FILES=Adjuntar Archivo(s)
NOT_ATTACH_FILE_WARNING=Parece que no ha adjuntado ningún archivo
IMPORT_FILE_SUCCESS=Importación exitosa
CHOOSE_SUPPORT_FILE_TYPES_WARNING=El tipo de archivo no es soportado
OPT_MY_DOCUME... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.commonsware.android.headerdetail" android:versionCode="1" android:versionName="1.0">
<supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/... | {
"pile_set_name": "Github"
} |
#!/bin/sh
command -v getarg >/dev/null || . /lib/dracut-lib.sh
OLDIFS="${IFS}"
NEWLINE="
"
ZPOOL_IMPORT_OPTS=""
if getargbool 0 zfs_force -y zfs.force -y zfsforce ; then
warn "ZFS: Will force-import pools if necessary."
ZPOOL_IMPORT_OPTS="${ZPOOL_IMPORT_OPTS} -f"
fi
# find_bootfs
# returns the first dataset wit... | {
"pile_set_name": "Github"
} |
const path = require('path')
const CopyWebpackPlugin = require('copy-webpack-plugin')
const HtmlWebpackPlugin = require('html-webpack-plugin')
module.exports = {
mode: 'development',
entry: {
app: ['./app/index.js']
},
output: {
filename: 'bundle.js',
path: path.resolve(__dirna... | {
"pile_set_name": "Github"
} |
var WebSocketServer = require('../../').Server
, express = require('express')
, fs = require('fs')
, http = require('http')
, util = require('util')
, path = require('path')
, app = express.createServer()
, events = require('events')
, ansi = require('ansi')
, cursor = ansi(process.stdout);
function ... | {
"pile_set_name": "Github"
} |
#include "qtestelementattribute.h"
| {
"pile_set_name": "Github"
} |
# 2018 May 19
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#************************************... | {
"pile_set_name": "Github"
} |
package cms.bean;
import java.io.Serializable;
/**
* 媒体信息
* @author Gao
*
*/
public class MediaInfo implements Serializable{
private static final long serialVersionUID = -4032600666415370715L;
/** 媒体文件URL **/
private String mediaUrl;
/** 封面文件 **/
private String cover;
/** 缩略图文件 **/
pri... | {
"pile_set_name": "Github"
} |
<?hh // strict
<<file:__EnableUnstableFeatures(
'pocket_universes',
)>>
class C {
enum E {
case reify type T;
}
}
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html><html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head xmlns:wcag="https://www.w3.org/WAI/GL/"><title>Using null alt text and no title attribute on img elements for images that AT
should ignore</title><link rel="stylesheet" type="text/css" href="../../css/sources.css" class="r... | {
"pile_set_name": "Github"
} |
<?php
/**
* This is the model class for table "vehicle_details".
*
* The followings are the available columns in table 'vehicle_details':
* @property integer $id
* @property string $vehicle_no
* @property string $vehicle_code
* @property string $no_of_seats
* @property string $maximum_capacity
* @property str... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import os
import random
import math
import json
import threading
import numpy as np
import tensorflow as tf
import util
import coref_ops
import conll
import metrics
import optimization
from bert import tokeniz... | {
"pile_set_name": "Github"
} |
{
"network": [
[
"probeNetwork - default - end",
1,
84942
],
[
"probeNetwork - default - start",
0,
0
]
],
"gfx": [
[
"probeGFX - default - end",
1,
4,
... | {
"pile_set_name": "Github"
} |
#include <u.h>
#include <libc.h>
#include <fcall.h>
#include <thread.h>
#include <9p.h>
#include "dat.h"
#include "fns.h"
#define thdr r->ifcall
#define rhdr r->ofcall
extern int errno;
static void
response(Req *r)
{
char *err;
if (errno) {
err = xerrstr(errno);
chat("%s\n", err);
respond(r, err);
} else {... | {
"pile_set_name": "Github"
} |
---
title: 'Removing a datastore'
slug: remove-data-store
excerpt: 'Find out how to remove a datastore from your Private Cloud'
legacy_guide_number: '7766789'
section: 'OVH Features'
---
**Last updated 24th July 2020**
## Objective
In certain cases — like replacing a datastore or scaling it up to a higher capacity,... | {
"pile_set_name": "Github"
} |
SUMMARY="A tool to play back online videos in MediaPlayer"
DESCRIPTION="
UberTuber grabs clips from various sites and opens them in your media player \
while they're being downloaded. The Python script youtube-dl downloads the \
video file to the temporary folder. From there it is eitherplayed back while \
it gets down... | {
"pile_set_name": "Github"
} |
<component name="MarkdownNavigator.ProfileManager">
<settings default="" pdf-export="" />
</component> | {
"pile_set_name": "Github"
} |
<?php
namespace Robo\Task\Archive;
use Robo\Result;
use Robo\Task\BaseTask;
use Robo\Task\Filesystem\FilesystemStack;
use Robo\Task\Filesystem\DeleteDir;
use Robo\Contract\BuilderAwareInterface;
use Robo\Common\BuilderAwareTrait;
/**
* Extracts an archive.
*
* Note that often, distributions are packaged in tar or... | {
"pile_set_name": "Github"
} |
FROM tensorflow/tensorflow:1.8.0-gpu-py3
RUN apt-get update
RUN apt-get install -y \
build-essential \
cmake \
git \
wget \
unzip \
yasm \
pkg-config \
libswscale-dev \
libtbb2 \
libtbb-dev \
libjpeg-dev \
libpng-dev \
... | {
"pile_set_name": "Github"
} |
/**
* @file
*
* @author CCHyper
* @author OmniBlade
*
* @brief Class for handling TARGA images.
*
* @copyright Thyme 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 versi... | {
"pile_set_name": "Github"
} |
/* gerdes_amd7930.c,v 0.99 2001/10/02
*
* gerdes_amd7930.c Amd 79C30A and 79C32A specific routines
* (based on HiSax driver by Karsten Keil)
*
* Author Christoph Ersfeld <info@formula-n.de>
* Formula-n Europe AG (www.formula-n.com)
* ... | {
"pile_set_name": "Github"
} |
package main
import (
"github.com/pquerna/otp"
"github.com/pquerna/otp/totp"
"bufio"
"bytes"
"encoding/base32"
"fmt"
"image/png"
"io/ioutil"
"os"
"time"
)
func display(key *otp.Key, data []byte) {
fmt.Printf("Issuer: %s\n", key.Issuer())
fmt.Printf("Account Name: %s\n", key.AccountName())
fmt.Prin... | {
"pile_set_name": "Github"
} |
'use strict'
var path = require('path')
var fs = require('graceful-fs')
var mkdirp = require('mkdirp')
var rimraf = require('rimraf')
var test = require('tap').test
var requireInject = require('require-inject')
require('../common-tap.js')
var base = path.join(__dirname, path.basename(__filename, '.js'))
var baseJSON ... | {
"pile_set_name": "Github"
} |
from Screens.Screen import Screen
from Components.ConfigList import ConfigListScreen
from Components.config import config, getConfigListEntry
from Components.Sources.StaticText import StaticText
class HdmiCECSetupScreen(Screen, ConfigListScreen):
skin = """
<screen position="c-300,c-250" size="600,500" title="HDMI-C... | {
"pile_set_name": "Github"
} |
#include <zookeeper.h>
#include <sys/fcntl.h>
#include <string>
#include "gtest/gtest.h"
#include "qconf_zoo.h"
#include "qconf_const.h"
#include "qconf_format.h"
using namespace std;
#define MAX_NODE_NUM 20
//unit test case for qconf_zk.cc
static int children_node_cmp(const void* p1, const void* p2);
static void... | {
"pile_set_name": "Github"
} |
using Server.Network;
using System;
namespace Server.Items
{
public enum SawTrapType
{
WestWall,
NorthWall,
WestFloor,
NorthFloor
}
public class SawTrap : BaseTrap
{
[Constructable]
public SawTrap()
: this(SawTrapType.NorthFloor)
... | {
"pile_set_name": "Github"
} |
easyblock = "Toolchain"
name = 'iomkl'
version = '2015.03'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
description = """Intel Cluster Toolchain Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MKL &
OpenMPI."""
toolchain = SYSTEM
compver = '2015.3.187-GNU-4.9.3-2.... | {
"pile_set_name": "Github"
} |
// mksyscall.pl syscall_bsd.go syscall_darwin.go syscall_darwin_arm.go
// MACHINE GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// +build arm,darwin
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func getgroups(ngid int, gid *_Gid_t)... | {
"pile_set_name": "Github"
} |
OpenSSL Native Nuget package
-------------------------
Uses [CoApp](http://coapp.org/) project to build the zlib package.
Prerequisites
-------------
Multiple versions of VS installed to be able to build all the targets:
* Visual Studio 2015
* Visual Studio 2013
* Visual Studio 2010 (you might need SP1 to prevent LNK... | {
"pile_set_name": "Github"
} |
.clearfix:before,
.clearfix:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after {
content: " ";
display: table;
}
.clearfix:after,
.navbar:after,
.navbar-header:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float... | {
"pile_set_name": "Github"
} |
# The gvim.desktop file is generated by src/po/Makefile, do NOT edit.
# Edit the src/po/gvim.desktop.in file instead.
[Desktop Entry]
# Translators: This is the Application Name used in the GVim desktop file
Name=GVim
# Translators: This is the Generic Application Name used in the Vim desktop file
GenericName=Text Edit... | {
"pile_set_name": "Github"
} |
//
// Copyright (c) 2002-2010 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
#ifndef COMPILER_VERSIONGLSL_H_
#define COMPILER_VERSIONGLSL_H_
#include "GLSLANG/ShaderLang.h"
#include "compiler/intermediate.h"
/... | {
"pile_set_name": "Github"
} |
/*
* cx18 init/start/stop/exit stream functions
*
* Derived from ivtv-streams.h
*
* Copyright (C) 2007 Hans Verkuil <hverkuil@xs4all.nl>
* Copyright (C) 2008 Andy Walls <awalls@md.metrocast.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gen... | {
"pile_set_name": "Github"
} |
/*!
* jQuery Password Strength plugin for Twitter Bootstrap
* Version: 2.0.0
*
* Copyright (c) 2008-2013 Tane Piper
* Copyright (c) 2013 Alejandro Blanco
* Dual licensed under the MIT and GPL licenses.
* https://github.com/ablanco/jquery.pwstrength.bootstrap
*/
(function (jQuery) {
// Source: src/i18n.js
var i18n ... | {
"pile_set_name": "Github"
} |
/*
DeaDBeeF -- the music player
Copyright (C) 2009-2015 Alexey Yakovenko and other contributors
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 ... | {
"pile_set_name": "Github"
} |
//
// MJRefreshNormalHeader.h
// MJRefreshExample
//
// Created by MJ Lee on 15/4/24.
// Copyright (c) 2015年 小码哥. All rights reserved.
//
#import "MJRefreshStateHeader.h"
@interface MJRefreshNormalHeader : MJRefreshStateHeader
@property (weak, nonatomic, readonly) UIImageView *arrowView;
/** 菊花的样式 */
@property (a... | {
"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_144) on Wed Sep 06 08:23:33 PDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface javax.val... | {
"pile_set_name": "Github"
} |
//
// BALoginViewModel.h
// BAQMUIDemo
//
// Created by boai on 2017/3/20.
// Copyright © 2017年 boaihome. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface BALoginViewModel : NSObject
@property (nonatomic, strong) NSString *user_name;
@property (nonatomic, strong) NSString *user_pwd;
@propert... | {
"pile_set_name": "Github"
} |
Strptime
========
Simple C-style strptime wrappers for Go's `time.Parse`. Support is available
for the following subset of format strings (descriptions blatantly stolen from
python docs):
%d Day of the month as a zero-padded decimal number.
%b Month as locale’s abbreviated name.
%B Month as locale’s fu... | {
"pile_set_name": "Github"
} |
#pragma once
#include <memory>
#include "Runtime/Graphics/Shaders/CAABoxShader.hpp"
#include "Runtime/Weapon/CGunWeapon.hpp"
namespace urde {
class CPhazonBeam final : public CGunWeapon {
TCachedToken<CModel> x21c_phazonVeins;
std::unique_ptr<CModelData> x224_phazonVeinsData;
TCachedToken<CGenDescription> x22... | {
"pile_set_name": "Github"
} |
JASC-PAL
0100
16
205 205 172
255 255 255
255 255 172
230 205 98
205 164 65
156 115 57
156 123 106
123 90 74
98 65 49
74 41 24
197 49 24
156 0 0
197 197 197
115 115 115
255 238 115
16 16 16
| {
"pile_set_name": "Github"
} |
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs defs_linux.go
package ipv4
const (
sysIP_TOS = 0x1
sysIP_TTL = 0x2
sysIP_HDRINCL = 0x3
sysIP_OPTIONS = 0x4
sysIP_ROUTER_ALERT = 0x5
sysIP_RECVOPTS = 0x6
sysIP_RETOPTS = 0x7
sysIP_PKTINFO... | {
"pile_set_name": "Github"
} |
package com.yan.refreshloadlayouttest.testactivity;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import androi... | {
"pile_set_name": "Github"
} |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual C++ Express 2013
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TCPConnection", "TCPConnection-vc2013.vcxproj", "{4EBA0C76-44FB-4B5C-8CEF-54008DA70535}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
De... | {
"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 (9.0.4) on Sun Mar 29 20:19:04 CEST 2020 -->
<title>QuantityFormat (Units of Measurement API 2.0 API)</title>
<meta http-equiv="Content-Type" co... | {
"pile_set_name": "Github"
} |
using System.Web.Mvc;
using TwitterBootstrapMVC.ControlModels;
using TwitterBootstrapMVC.Controls;
using TwitterBootstrapMVC.Infrastructure.Enums;
using TwitterBootstrapMVC.TypeExtensions;
namespace TwitterBootstrapMVC.Renderers
{
internal static partial class Renderer
{
public static string RenderCon... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright 2019 Google LLC
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
... | {
"pile_set_name": "Github"
} |
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http://code.google.com/p/protobuf/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistri... | {
"pile_set_name": "Github"
} |
<?php
$comment = App\Comment::find($notification->data['id']);
$type = $notification->data['commentable_type'] === 'articles' ? lang('Article') : lang('Discussion');
$commentable_id = $notification->data['commentable_id'];
if ($comment && $comment->commentable) {
switch($comment->commentable_type) {
case '... | {
"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"
} |
eclipse.preferences.version=1
encoding/<project>=UTF-8
| {
"pile_set_name": "Github"
} |
# ----------------------------------------------------------------------------------
# Electrum plugin for the Digital Bitbox hardware wallet by Shift Devices AG
# digitalbitbox.com
#
import base64
import binascii
import hashlib
import hmac
import json
import math
import os
import re
import struct
import sys
import ti... | {
"pile_set_name": "Github"
} |
; RUN: opt < %s -inline -S | grep "ret i32 1"
; ModuleID = 'short.opt.bc'
define i32 @testBool(i1 %X) {
%tmp = zext i1 %X to i32 ; <i32> [#uses=1]
ret i32 %tmp
}
define i32 @testByte(i8 %X) {
%tmp = icmp ne i8 %X, 0 ; <i1> [#uses=1]
%tmp.i = zext i1 %tmp to i32 ... | {
"pile_set_name": "Github"
} |
/* $OpenBSD: smult_curve25519_ref.c,v 1.2 2013/11/02 22:02:14 markus Exp $ */
/*
version 20081011
Matthew Dempsky
Public domain.
Derived from public domain code by D. J. Bernstein.
*/
int crypto_scalarmult_curve25519(unsigned char *, const unsigned char *, const unsigned char *);
static void add(unsigned int out[32],... | {
"pile_set_name": "Github"
} |
(module mod-importforms)
(import enum)
(def fun (fn extern int (void) 100))
(def var (var extern int 1000))
(def str (struct extern ((a int) (b int))))
(def-enum enu extern int (a b c d))
| {
"pile_set_name": "Github"
} |
module Fog
module AWS
class Redshift
class Real
require 'fog/aws/parsers/redshift/create_cluster_security_group'
# ==== Parameters
#
# @param [Hash] options
# * :cluster_security_group_name - (String)
# The name of a cluster security group for which you ar... | {
"pile_set_name": "Github"
} |
/*! Spectre.css v0.5.7 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjust... | {
"pile_set_name": "Github"
} |
(VL2014::VL-PARSE-RANGE-FN
(66 1
(:REWRITE VL2014::VL-TOKENLIST-P-WHEN-NOT-CONSP))
(56 3 (:REWRITE VL2014::NTH-WHEN-TOO-BIG))
(40 40
(:REWRITE CONSP-WHEN-MEMBER-EQUAL-OF-CONS-LISTP))
(40 40
(:REWRITE CONSP-WHEN-MEMBER-EQUAL-OF-ATOM-LISTP))
(38
2
(:REWRITE VL2014::VL-PARSE-EXPRESSION-VAL-WHEN-E... | {
"pile_set_name": "Github"
} |
---
title: Reactive and nonreactive SharePoint web parts
description: Reactive web parts are client-side only; nonreactive web parts have elements that require a server to operate.
ms.date: 01/23/2018
localization_priority: Priority
---
# Reactive and nonreactive SharePoint web parts
Reactive web parts are ... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Solutions component.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BS... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>HelloWorld.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<ke... | {
"pile_set_name": "Github"
} |
using System;
using System.Runtime.Serialization;
public partial class MAVLink
{
public class MAVLinkParam
{
/// <summary>
/// Paramater name
/// </summary>
public string Name { get; set; }
/// <summary>
/// Value of paramter as a double
///... | {
"pile_set_name": "Github"
} |
namespace WGestures.App.Gui.Windows
{
partial class ErrorForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | {
"pile_set_name": "Github"
} |
.class public final Lcom/google/android/gms/dynamic/zzm;
.super Lcom/google/android/gms/internal/zzed;
# interfaces
.implements Lcom/google/android/gms/dynamic/IObjectWrapper;
# direct methods
.method constructor <init>(Landroid/os/IBinder;)V
.locals 1
const-string/jumbo v0, "com.google.android.gms.dynamic.... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "media/base/android/media_drm_bridge.h"
#include <stddef.h>
#include <algorithm>
#include <utility>
#include "base/android/build_info.h"
#i... | {
"pile_set_name": "Github"
} |
STATS SUMMARY
=============
General stats
--------------------
Sample time: 0.014 [Seconds]
Number of SSL packets: 401 [Packets]
Rate of SSL packets: 0.000 [Packets/sec]
Number of SSL flows: ... | {
"pile_set_name": "Github"
} |
;;; package.el --- Simple package system for Emacs
;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
;; Author: Tom Tromey <tromey@redhat.com>
;; Created: 10 Mar 2007
;; Version: 0.9
;; Keywords: tools
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;;... | {
"pile_set_name": "Github"
} |
import Vue from "vue";
import Router from "vue-router";
Vue.use(Router);
export default new Router({
routes: [
//首页
{
path: "/",
redirect: "/index"
},
{
path: "/index",
name: "index",
component: r =>
require.ensure([], () => r(require("@/pages/home/index"), "ind... | {
"pile_set_name": "Github"
} |
#pragma once
#include <cstdint>
#include "PluginBase.h"
#include "eAudioFileType.h"
struct tUserTracksInfo
{
std::uint32_t startUfilesPath;
std::uint32_t pathLength;
eAudioFileType fileType;
};
VALIDATE_SIZE(tUserTracksInfo, 0xc);
| {
"pile_set_name": "Github"
} |
#include "../../src/gui/painting/qrgb.h"
| {
"pile_set_name": "Github"
} |
/*
* RapCAD - Rapid prototyping CAD IDE (www.rapcad.org)
* Copyright (C) 2010-2020 Giles Bathgate
*
* 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 3 of the Licens... | {
"pile_set_name": "Github"
} |
using System;
using RGB.NET.Core;
namespace RGB.NET.Devices.Razer
{
/// <inheritdoc />
/// <summary>
/// Represents a generic information for a <see cref="T:RGB.NET.Devices.Razer.RazerMousepadRGBDevice" />.
/// </summary>
public class RazerMousepadRGBDeviceInfo : RazerRGBDeviceInfo
{
#... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2014 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// 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 c... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
pygments.styles.friendly
~~~~~~~~~~~~~~~~~~~~~~~~
A modern style based on the VIM pyte theme.
:copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from pygments.style import Style
from pygments.token import Keyw... | {
"pile_set_name": "Github"
} |
=begin pod :kind("Type") :subkind("class") :category("exception")
=TITLE class X::Placeholder::Mainline
=SUBTITLE Compilation error due to a placeholder in the mainline
class X::Placeholder::Mainline is X::Placeholder::Block { }
Thrown when a placeholder variable is used in the mainline, i.e. outside of
any exp... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
/... | {
"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.
// This file is autogenerated by
// java_cpp_enum.py
// From
// ../../base/android/library_loader/library_load_from_apk_status_codes.h
package o... | {
"pile_set_name": "Github"
} |
package pxb.android.axmlLP;
import com.googlecode.dex2jar.reader.io.ArrayDataIn;
import com.googlecode.dex2jar.reader.io.DataIn;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
import pxb.android.axmlLP.AxmlVisitor.NodeVisitor;
public class AxmlReader {
stati... | {
"pile_set_name": "Github"
} |
#include "depthwise_separable_convolution_kernels.hpp"
namespace uTensor {
namespace TFLM {
DEFINE_ERROR(qDwsMismatchedDimensionsError);
DEFINE_ERROR(InvalidQDwsActivationRangeError);
DEFINE_ERROR(InvalidQDwsOutputDepthError);
TfLitePaddingValues ComputePaddingHeightWidth(
int stride_height, int stride_width, in... | {
"pile_set_name": "Github"
} |
<Application
xmlns="http://schemas.wsick.com/fayde"
xmlns:x="http://schemas.wsick.com/fayde/x"
ThemeName="Metro">
<Grid x:Name="LayoutRoot" ShowGridLines="true">
<Grid.RowDefinitions>
<RowDefinition Height="30" />
<RowDefinition Height="200" />
<RowDe... | {
"pile_set_name": "Github"
} |
/*
* Conditions Of Use
*
* This software was developed by employees of the National Institute of
* Standards and Technology (NIST), an agency of the Federal Government.
* Pursuant to title 15 Untied States Code Section 105, works of NIST
* employees are not subject to copyright protection in the United States
* and are... | {
"pile_set_name": "Github"
} |
---
title: LSTM Layer
---
# LSTM Layer
* Layer type: `LSTM`
* [Doxygen Documentation](http://caffe.berkeleyvision.org/doxygen/classcaffe_1_1LSTMLayer.html)
* Header: [`./include/caffe/layers/lstm_layer.hpp`](https://github.com/BVLC/caffe/blob/master/include/caffe/layers/lstm_layer.hpp)
* CPU implementation: [`./src/c... | {
"pile_set_name": "Github"
} |
import { Selector } from 'testcafe'
import fetch from 'isomorphic-fetch'
import { expect } from 'chai'
const host = process.env.HOST || 'localhost'
const port = process.env.PORT || '3000'
const MAIN_PAGE = `http://${host}:${port}`
// eslint-disable-next-line no-unused-expressions, no-undef
fixture`Shopping List`.befo... | {
"pile_set_name": "Github"
} |
> * 原文地址:[The Details That Matter](https://uxplanet.org/the-details-that-matter-8b962ca58b49#.ypigeruoq)
> * 原文作者:[Nick Babich](https://uxplanet.org/@101?source=post_header_lockup)
> * 译文出自:[掘金翻译计划](https://github.com/xitu/gold-miner)
> * 译者:[ivyxuan](https://github.com/iloveivyxuan)
> * 校对者:[ylq167](http://www.11167.x... | {
"pile_set_name": "Github"
} |
iOS依赖注入
---
> * 原文链接 : [Dependency Injection: Give Your iOS Code a Shot in the Arm
June 05, 2015](https://corner.squareup.com/2015/06/dependency-injection-in-objc.html)
* 原文作者 : [Square Engineering Blog](https://corner.squareup.com)
* 译文出自 : [开发技术前线 www.devtf.cn](http://www.devtf.cn)
* 译者 : [HarriesChen](https://githu... | {
"pile_set_name": "Github"
} |
<tr class="dijitReset" data-dojo-attach-point="focusNode" role="menuitem" tabIndex="-1">
<td class="dijitReset dijitMenuItemIconCell" role="presentation">
<span role="presentation" class="dijitInline dijitIcon dijitMenuItemIcon" data-dojo-attach-point="iconNode"></span>
</td>
<td class="dijitReset dijitMenuItemLab... | {
"pile_set_name": "Github"
} |
package com.lly835.bestpay.exception;
import com.lly835.bestpay.enums.BestPayResultEnum;
/**
* Created by null on 2017/2/23.
*/
public class BestPayException extends RuntimeException {
private Integer code;
public BestPayException(BestPayResultEnum resultEnum) {
super(resultEnum.getMsg());
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/license... | {
"pile_set_name": "Github"
} |
import os
pwd=os.getcwd()
year_month=pwd.split('\\')[-1]
year=int(year_month[:4])
month=int(year_month[4:])
| {
"pile_set_name": "Github"
} |
% Copyright 2011 Zdenek Kalal
%
% This file is part of TLD.
%
% TLD 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 version.
%
% TLD is distri... | {
"pile_set_name": "Github"
} |
package net.ripe.db.whois.api.rest;
import net.ripe.db.whois.api.AbstractIntegrationTest;
import net.ripe.db.whois.api.RestTest;
import net.ripe.db.whois.api.rest.domain.Attribute;
import net.ripe.db.whois.api.rest.domain.WhoisResources;
import net.ripe.db.whois.api.rest.mapper.FormattedClientAttributeMapper;
import ... | {
"pile_set_name": "Github"
} |
AI 100 0 230 80 213 100 213
s 101
k_h 87
r 58
I 91 0 206 80 152 100 152
s 79
t_h 63
l 69 0 158 80 147 100 147
z 58
_ 203
_ 1
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env sh
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Attempt to set APP_HOME
# Resolve links: $0 may be a link
PRG="$0"
# Need this for relative symlin... | {
"pile_set_name": "Github"
} |
ego_left:
(510 1070) (540 1060) (550 1050) (560 1040) (570 1030) (580 1020) (590 1010) (600 1000) (600 990) (610 980) (620 970) (640 960) (640 950) (670 940)
ego_right:
(1470 1070) (1430 1060) (1420 1050) (1400 1040) (1390 1030) (1380 1020) (1370 1010) (1360 1000) (1350 990) (1340 980) (1330 970) (1320 960) (1300 950) ... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "vc.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"preserves-vector-representation" : true
}
} | {
"pile_set_name": "Github"
} |
// Copyright 2017 Joyent, Inc.
module.exports = Key;
var assert = require('assert-plus');
var algs = require('./algs');
var crypto = require('crypto');
var Fingerprint = require('./fingerprint');
var Signature = require('./signature');
var DiffieHellman = require('./dhe').DiffieHellman;
var errs = require('./errors')... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">{
"Info": [
{
"IsSuccess": "True",
"InAddress": "新北市板橋區館前西路132號(1樓)",
"InSRS": "EPSG:4326",
"InFuzzyType": "[單雙號機制]+[最近門牌號機制]",
"InFuzzyBuffer": "0",
"InIsOnlyFullMatch": "False",
"InIsLo... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.