text
stringlengths
2
99.9k
meta
dict
{% extends 'notification/email_base.html' %} {% block subject %}[{{ site_name }}] New keg tapped: Keg {{ keg.id }}: {{ keg.type }}{% endblock %} {% block body_plain %} A new keg of {{ keg.type }} was just tapped on {{ site_name }}! Track it here: {{ url }} {% endblock %} {% block body_html %} <p> A new keg of <b>{{...
{ "pile_set_name": "Github" }
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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:...
{ "pile_set_name": "Github" }
#define PROJ_PARMS__ \ double C_x; #define PJ_LIB__ # include <projects.h> PROJ_HEAD(wag3, "Wagner III") "\n\tPCyl., Sph.\n\tlat_ts="; #define TWOTHIRD 0.6666666666666666666667 FORWARD(s_forward); /* spheroid */ xy.x = P->C_x * lp.lam * cos(TWOTHIRD * lp.phi); xy.y = lp.phi; return (xy); } INVERSE(s_inverse); /* sp...
{ "pile_set_name": "Github" }
// Copyright 2020 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in w...
{ "pile_set_name": "Github" }
/* origin: FreeBSD /usr/src/lib/msun/src/e_atan2l.c */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunSoft, a Sun Microsystems, Inc. business. * Permission to use, copy, modify, and distribute this * software is fre...
{ "pile_set_name": "Github" }
From d57aecba0cd291e0c28e2c82c3d4bce06c5b5b94 Mon Sep 17 00:00:00 2001 From: Gurchetan Singh <gurchetansingh@chromium.org> Date: Mon, 2 Dec 2019 17:36:24 -0800 Subject: [PATCH] udmabuf: use cache_sgt_mapping option Commit bc7a71da43b48333f84c6534ab43d240e34cf9eb uptream. The GEM prime helpers do it, so should we. It'...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2014, Oculus VR, 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. * */ ...
{ "pile_set_name": "Github" }
/** * Freenet encryption support code. Some of this will be replaced with JCA code, but JCA has export * restrictions issues (which are a massive configuration/maintenance problem for end users even if * they are US citizens). Some of it wraps JCA code to provide convenient APIs, boost performance * by e.g. preco...
{ "pile_set_name": "Github" }
if(ESP_PLATFORM) file(GLOB_RECURSE SOURCES lvgl/src/*.c) idf_component_register(SRCS ${SOURCES} INCLUDE_DIRS . lvgl) target_compile_definitions(${COMPONENT_LIB} INTERFACE LV_CONF_INCLUDE_SIMPLE=1) endif()
{ "pile_set_name": "Github" }
-*- coding: utf-8 -*- Files: blink.xpm braindamaged.xpm cry.xpm dead.xpm evil.xpm forced.xpm frown.xpm grin.xpm indifferent.xpm reverse-smile.xpm sad.xpm smile.xpm wry.xpm Author: Adam Sjøgren Copyright (C) 2007-2018 Free Software Foundation, Inc. License: GNU General Public License version 3 or later (se...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import smtplib import email.message def send( sender, to, subject='None', body='None', server='localhost' ): """sends a message.""" message = email.message.Message() message['To'] = to message['From'] = sender message['Subject'] = subject message.set_pay...
{ "pile_set_name": "Github" }
// Copyright 2017 Team 254. All Rights Reserved. // Author: pat@patfairbank.com (Patrick Fairbank) package plc import ( "github.com/stretchr/testify/assert" "testing" ) func TestByteToBool(t *testing.T) { bytes := []byte{7, 254, 3} bools := byteToBool(bytes, 17) if assert.Equal(t, 17, len(bools)) { expectedBo...
{ "pile_set_name": "Github" }
module Cisco-IOS-XE-object-group { namespace "http://cisco.com/ns/yang/Cisco-IOS-XE-object-group"; prefix ios-og; import cisco-semver { prefix cisco-semver; } import Cisco-IOS-XE-types { prefix ios-types; } import Cisco-IOS-XE-native { prefix ios; } import ietf-inet-types { pre...
{ "pile_set_name": "Github" }
function [err_rel,err_abs] = derivcheck(f,x,flag) %DERIVCHECK Check analytical vs numerical differentiation for a function if nargin < 3 || isempty(flag); flag = false; end tic if flag dy_num = fgrad(f,x,'five-points'); else dy_num = gradest(f,x); end toc tic [y,dy_ana] = f(x); toc if size(dy_num,1) == size(...
{ "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 may not u...
{ "pile_set_name": "Github" }
digraph sc { ratio="compress" node [fontsize="11" fontname="Arial" shape="record"]; edge [fontsize="9" fontname="Arial" color="grey" arrowhead="open" arrowsize="0.5"]; node_service_container [label="service_container\nSymfony\\Component\\DependencyInjection\\ContainerInterface\n", shape=record, fillcolor="#eee...
{ "pile_set_name": "Github" }
import json class User(object): def __init__(self, user_id, email, username, picture_url, ratings, join_time, last_online, current_game): self.user_id = user_id self.email = email self.username = username self.picture_url = picture_url self.ratings = ratings self.j...
{ "pile_set_name": "Github" }
<!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <!ENTITY window.title "例外"> <!ENTITY window.width "45em"> <!ENTITY treehea...
{ "pile_set_name": "Github" }
libusbip_la_CPPFLAGS = -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"' libusbip_la_CFLAGS = @EXTRA_CFLAGS@ libusbip_la_LDFLAGS = -version-info @LIBUSBIP_VERSION@ lib_LTLIBRARIES := libusbip.la libusbip_la_SOURCES := names.c names.h usbip_host_driver.c usbip_host_driver.h \ usbip_common.c usbip_common.h vhci_driver....
{ "pile_set_name": "Github" }
/*! * KeyboardJS * * Copyright 2011, Robert William Hurst * Licenced under the BSD License. * See https://raw.github.com/RobertWHurst/KeyboardJS/master/license.txt */ (function (context, factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. defi...
{ "pile_set_name": "Github" }
# Look'n'Feel configuration file # $Revision: 8034 $ # the theme to use, none specified or empty means the system default one #Theme=javax.swing.plaf.metal.MetalLookAndFeel #Theme=com.sun.java.swing.plaf.gtk.GTKLookAndFeel #Theme=com.sun.java.swing.plaf.motif.MotifLookAndFeel #Theme=com.sun.java.swing.plaf.windows.Win...
{ "pile_set_name": "Github" }
// Created by cgo -godefs - DO NOT EDIT // cgo -godefs types_darwin.go package process const ( sizeofPtr = 0x8 sizeofShort = 0x2 sizeofInt = 0x4 sizeofLong = 0x8 sizeofLongLong = 0x8 ) type ( _C_short int16 _C_int int32 _C_long int64 _C_long_long int64 ) type Timespec struct...
{ "pile_set_name": "Github" }
// Copyright 2016 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 !go1.7 package http2 import ( "crypto/tls" "errors" "net" "net/http" "time" ) type contextContext interface { Done() <-chan struct{} Err() e...
{ "pile_set_name": "Github" }
<template> <svg :width="size" :height="size * 1.142" viewBox="0 0 21 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-17.000000, -13.000000)" :fill="color"> <...
{ "pile_set_name": "Github" }
{ "keyboard": "kudox/columner", "keymap": "default", "commit": "bb87bdec82433053eef68caa5fe4a03083a13e9c", "layout": "LAYOUT", "layers": [ [ "KC_ESC", "KC_1", "KC_2", "KC_3", "KC_4", "KC_5", "KC_LBRC", "KC_RBRC", "KC_6", "KC_7", "KC...
{ "pile_set_name": "Github" }
/* * Copyright 2016 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
{ "pile_set_name": "Github" }
# University repository This repository has been created to collect the required material to set up DevTest Labs in Univerisities. This is useful both for IT admin and students because the former won't have to maintain physical machines, the latter will always have fresh machines available both for classes and self-ser...
{ "pile_set_name": "Github" }
MANIFEST-000002
{ "pile_set_name": "Github" }
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------...
{ "pile_set_name": "Github" }
angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": { "0": "AM", "1": "PM" }, "DAY": { "0": "Sunday", "1":...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48.0dip" android:height="48.0dip" android:viewportHeight="48.0" android:viewportWidth="48.0"> <path android:pathData="M0,0 L48,0 L48,48 L0,48 Z"/> <path android:fillColor="@an...
{ "pile_set_name": "Github" }
var classgts_1_1_macro_scheduler = [ [ "MacroScheduler", "classgts_1_1_macro_scheduler.html#a3edbcda7dd4761fe3ac2db4e94f2ede6", null ], [ "~MacroScheduler", "classgts_1_1_macro_scheduler.html#ae100b9da87053a4170100670070f6109", null ], [ "_allocateWorkload", "classgts_1_1_macro_scheduler.html#a4508f5b4cbe74...
{ "pile_set_name": "Github" }
/* A Bison parser, made by GNU Bison 2.7. */ /* Locations for Bison parsers in C++ Copyright (C) 2002-2007, 2009-2012 Free Software Foundation, 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 Softw...
{ "pile_set_name": "Github" }
<div class="like-buttons d-print-none btn-toolbar" style="margin-bottom :4px;"> <% if logged_in_as(['admin', 'moderator']) || (current_user && (current_user.uid == node.uid || node.has_tag("with:#{current_user.username}"))) %> <% if node.type == 'note' %> <a aria-label="Edit post" <% if current_...
{ "pile_set_name": "Github" }
//===- AMDGPUIntrinsicInfo.h - AMDGPU Intrinsic Information ------*- 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" }
/* * 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 * distribut...
{ "pile_set_name": "Github" }
define(["Test", "Tone/core/Master", "Tone/core/Tone", "helper/Offline", "helper/PassAudio"], function (Test, Master, Tone, Offline, PassAudio) { describe("Master", function(){ it ("exists", function(){ expect(Tone.Master).to.exist; }); it ("provides a toMaster method", function(){ expect(Tone.prototype...
{ "pile_set_name": "Github" }
<component name="InspectionProjectProfileManager"> <profile version="1.0" is_locked="false"> <option name="myName" value="Project Default" /> <option name="myLocal" value="false" /> <inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true"> <o...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <ScrollView android:layout_width="match_parent" android:layout_height="match_parent" xmlns:android="http://schemas.android.com/apk/res/android"> <LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layou...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <div xmlns:field="urn:jsptagdir:/WEB-INF/tags/form/fields" xmlns:form="urn:jsptagdir:/WEB-INF/tags/form" xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"> <jsp:directive.page contentType="text/html;charset=UTF-8"/> <jsp:output omit-xml-declaration=...
{ "pile_set_name": "Github" }
import { Injectable, ErrorHandler } from '@angular/core'; import { Subject, BehaviorSubject } from 'rxjs'; import { IDictionary } from 'app/interfaces/shared'; export type PluginEvent = | 'app-ready' | 'new-window' ; @Injectable({ providedIn: 'root' }) export class PluginEventService { private subjects: ID...
{ "pile_set_name": "Github" }
StartChar: numbersign Encoding: 35 35 93 Width: 1060 VWidth: 6 Flags: W HStem: -19 21G<94 262 430 610.5> 385 158<79.4172 206 421 550 753 900> 795 160<166.791 334 546 679 881 985> 1312 20G<578 606.5 827 1010> VStem: 485 162<1157.32 1331> LayerCount: 2 Fore SplineSet 497 795 m 1 475 715 446 623 421 541 c 1 462 543 494 ...
{ "pile_set_name": "Github" }
load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = [ "client.go", "docker.go", "factory.go", "handler.go", ], importmap = "k8s.io/kubernetes/vendor/github.com/google/cadvisor/container/docker", importpath = "github.co...
{ "pile_set_name": "Github" }
#-*- coding:utf-8 -*- import torch import numpy as np def point_form(boxes): """ Convert prior_boxes to (xmin, ymin, xmax, ymax) representation for comparison to point form ground truth data. Args: boxes: (tensor) center-size default boxes from priorbox layers. Return: boxes: (tensor)...
{ "pile_set_name": "Github" }
.. _console: ************* Debug console ************* The debug console can be used to follow the boot process: 1. FSBL (if debug mode is enabled) The serial console can also be used to see the output of other bare metal applications, for example the memory test. 2. U-Boot During the boot process U-Boot...
{ "pile_set_name": "Github" }
<?php // +---------------------------------------------------------------------- // | 短信配置 // +---------------------------------------------------------------------- return [ //默认支付模式 'default' => 'yunxin', //单个手机每日发送上限 'maxPhoneCount' => 10, //验证码每分钟发送上线 'maxMinuteCount' => 20, //单个IP每日发送上...
{ "pile_set_name": "Github" }
/* Convert string for NaN payload to corresponding NaN. Wide strings, long double. Copyright (C) 2015-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public...
{ "pile_set_name": "Github" }
/* MtCoder.c -- Multi-thread Coder 2010-09-24 : Igor Pavlov : Public domain */ #include "Precomp.h" #include <stdio.h> #include "MtCoder.h" void LoopThread_Construct(CLoopThread *p) { Thread_Construct(&p->thread); Event_Construct(&p->startEvent); Event_Construct(&p->finishedEvent); } void LoopThread_Close(CL...
{ "pile_set_name": "Github" }
# This test checks aliases support based on the list in the # WHATWG Encoding Living Standard # # https://encoding.spec.whatwg.org/ # # The input of this test is the file whatwg-aliases.json downloaded from # https://encoding.spec.whatwg.org/encodings.json # # To run: # AUTHOR_TESTING=1 prove -l t/whatwg-aliases.t ...
{ "pile_set_name": "Github" }
<?php /** * This file has been @generated by a phing task from CLDR version 34.0.0. * See [README.md](README.md#generating-data) for more information. * * @internal Please do not require this file directly. * It may change location/format between versions * * Do not modify this file directly! */ return array (...
{ "pile_set_name": "Github" }
<template> <div class="group-nav"> <div class="group-top"> <div class="actions"> <search @query="onQuery" v-model="query" placeholder="请输入分组名称" size="small"> </search> <el-button size="small" icon="el-icon-plus" @click="handleClickShowD...
{ "pile_set_name": "Github" }
# Jekyll Resources * [Jekyll By Example Tutorial](https://www.andrewmunsell.com/tutorials/jekyll-by-example) (super comprehensive) * [Jekyll Variables](http://jekyllrb.com/docs/variables/) * [Hosting on Github Pages](https://pages.github.com/) * [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-w...
{ "pile_set_name": "Github" }
// // STDFeedItem.h // STKitDemo // // Created by SunJiangting on 14-9-26. // Copyright (c) 2014年 SunJiangting. All rights reserved. // #import <STKit/STKit.h> @interface STDFeedItem : STObject @property (nonatomic, copy) NSString *title; @property (nonatomic, copy) NSString *thumbURLString; @propert...
{ "pile_set_name": "Github" }
import numpy as np from nitime.lazy import scipy_stats as stats from nitime import descriptors as desc from nitime import utils as tsu from nitime import algorithms as tsa from nitime import timeseries as ts class EventRelatedAnalyzer(desc.ResetMixin): """Analyzer object for reverse-correlation/event-related ana...
{ "pile_set_name": "Github" }
// @ts-nocheck 'use strict'; const atRuleParamIndex = require('../../utils/atRuleParamIndex'); const declarationValueIndex = require('../../utils/declarationValueIndex'); const getUnitFromValueNode = require('../../utils/getUnitFromValueNode'); const report = require('../../utils/report'); const ruleMessages = requir...
{ "pile_set_name": "Github" }
// // TimeInfo.swift // CoinbaseTests // // Copyright © 2018 Coinbase, Inc. All rights reserved. // import Foundation /// Represents server time. /// open class TimeInfo: Decodable { /// Time. public let iso: Date /// Time in Unix Epoch format: number of seconds elapsed from UTC 00:00:00, January ...
{ "pile_set_name": "Github" }
class CfgSkeletons { class Default { isDiscrete = 1; skeletonInherit = ""; skeletonBones[] = {}; }; class TFAR_fadak_Skeleton: Default {}; }; class CfgModels { class Default { sectionsInherit=""; sections[] = {}; skeletonName = ""; }; class tfr_fadak : Default { skeletonName = "TFAR_fadak_Skelet...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- import sys import unittest from algoliasearch.exceptions import RequestException, ObjectNotFoundException from algoliasearch.responses import MultipleResponse from algoliasearch.search_index import SearchIndex from tests.helpers.factory import Factory as F from tests.helpers.misc import Unicode...
{ "pile_set_name": "Github" }
every once in a while you see a film that is so effective in delivering the goods that it is easy to forget , and forgive , its glaring imperfections . such is the case with ? good will hunting ? , a subtle character study about a socially inept mathematics genius who struggles to find his path in life . despite some...
{ "pile_set_name": "Github" }
category:刑事 title:侯光辉故意杀人死刑复核刑事裁定书 publictime:2015-12-21 content:中华人民共和国最高人民法院 刑事裁定书 被告人侯光辉,男,汉族,1975年6月10日出生于四川省三台县,初中文化,农民,住三台县xx镇xxxx村x组x号。2013年6月14日被逮捕。现在押。 四川省绵阳市中级人民法院审理绵阳市人民检察院指控被告人侯光辉犯故意杀人罪一案,于2014年2月20日以(2013)绵刑初字第38号刑事附带民事判决,认定被告人侯光辉犯故意杀人罪,判处死刑,剥夺政治权利终身。宣判后,侯光辉提出上诉。四川省高级人民法院经依法开庭审理,于2014年7月15日以(2014)川刑终字第354号...
{ "pile_set_name": "Github" }
public class DeadBranchElimination1 { public static final boolean Debug = false; public static final boolean Trace = true; public static void run() { if (Debug) { debug(); } if (Trace) { trace(); } if (Debug) { debug(); } else { trace(); } if (!Trace) { debug2(); } if (!Debug)...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <...
{ "pile_set_name": "Github" }
.slick-pager { width: 100%; height: 26px; border: 1px solid gray; border-top: 0; background: url('../images/header-columns-bg.gif') repeat-x center bottom; vertical-align: middle; } .slick-pager .slick-pager-status { display: inline-block; padding: 6px; } .slick-pager .ui-icon-container { display: i...
{ "pile_set_name": "Github" }
/* Copyright (C) 2012-2020 by László Nagy This file is part of Bear. Bear is a tool to generate compilation database for clang tooling. Bear 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, e...
{ "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" }
import re import gettext _ = gettext.gettext from BeautifulSoup import BeautifulSoup, Declaration, Comment, Tag from html5lib.constants import namespaces import _base class TreeWalker(_base.NonRecursiveTreeWalker): doctype_regexp = re.compile( r'DOCTYPE\s+(?P<name>[^\s]*)(\s*PUBLIC\s*"(?P<publicId>.*)"\s*...
{ "pile_set_name": "Github" }
// Copyright 2014 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 "content/browser/compositor/image_transport_factory.h" #include "base/run_loop.h" #include "build/build_config.h" #include "components/viz/commo...
{ "pile_set_name": "Github" }
// ========================================================================== // SeqAn - The Library for Sequence Analysis // ========================================================================== // Copyright (c) 2006-2016, Knut Reinert, FU Berlin // All rights reserved. // // Redistribution and us...
{ "pile_set_name": "Github" }
--- archs: [ armv7, armv7s, arm64, arm64e ] platform: ios install-name: /System/Library/PrivateFrameworks/HealthRecordServices.framework/HealthRecordServices current-version: 1 compatibility-version: 1 exports: - archs: [ armv7, armv7s, arm64, arm64e ] sy...
{ "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_65) on Tue Sep 30 00:45:13 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.g...
{ "pile_set_name": "Github" }
2017.4: * Version 6.2 (Rev. 5) * General: Updated ILA to handle XDC warnings 2017.3: * Version 6.2 (Rev. 4) * Added new virtexupluxHBM device support 2017.2: * Version 6.2 (Rev. 3) * Added new AZYNQUPLUS device support 2017.1: * Version 6.2 (Rev. 2) * Updated ILA and Debug Hub IPs to handle CDC warnings * R...
{ "pile_set_name": "Github" }
package client import ( "bytes" "encoding/json" "fmt" "io/ioutil" "net/http" "strings" "testing" "context" "github.com/hyperhq/hyper-api/types" ) func TestContainerInspectError(t *testing.T) { client := &Client{ transport: newMockClient(nil, errorMock(http.StatusInternalServerError, "Server error")), } ...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <MediaPlayer/MPQueueFeeder.h> @class NSArray; @interface MPArrayQueueFeeder : MPQueueFeeder { NSArray *_queueItems; } - (void).cxx_destruct; @property(readonly, nonat...
{ "pile_set_name": "Github" }
# automatically generated by the FlatBuffers compiler, do not modify # namespace: tflite_fb import flatbuffers from flatbuffers.compat import import_numpy np = import_numpy() class EmbeddingLookupSparseOptions(object): __slots__ = ['_tab'] @classmethod def GetRootAsEmbeddingLookupSparseOptions(cls, buf,...
{ "pile_set_name": "Github" }
module github.com/hashicorp/golang-lru go 1.12
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # Generated by Django 1.9 on 2016-01-18 19:39 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('guests', '0003_guest_is_child'), ] operations = [ migrations.AddField( ...
{ "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" }
package com.alibaba.smartfox.eclipse.ui.pmd /** * This class contains information for syntax coloring and styling for an * extension */ class SyntaxData(val extension: String) { var varnameReference: String? = null var stringStart: String? = null var stringEnd: String? = null private var keywords: ...
{ "pile_set_name": "Github" }
<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateDistrictsTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create(config('laravo...
{ "pile_set_name": "Github" }
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
{ "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 <AppKit/NSButtonCell.h> __attribute__((visibility("hidden"))) @interface SiriUIButtonCell : NSButtonCell { struct NSEdgeIn...
{ "pile_set_name": "Github" }
# 为了方便所有数据集通用,以及简单起见,此处不对yolo作单独处理,默认都是img和label分离不同文件夹 # 如果是yolo,先用op_on_dataset tool将其选择性复制到不同的文件夹再划分子集 import os import sys import random import ipdb import shutil # random.seed(666) def clear_folder(path): if os.listdir(path) == []: print('{} is already clean'.format(path)) else: files ...
{ "pile_set_name": "Github" }
/* * * Copyright 2014 gRPC 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 agree...
{ "pile_set_name": "Github" }
sha256:a0b38a28ba00d7ce8ca04c89613713fcf672628498ee7851210f604b9f1622c7
{ "pile_set_name": "Github" }
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
{ "pile_set_name": "Github" }
For a rundown of changes per QuantLibAddin release please visit http://www.quantlibaddin.org/history.html
{ "pile_set_name": "Github" }
[HEADER] [CHROME] [NAV_PRE_POST] [$~MESSAGE~$]<br> <table border=0 cellpadding=2 cellspacing=0 width='100%'> [CONTENTS] </table><br> [NAV_PRE_POST] [FOOTER]
{ "pile_set_name": "Github" }
package am2.items; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.IInventory; import net.minecraft.item.ItemStack; public class InventoryKeyStone implements IInventory{ public static int inventorySize = 3; private ItemStack[] inventoryItems; public InventoryKeyStone(){ ...
{ "pile_set_name": "Github" }
<?php /** * This file has been @generated by a phing task by {@link GeneratePhonePrefixData}. * See [README.md](README.md#generating-data) for more information. * * Pull requests changing data in these files will not be accepted. See the * [FAQ in the README](README.md#problems-with-invalid-numbers] on how to make...
{ "pile_set_name": "Github" }
package com.vladsch.flexmark.ext.xwiki.macros; import com.vladsch.flexmark.util.ast.VisitHandler; public class MacroVisitorExt { public static <V extends MacroVisitor> VisitHandler<?>[] VISIT_HANDLERS(V visitor) { return new VisitHandler<?>[] { new VisitHandler<>(Macro.class, visitor::visi...
{ "pile_set_name": "Github" }
// Copyright 2017 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
{ "pile_set_name": "Github" }
#import "headers/headers.h" @interface NCLookViewBackdropViewSettings : _UIBackdropViewSettings @property (getter=_isBlurred,nonatomic,readonly) BOOL blurred; @property (getter=_isDarkened,nonatomic,readonly) BOOL darkened; +(id)lookViewBackdropViewSettingsWithBlur:(BOOL)arg1 darken:(BOOL)arg2 ; +(id)lookViewBackdro...
{ "pile_set_name": "Github" }
#!/usr/bin/env bash ############################################################################## ## ## Gradle start up script for UN*X ## ############################################################################## # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to ...
{ "pile_set_name": "Github" }
{ "extends": "./tsconfig", "compilerOptions": { "module": "commonjs", "declaration": false, "declarationMap": false, "declarationDir": null, "outDir": "dist/cjs", "composite": false, "incremental": true, "tsBuildInfoFile": "../../.tsc-cache/packages__composite-checkout--cjs" } }
{ "pile_set_name": "Github" }
--- # Display name title: 吳恩達 # Username (this should match the folder name) authors: - 吳恩達 # Is this the primary user of the site? superuser: false # Role/position role: Professor of Artificial Intelligence # Organizations/Affiliations organizations: - name: Stanford University url: "" # Short bio (displayed in...
{ "pile_set_name": "Github" }
/Area.php////*/// /Line.php////*///
{ "pile_set_name": "Github" }
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ * -------------------------------------------------------------------------- * * Lepton * * -------------------------------------------------------------------------- * ...
{ "pile_set_name": "Github" }
// http://goo.gl/XkBrjD var $export = require('./$.export') , $values = require('./$.object-to-array')(false); $export($export.S, 'Object', { values: function values(it){ return $values(it); } });
{ "pile_set_name": "Github" }
=pod =head1 NAME d2i_DSAPublicKey, i2d_DSAPublicKey, d2i_DSAPrivateKey, i2d_DSAPrivateKey, d2i_DSA_PUBKEY, i2d_DSA_PUBKEY, d2i_DSAparams, i2d_DSAparams, d2i_DSA_SIG, i2d_DSA_SIG - DSA key encoding and parsing functions. =head1 SYNOPSIS #include <openssl/dsa.h> #include <openssl/x509.h> DSA * d2i_DSAPublicKey(DS...
{ "pile_set_name": "Github" }
"""Print 'Hello World' every two seconds, using a callback.""" import asyncio def print_and_repeat(loop): print('Hello World') loop.call_later(2, print_and_repeat, loop) if __name__ == '__main__': loop = asyncio.get_event_loop() print_and_repeat(loop) try: loop.run_forever() finally...
{ "pile_set_name": "Github" }