text
stringlengths
2
99.9k
meta
dict
// Copyright 2018 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 proto import ( "google.golang.org/protobuf/encoding/protowire" "google.golang.org/protobuf/internal/encoding/messageset" "google.golang.org/protobuf...
{ "pile_set_name": "Github" }
DROP TABLE users;
{ "pile_set_name": "Github" }
{ "ver": "1.0.5", "uuid": "ed81e44c-a175-4749-8d3e-5959802d61e9", "isPlugin": false, "loadPluginInWeb": true, "loadPluginInNative": true, "loadPluginInEditor": false, "subMetas": {} }
{ "pile_set_name": "Github" }
/* *Copyright (c) 2013-2013, yinqiwen <yinqiwen@gmail.com> *All rights reserved. * *Redistribution and use in source and binary forms, with or without *modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * ...
{ "pile_set_name": "Github" }
/* * SIMD-optimized pixel operations * * This file is part of FFmpeg. * * FFmpeg 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 2.1 of the License, or (at your option) any late...
{ "pile_set_name": "Github" }
[ { "type": "mapgen", "om_terrain": [ "mil_outpost_utlc" ], "//": "underground top left corner", "method": "json", "weight": 250, "object": { "fill_ter": "t_concrete_floor", "rows": [ "########################", "########################", "#################...
{ "pile_set_name": "Github" }
2
{ "pile_set_name": "Github" }
package com.sequenceiq.datalake.service.sdx; import java.util.List; import java.util.stream.Collectors; import javax.inject.Inject; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service; import org.springframework.util.Coll...
{ "pile_set_name": "Github" }
#!/bin/bash set -v if ! type wasm-pack > /dev/null; then echo "wasm-pack is not installed" cargo install wasm-pack fi if ! type basic-http-server > /dev/null; then echo "basic-http-server is not installed" cargo install basic-http-server fi
{ "pile_set_name": "Github" }
/** @file * * @authors Copyright (c) 2014-2017 Jaakko Keränen <jaakko.keranen@iki.fi> * * @par License * GPL: http://www.gnu.org/licenses/gpl.html * * <small>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 So...
{ "pile_set_name": "Github" }
import { EntryItem } from '../types/entries'; import { Pattern } from '../types/patterns'; export declare type TransformFunction<T> = (entry: EntryItem) => T; export interface IOptions<T = EntryItem> { /** * The current working directory in which to search. */ cwd: string; /** * The ...
{ "pile_set_name": "Github" }
-----------------------------------com.gen.test.model.SampleUnit.java----------------------------------- package com.gen.test.model; import java.io.Serializable; import javax.validation.constraints.NotNull; import com.fasterxml.jackson.annotation.JsonProperty; import org.apache.commons.lang.builder.EqualsBuilder; imp...
{ "pile_set_name": "Github" }
/******************************* GRID VIEW */ .l-grid-view { display: flex; flex-flow: column nowrap; overflow: auto; &__item { flex: 0 0 auto; + .l-grid-view__item { margin-top: $interiorMargin; } } body.desktop & { flex-flow: row wrap; &__item { he...
{ "pile_set_name": "Github" }
import textwrap from collections import OrderedDict from copy import deepcopy from django.core.management.base import BaseCommand import simplejson as json from corehq.apps.userreports.models import ( ReportConfiguration, StaticReportConfiguration, ) from corehq.apps.userreports.reports.filters import specs ...
{ "pile_set_name": "Github" }
# # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # # Copyright (c) 1997-2013 Oracle and/or its affiliates. All rights reserved. # # The contents of this file are subject to the terms of either the GNU # General Public License Version 2 only ("GPL") or the Common Development # and Distribution License("CDDL"...
{ "pile_set_name": "Github" }
<?php namespace W3TC; class Cdnfsd_Plugin_Admin { function run() { $c = Dispatcher::config(); $cdnfsd_engine = $c->get_string( 'cdnfsd.engine' ); // attach to actions without firing class loading at all without need if ( $cdnfsd_engine == 'cloudfront' ) { add_action( 'admin_print_scripts-performance_page_...
{ "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" }
/* * This file is part of Healpix_cxx. * * Healpix_cxx 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 option) any later version. * * Healpix_cxx is...
{ "pile_set_name": "Github" }
/*============================================================================= Copyright (c) 2001-2011 Joel de Guzman Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ====================================...
{ "pile_set_name": "Github" }
using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using CodeJam.PerfTests; using NUnit.Framework; namespace CodeJam { /// <summary> /// Estimates average cost of calls /// </summary> [TestFixture(Category = CompetitionHelpers.PerfTestCategory + ": Self-testi...
{ "pile_set_name": "Github" }
# Capítulo 9 - Objetos {:: encoding="utf-8" /} {footnotes-off} ## *[Objetos Literales](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)* Junto a las funciones, de las cuales hablaremos en el próximo capítulo, los objetos son la clave para dominar el JavaScript de hoy. I> **Pe...
{ "pile_set_name": "Github" }
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, i...
{ "pile_set_name": "Github" }
// // SPFavoritesImportProtocol.h // sequel-pro // // Created by Stuart Connolly (stuconnolly.com) on August 1, 2011. // Copyright (c) 2011 Stuart Connolly. All rights reserved. // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // ...
{ "pile_set_name": "Github" }
# ---- MAILSEND ---- FROM boky/alpine-bootstrap AS mailsend COPY install_mailsend.sh /tmp/ RUN chmod +x /tmp/install_mailsend.sh && /tmp/install_mailsend.sh # ---- TEST ---- FROM boky/alpine-bootstrap RUN apk add --no-cache bash bats COPY --from=mailsend /tmp/mailsend-go-dir/mailsend-go /usr/local/bin/mailsend WORKD...
{ "pile_set_name": "Github" }
/** * Adds `value` to `set`. * * @private * @param {Object} set The set to modify. * @param {*} value The value to add. * @returns {Object} Returns `set`. */ function addSetEntry(set, value) { // Don't return `set.add` because it's not chainable in IE 11. set.add(value); return set; } module.exports = add...
{ "pile_set_name": "Github" }
% Generated by roxygen2: do not edit by hand % Please edit documentation in R/print.summarytools.R \name{print.summarytools} \alias{print.summarytools} \title{print.summarytools} \usage{ \method{print}{summarytools}(x, method = "pander", file = "", append = FALSE, report.title = NA, table.classes = NA, bootstrap....
{ "pile_set_name": "Github" }
namespace OpenVIII.Kernel { /// <summary> /// Any ability a GF can learn. /// </summary> public interface IAbility { #region Properties /// <summary> /// AP Required to learn ability /// </summary> byte AP { get; } /// <summary> /// Descript...
{ "pile_set_name": "Github" }
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit */ #import <ChatKit/ChatKit-Structs.h> #import <ChatKit/XXUnknownSuperclass.h> @class FTCConnectionHandler; @interface CKClientComposeServer : XXUnknownSuperclass { @private xpc_connectio...
{ "pile_set_name": "Github" }
/* ------------------------------------------------------------------ * Copyright (C) 2008 PacketVideo * * 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/li...
{ "pile_set_name": "Github" }
reviewers: - bparees - gabemontero - jim-minter
{ "pile_set_name": "Github" }
57dabe976d5391bc47e296686db3b34cdd829e10
{ "pile_set_name": "Github" }
--- title: "LaTeX2Exp" author: "Stefano Meschiari" output: md_document: variant: markdown_github --- # latex2exp **latex2exp** is an R package that parses and converts LaTeX math formulas to R's [plotmath expressions](http://stat.ethz.ch/R-manual/R-patched/library/grDevices/html/plotmath.html). Plotmath expressi...
{ "pile_set_name": "Github" }
// // JSONModelError.h // // @version 0.13.0 // @author Marin Todorov, http://www.touch-code-magazine.com // // Copyright (c) 2012-2013 Marin Todorov, Underplot ltd. // This code is distributed under the terms and conditions of the MIT license. // // Permission is hereby granted, free of charge, to any person obtai...
{ "pile_set_name": "Github" }
#include "qtscriptshell_QSslSocket.h" #include <QtScript/QScriptEngine> #include <QVariant> #include <qauthenticator.h> #include <qbytearray.h> #include <qcoreevent.h> #include <qhostaddress.h> #include <qlist.h> #include <qnetworkproxy.h> #include <qobject.h> #include <qsslcertificate.h> #include <qsslcipher.h> #incl...
{ "pile_set_name": "Github" }
<?php /** * The kanban view file of project module of ZenTaoPMS. * * @copyright Copyright 2009-2012 青岛易软天创网络科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com) * @author Wang Yidong, Zhu Jinyong * @package project * @version $Id: kanban.html.php $ */ ?> <?php include '../....
{ "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>QSABMailRecentsObjectSource</key> <string>Mail föregående mottagare</string> <key>QSAddressBookObjectSource</key> <string>Adre...
{ "pile_set_name": "Github" }
# Compile using a mix of NVCC and MEX In particular, it compiles MEX # files using NVCC then MEX; in this manner the CUDA Devkit needs not # matching MATLAB version. # Prefer .cu over .cpp and .c when GPU is enabled; this rule must come # before the following ones. ifneq ($(ENABLE_GPU),) matlab/mex/.build/%.o : matl...
{ "pile_set_name": "Github" }
v0.8.2: date: 2015-10-19 changes: - Fix expand-less copies with multiple files. v0.8.1: date: 2015-08-20 changes: - Update `chalk` dependency. v0.8.0: date: 2015-02-20 changes: - Performance improvements. - The `mode` option now also applies to directories. - Fix path issue on Windows. v...
{ "pile_set_name": "Github" }
<menu xmlns:android="http://schemas.android.com/apk/res/android" > <item android:id="@+id/blob_descriptor_select_all" android:title="@android:string/selectAll"/> <item android:id="@+id/blob_descriptor_delete" android:title="@string/delete" /> </menu>
{ "pile_set_name": "Github" }
package com.didiglobal.booster.kotlinx import java.text.DateFormat import java.text.SimpleDateFormat import java.util.Date import java.util.Locale fun Date.format(format: String) = format(SimpleDateFormat(format, Locale.getDefault())) fun Date.format(formatter: DateFormat): String = formatter.format(this)
{ "pile_set_name": "Github" }
/*BEGIN_LEGAL Intel Open Source License Copyright (c) 2002-2015 Intel Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright noti...
{ "pile_set_name": "Github" }
/* * Copyright 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
{ "pile_set_name": "Github" }
--- name: Himanshu Saini institution: HMR Institute of Technology and Management profile_pic: himanshu.png quote: Life is all about challenges and you have to face it every day. github_user: himanshus97 ---
{ "pile_set_name": "Github" }
require_relative '../../spec_helper' require_relative 'shared/windows' require 'etc' describe "Etc.endgrent" do it_behaves_like :etc_on_windows, :endgrent end
{ "pile_set_name": "Github" }
<h2 id="Syntax">Syntax</h2> <pre class="syntaxbox"><a href="/en-US/docs/CSS/Value_definition_syntax" title="CSS/Value_definition_syntax">Formal syntax</a>: <code><a href="/en-US/docs/CSS/border-width" title="&lt;br-width&gt;{1,4}">&lt;'border-width'&gt;</a> <a href="/en-US/docs/CSS/Value_definition_syntax#Double_bar" ...
{ "pile_set_name": "Github" }
// Copyright 2020 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to...
{ "pile_set_name": "Github" }
// // Badges // -------------------------------------------------- // Base classes .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: @font-size-small; font-weight: @badge-font-weight; color: @badge-color; line-height: @badge-line-height; vertical-align: baseline; white-sp...
{ "pile_set_name": "Github" }
@bootstrap-switch-base: bootstrap-switch; .@{bootstrap-switch-base} { display: inline-block; direction: ltr; cursor: pointer; .border-radius(5px); border: 1px solid; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); position: relative; text-align: left; overflow: hidden; line...
{ "pile_set_name": "Github" }
# ============================================================================= # This file provides an override point for default variables defined in # package.defaults.properties. These properties are only imported when building # for the "package" environment. # # Properties defined in this file take priority over...
{ "pile_set_name": "Github" }
// Text overflow // Requires inline-block or block for proper styling .text-overflow() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
{ "pile_set_name": "Github" }
// // main.m // LearnMetal // // Created by loyinglin on 2018/6/21. // Copyright © 2018年 loyinglin. All rights reserved. // #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate cl...
{ "pile_set_name": "Github" }
渡辺もも最新番号 【AMBS-033】ロリ少女を電マで強制連続イカセ!12人 【SHL-055】THE BEST OF 美少女即ハメ白書 Vol.2 全員G以上!巨乳美少女16人のぷるぷるオッパイ! 【AMBS-024】爆乳美少女に中出し 6人 【OKAX-147】ギンギンに勃起した欲情ち○ぽの亀頭から根元までお口でズボズボしゃくられキン○マが萎むほどザーメンを吸い取られてしまった!! おま○こに入れられるよりお口に入れられて濡れる尺八女21人240分 【TMBMIX-004】モテる地味女の条件は連発マンペにあった 【GVRD-37】メルピュア緊縛凌辱 【KTDS-811】隠れスケベのすっぴんメガネっ娘と連続セックス ...
{ "pile_set_name": "Github" }
module NavigationHelpers # Maps a name to a path. Used by the # # When /^I go to (.+)$/ do |page_name| # # step definition in web_steps.rb # def path_to(page_name) case page_name when /the home\s?page/ '/' # Add more mappings here. # Here is an example that pulls values o...
{ "pile_set_name": "Github" }
= haml(:_signin, :layout => false) .row .span9 %h1 %img(class="modal-h-img sprite s_upload_32 modal-h-img" src="/img/icon_spacer.gif") Send files to #{@user.display_name} %small(style="font-size: 10pt")= "Dropbox/Apps/dbinbox/" + @subfolder .span8.offset2.instructions drag your file(s) here to...
{ "pile_set_name": "Github" }
// This file was procedurally generated from the following sources: // - src/dstr-binding/obj-ptrn-prop-id-init-skipped.case // - src/dstr-binding/default/cls-decl-async-gen-meth-dflt.template /*--- description: Destructuring initializer is not evaluated when value is not `undefined` (class expression async generator m...
{ "pile_set_name": "Github" }
package Paws::WAFRegional::DeleteGeoMatchSetResponse; use Moose; has ChangeToken => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::WAFRegional::DeleteGeoMatchSetResponse =head1 ATTRIBUTES =head2 ChangeToken => Str The C<Ch...
{ "pile_set_name": "Github" }
<!-- Copyright (C) 2016 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by...
{ "pile_set_name": "Github" }
<version55_state xmlns="http://oval.mitre.org/XMLSchema/oval-definitions-5#ios" comment="Affected IOS versions" id="oval:org.cisecurity:ste:8270" version="1"> <version_string var_check="at least one" var_ref="oval:org.cisecurity:var:1773" /> </version55_state>
{ "pile_set_name": "Github" }
<!doctype html> <title>CodeMirror: Vue.js mode</title> <meta charset="utf-8"/> <link rel=stylesheet href="../../doc/docs.css"> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="../../addon/mode/overlay.js"></script> <script src="../../addon/mode/simpl...
{ "pile_set_name": "Github" }
<?php /* * This file is part of Rocketeer * * (c) Maxime Fabre <ehtnam6@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * */ namespace Rocketeer\Traits\Properties; use InvalidArgumentException; /** * A class that can ...
{ "pile_set_name": "Github" }
0x12345678abcdef\s*\[Not Accessible\] Program exited with 0$
{ "pile_set_name": "Github" }
function lengths = grEdgeLengths(nodes, edges, varargin) %GREDGELENGTHS Compute length of edges in a geometric graph. % % LENGTHS = grEdgeLengths(NODES, EDGES) % % Example % % create a basic graph and display it % nodes = [10 10;20 10;10 20;20 20;27 15]; % edges = [1 2;1 3;2 4;2 5;3 4;4 5]; % ...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 48896cd2daf4f4542ba776681732210a folderAsset: yes DefaultImporter: userData:
{ "pile_set_name": "Github" }
adminmenu.item.list = Utilisateurs
{ "pile_set_name": "Github" }
{ "name": "myDr Go", "description": "A telemedical service.", "url": "https://mydrgo.com.au/" }
{ "pile_set_name": "Github" }
//! Implememnt the swap manager with the enhanced clock page replacement algorithm use alloc::collections::VecDeque; use super::*; use crate::paging::Entry; #[derive(Default)] pub struct EnhancedClockSwapManager { clock_ptr: usize, deque: VecDeque<VirtAddr>, } // FIXME: It's unusable. But can pass a simple t...
{ "pile_set_name": "Github" }
var Containers = GameUI.CustomUIConfig().Containers; // Events can be registered in any javascript file you have through GameUI.CustomUIConfig().Containers // Events should return true to allow for any additional built-in effects to occur // This includes sending an event to the server and triggering server/lua action...
{ "pile_set_name": "Github" }
// // StellarQRMetadata.swift // StellarKit // // Created by Alex McGregor on 12/7/18. // Copyright © 2018 Blockchain Luxembourg S.A. All rights reserved. // import PlatformKit import stellarsdk public struct StellarQRMetadata: CryptoAssetQRMetadata { public var address: String public var amount: String? ...
{ "pile_set_name": "Github" }
/* ScummVM - Graphic Adventure Engine * * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of ...
{ "pile_set_name": "Github" }
// Copyright 2012 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // +build windows package windows const ( SC_MANAGER_CONNECT = 1 SC_MANAGER_CREATE_SERVICE = 2 SC_MANAGER_ENUMERATE_SERVICE = 4 SC_MANAGER...
{ "pile_set_name": "Github" }
//===--- MoveForwardingReferenceCheck.h - clang-tidy ----------------------===// // // 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" }
# SPDX-License-Identifier: GPL-2.0-only config NET_VENDOR_ALACRITECH bool "Alacritech devices" default y ---help--- If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to sk...
{ "pile_set_name": "Github" }
# NodeLocalDNS Configuration This is a short guide describing how to enable DNS caching on the shoot cluster nodes. ## Background Currently in Gardener we are using CoreDNS as a deployment that is auto-scaled horizontally to cover for QPS-intensive applications. However, doing so does not seem to be enough to comple...
{ "pile_set_name": "Github" }
/****************************************************************************** Copyright (c) 1999 Daniel Stenberg 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 wi...
{ "pile_set_name": "Github" }
require 'core/spec_helper' describe ZendeskAPI::Collection do subject do ZendeskAPI::Collection.new(client, ZendeskAPI::TestResource) end context "initialization" do it "should set the resource class" do expect(subject.instance_variable_get(:@resource_class)).to eq(ZendeskAPI::TestResource) en...
{ "pile_set_name": "Github" }
<template> <doc-component :page="page" :hasPadding="true" > <script type="text/markdown"> # 文章 `<ui-article>` <doc-component-status page="article"></doc-component-status> [[[开始]]] 定义文章内容区域,支持多种类来格式化文章标题、元信息及内容。 :::vue @name:使用 --- #demo >desc 文...
{ "pile_set_name": "Github" }
<!DOCTYPE html> <body> <script> var scope = location.search.substring(1); navigator.serviceWorker.register(scope + 'fetch_event_blob.js', {scope: scope}) .then(_ => { document.title = "PASS"; }); </script> </body>
{ "pile_set_name": "Github" }
/* { dg-do run } */ /* { dg-additional-options "-ftree-parallelize-loops=2" } */ /* Variable bound, vector addition, unsigned loop counter, unsigned bound. */ #include <stdio.h> #include <stdlib.h> #define N 1000 unsigned int a[N]; unsigned int b[N]; unsigned int c[N]; void __attribute__((noclone,noinline)) f (un...
{ "pile_set_name": "Github" }
<component name="libraryTable"> <library name="Maven: org.apache.hbase:hbase-prefix-tree:1.1.5"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/org/apache/hbase/hbase-prefix-tree/1.1.5/hbase-prefix-tree-1.1.5.jar!/" /> </CLASSES> <JAVADOC> <root url="jar://$MAVEN_REPOSITORY$/org/apache/hbase/hb...
{ "pile_set_name": "Github" }
BDEPEND=virtual/pkgconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.1:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=configure install postinst prepare unpack DEPEND=acct-group/plugdev >=dev-lang/jimtcl-0.76:0=...
{ "pile_set_name": "Github" }
package what.whatandroid.top10; import android.os.Bundle; import android.os.Parcelable; import android.support.v4.app.Fragment; import android.support.v4.app.LoaderManager; import android.support.v4.content.Loader; import android.support.v4.view.ViewPager; import android.view.LayoutInflater; import android.view.View; ...
{ "pile_set_name": "Github" }
# AngelCode Bitmap Font Generator configuration file fileVersion=1 # font settings fontName=Bitstream Vera Sans Mono fontFile=VeraMoBd.ttf charSet=0 fontSize=27 aa=1 scaleH=100 useSmoothing=1 isBold=0 isItalic=0 useUnicode=1 disableBoxChars=1 outputInvalidCharGlyph=0 dontIncludeKerningPairs=0 useHinting=1 renderFromOu...
{ "pile_set_name": "Github" }
/****************************************************************************** * * Module Name: dswstate - Dispatcher parse tree walk management routines * *****************************************************************************/ /******************************************************************************...
{ "pile_set_name": "Github" }
'use strict'; // 19.1.2.1 Object.assign(target, source, ...) var getKeys = require('./_object-keys'); var gOPS = require('./_object-gops'); var pIE = require('./_object-pie'); var toObject = require('./_to-object'); var IObject = require('./_iobject'); var $assign = Object.assign; // should work with symbols and shoul...
{ "pile_set_name": "Github" }
'use strict'; const gulp = require('gulp'); const build = require('@microsoft/sp-build-web'); build.initialize(gulp);
{ "pile_set_name": "Github" }
package discovery import ( "crypto/sha256" "io" "os" ) // PluginMeta is metadata about a plugin, useful for launching the plugin // and for understanding which plugins are available. type PluginMeta struct { // Name is the name of the plugin, e.g. as inferred from the plugin // binary's filename, or by explicit ...
{ "pile_set_name": "Github" }
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Window...
{ "pile_set_name": "Github" }
import Page from '@reason/pages/Docs'; export default Page({title: "Proof of Stake"}); Proof of Stake ============== The proof of stake consensus mechanism implemented in Coda is a version of the [Ouroboros Praos](https://iohk.io/research/papers/#XJ6MHFXX) protocol, extended and modified slightly for our succinct blo...
{ "pile_set_name": "Github" }
// @flow /** * Logger mock object. * @type {Object} */ export const logger: Object = { warn() {}, debug() {}, error() {}, info() {} }
{ "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/. """This module provides a function that will transate Minidump Stackwalk pipe dump into a json format. { # "status": ...
{ "pile_set_name": "Github" }
/* Copyright 2014 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
{ "pile_set_name": "Github" }
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Copyright (C) 2017-2018 OpenFOAM Foundation \\...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ Tests Messaging app viewsets. """ from __future__ import unicode_literals from builtins import str as text from actstream.models import Action from django.test import TestCase from django.test.utils import override_settings from guardian.shortcuts import assign_perm from rest_framework.tes...
{ "pile_set_name": "Github" }
use crate::{ interrupt::stack_trace, ptrace, syscall::flag::*, interrupt_stack, interrupt_error, }; extern { fn ksignal(signal: usize); } interrupt_stack!(divide_by_zero, |stack| { println!("Divide by zero"); stack.dump(); stack_trace(); ksignal(SIGFPE); }); interrupt_stack!(...
{ "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" }
// SPDX-License-Identifier: GPL-2.0 #include <linux/kernel.h> #include <linux/pinctrl/pinctrl.h> #include "pinctrl-nomadik.h" /* All the pins that can be used for GPIO and some other functions */ #define _GPIO(offset) (offset) #define DB8500_PIN_AJ5 _GPIO(0) #define DB8500_PIN_AJ3 _GPIO(1) #define DB8500_PIN_AH4 ...
{ "pile_set_name": "Github" }
# Chinese translation for QEMU. # This file is put in the public domain. # # Fam Zheng <famz@redhat.com>, 2014 msgid "" msgstr "" "Project-Id-Version: QEMU 2.2\n" "Report-Msgid-Bugs-To: qemu-devel@nongnu.org\n" "POT-Creation-Date: 2018-07-18 07:56+0200\n" "PO-Revision-Date: 2014-07-31 10:00+0800\n" "Last-Translator: Fa...
{ "pile_set_name": "Github" }
/* tslint:disable */ /** * get the versioon of the package * @returns {string} */ export function version(): string; /** * i64 lowering that can be done by the browser * @param {Uint8Array} wasm_binary * @returns {Uint8Array} */ export function lowerI64Imports(wasm_binary: Uint8Array): Uint8Array;
{ "pile_set_name": "Github" }
ul.wysihtml5-toolbar { margin: 0; padding: 0; display: block; } ul.wysihtml5-toolbar::after { clear: both; display: table; content: ""; } ul.wysihtml5-toolbar > li { float: left; display: list-item; list-style: none; margin: 0 5px 10px 0; } ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] { font-weight...
{ "pile_set_name": "Github" }
"""Manage shelves of pickled objects. A "shelf" is a persistent, dictionary-like object. The difference with dbm databases is that the values (not the keys!) in a shelf can be essentially arbitrary Python objects -- anything that the "pickle" module can handle. This includes most class instances, recursive data type...
{ "pile_set_name": "Github" }