text stringlengths 2 99.9k | meta dict |
|---|---|
[scheduling]
[[graph]]
R1 = "a & b => c"
[runtime]
[[a,b,c]]
script = true
| {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Fonts Module Level 4: parsing font-optical-sizing with valid values</title>
<link rel="help" href="https://www.w3.org/TR/css-fonts-4/#propdef-font-optical-sizing">
<meta name="assert" content="font-optical-sizing supports the full grammar 'auto | none'.">
... | {
"pile_set_name": "Github"
} |
<?php
declare(strict_types=1);
namespace Airship\Cabin\Bridge\Exceptions;
/**
* Class CustomPageCollisionException
* @package Airship\Cabin\Bridge\Exceptions
*/
class CustomPageCollisionException extends \Exception
{
}
| {
"pile_set_name": "Github"
} |
#!/bin/sh
cat<<EOS
### WARNING ################################################################
# This command has been deprecated and will be removed in a future release.
# Use "riak-cs-supercluster <subcommand>" instead of this.
############################################################################
EOS
# Pull... | {
"pile_set_name": "Github"
} |
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2012 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
package org.appcelerator.kroll.common;
/**
* API to send log output. Supported s... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2016 The Cartographer 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... | {
"pile_set_name": "Github"
} |
package com.fincatto.documentofiscal.nfe310.transformers;
import com.fincatto.documentofiscal.nfe310.classes.NFNotaInfoTipoVeiculo;
import org.simpleframework.xml.transform.Transform;
public class NFNotaInfoTipoVeiculoTransformer implements Transform<NFNotaInfoTipoVeiculo> {
@Override
public NFNotaInfoTipoVe... | {
"pile_set_name": "Github"
} |
pynamical
=========
.. toctree::
:maxdepth: 4
pynamical
| {
"pile_set_name": "Github"
} |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/***************************************************************************/
/* BitVector.h */
/************************... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`getNextConfig return null on nothing 1`] = `null`;
exports[`getNextConfig should find entry file 1`] = `
"module.exports = {};
"
`;
exports[`getNextConfig should find work file second 1`] = `
"module.exports = { target: 'serverless' };
"
`;
| {
"pile_set_name": "Github"
} |
class RscOpticsValue;
class RscControlsGroupNoScrollbars;
class RscPicture;
class RscLine;
class RscMapControl;
// Taken from AGM for optics management.
class RscInGameUI {
class ACE_RscOptics_javelin {
idd = 300;
controls[] = { QGVAR(elements_group), "ACE_Targeting", QGVAR(mapHelper) };
... | {
"pile_set_name": "Github"
} |
// Copyright JS Foundation and other contributors, http://js.foundation
//
// 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 r... | {
"pile_set_name": "Github"
} |
polygon
1
1.514742E+01 4.018238E+01
1.514701E+01 4.018255E+01
1.514620E+01 4.018319E+01
1.514484E+01 4.018378E+01
1.514409E+01 4.018420E+01
1.514331E+01 4.018515E+01
1.514289E+01 4.018616E+01
1.514210E+01 4.018682E+01
1.514117E+01 4.018735E+01
1.514006E+01 4.018765E+01
1.513958E+01 4.018804E+01
1.513942E+01... | {
"pile_set_name": "Github"
} |
{{ extends "/default.html" }}
{{ define "content"}}
<div id="content">
<div id="article-container" class="clear container960">
<section id="main">
<article class="article article-type-page" itemscope="" itemprop="blogPost">
<div class="article-inner">
<header class="article-header">
... | {
"pile_set_name": "Github"
} |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Daniel Ursache-Dogariu <contact@danniel.net>, 2011.
# Denis Darii <sinednx@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-10-15 10:56+0200\n"
"PO-Revision-... | {
"pile_set_name": "Github"
} |
## PERFORMANCE VALIDATION
use strict;
use warnings;
use Test::More;
use OpenXPKI::DN;
use Time::HiRes;
my @example = (
"cn=max mustermann, ou=employee, o=univeristy, c=de",
"cn=name=max/birthdate=26091976,ou=unit, o=example,c=it",
"cn=Max Mustermann+uid=123456,ou=unit,o=example,c=uk",
"cn=Max Musterm... | {
"pile_set_name": "Github"
} |
<template>
<div>
<nuxt />
</div>
</template>
<style>
html {
font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 16px;
word-spacing: 1px;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-osx-font-s... | {
"pile_set_name": "Github"
} |
/*
* x86-64 code generator for TCC
*
* Copyright (c) 2008 Shinichiro Hamaji
*
* Based on i386-gen.c by Fabrice Bellard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Text;
using System.Web;
using System.Web.Mvc;
using System.Web.WebPages;
namespace SmartStore.Web.Framework.UI
{
public static class DataListExtensions
{
public static IHtmlString DataList<T>(this HtmlHelper helper, IEnumerable<T> items, int... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (c) 2016-2017 Hisilicon Limited. */
#ifndef _SEC_DRV_H_
#define _SEC_DRV_H_
#include <crypto/algapi.h>
#include <linux/kfifo.h>
#define SEC_MAX_SGE_NUM 64
#define SEC_HW_RING_NUM 3
#define SEC_CMD_RING 0
#define SEC_OUTORDER_RING 1
#define SEC_DBG_RING 2
... | {
"pile_set_name": "Github"
} |
/*
* JFFS2 -- Journalling Flash File System, Version 2.
*
* Copyright © 2006 NEC Corporation
*
* Created by KaiGai Kohei <kaigai@ak.jp.nec.com>
*
* For licensing information, see the file 'LICENCE' in this directory.
*
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kernel.h>
#include <linux/... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2013-2015 RoboVM AB
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package jdk.nashorn.internal.codegen;
import java.io.Serializable;
import java.util.Collection;
import... | {
"pile_set_name": "Github"
} |
//===-- TypeLocNodes.def - Metadata about TypeLoc wrappers ------*- 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"
} |
{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": "-- Grafana --",
"enable": true,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations \u0026 Alerts",
"type": "dashboard"
},
{
"datasource": "psql",
... | {
"pile_set_name": "Github"
} |
1
00:00:02,540 --> 00:00:17,550
♪♪~
2
00:00:17,550 --> 00:00:32,570
♪♪~
3
00:00:32,570 --> 00:00:45,570
♪♪~
4
00:00:48,580 --> 00:00:50,580
(ナカジ)おい!
5
00:00:52,590 --> 00:00:55,590
(ナカジ)開けろ! おい!
6
00:01:02,530 --> 00:01:08,540
<あのころ 僕たちは
本当の愛を知らなかった>
7
00:01:08,540 --> 00:01:12,540
<そして 本当の愛ってやつが→
8
00:01:12,54... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Advanced Micro Devices, Inc.
*
* 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 without limitation
* the rights to use, copy, modify, m... | {
"pile_set_name": "Github"
} |
define(
({
"setButtonText": "Definer",
"cancelButtonText": "Avbryt"
})
);
| {
"pile_set_name": "Github"
} |
from PIL import Image
from torch.utils import data
import glob
import torchvision.transforms as transforms
import numpy as np
class Dataset(data.Dataset):
'Characterizes a dataset for PyTorch'
def __init__(self, data_folder, transform_lr, transform_hr, stage):
'Initialization'
file_list = glob.... | {
"pile_set_name": "Github"
} |
// Copyright 2013 Ryan Rogers. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package accept
import (
"fmt"
"strings"
)
var (
errInvalidTypeSubtype = "accept: Invalid type '%s'."
)
// Len implements the Len() method of the Sort interfa... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2020 Netflix, 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"
} |
.modules-dir-scope-module {
color: hotpink;
}
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
# Lint as: python3
"""Tests for grr.parsers.osx_launchd."""
from __future__ import absolute_import
from __future__ import division
from __future__ import unicode_literals
from absl import app
from grr_response_core.lib.parsers import osx_launchd
from grr_response_core.lib.rdfvalues import clie... | {
"pile_set_name": "Github"
} |
<refentry xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="5.0" xml:id="header.colum... | {
"pile_set_name": "Github"
} |
{
"language": "de",
"messages": [
{
"id": "Hello world!",
"key": "Hello world!\n",
"message": "Hello world!",
"translation": "Hallo Welt!"
},
{
"id": "Hello {City}!",
"key": "Hello %s!\n",
"message": "Hel... | {
"pile_set_name": "Github"
} |
// Code generated by smithy-go-codegen DO NOT EDIT.
package iam
import (
"context"
awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware"
"github.com/aws/aws-sdk-go-v2/aws/retry"
"github.com/aws/aws-sdk-go-v2/aws/signer/v4"
smithy "github.com/awslabs/smithy-go"
"github.com/awslabs/smithy-go/middleware"
sm... | {
"pile_set_name": "Github"
} |
<?php
if (!defined('AOWOW_REVISION'))
die('illegal access');
// menuId 14: Skill g_initPath()
// tabId 0: Database g_initHeader()
class SkillsPage extends GenericPage
{
use TrListPage;
protected $type = TYPE_SKILL;
protected $tpl = 'list-page-generic';
protected $path = [0, ... | {
"pile_set_name": "Github"
} |
namespace Acerola.Domain.ValueObjects
{
using System.Text.RegularExpressions;
public sealed class SSN
{
public string _text { get; private set; }
const string RegExForValidation = @"^\d{6,8}[-|(\s)]{0,1}\d{4}$";
public SSN(string text)
{
if (string.IsNullOrWhit... | {
"pile_set_name": "Github"
} |
dir=./mount/temp/ai2018/sentiment/tfrecords/word.bseg.glove
emb=./mount/data/my-embedding/GloVe-sentiment-bseg/vectors.fix.txt
emb_dim=300
#python ./merge-emb.py --input_vocab=$dir/vocab.ori.txt --emb=$emb --emb_dim=$emb_dim
sh ./run-noemb.sh $dir/vocab.txt
pushd .
cd ..
python ./read-records.py --type=dump --base=$... | {
"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 ... | {
"pile_set_name": "Github"
} |
1bb1224103c0d33f656799100fef5df625d2e77341bd465edb64c41b88d97cd34509f9b9d6fec06f25c87099501216f2de785158270e3f561bcea1770769a3c4
| {
"pile_set_name": "Github"
} |
function a() {
console.log("in");
try {
console.log("inner");
} catch (e) {
console.log("exception", e);
}
console.log("out");
}
function b() {
console.log("in");
try {
console.log("inner");
} catch (e) {
console.log("exception", e);
} finally {
console.log("fin");
}
conso... | {
"pile_set_name": "Github"
} |
//
//=======================================================================
// Copyright 1997-2001 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* 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/. */
// This is a testing PKCS #11 modu... | {
"pile_set_name": "Github"
} |
open Flx_bid
(* Constructors for name maps *)
type entry_kind_t = {
base_sym : bid_t;
spec_vs : Flx_kind.bvs_t;
sub_ts : Flx_btype.t list;
}
type entry_set_t =
FunctionEntry of entry_kind_t list
| NonFunctionEntry of entry_kind_t
type name_map_t = (string, entry_set_t) Hashtbl.t
val map_entry :
(bid_t... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2015-2016 The Bitcoin Core developers
# Copyright (c) 2019 The Blocknet developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
bin_PROGRAMS += bench/bench_blocknet
BENCH_SRCDIR = bench
BENCH_BINARY = bench/benc... | {
"pile_set_name": "Github"
} |
1{caret}
| {
"pile_set_name": "Github"
} |
var searchData=
[
['mask',['mask',['../struct_gpio_pin_map__t.html#ae536f3cb3d17ec0d5ac42826c43c05f6',1,'GpioPinMap_t']]],
['miso_5flevel',['MISO_LEVEL',['../group__soft_s_p_i.html#gad26f209553f49afaa7cc789af2446ea6',1,'SoftSPI.h']]],
['miso_5fmode',['MISO_MODE',['../group__soft_s_p_i.html#ga4f2c19a684a848b1e3b08... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 Igalia S.L.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library i... | {
"pile_set_name": "Github"
} |
{% extends 'reports/filters/base.html' %}
{% load i18n %}
{% load hq_shared_tags %}
{% block filter_content %}
<div class="xpath-instructions">
<p>{% trans "Filter your cases by entering a search query in the box below." %}</p>
</div>
<div class="report-filter-xpath-textarea" data-suggestions="{{ suggestions ... | {
"pile_set_name": "Github"
} |
@import '../../style/mixins/index';
// mixins for grid system
// ------------------------
.make-row(@gutter: @grid-gutter-width) {
position: relative;
height: auto;
margin-right: (@gutter / -2);
margin-left: (@gutter / -2);
.clearfix;
}
.make-grid-columns() {
.col(@index) {
@item: ~'.@{ant-prefix}-col... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2015 Luca Piccioni
//
// 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 License, or
// (at your option) any later version.
//
// This program is distri... | {
"pile_set_name": "Github"
} |
package com.github.scribejava.apis;
import com.github.scribejava.core.builder.api.DefaultApi10a;
/**
* OAuth API for Flickr.
*
* @see <a href="http://www.flickr.com/services/api/">Flickr API</a>
*/
public class FlickrApi extends DefaultApi10a {
private static final String AUTHORIZE_URL = "https://www.flickr.... | {
"pile_set_name": "Github"
} |
let s:method = 'textDocument/references'
function! langserver#references#transform_reply(message) abort
" {'bufnr': bufnr('%'), 'lnum': 2, 'col': 8, 'text': 'Testing...', 'type': 'W'},
let l:location_list = []
for l:location in a:message
let l:loc_bufnr = bufnr(langserver#util#get_filename(langserver#util#g... | {
"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.
// Package gensupport is an internal implementation detail used by code
// generated by the google-api-go-generator tool.
//
// This package may be modified at ... | {
"pile_set_name": "Github"
} |
<pre><code class='language-python'>### SOLUTION
def calc_row_value(input_string):
"""args:
input_string (str): an input string
returns:
letter_prod (int): the fancy row value.
"""
if type(input_string) != type("foo"):
raise ValueError("input_string must be a string!... | {
"pile_set_name": "Github"
} |
package swagger
import (
"encoding/json"
"testing"
)
func TestModelList(t *testing.T) {
m := Model{}
m.Id = "m"
l := ModelList{}
l.Put("m", m)
k, ok := l.At("m")
if !ok {
t.Error("want model back")
}
if got, want := k.Id, "m"; got != want {
t.Errorf("got %v want %v", got, want)
}
}
func TestModelList_... | {
"pile_set_name": "Github"
} |
// Copyright 2013 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 ocsp parses OCSP responses as specified in RFC 2560. OCSP responses
// are signed messages attesting to the validity of a certificate for a small
// ... | {
"pile_set_name": "Github"
} |
#region License and copyright notice
/*
* Kaliko Content Management System
*
* Copyright (c) Fredrik Schultz
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General public
* License as published by the Free Software Foundation; either
* version... | {
"pile_set_name": "Github"
} |
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class RChemometrics(RPackage):
"""R companion to the book "Introduction to Multivariate Statisti... | {
"pile_set_name": "Github"
} |
/**
* \file
*
* \brief Instance description for SERCOM0
*
* Copyright (c) 2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
# Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license
global:
type: color
category: text-color
cssProperties:
- color
- fill
imports:
- ../../aliases/colors.yml
- ../../aliases/color-palettes.yml
props:
COLOR_TEXT_INPUT... | {
"pile_set_name": "Github"
} |
################################################################################
#
# xapp_xedit
#
################################################################################
XAPP_XEDIT_VERSION = 1.2.2
XAPP_XEDIT_SOURCE = xedit-$(XAPP_XEDIT_VERSION).tar.bz2
XAPP_XEDIT_SITE = http://xorg.freedesktop.org/releases/in... | {
"pile_set_name": "Github"
} |
<?php
/**
* @author Adam (charrondev) Charron <adam.c@vanillaforums.com>
* @copyright 2009-2019 Vanilla Forums Inc.
* @license GPL-2.0-only
*/
namespace Vanilla\Formatting\Quill\Blots\Embeds;
use Vanilla\Formatting\Quill\Blots\AbstractBlot;
/**
* Base class for creating inline content a value that goes beyond a... | {
"pile_set_name": "Github"
} |
/* $NetBSD: divrem.m4,v 1.5 1996/10/17 04:26:25 cgd Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Chris G. Demetriou
*
* Permission to use, copy, modify and distribute this software and
* its documentation is hereby granted, provided that both the copyrig... | {
"pile_set_name": "Github"
} |
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: kubehunterreports.aquasecurity.github.io
labels:
app.kubernetes.io/managed-by: starboard
spec:
group: aquasecurity.github.io
versions:
- name: v1alpha1
served: true
storage: true
scope: Cluster
names:... | {
"pile_set_name": "Github"
} |
bind 127.0.0.1
protected-mode yes
port 0
tcp-backlog 511
unixsocket /tmp/redis.sock
unixsocketperm 700
timeout 0
tcp-keepalive 300
daemonize no
supervised no
pidfile /run/redis/redis.pid
loglevel notice
logfile /var/log/redis/redis.log
databases 16
always-show-logo yes
stop-writes-on-bgsave-error yes
rdbcompression yes... | {
"pile_set_name": "Github"
} |
========
llvmlite
========
:emphasis:`A lightweight LLVM-Python binding for writing JIT compilers`
llvmlite provides a Python binding to LLVM for use in Numba_. Numba
previously relied on llvmpy_.
Llvmpy became hard to maintain because:
* It has a cumbersome architecture.
* The C++11 requirement of recent LLVM vers... | {
"pile_set_name": "Github"
} |
/*
* cocos2d for iPhone: http://www.cocos2d-iphone.org
*
* Copyright (c) 2009 Lam Pham
*
* Copyright (c) 2012 Ricardo Quesada
*
* 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 withou... | {
"pile_set_name": "Github"
} |
$(function () {
docsMenu('docH2');
if (document.getElementById('docNav')) {
document.getElementById('toggleCode').onclick = function () {
toggleDoc('hideCode');
};
document.getElementById('toggleDesignNotes').onclick = function () {
toggleDoc('hideDesigNotes');
};
}
// showViewPo... | {
"pile_set_name": "Github"
} |
// Generated from definition io.k8s.api.core.v1.HostPathVolumeSource
/// Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.
#[derive(Clone, Debug, Default, PartialEq)]
pub struct HostPathVolumeSource {
/// Path of the directory on the host. If the... | {
"pile_set_name": "Github"
} |
#!/bin/sh
#
# An example hook script to check the commit log message.
# Called by "git commit" with one argument, the name of the file
# that has the commit message. The hook should exit with non-zero
# status after issuing an appropriate message if it wants to stop the
# commit. The hook is allowed to edit the commi... | {
"pile_set_name": "Github"
} |
{
"name": "Core Rager",
"baseManaCost": 4,
"type": "MINION",
"baseAttack": 4,
"baseHp": 4,
"heroClass": "HUNTER",
"rarity": "RARE",
"race": "BEAST",
"description": "Battlecry: If your hand is empty, gain +3/+3.",
"battlecry": {
"spell": {
"class": "BuffSpell",
"target": "SELF",
"attackBonus": 3,
... | {
"pile_set_name": "Github"
} |
defmodule VutuvWeb.Api.UserView do
use VutuvWeb, :view
alias VutuvWeb.Api.UserView
def render("index.json", %{users: users}) do
%{data: render_many(users, UserView, "user.json")}
end
def render("show.json", %{user: user}) do
%{data: render_one(user, UserView, "user.json")}
end
def render("user... | {
"pile_set_name": "Github"
} |
#import "MBEMathUtilities.h"
float random_float(float min, float max)
{
return min + (arc4random() / (float)UINT32_MAX) * (max - min);
}
vector_float3 vector_orthogonal(vector_float3 v)
{
// This algorithm is due to Sam Hocevar.
return fabs(v.x) > fabs(v.z) ? (vector_float3){ -v.y, v.x, 0.0 } : (vector_fl... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/kube-apiserver-ppc64le:v1.19.0-alpha.0
| {
"pile_set_name": "Github"
} |
#include <dae.h>
#include <dae/daeDom.h>
#include <1.5/dom/domRigid_constraint.h>
#include <dae/daeMetaCMPolicy.h>
#include <dae/daeMetaSequence.h>
#include <dae/daeMetaChoice.h>
#include <dae/daeMetaGroup.h>
#include <dae/daeMetaAny.h>
#include <dae/daeMetaElementAttribute.h>
namespace ColladaDOM150 {
daeElementRef
... | {
"pile_set_name": "Github"
} |
/*****************************************************************
|
| Platinum - Managed Http
|
| Copyright (c) 2004-2010, Plutinosoft, LLC.
| All rights reserved.
| http://www.plutinosoft.com
|
| This program is free software; you can redistribute it and/or
| modify it under the terms of the GNU General Public Lice... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIICsjCCAZqgAwIBAQIUAxjGgr6mX2stQfhj9JzCCTVX6UMwDQYJKoZIhvcNAQEL
BQAwDTELMAkGA1UEAwwCY2EwIhgPMjAxODExMjcwMDAwMDBaGA8yMDIxMDIwNDAw
MDAwMFowFTETMBEGA1UEAwwKZWUtdjItbm9CQzCCASIwDQYJKoZIhvcNAQEBBQAD
ggEPADCCAQoCggEBALqIUahEjhbWQf1utogGNhA9PBPZ6uQ1SrTs9WhXbCR7wccl
qODYH72xnAabbhqG8mvir1p1a2pkcQh6... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2007-2017 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* This file is part of Pydio.
*
* Pydio is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, o... | {
"pile_set_name": "Github"
} |
{
"name": "JPVideoPlayer",
"version": "3.0.8",
"summary": "Automatic play video in UITableView like Weibo home page in main thread and never block main thread.",
"description": "This library provides an video player with cache support in UITableView.Cache video data at playingHandle play or stop video in mian-t... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the HTML sanitizer project.
*
* (c) Titouan Galopin <galopintitouan@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace HtmlSanitizer\Visitor;
use HtmlSanitizer\Model\Cursor;
use ... | {
"pile_set_name": "Github"
} |
<?php
$base = realpath(dirname(__FILE__) . DIRECTORY_SEPARATOR . '..');
use PHPUnit\Framework\TestCase;
require_once(join(DIRECTORY_SEPARATOR, array($base, 'src', 'Cloudinary.php')));
class ConfigTest extends TestCase
{
public function test_config_nested_values()
{
\Cloudinary::config_from_url('cloud... | {
"pile_set_name": "Github"
} |
《Go名库讲解》
===========================
随着 Go 语言的快速发展,各类实用、强大的官方库和第三方库层出不穷。但种类繁多与功能强大的同时,也给不少初学者带来了许多选择和使用上的困扰。很多同学因为时间和精力上的限制,无法很好地体验这些数量庞大的库。因此,我特别制作本套教程,专门针对当中比较知名和受关注度较高的库进行基于 **博客、示例和视频** 的三位一体讲解。
### 基本信息
- **教程讲师**:[无闻](http://weibo.com/Obahua)
- **教程简介**:《Go名库讲解》是一套针对 Google 出品的 Go 语言的第三方库进行评测讲解的集博客、示例与语音视频为一体的... | {
"pile_set_name": "Github"
} |
#!/bin/bash
set -e
echo "This is travis-build.bash..."
echo "Installing the packages that CKAN requires..."
sudo apt-get update -qq
sudo apt-get install solr-jetty
echo "Installing CKAN and its Python dependencies..."
git clone https://github.com/ckan/ckan
cd ckan
if [ $CKANVERSION == 'master' ]
then
echo "CKAN ... | {
"pile_set_name": "Github"
} |
package filodb.prometheus.parse
import scala.util.parsing.combinator.{JavaTokenParsers, PackratParsers, RegexParsers}
import filodb.core.query.{ColumnFilter, Filter}
import filodb.prometheus.ast.{Expressions, TimeRangeParams, TimeStepParams}
import filodb.query._
object BaseParser {
val whiteSpace = "[ \t\r\f\n]+"... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<dt-example table-type="html-wide" table-class="display nowrap" order="2">
<css lib="datatables responsive">
div.container { max-width: 1200px }
</css>
<js lib="jquery datatables responsive">
<![CDATA[
$(document).ready(function() {
$('#example').DataTable( {
responsive: tr... | {
"pile_set_name": "Github"
} |
1
00:00:06,005 --> 00:00:08,925
NETFLIX オリジナルシリーズ
2
00:00:09,300 --> 00:00:10,510
やめてくれ
3
00:00:11,553 --> 00:00:12,220
押さえて
4
00:00:14,848 --> 00:00:15,807
放して!
5
00:00:18,184 --> 00:00:20,770
ヤバい 漏らしそう
6
00:00:22,522 --> 00:00:24,232
すごく屈辱的だ
7
00:00:26,276 --> 00:00:26,818
ウソ
8
00:00:40,248 --> 00:00:4... | {
"pile_set_name": "Github"
} |
#ifndef CALLBACK_BRIDGE_H
#define CALLBACK_BRIDGE_H
#include <vector>
#include <nan.h>
#include <algorithm>
#include <uv.h>
#define COMMA ,
template <typename T, typename L = void*>
class CallbackBridge {
public:
CallbackBridge(v8::Local<v8::Function>, bool);
virtual ~CallbackBridge();
// Executes the... | {
"pile_set_name": "Github"
} |
/**
* this prepares the JSON container for allocating SVG elements
* @param {Object} JSONcontainer
* @private
*/
export function prepareElements(JSONcontainer: any): void
/**
* this cleans up all the unused SVG elements. By asking for the parentNode, we only need to supply the JSON container from
* which to remo... | {
"pile_set_name": "Github"
} |
[[neo4j-client]]
= Neo4jClient
Spring Data Neo4j comes with a Neo4j Client, providing a thin layer on top of Neo4j's Java driver.
While the https://github.com/neo4j/neo4j-java-driver[plain Java driver] is a very versatile tool providing an asynchronous API in addition to the imperative and reactive versions, it doesn... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Copyright (c) 2000-2009 Josh Coalson -->
<!-- Copyright (c) 2011-2016 Xiph.Org Foundation -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the ter... | {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt... | {
"pile_set_name": "Github"
} |
import _ from 'lodash'
const emptyFunny = [
'Looks like you don’t have any queries. Be a lot cooler if you did!',
'Create a query. Go on!',
'Create a query. Have fun!',
]
export const emptyGraphCopy = _.sample(emptyFunny)
| {
"pile_set_name": "Github"
} |
Instruction
| {
"pile_set_name": "Github"
} |
#include <bits/stdc++.h>
using namespace std;
char s[512];
struct cmp {
bool operator() (const pair<int, int> &a, const pair<int, int> &b) const {
for (int i = 0; i < a.second && i < b.second; i++) {
if (s[a.first+i] != s[b.first+i])
return s[a.first+i] < s[b.first+i];
}
return a.second < b.second;
}
};... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser on iPhone OS 3.0
Image: /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport
*/
@interface PXSlideMaster : NSObject
{
}
+ (id)readFromPackagePart:(id)arg1 presentationState:(id)arg2;
+ (void)readTextStylesFromNode:(struct _xmlNode { void *x1; NSInteger x2; char *... | {
"pile_set_name": "Github"
} |
DataverseUse test
TypeDecl MyRecordNestedOpen [
open RecordType {
id : integer,
kwds : string,
line1 : line,
line2 : line,
poly1 : polygon,
poly2 : polygon,
rec : rectangle
}
]
TypeDecl MyRecordOpen [
closed RecordType {
nested : MyRecordNestedOpen
}
]
DatasetDecl MyData1(MyRecor... | {
"pile_set_name": "Github"
} |
{
"test": {
"data_pars": {
"train": true,
"uri_type": "csv",
"data_path": "../mlmodels/dataset/tabular/titanic_train_preprocessed.csv",
"col_target": "Survived"
},
"model_pars": {
"model_type": "tabular",
... | {
"pile_set_name": "Github"
} |
curl -u 'ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:your_auth_token' \
-X POST https://preview.twilio.com/DeployedDevices/Fleets/FLXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Certificates \
-d 'DeviceSid=THXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' \
-d 'FriendlyName=Woody' \
--data-urlencode CertificateData@cert-file.pem
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.