text
stringlengths
2
99.9k
meta
dict
/*! * @header BAKit.h * * @brief BAKit * * @author ๅš็ˆฑ * @copyright Copyright ยฉ 2016ๅนด ๅš็ˆฑ. All rights reserved. * @version V1.0 */ // _ooOoo_ // o8888888o // 88" . "88 // (| -_- |) // ...
{ "pile_set_name": "Github" }
drwxr-xr-x 0:0 1.2 MB โ”œโ”€โ”€ bin -rwxr-xr-x 0:0 1.1 MB โ”‚ โ”œโ”€โ”€ [ -rwxr-xr-x 0:0 0 B โ”‚ โ”œโ”€โ”€ [[ โ†’ bin/[ -rwxr-xr-x 0:0 0 B โ”‚ โ”œโ”€โ”€ acpid โ†’ bin/[ -rwxr-xr-x 0:0 0 B โ”‚ โ”œโ”€โ”€ add-shell โ†’ bin/[ -rwxr-xr-x 0:0 0 B โ”‚ โ”œโ”€โ”€ addgroup โ†’ bin/[ ...
{ "pile_set_name": "Github" }
package cty import ( "fmt" ) type typeSet struct { typeImplSigil ElementTypeT Type } // Set creates a set type with the given element Type. // // Set types are CollectionType implementations. func Set(elem Type) Type { return Type{ typeSet{ ElementTypeT: elem, }, } } // Equals returns true if the other ...
{ "pile_set_name": "Github" }
import React from "react"; import PropTypes from "prop-types"; import classNames from "classnames"; const NavPortfolioIcon = ({ className }) => ( <svg viewBox="0 0 24 24" className={classNames("nav-portfolio-icon", { [className]: className })} > <g id="Symbols" stroke="none" strokeWid...
{ "pile_set_name": "Github" }
/* This file is part of Ext JS 4.2 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in...
{ "pile_set_name": "Github" }
// // Created by liuyubobobo on 5/5/17. // #ifndef INC_06_PATH_COMPRESSION_UNIONFIND4_H #define INC_06_PATH_COMPRESSION_UNIONFIND4_H #include <cassert> using namespace std; // ๆˆ‘ไปฌ็š„็ฌฌๅ››็‰ˆUnion-Find namespace UF4{ class UnionFind{ private: int* rank; // rank[i]่กจ็คบไปฅiไธบๆ น็š„้›†ๅˆๆ‰€่กจ็คบ็š„ๆ ‘็š„ๅฑ‚ๆ•ฐ int* parent; //...
{ "pile_set_name": "Github" }
<div class="conteudo-logout"> <h2 class="aba">Publicidade</h2> <div id='div-gpt-ad-1372386456620-3' style='width:300px; height:600px;' class="publicidadeLogout"> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1372386456620-3'); }); </script> </div> </div> <div c...
{ "pile_set_name": "Github" }
function p=nodeprob(t,j) %NODEPROB Node probability. % P=NODEPROB(T) returns an N-element vector P of the probabilities of the % nodes in the tree T, where N is the number of nodes. The probability % of a node is computed as the proportion of observations from the % original data that satisfy the conditions fo...
{ "pile_set_name": "Github" }
// RUN: %clang_cc1 %s -triple i686-pc-win32 -fms-extensions -fexceptions -fcxx-exceptions -emit-llvm -o - -std=c++11 | FileCheck %s int f(int); void test_catch() { try { f(1); } catch (int) { f(2); } catch (double) { f(3); } } // CHECK-LABEL: define dso_local void @"?test_catch@@YAXXZ"( // CHECK:...
{ "pile_set_name": "Github" }
/* Copyright 2017 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" }
<?php namespace Neos\Flow\Error; /* * This file is part of the Neos.Flow package. * * (c) Contributors of the Neos Project - www.neos.io * * This package is Open Source Software. For the full copyright and license * information, please view the LICENSE file which was distributed with this * source code. */ us...
{ "pile_set_name": "Github" }
<!-- @license Copyright 2016 The TensorFlow Authors. 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 Unless required by applicab...
{ "pile_set_name": "Github" }
--- title: "Active vs inactive relationship guidance" description: Guidance for using active or inactive model relationships. author: peter-myers ms.reviewer: asaxton ms.service: powerbi ms.subservice: powerbi-desktop ms.topic: conceptual ms.date: 03/02/2020 ms.author: v-pemyer --- # Active vs inactive relationship g...
{ "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" }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr> // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You c...
{ "pile_set_name": "Github" }
import React from 'react'; import { Container, Badge, Group, } from 'amazeui-touch'; const styles = [ null, 'primary', 'secondary', 'success', 'warning', 'alert', 'dark', ]; class BadgeExample extends React.Component { render() { return ( <Container {...this.props}> <Group ...
{ "pile_set_name": "Github" }
/* * Camel ApiMethod Enumeration generated by camel-api-component-maven-plugin */ package org.apache.camel.component.twilio.internal; import java.lang.reflect.Method; import java.util.List; import com.twilio.rest.api.v2010.account.Key; import org.apache.camel.support.component.ApiMethod; import org.apache.camel.s...
{ "pile_set_name": "Github" }
fileFormatVersion: 2 guid: 0e6116764ce6028409774abe48658b5a DDSImporter: userData:
{ "pile_set_name": "Github" }
.class Landroid/support/v4/view/a/e; .super Ljava/lang/Object; # direct methods .method constructor <init>()V .locals 0 invoke-direct {p0}, Ljava/lang/Object;-><init>()V return-void .end method .method public static a(Landroid/view/accessibility/AccessibilityEvent;)I .locals 1 invoke-virtual {...
{ "pile_set_name": "Github" }
INRIA Sophia-Antipolis (France)
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8"?> <solution name="com.mbeddr.mpsutil.refactoring.rt" uuid="8f16104e-22e6-406d-8251-ef9688474557" moduleVersion="0" pluginKind="PLUGIN_OTHER" compileInMPS="true"> <models> <modelRoot contentPath="${module}" type="default"> <sourceRoot location="models" /> </modelRoot>...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:text=...
{ "pile_set_name": "Github" }
#!/bin/bash set -e not_installed() { ! command -v $1 > /dev/null 2>&1 } if not_installed ginkgo; then echo "# ginkgo is not installed! run the following command:" echo " go install github.com/onsi/ginkgo/ginkgo" exit 1 fi cd $(dirname $0)/.. ginkgo -r -p -race
{ "pile_set_name": "Github" }
# # test/Makefile # DIR= test TOP= .. CC= cc INCLUDES= -I$(TOP) -I../include $(KRB5_INCLUDES) CFLAG= -g MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) PERL= perl # KRB5 stuff KRB5_INCLUDES= LIBKRB5= TEST= igetest.c PEX_LIBS= EX_LIBS= #-lnsl -lsocket CFLAGS= $(INCLUDES) $(CFLAG) GENERAL=Makefile makete...
{ "pile_set_name": "Github" }
op { graph_op_name: "MatrixSolveLs" endpoint { name: "linalg.MatrixSolveLs" } }
{ "pile_set_name": "Github" }
// Typography.less // Headings, body text, lists, code, and more for a versatile and durable typography system // ---------------------------------------------------------------------------------------- // BODY TEXT // --------- p { margin: 0 0 @baseLineHeight / 2; font-family: @baseFontFamily; font-size: @bas...
{ "pile_set_name": "Github" }
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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" }
<component name="libraryTable"> <library name="Maven: org.springframework.boot:spring-boot-starter-jdbc:1.4.1.RELEASE"> <CLASSES> <root url="jar://$MAVEN_REPOSITORY$/org/springframework/boot/spring-boot-starter-jdbc/1.4.1.RELEASE/spring-boot-starter-jdbc-1.4.1.RELEASE.jar!/" /> </CLASSES> <JAVADOC> ...
{ "pile_set_name": "Github" }
-debug -target:library -nowarn:0169 -langversion:4 -out:'Temp/Unity.TextMeshPro.dll' -nostdlib -optimize -r:'/Volumes/TrapBookPro/Unity/2018.2.7f1/PlaybackEngines/iOSSupport/Variations/il2cpp/Managed/UnityEngine.dll' -r:'/Volumes/TrapBookPro/Unity/2018.2.7f1/PlaybackEngines/iOSSupport/Variations/il2cpp/Managed/UnityEng...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- """ markupsafe ~~~~~~~~~~ Implements a Markup string. :copyright: (c) 2010 by Armin Ronacher. :license: BSD, see LICENSE for more details. """ import re import string from collections import Mapping from markupsafe._compat import text_type, string_types, int_types, \ u...
{ "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" }
/* * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_OSREFERENCE_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 th...
{ "pile_set_name": "Github" }
------------------------------------------------------------------------------ -- query_list.lua -- ------------------------------------------------------------------------------ function QueryList(own_table, rows) local current_query local _query...
{ "pile_set_name": "Github" }
// Copyright David Abrahams 2002. // 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 LVALUE_FROM_PYTYPE_DWA2002130_HPP # define LVALUE_FROM_PYTYPE_DWA2002130_HPP # include <boost/python/detail/prefix.hpp> #...
{ "pile_set_name": "Github" }
๏ปฟ@model ContactFormViewModel @{ AddTitleSegment(T["Support Options"]); } <div style="background: url(/plato.site/content/images/bg10.png) top right no-repeat;"> <section class="page"> <div class="container"> <div class="row"> <div class="col-12"> <h1 clas...
{ "pile_set_name": "Github" }
HaskellTokenType.{-# ('{-#') HaskellTokenType.PRAGMA (' LANGUAGE ForeignFunctionInterface, InterruptibleFFI, CApiFFI ') HaskellTokenType.#-} ('#-}') WHITE_SPACE ('\n') HaskellTokenType.module ('module') WHITE_SPACE (' ') HaskellTokenType.conidRegexp ('FFI00002') WHITE_SPACE (' ') HaskellTokenType.where ('where') WHITE_...
{ "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/. OpenMRS is also distributed under * the terms of the Healthcare Disclaimer located at http://openmrs.org/license....
{ "pile_set_name": "Github" }
/* * This file is part of RskJ * Copyright (C) 2017 RSK Labs Ltd. * * This program 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 3 of the License, or * (at your option) any later...
{ "pile_set_name": "Github" }
# dataset settings dataset_type = 'CocoDataset' data_root = '/gpfs01/bethge/data/coco/' img_norm_cfg = dict(mean=[123.675, 116.28, 103.53], std=[1, 1, 1], to_rgb=True) data = dict( imgs_per_gpu=8, workers_per_gpu=3, test=dict( type=dataset_type, ann_file=data_root + 'annotations/instances_va...
{ "pile_set_name": "Github" }
local TradeSkillUITypes = { Tables = { }, }; APIDocumentation:AddDocumentationTable(TradeSkillUITypes);
{ "pile_set_name": "Github" }
'use strict'; /** * Module dependencies. */ var PhoneNumberUtil = require('..').PhoneNumberUtil; var PNF = require('..').PhoneNumberFormat; var PNT = require('..').PhoneNumberType; var should = require('should'); /** * Instances. */ var phoneUtil = PhoneNumberUtil.getInstance(); /** * Test `PhoneUtil`. */ d...
{ "pile_set_name": "Github" }
/** \file * \brief Computes the orthogonal representation of a planar * representation of a UML graph using the simple flow * approach. * * \author Karsten Klein * * \par License: * This file is part of the Open Graph Drawing Framework (OGDF). * * \par * Copyright (C)<br> * See README.md in th...
{ "pile_set_name": "Github" }
name: bprint ID: 6 format: field:unsigned short common_type; offset:0; size:2; signed:0; field:unsigned char common_flags; offset:2; size:1; signed:0; field:unsigned char common_preempt_count; offset:3; size:1; signed:0; field:int common_pid; offset:4; size:4; signed:1; field:unsigned long ip; offset:8; size:8; s...
{ "pile_set_name": "Github" }
/* * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The OpenAirInterface Software Alliance licenses this file to You under * the terms found in...
{ "pile_set_name": "Github" }
# -*- coding: utf-8 -*- # # This file is part of CERN Open Data Portal. # Copyright (C) 2018 CERN. # # CERN Open Data Portal 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, o...
{ "pile_set_name": "Github" }
<?php /** * Copyright ยฉ Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace Magento\Framework\App\Test\Unit; use Magento\Framework\App\Area; use Magento\Framework\App\DesignInterface; use Magento\Framework\App\ObjectManager\ConfigLoader; use Magento\Frame...
{ "pile_set_name": "Github" }
# X-COM 1 (UFO: Enemy Unknown) ruleset # For documentation on these values, see http://ufopaedia.org/index.php?title=Rulesets_(OpenXcom) startingTime: second: 0 minute: 0 hour: 12 weekday: 6 day: 1 month: 1 year: 1999 costEngineer: 25000 costScientist: 30000 timePersonnel: 72 initialFunding: 6000 alienFue...
{ "pile_set_name": "Github" }
import torch import torch.nn.functional as F from torch import nn from torchvision import models from utils import initialize_weights from utils.misc import Conv2dDeformable from .config import res101_path class _PyramidPoolingModule(nn.Module): def __init__(self, in_dim, reduction_dim, setting): super(_...
{ "pile_set_name": "Github" }
from __future__ import absolute_import, print_function from . import common_info from . import c_spec #---------------------------------------------------------------------------- # The "standard" conversion classes #---------------------------------------------------------------------------- default = [c_spec.int_c...
{ "pile_set_name": "Github" }
// Spacelab 4.1.0 // Bootswatch // // Color system // $white: #fff !default; $gray-100: #f8f9fa !default; $gray-200: #eee !default; $gray-300: #dee2e6 !default; $gray-400: #ced4da !default; $gray-500: #999 !default; $gray-600: #777 !default; $gray-700: #495057 !default; $gray-800: #333 !default; $gray-900: #2d2d2d...
{ "pile_set_name": "Github" }
#include <signal.h> #include <errno.h> int sigaddset(sigset_t *set, int sig) { unsigned s = sig-1; if (s >= _NSIG-1 || sig-32U < 3) { errno = EINVAL; return -1; } set->__bits[s/8/sizeof *set->__bits] |= 1UL<<(s&8*sizeof *set->__bits-1); return 0; }
{ "pile_set_name": "Github" }
#!/usr/bin/env python """ pygame.examples.glcube Draw a cube on the screen. Amazing. Every frame we orbit the camera around a small amount creating the illusion of a spinning object. First we setup some points of a multicolored cube. Then we then go through a semi-unoptimized loop to draw the cube points onto the...
{ "pile_set_name": "Github" }
// Copyright 2019 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" }
/* (c) 2014-2015 Glen Joseph Fernandes <glenjofe -at- gmail.com> Distributed under the Boost Software License, Version 1.0. http://boost.org/LICENSE_1_0.txt */ #ifndef BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP #define BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP namespace boost { namespace alignment { struct aligned_delete; ...
{ "pile_set_name": "Github" }
#!/bin/sh # Clean up if [ -d .git/modules/lol ]; then echo "Warning: found old submodule directory .git/modules/lol" exit 1 fi # Check that the repository is properly set up if [ ! -x "./src/3rdparty/lolengine/bootstrap" ]; then cat << EOF Error: cannot execute src/3rdparty/lolengine/bootstrap Did you config...
{ "pile_set_name": "Github" }
/* SystemJS module definition */ declare var module: NodeModule; interface NodeModule { id: string; } declare module '*.json' { const value: any; export default value; }
{ "pile_set_name": "Github" }
/* * This file is part of WebLookAndFeel library. * * WebLookAndFeel library 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. * ...
{ "pile_set_name": "Github" }
config BR2_PACKAGE_FLAC bool "flac" depends on BR2_USE_WCHAR help FLAC is an Open Source lossless audio codec. http://flac.sourceforge.net/ comment "flac needs a toolchain w/ wchar" depends on !BR2_USE_WCHAR
{ "pile_set_name": "Github" }
# LICR TFBS wrangler: Venkat) # Notes: # - Track Long Label:Histone Modificiations by ChIP-seq from ENCODE/LICR # - Track Short Label: LICR Histone # - View Long Labels: [cell] [factor] Histone Modifications by ChIP-seq [view] from ENCODE/LICR # - cellType Order: Ordering is alphabetical # ...
{ "pile_set_name": "Github" }
/* * SPEAr6xx machines clock framework source file * * Copyright (C) 2012 ST Microelectronics * Viresh Kumar <viresh.linux@gmail.com> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or i...
{ "pile_set_name": "Github" }
require('../../modules/es6.regexp.search'); var SEARCH = require('../../modules/_wks')('search'); module.exports = function(it, str){ return RegExp.prototype[SEARCH].call(it, str); };
{ "pile_set_name": "Github" }
/* * Licensed to GraphHopper GmbH under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. * * GraphHopper GmbH licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not ...
{ "pile_set_name": "Github" }
<html> <head> <meta HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252"> <title ID=titletext></title> </head> <body bgcolor=white> </body> </html>
{ "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" }
# # A simple Makefile # ###### PATSHOMEQ="$(PATSHOME)" ###### PATSCC=$(PATSHOMEQ)/bin/patscc PATSOPT=$(PATSHOMEQ)/bin/patsopt ###### INCLUDES=-I$(PATSHOME) -I$(PATSHOME)/ccomp/runtime ###### CCFLAGS=-O2 ATSCCFLAGS=-D_GNU_SOURCE -DATS_MEMALLOC_LIBC ###### all:: misc all:: brauntest all:: insort all:: counter a...
{ "pile_set_name": "Github" }
adaptec-storage-manager-linux-32bit (7.31.18856-2) unstable; urgency=medium * Use lsb-release to generate unique distribution tag in pkgs version. * Add alternative for JRE for newer distributions. -- Adam Cecile <acecile@le-vert.net> Tue, 02 Jul 2019 21:38:02 +0200 adaptec-storage-manager-linux-32bit (7.31.18...
{ "pile_set_name": "Github" }
(**************************************************************************) (* *) (* OCaml *) (* *) (* ...
{ "pile_set_name": "Github" }
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/LICENSE /* For extra ASP classic objects, initialize CodeMirror instance with this option: isASP: true E.G.: var editor = CodeMirror.fromTextArea(document.getElementById("code"), { l...
{ "pile_set_name": "Github" }
define( [ "./arr" ], function( arr ) { "use strict"; return arr.slice; } );
{ "pile_set_name": "Github" }
title: Monitor Network Interfaces Including the ifAdminStatus agents: snmp catalog: hw/network/generic license: GPL distribution: check_mk description: This check does the same is {if64}, but it additionally monitors the administrative status ({ifAdminStatus}) of the interface. This check has to be specifically acti...
{ "pile_set_name": "Github" }
<html><body> <p> Interface and classes for a router and client within the same JVM to directly pass I2CP messages using Queues instead of serialized messages over socket streams. </p> </body></html>
{ "pile_set_name": "Github" }
/* * File: condvar3_3.c * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Bossom * Copyright(C) 1999,2005 Pthreads-win32 contributors * * Contact Email: rpj@callisto.canberra.ed...
{ "pile_set_name": "Github" }
1000 30 50 0 41 19 49 7 27 2 9 29 27 6 10 4 34 6 39 3 29 10 34 21 47 23 3 20 65 8 59 22 100 17 8 6 99 13 100 9 65 11 49 25 29 4 74 13 17 15 96 14 86 8 92 8 57 9 71 3 21 3 82 4 46 22 92 8 67 29 28 29 57 8 60 16 13 9 88 25 83 19 42 18 69 20 96 2 52 5 86 29 95 7 92 8 31 3 89 6 75 28 91 27 59 23 37 8 59 28 67 2 12 10 26 20...
{ "pile_set_name": "Github" }
<?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xslo="http://www.w3.org/1999/XSL/TransformAlias" xmlns:fo="http://www.w3.org/1999/XSL/Format" exclude-result-prefixes="fo" version="1.0"> <xsl:include href="../li...
{ "pile_set_name": "Github" }
import ast from typing import Union _VarDefinition = Union[ast.AST, ast.expr] def _is_valid_single(node: _VarDefinition) -> bool: if isinstance(node, ast.Name): return True if isinstance(node, ast.Starred) and isinstance(node.value, ast.Name): return True return False def is_valid_block...
{ "pile_set_name": "Github" }
<?php /* * Copyright 2005 - 2020 Centreon (https://www.centreon.com/) * * 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 requi...
{ "pile_set_name": "Github" }
package com.kickstarter.libs.rx.transformers; import android.util.Pair; import androidx.annotation.NonNull; import rx.Observable; public final class CombineLatestPairTransformer<S, T> implements Observable.Transformer<S, Pair<S, T>> { @NonNull private final Observable<T> second; public CombineLatestPairTransfor...
{ "pile_set_name": "Github" }
# Contributing to Survey ๐ŸŽ‰๐ŸŽ‰ First off, thanks for the interest in contributing to `survey`! ๐ŸŽ‰๐ŸŽ‰ The following is a set of guidelines to follow when contributing to this package. These are not hard rules, please use common sense and feel free to propose changes to this document in a pull request. ## Table of Conte...
{ "pile_set_name": "Github" }
^{:start [1 1 0], :end [9 2 154]} [^{:start [1 1 0], :end [3 2 97]} {:tag :query-definition :name ^{:start [1 7 6], :end [1 29 28]} hasConditionalFragment :selection-set [^{:start [2 3 54], :end [2 44 95]} {:tag :fragment-spread :name ^{:start [2 6 57], :end [2 19 70]} maybeFragment :directives ^{...
{ "pile_set_name": "Github" }
package soot.JastAddJ; import java.util.HashSet; import java.io.File; import java.util.*; import beaver.*; import java.util.ArrayList; import java.util.zip.*; import java.io.*; import java.io.FileNotFoundException; import java.util.Collection; import soot.*; import soot.util.*; import soot.jimple.*; import soot.coffi....
{ "pile_set_name": "Github" }
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > <!-- ~ Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. ~ ~ WSO2 Inc. licenses this file to you under the Apache License, ~ Version 2.0 (the "License"); you may not use this file except ~ in compliance with the License. ~ Yo...
{ "pile_set_name": "Github" }
The `Http API Tutorial` demonstrates the usage of Http API. If you have more tips or questions, please feel free to tell or ask in Issue. * Issues: https://github.com/alibaba/arthas/issues * Documentation: https://arthas.aliyun.com/doc/en If you are using Arthas, please let us know that. Your use is very important t...
{ "pile_set_name": "Github" }
# CSDN > ไปฃ็ ๅทฒๅŒๆ—ถๅ…ผๅฎน Surge & QuanX, ไฝฟ็”จๅŒไธ€ไปฝ็ญพๅˆฐ่„šๆœฌๅณๅฏ ## ้…็ฝฎ (Surge) ```properties [MITM] *.csdn.net [Script] # ๆณจๆ„่Žทๅ–Cookieๆœ‰ไธคๆก่„šๆœฌ http-request ^https:\/\/passport.csdn.net\/v1\/api\/app\/login\/checkToken script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/csdn/csdn.cookie.js http-request ^https:\/\/gw.csdn....
{ "pile_set_name": "Github" }
# uncompyle6 version 2.9.10 # Python bytecode 2.7 (62211) # Decompiled from: Python 3.6.0b2 (default, Oct 11 2016, 05:27:10) # [GCC 6.2.0 20161005] # Embedded file name: tasking.py import mcl_platform.tasking from tasking_dsz import * _fw = mcl_platform.tasking.GetFramework() if _fw == 'dsz': RPC_INFO_QUERY = dsz....
{ "pile_set_name": "Github" }
/** * Copyright (c) 2017 - 2018, Nordic Semiconductor ASA * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice,...
{ "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 import ( "bytes" "fmt" "io" "io/ioutil" "mime" "mime/multipart" "net/http" "net/textproto" "strings" "sync" "google.golang.org/a...
{ "pile_set_name": "Github" }
/////////////////////////////////////////////////////////////////////////////// // // AutobahnJava - http://crossbar.io/autobahn // // Copyright (c) Crossbar.io Technologies GmbH and contributors // // Licensed under the MIT License. // http://www.opensource.org/licenses/mit-license.php // /////////////////////...
{ "pile_set_name": "Github" }
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class NSString; @protocol WCShareCardBaseCardHeaderDelegate <NSObject> @optional - (_Bool)isItemFromOutAppScene; - (void)onNeedOpenUrlStr:(NSString *)arg1; ...
{ "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>BuildMachineOSBuild</key> <string>16G29</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <s...
{ "pile_set_name": "Github" }
FORMATTING(1) This is nested formatting text. SECOND HEADING Some text at second level. Third heading Some text at third level. Fourth heading Some text at fourth level. QUOTES AND BLOCKS. Here are some quotes and blocks. This is a block quote. Ambidextrously koal...
{ "pile_set_name": "Github" }
package terraform import ( "fmt" "github.com/hashicorp/terraform-plugin-sdk/internal/addrs" "github.com/hashicorp/terraform-plugin-sdk/internal/dag" "github.com/hashicorp/terraform-plugin-sdk/internal/plans" "github.com/hashicorp/terraform-plugin-sdk/internal/providers" "github.com/hashicorp/terraform-plugin-sd...
{ "pile_set_name": "Github" }
<?php /** * Variable product add to cart * * This template can be overridden by copying it to yourtheme/woocommerce/single-product/add-to-cart/variable.php. * * HOWEVER, on occasion WooCommerce will need to update template files and you * (the theme developer) will need to copy the new files to your theme to * m...
{ "pile_set_name": "Github" }
Certificate: Data: Version: 3 (0x2) Serial Number: 36 (0x24) Signature Algorithm: sha1WithRSAEncryption Issuer: C=US, ST=NC, L=Raleigh, O=Fedora Project, OU=fedmsg, CN=fedmsg/name=fedmsg/emailAddress=admin@fedoraproject.org Validity Not Before: Jul 15 21:18:54 201...
{ "pile_set_name": "Github" }
package com.anarchy.classifyview.sample.layoutmanager; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.anarchy.classify.simple.SimpleAdapter; import com.anarchy.classify.simple.widget.InsertAbleGridView; import com.anarchy.classifyview.R; import com.anarchy.clas...
{ "pile_set_name": "Github" }
:107E000001C0B6C0112484B790E89093610010922D :107E10006100882361F0982F9A70923041F081FFC1 :107E200002C097EF94BF282E80E0C5D0E9C085E05E :107E30008093810082E08093C80088E18093C9002C :107E40001092CC0086E08093CA008EE0B4D0209AD5 :107E500084E020E93FEF91E0309385002093840097 :107E600096BBB09BFECF189AA8954091C80047FDDD :107E...
{ "pile_set_name": "Github" }
<% content_for :single_space_quota do %> { "guid": "f919ef8a-e333-472a-8172-baaf2c30d301", "created_at": "2016-05-04T17:00:41Z", "updated_at": "2016-05-04T17:00:41Z", "name": "don-quixote", "apps": { "total_memory_in_mb": 5120, "per_process_memory_in_mb": 1024, "total_instances": 10, "per_app_...
{ "pile_set_name": "Github" }
<?xml version="1.0" encoding="UTF-8" ?> <!-- 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 Apa...
{ "pile_set_name": "Github" }
/* mbed Microcontroller Library * Copyright (c) 2006-2013 ARM Limited * * 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 re...
{ "pile_set_name": "Github" }
<!-- EditorConfig --> # mrm-task-editorconfig [Mrm](https://github.com/sapegin/mrm) task that adds [EditorConfig](http://editorconfig.org/). ## What it does - Creates `.editorconfig`. ## Usage ``` npm install -g mrm mrm-task-editorconfig mrm editorconfig ``` ## Options See [Mrm docs](../../docs/Getting_started....
{ "pile_set_name": "Github" }
๏ปฟ<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> ...
{ "pile_set_name": "Github" }