text stringlengths 2 99.9k | meta dict |
|---|---|
/*
*
* Copyright 2018 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"
} |
/**
* Created by wangdi on 22/11/16.
*/
'use strict';
import React, {Component} from 'react';
import {StyleSheet, Platform, View, Text, Image} from 'react-native';
import TabNavigator from 'react-native-tab-navigator';
import HomeFragment from './HomeTab/index';
import DiscoveryFragment from './DiscoveryTab/index';
... | {
"pile_set_name": "Github"
} |
rule m2318_6335a008d9bb0912
{
meta:
copyright="Copyright (c) 2014-2018 Support Intelligence Inc, All Rights Reserved."
engine="saphire/1.3.1 divinorum/0.998 icewater/0.4"
viz_url="http://icewater.io/en/cluster/query?h64=m2318.6335a008d9bb0912"
cluster="m2318.6335a008d9bb0912"
cluster_size=... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<!--
Copyright 2010 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<!--
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Closure Unit Tests - goog.ui.Select... | {
"pile_set_name": "Github"
} |
/*
** $Id: loadlib.c,v 1.130 2017/01/12 17:14:26 roberto Exp $
** Dynamic library loader for Lua
** See Copyright Notice in lua.h
**
** This module contains an implementation of loadlib for Unix systems
** that have dlfcn, an implementation for Windows, and a stub for other
** systems.
*/
#define loadlib_c
#define LUA... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
... | {
"pile_set_name": "Github"
} |
package com.robotium.solo;
import junit.framework.Assert;
import android.app.Activity;
import android.app.ActivityManager;
/**
* Contains assert methods examples are assertActivity() and assertLowMemory().
*
* @author Renas Reda, renas.reda@robotium.com
*
*/
class Asserter {
private final ActivityUtils activi... | {
"pile_set_name": "Github"
} |
<?php
/**
* User Dashboard Privacy administration panel.
*
* @package WordPress
* @subpackage Administration
* @since 4.9.0
*/
/** Load WordPress Administration Bootstrap */
require_once( dirname( __FILE__ ) . '/admin.php' );
require( ABSPATH . 'wp-admin/privacy.php' );
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
source="${BASH_SOURCE[0]}"
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
base_uri='https://netcorenativeassets.blob.core.windows.net/resource-packages/external'
install_directory=''
clean=false
force=false
download_retries=5
retry_wait_time_seconds=30
global_json_file="$(dirname "$(dirna... | {
"pile_set_name": "Github"
} |
// AMAZON CONFIDENTIAL
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, b... | {
"pile_set_name": "Github"
} |
# Self-signed certificates
openssl genrsa -out cert.key 2048
openssl req -new -x509 -sha256 -key cert.key -out cert.crt -days 3650
For the common name, please type the following FQDN:
api.company.com
| {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2016 The LibrePilot Project
* Contact: http://www.librepilot.org
*
* This file is part of LibrePilot GCS.
*
* LibrePilot GCS 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"
} |
package com.vimeo.sample_java_model;
import com.google.gson.annotations.SerializedName;
import com.vimeo.stag.UseStag;
@UseStag
public class ExternalModel1 {
@SerializedName("field1")
public String mField1;
@SerializedName("genericField")
public ExternalModelGeneric<String> mGenericField;
publi... | {
"pile_set_name": "Github"
} |
/*
* Copyright © 2016 Intel Corporation
*
* 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, merge, pub... | {
"pile_set_name": "Github"
} |
// weak_alias_test_main.cc -- test weak aliases for gold
// Copyright (C) 2008-2020 Free Software Foundation, Inc.
// Written by Ian Lance Taylor <iant@google.com>.
// This file is part of gold.
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public Li... | {
"pile_set_name": "Github"
} |
.. _index:
plydata
=======
plydata is a library that provides a grammar for data manipulation.
The grammar consists of verbs that can be applied to pandas
dataframes or database tables. It is based on the R packages
`dplyr`_, `tidyr`_ and `forcats`_. plydata uses the ``>>`` operator
as a pipe symbol, alternatively the... | {
"pile_set_name": "Github"
} |
# include _STLP_NATIVE_OLD_STREAMS_HEADER(fstream.h)
# if defined (_STLP_USE_NAMESPACES) && ! defined (_STLP_BROKEN_USING_DIRECTIVE)
_STLP_BEGIN_NAMESPACE
# include <using/h/fstream.h>
_STLP_END_NAMESPACE
# endif /* _STLP_OWN_NAMESPACE */
| {
"pile_set_name": "Github"
} |
# $FreeBSD$
PORTNAME= rrd-ffi
PORTVERSION= 0.2.14
PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= robak@FreeBSD.org
COMMENT= Ruby bindings for RRD functions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rrdtool:databases/rrdtool \
rubygem-activesupport4>=0:devel/rubygem-acti... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
'use strict';
var ArgumentParser = require('../lib/argparse').ArgumentParser;
var args;
var parent_parser = new ArgumentParser({ addHelp: false });
// note addHelp:false to prevent duplication of the -h option
parent_parser.addArgument(
['--parent'],
{ type: 'int', description: 'parent' }
);
... | {
"pile_set_name": "Github"
} |
---
blog: 'http://hhvm.com/blog'
facebook: 'https://code.facebook.com/projects'
github: facebook/hhvm
logohandle: hacklang
sort: hacklang
title: Hack
twitter: hacklang
website: 'https://hacklang.org/'
---
| {
"pile_set_name": "Github"
} |
/*
Copyright 2019 New Vector Ltd
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, softwar... | {
"pile_set_name": "Github"
} |
export default interface ILanguage {
id: number;
name: string;
description: string;
repos: number[];
reposCount: number;
}
| {
"pile_set_name": "Github"
} |
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free Software Foundation ... | {
"pile_set_name": "Github"
} |
<?php
/**
* 2007-2016 [PagSeguro Internet Ltda.]
*
* NOTICE OF LICENSE
*
* 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 req... | {
"pile_set_name": "Github"
} |
// Package apitypes declares types common to the API client and server.
package apitypes
import (
"fmt"
)
// ErrorFields represents the fields of an ErrorObj
type ErrorFields = map[string]interface{}
// ErrorObj represents an API error object
type ErrorObj struct {
// Identifies the kind of error.
Kind string `js... | {
"pile_set_name": "Github"
} |
.class public final enum Lcom/facebook/share/internal/OpenGraphMessageDialogFeature;
.super Ljava/lang/Enum;
# interfaces
.implements Lcom/facebook/internal/DialogFeature;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum",
"<",
"Lcom/facebook/share... | {
"pile_set_name": "Github"
} |
var baseAssignValue = require('./_baseAssignValue'),
eq = require('./eq');
/**
* This function is like `assignValue` except that it doesn't assign
* `undefined` values.
*
* @private
* @param {Object} object The object to modify.
* @param {string} key The key of the property to assign.
* @param {*} value The... | {
"pile_set_name": "Github"
} |
<?php
/*************************************************************************************
* cil.php
* --------
* Author: Marcus Griep (neoeinstein+GeSHi@gmail.com)
* Copyright: (c) 2007 Marcus Griep (http://www.xpdm.us)
* Release Version: 1.0.8.12
* Date Started: 2007/10/24
*
* CIL (Common Intermediate Langu... | {
"pile_set_name": "Github"
} |
modelInfo <- list(label = "Maximum Uncertainty Linear Discriminant Analysis",
library = "HiDimDA",
loop = NULL,
type = c('Classification'),
parameters = data.frame(parameter = c('parameter'),
class = c("cha... | {
"pile_set_name": "Github"
} |
//Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc.
//Distributed under the Boost Software License, Version 1.0. (See accompanying
//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef UUID_1A590226753311DD9E4CCF6156D89593
#define UUID_1A590226753311DD9E4CCF6156D89593
... | {
"pile_set_name": "Github"
} |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = reduceRight;
var _reduce = require('./reduce');
var _reduce2 = _interopRequireDefault(_reduce);
var _slice = require('./internal/slice');
var _slice2 = _interopRequireDefault(_slice);
function _interopRequireDefault(o... | {
"pile_set_name": "Github"
} |
/**
* @file
*
* AutoIP Automatic LinkLocal IP Configuration
*/
/*
*
* Copyright (c) 2007 Dominik Spies <kontakt@dspies.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redis... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>NEJ实例 - Form表单控件</title>
<meta charset="utf-8" />
<style>
.js-invalid{border:1px solid #f00;}
</style>
<script>
function log(m){
var p = document.createElement('p');
p.innerHTML = m;
document.body.appendChild(p);
... | {
"pile_set_name": "Github"
} |
/* Window Picker */
// Window picker
.window-picker {
// Space between window thumbnails
@if $version >= 3.38 {
spacing: 8px;
} @else {
-horizontal-spacing: 16px;
-vertical-spacing: 16px;
}
// Padding for container around window thumbnails
padding: 0 16px 32px;
&.external-monitor {
padd... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>com.bj58.spat</groupId>
<artifactId>argo-... | {
"pile_set_name": "Github"
} |
# Front-End Daily Challenges
See demo on Codepen: https://codepen.io/comehope/pens/public/
Watch interactive screencast on Scrimba: https://scrimba.com/playlist/pEgDAM
Read annotated source on Segmentfault(zh-cn): https://segmentfault.com/blog/comehope
### License
This work is licensed under a [Creative Commons At... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002-2012 Alibaba Group Holding Limited.
* All rights reserved.
*
* 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/LICENS... | {
"pile_set_name": "Github"
} |
/*
* GET home page.
*/
exports.index = function(req, res){
res.render('index', { title: 'Home' });
}; | {
"pile_set_name": "Github"
} |
<?php
/**
* TestLink Open Source Project - http://testlink.sourceforge.net/
* This script is distributed under the GNU General Public License 2 or later.
*
* Filename $RCSfile: clientGetTestCasesIDByName.php,v $
*
* @version $Revision: 1.3 $
* @modified $Date: 2009/11/28 15:45:48 $ by $Author: franciscom $
* @... | {
"pile_set_name": "Github"
} |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
su_Latn{
}
| {
"pile_set_name": "Github"
} |
; RUN: opt -instcombine-lower-dbg-declare=0 < %s -instcombine -S | FileCheck %s
; RUN: opt -instcombine-lower-dbg-declare=1 < %s -instcombine -S | FileCheck %s
define i32 @foo(i32 %j) #0 !dbg !7 {
entry:
%j.addr = alloca i32, align 4
store i32 %j, i32* %j.addr, align 4
call void @llvm.dbg.declare(metadata i32* %... | {
"pile_set_name": "Github"
} |
// This is a generated file, modify: generate/templates/templates/class_content.cc
#include <nan.h>
#include <string.h>
extern "C" {
#include <git2.h>
}
#include "../include/nodegit.h"
#include "../include/lock_master.h"
#include "../include/functions/copy.h"
#include "../include/config.h"
#include "nodegit_wrapp... | {
"pile_set_name": "Github"
} |
add_library(librados_impl STATIC
IoCtxImpl.cc
RadosXattrIter.cc
RadosClient.cc
librados_util.cc
librados_tp.cc)
# C/C++ API
add_library(librados ${CEPH_SHARED}
librados_c.cc
librados_cxx.cc
$<TARGET_OBJECTS:common_buffer_obj>)
if(ENABLE_SHARED)
set_target_properties(librados PROPERTIES
OUTPUT_NAM... | {
"pile_set_name": "Github"
} |
describe "Spotify::API" do
let(:playlist) { double }
describe "#playlist_get_image" do
let(:image_id) { "v\xE5\xAA\xD3F\xF8\xEE4G\xA1.D\x9C\x85 \xC5\xFD\x80]\x99".force_encoding(Encoding::BINARY) }
it "returns the image ID if playlist has an image" do
expect(api).to receive(:sp_playlist_get_image) d... | {
"pile_set_name": "Github"
} |
//
// Carousel
// --------------------------------------------------
// Wrapper for the slide container and indicators
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
> .item {
display: none;
position: relative;
.transition(.6s ease-in-out... | {
"pile_set_name": "Github"
} |
/*<FILE_LICENSE>
* Azos (A to Z Application Operating System) Framework
* The A to Z Foundation (a.k.a. Azist) licenses this file to you under the MIT license.
* See the LICENSE file in the project root for more information.
</FILE_LICENSE>*/
using System;
using System.Text;
using System.Reflection;
using Azos.Glue... | {
"pile_set_name": "Github"
} |
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===--------------------------... | {
"pile_set_name": "Github"
} |
/* BEGIN CSTYLED */
/*
** $Id: lzio.c,v 1.35.1.1 2013/04/12 18:48:47 roberto Exp $
** Buffered streams
** See Copyright Notice in lua.h
*/
#define lzio_c
#define LUA_CORE
#include <sys/lua/lua.h>
#include "llimits.h"
#include "lmem.h"
#include "lstate.h"
#include "lzio.h"
int luaZ_fill (ZIO *z) {
size_t size;
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="../base.css">
</head>
<body>
</body>
</html>
| {
"pile_set_name": "Github"
} |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
******************************************************************************
*
* Copyright (C) 1999-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*
***********... | {
"pile_set_name": "Github"
} |
package org.jcodec.codecs.wav;
import org.jcodec.api.UnhandledStateException;
import org.jcodec.common.AudioFormat;
import org.jcodec.common.JCodecUtil2;
import org.jcodec.common.io.IOUtils;
import org.jcodec.common.io.NIOUtils;
import org.jcodec.common.model.ChannelLabel;
import java.io.File;
import java.io.IOExcepti... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The LUCI 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... | {
"pile_set_name": "Github"
} |
//: generics/Holder3.java
public class Holder3<T> {
private T a;
public Holder3(T a) { this.a = a; }
public void set(T a) { this.a = a; }
public T get() { return a; }
public static void main(String[] args) {
Holder3<Automobile> h3 =
new Holder3<Automobile>(new Automobile());
Automobile a = h3.g... | {
"pile_set_name": "Github"
} |
/**
* @fileoverview default UI
* @author NHN FE Development Lab <dl_javascript@nhn.com>
*/
import css from 'tui-code-snippet/domUtil/css';
import addClass from 'tui-code-snippet/domUtil/addClass';
import removeClass from 'tui-code-snippet/domUtil/removeClass';
import DefaultToolbar from './defaultToolbar';
import T... | {
"pile_set_name": "Github"
} |
import org.checkerframework.dataflow.qual.Pure;
import org.checkerframework.framework.test.*;
import org.checkerframework.framework.testchecker.util.*;
/** Various tests for annotation aliasing. */
class AnnotationAliasing {
String f1, f2, f3;
@Pure
int pure1() {
return 1;
};
@org.jmlspe... | {
"pile_set_name": "Github"
} |
/**
* @file oglplus/gl.hpp
* @brief Includes GL3/gl3.h and disables gl.h/glext.h
*
* @author Matus Chochlik
*
* Copyright 2010-2014 Matus Chochlik. Distributed under the Boost
* Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#p... | {
"pile_set_name": "Github"
} |
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "The Root Schema",
"description": "The hemtt.json or hemtt.toml file is used to configure your HEMTT Project. All examples are done using JSON, but both files support every feature of HEMTT. hemtt.toml will be used if both files ... | {
"pile_set_name": "Github"
} |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... | {
"pile_set_name": "Github"
} |
<!--$Id: frame.so,v 10.9 2006/10/05 01:06:03 bostic Exp $-->
<html>
<head>
<title>
Berkeley DB API (Version: 4.7.25)
</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,t... | {
"pile_set_name": "Github"
} |
(*
Copyright Florian Hatat, Tom Hirschowitz, Pierre Hyvernat,
Pierre-Etienne Meunier, Christophe Raffalli, Guillaume Theyssier 2012.
This file is part of Patoline.
Patoline 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... | {
"pile_set_name": "Github"
} |
// Copyright 2009 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 amd64,dragonfly
package unix
import (
"syscall"
"unsafe"
)
func Getpagesize() int { return 4096 }
func TimespecToNsec(ts Timespec) int64 { retur... | {
"pile_set_name": "Github"
} |
{
"name": "octavian",
"version": "2.2.0",
"description": "A set of utilities for working with musical notes, frequencies, and chords",
"repository": "https://github.com/stevekinney/octavian",
"main": "build/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel lib -d build",
"te... | {
"pile_set_name": "Github"
} |
# Branch for B-tree/B+tree experiments
| {
"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"
} |
#!/bin/sh /etc/rc.common
# Copyright (C) 2012 OpenWrt.org
START=97
USE_PROCD=1
EXTRA_COMMANDS="dslstat lucistat"
EXTRA_HELP=" dslstat Get DSL status information
lucistat Get status information in lua friendly format"
. /lib/functions/lantiq_dsl.sh
#
# ITU-T G.997.1 (06/2012) - Section 7.3.1.1.1 (xTU transmission s... | {
"pile_set_name": "Github"
} |
/**
* SHPParser - parse ESRI ShapeFiles containing PolyLines */
// Written by James Turner, started 2013.
//
// Copyright (C) 2013 James Turner <zakalawe@mac.com>
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the F... | {
"pile_set_name": "Github"
} |
var searchData=
[
['pan',['Pan',['../classcom_1_1ab_1_1view_1_1chart_1_1_pan.html',1,'com::ab::view::chart']]],
['panlistener',['PanListener',['../interfacecom_1_1ab_1_1view_1_1chart_1_1_pan_listener.html',1,'com::ab::view::chart']]],
['performclick',['PerformClick',['../classcom_1_1ab_1_1view_1_1pullview_1_1_ab_... | {
"pile_set_name": "Github"
} |
#!/bin/sh
set -e
echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
install_framework()
{
if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
local source="${BUILT_PRO... | {
"pile_set_name": "Github"
} |
{% extends "basic/layout.html" %}
{% block header %}
<!--
Seriously, do not take this serious. It works though :)
-->
{{ super() }}
{% if pagename == 'index' %}
<div class=indexwrapper>
{% endif %}
{% endblock %}
{% block footer %}
{% if pagename == 'index' %}
</div>
{% endif %}
{% endblock %}
... | {
"pile_set_name": "Github"
} |
//
// Component animations
// --------------------------------------------------
// Heads up!
//
// We don't use the `.opacity()` mixin here since it causes a bug with text
// fields in IE7-8. Source: https://github.com/twitter/bootstrap/pull/3552.
.fade {
opacity: 0;
.transition(opacity .15s linear);
&.in {
... | {
"pile_set_name": "Github"
} |
# $NetBSD: Makefile,v 1.5 2020/05/10 04:31:40 markd Exp $
DISTNAME= ccicons
PKGNAME= tex-${DISTNAME}-1.6
PKGREVISION= 1
TEXLIVE_REV= 45646
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/ccicons
COMMENT= LaTeX support for Creative Commons icons
LICENSE= lppl-1.3c
TEX_MAP_FILES+= ccicons.map
TEXLI... | {
"pile_set_name": "Github"
} |
import { timer, Observable } from "rxjs";
import { delayWhen, retryWhen, scan } from "rxjs/operators";
export const retryWithLinearBackoff = <A>({
delay = 500,
maxRetries = 5,
maxDelay = 2000,
} = {}) => (source: Observable<A>) =>
source.pipe(
retryWhen((errors) =>
errors.pipe(
scan((count, e... | {
"pile_set_name": "Github"
} |
'''
Exceptions used by synapse, all inheriting from SynErr
'''
class SynErr(Exception):
def __init__(self, *args, **info):
self.errinfo = info
Exception.__init__(self, self._getExcMsg())
def _getExcMsg(self):
props = sorted(self.errinfo.items())
displ = ' '.join(['%s=%r' % (p,... | {
"pile_set_name": "Github"
} |
// This file is part of Sophus.
//
// Copyright 2013 Hauke Strasdat
//
// 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 u... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2016 Google Inc. All Rights Reserved.
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
... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
5D1A78C521E1AC02004E89AB /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D1A78BD21E1AC02004E89AB /* Constants.swift */; };
5D1A78C621E1AC02004E89AB /* CBService+LightBlue.swif... | {
"pile_set_name": "Github"
} |
import tests.model_control.test_ozone_custom_models_enabled as testmod
testmod.build_model( ['Integration'] , ['ConstantTrend'] , ['Seasonal_WeekOfYear'] , ['NoAR'] ); | {
"pile_set_name": "Github"
} |
apiVersion: v1
kind: ConfigMap
metadata:
name: label_namespace
annotations:
config.kubernetes.io/function: |-
container:
image: gcr.io/kpt-functions/label-namespace@sha256:4f030738d6d25a207641ca517916431517578bd0eb8d98a8bde04e3bb9315dcd
data:
label_name: my-ns-name
label_value: function-test
| {
"pile_set_name": "Github"
} |
owner = SOV
controller = SOV
add_core = SOV
naval_base = 1
infra = 3
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: b424f0034cb7940e68d26278fd530ea9
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/*
* A battery of tests to help us read a series of uints
*/
var mod_ctype = require('../../../ctio.js');
var ASSERT = require('assert');
/*
* We need to check the following things:
* - We are correctly resolving big endian (doesn't mean anything for 8 bit)
* - Correctly resolving little endian (doesn't mean a... | {
"pile_set_name": "Github"
} |
/*
$Id: types.h 231 2011-06-27 13:46:19Z marc.noirot $
FLV Metadata updater
Copyright (C) 2007-2012 Marc Noirot <marc.noirot AT gmail.com>
This file is part of FLVMeta.
FLVMeta is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as pub... | {
"pile_set_name": "Github"
} |
# CVS $Revision$ $Author$ -- Fri Oct 19 20:16:09 2012 -- reformated by prettylst.pl v1.39 (build 15052)
SOURCELONG:Rise of the Runelords - Chapter 1: Burnt Offerings SOURCESHORT:PF1 SOURCEWEB:http://paizo.com/pathfinder/v5748btpy7zkr SOURCEDATE:2007-08
STARTPACK:NPC (Goblin Warchanter) TYPE:NPC VISIBLE:QUALIFY EQUIPBU... | {
"pile_set_name": "Github"
} |
import 'package:flutter/scheduler.dart';
import 'package:widget_maker_2_0/material.dart';
import 'decoration.dart';
class NumberChanger extends StatefulWidget {
NumberChanger({Key key, this.name, this.onUpdate,
this.value, this.allowNegative = true, this.showDescription = true, this.updateEveryChange = false,
... | {
"pile_set_name": "Github"
} |
import Main from '@/views/front/Main'
import Index from '@/views/front/home/Index'
import LessonIndex from '@/views/front/lesson/Index'
import LessonShow from '@/views/front/lesson/Show'
import Video from '@/views/front/video/Show'
import VideoIndex from '@/views/front/video/Index'
import System from '@/views/front/sys... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1998, 1999, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
/**
* League theme for reveal.js.
*
* This was the default theme pre-3.0.0.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
// Default mixins and settings -----------------
@import "../template/mixins";
@import "../template/settings";
// ---------------------------------------------
// Includ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/
i... | {
"pile_set_name": "Github"
} |
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_plaf_MenuItemUI__
#define __javax_swing_plaf_MenuItemUI__
#pragma interface
#include <javax/swing/plaf/ButtonUI.h>
extern "Java"
{
namespace javax
{
namespace swing
{
namespace plaf
{
class MenuIte... | {
"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>Actions</key>
<array>
<dict>
<key>Image File</key>
<string>icon.png</string>
<key>Script Interpreter</key>
<string>/usr/bin/ruby... | {
"pile_set_name": "Github"
} |
/*
** © 2014 by Philipp Dunkel <pip@pipobscure.com>
** Licensed under MIT License.
*/
// constants from https://developer.apple.com/library/mac/documentation/Darwin/Reference/FSEvents_Ref/index.html#//apple_ref/doc/constant_group/FSEventStreamEventFlags
#ifndef kFSEventStreamEventFlagNone
#define kFSEventStreamEventFl... | {
"pile_set_name": "Github"
} |
# Tools for running distributed benchmarks.
licenses(["notice"]) # Apache 2.0
exports_files(["k8s_tensorflow.py"])
py_library(
name = "k8s_tensorflow_lib",
srcs = ["k8s_tensorflow_lib.py"],
srcs_version = "PY2AND3",
)
py_test(
name = "k8s_tensorflow_test",
srcs = ["k8s_tensorflow_test.py"],
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
* Version 2.0 (the 'License'). You may not use this file except in... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<reference>
<title>SSSD Manual pages</title>
<refentry>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="include/upstream.xml" />
<refmeta>
... | {
"pile_set_name": "Github"
} |
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
<info>
<contact:info
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
<contact:id>sh8013</contact:id>
<contact:authInfo>
<contact:pw>2fooBAR</contact:pw>
</contact:authInfo>
</contact:info>
</info>
... | {
"pile_set_name": "Github"
} |
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" tools:ignore="ExtraTranslation">
<plurals name="fui_error_weak_password"> <item quantity="one">La contraseña no es lo suficientemente segura. Usa al menos %1$d carácter y una combinación de letras y números... | {
"pile_set_name": "Github"
} |
#ifndef _LINUX_BYTEORDER_LITTLE_ENDIAN_H
#define _LINUX_BYTEORDER_LITTLE_ENDIAN_H
#ifndef __LITTLE_ENDIAN
#define __LITTLE_ENDIAN 1234
#endif
#ifndef __LITTLE_ENDIAN_BITFIELD
#define __LITTLE_ENDIAN_BITFIELD
#endif
#include <linux/types.h>
#include <linux/swab.h>
#define __constant_htonl(x) ((__be32)___constant_swab... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Fil... | {
"pile_set_name": "Github"
} |
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Klaus Klein.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
*... | {
"pile_set_name": "Github"
} |
<% if (typeof window !== 'undefined') console.error('ds4 icon not found: location-large') %>
<symbol id="icon-location-large" viewBox="0 0 16 16">
<g fill="#111820" fill-rule="nonzero">
<g transform="translate(5.5 4.5)">
<circle cx="2.3" cy="6.1" r="1" />
<path
d="M1.8 4.7c0-.6 0-1.1.3-1.4.4-.... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.