text stringlengths 2 99.9k | meta dict |
|---|---|
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using ICSharpCode.NRefactory.CSharp;
using ICSharpCode.NRefactory.CSharp.Completion;
using ICSharpCode.NRefactory.Completion;
using ICSharpCode.NRefactory.TypeSystem;
using ICSharpCode.NRefactory.TypeSystem.Implementation;
usin... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2011 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 app... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013 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 ... | {
"pile_set_name": "Github"
} |
###
### DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED
###
#
# DO NOT MODIFY THIS FILE. THIS FILE HAS BEEN AUTOGENERATED
#
FROM circleci/postgres:9.6.13-postgis
ENV PGDATA /dev/shm/pgdata/data
| {
"pile_set_name": "Github"
} |
#import <Foundation/Foundation.h>
@interface PodsDummy_Pods_IGListKitExamples : NSObject
@end
@implementation PodsDummy_Pods_IGListKitExamples
@end
| {
"pile_set_name": "Github"
} |
/*
* SMB2 version specific operations
*
* Copyright (c) 2012, Jeff Layton <jlayton@redhat.com>
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License v2 as published
* by the Free Software Foundation.
*
* This library is distributed... | {
"pile_set_name": "Github"
} |
>From cygnus.mincom.oz.au!minbne.mincom.oz.au!bunyip.cc.uq.oz.au!munnari.OZ.AU!comp.vuw.ac.nz!waikato!auckland.ac.nz!news Mon Feb 12 18:48:17 EST 1996
Article 23601 of sci.crypt:
Path: cygnus.mincom.oz.au!minbne.mincom.oz.au!bunyip.cc.uq.oz.au!munnari.OZ.AU!comp.vuw.ac.nz!waikato!auckland.ac.nz!news
>From: pgut01@cs.au... | {
"pile_set_name": "Github"
} |
# Event 14 - Monitor
###### Version: 0
## Description
None
## Data Dictionary
|Standard Name|Field Name|Type|Description|Sample Value|
|---|---|---|---|---|
|TBD|IddAdapterLuid|Int64|None|`None`|
|TBD|ConnectorIndex|UInt32|None|`None`|
|TBD|SevenBitI2CAddress|UInt32|None|`None`|
|TBD|DataSizeInBytes|UInt32|None|`None... | {
"pile_set_name": "Github"
} |
/*
* Driver for IDT Versaclock 5
*
* Copyright (C) 2017 Marek Vasut <marek.vasut@gmail.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 Free Software Foundation; either version 2 of the License, or
* (at yo... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2009 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
@PACKAGE_INIT@
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
check_required_components("@PROJECT_NAME@")
| {
"pile_set_name": "Github"
} |
# frozen_string_literal: true
require_relative '../test_helper'
module Opus::Types::Test
class MixinsTest < Critic::Unit::UnitTest
it 'mixes in class methods' do
mixin = Module.new do
extend T::Helpers
mixes_in_class_methods(Module.new do
def mixin_class_met... | {
"pile_set_name": "Github"
} |
"Colored Labels" = "Farbliche Labels";
"The last applied tag determines item's background color." = "Die Hintergrundfarbe wird durch den zuletzt zugewiesenen Tag festgelegt.";
| {
"pile_set_name": "Github"
} |
// shell.hpp --------------------------------------------------------------//
// Copyright 2016 Klemens D. Morgenstern
// Distributed under the Boost Software License, Version 1.0.
// See http://www.boost.org/LICENSE_1_0.txt
#ifndef BOOST_DETAIL_WINAPI_SHELL_HPP_
#define BOOST_DETAIL_WINAPI_SHELL_HPP_
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2018 PT Defender Nusa Semesta and contributors, All rights reserved.
//
// This file is part of Dsiem.
//
// Dsiem 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 version 3 of the License.
//... | {
"pile_set_name": "Github"
} |
"""Polygons and their linear ring components
"""
import sys
if sys.version_info[0] < 3:
range = xrange
from ctypes import c_double, c_void_p, cast, POINTER
from ctypes import ArgumentError
import weakref
from shapely.algorithms.cga import signed_area
#from shapely.coords import required
from shapely.geos import... | {
"pile_set_name": "Github"
} |
var createPartial = require('../internal/createPartial');
/** Used to compose bitmasks for wrapper metadata. */
var PARTIAL_FLAG = 32;
/**
* Creates a function that invokes `func` with `partial` arguments prepended
* to those provided to the new function. This method is like `_.bind` except
* it does **not** alter... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
3549BB501DA38A2000C63030 /* SwiftInstagram.h in Headers */ = {isa = PBXBuildFile; fileRef = 3549BB181DA3890B00C63030 /* SwiftInstagram.h */; settings = {ATTRIBUTES = (Public, ); }; };
3549BB661D... | {
"pile_set_name": "Github"
} |
using SS13.IoC;
using ServerInterfaces.Configuration;
namespace ServerServices.ServerConsole.Commands
{
public class SaveConfig : ConsoleCommand
{
public override string Command
{
get { return "saveconfig"; }
}
public override string Description
... | {
"pile_set_name": "Github"
} |
msgid ""
msgstr ""
"Project-Id-Version: R 3.0.0\n"
"Report-Msgid-Bugs-To: bugs.r-project.org\n"
"POT-Creation-Date: 2015-06-06 13:51\n"
"PO-Revision-Date: 2012-01-09 20:51+0200\n"
"Last-Translator: Joe <joedalton2@yahoo.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type:... | {
"pile_set_name": "Github"
} |
var convert = require('./convert'),
func = convert('defaults', require('../defaults'));
func.placeholder = require('./placeholder');
module.exports = func;
| {
"pile_set_name": "Github"
} |
/////////////////////////////////////////////////////////////////////////
// $Id$
/////////////////////////////////////////////////////////////////////////
/*
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary f... | {
"pile_set_name": "Github"
} |
static void *FooToken = &FooToken;
static void *FooTable[256] = {
[0x3] = (void *[256]) { // 1
[0x5b] = (void *[256]) { // 2
[0x81] = (void *[256]) { // 3
[0x42] = (void *[256]) { // 4
[0xa2] = (void *[256]) { // 5
[0xe] = (void *[256])... | {
"pile_set_name": "Github"
} |
{{ $ref := "" }}
{{ $target := "" }}
{{ with .Get "href" }}
{{ $ref = . }}
{{ $target = "_blank" }}
{{ end }}
{{ with .Get "relref" }}
{{ $ref = relref $ . }}
{{ end }}
<a {{ with $ref }} href="{{.}}" {{ end }} {{ with $target }} target="{{.}}" {{ end }} class="book-btn{{ with .Get "class" }} {{ . }}{{ end }}">
... | {
"pile_set_name": "Github"
} |
/********************************************************************************
* Copyright (C) 2018 Red Hat, Inc. and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*... | {
"pile_set_name": "Github"
} |
<?php
namespace app\common\widget;
use app\common\controller\base;
/**
* 素材选择插件
*
* @author 凡星
*/
class EmptyTip extends base
{
public $info = array(
'name' => 'EmptyTip',
'title' => '空页面提示',
'description' => '',
'status' => 1,
'author' => '凡星',
'version' => '0... | {
"pile_set_name": "Github"
} |
[
{
"asistida": "Partido de los Deportistas",
"cod_alianza": null,
"cod_partido": null,
"codigo": "1",
"color": "#2EFC90,#F43D3B",
"nombre": "Partido de los Deportistas",
"nombre_corto": "PD",
"numero": "1"
},
{
"asistida": "Horizonte Nuevo",
"cod_alianza": null,
... | {
"pile_set_name": "Github"
} |
import UIKit
protocol BookmarkColorViewControllerDelegate: AnyObject {
func bookmarkColorViewController(_ viewController: BookmarkColorViewController, didSelect color: BookmarkColor)
}
final class BookmarkColorViewController: MWMTableViewController {
weak var delegate: BookmarkColorViewControllerDelegate?
priva... | {
"pile_set_name": "Github"
} |
using System;
using Raksha.Asn1;
using Raksha.Asn1.Pkcs;
using Raksha.Utilities;
namespace Raksha.Crypto.Parameters
{
public class DHKeyParameters
: AsymmetricKeyParameter
{
private readonly DHParameters parameters;
private readonly DerObjectIdentifier algorithmOid;
protected DHKeyParameters(
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000-2002,2005 Silicon Graphics, Inc.
* All Rights Reserved.
*
* 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.
*
* This program is distributed in the hope that it woul... | {
"pile_set_name": "Github"
} |
{include file="$template/includes/tablelist.tpl" tableName="QuotesList" noSortColumns="5" filterColumn="4"}
<script type="text/javascript">
jQuery(document).ready( function ()
{
var table = jQuery('#tableQuotesList').removeClass('hidden').DataTable();
{if $orderby == 'id'}
table.ord... | {
"pile_set_name": "Github"
} |
# option set to run all reasonable small shapes
--skip-nonlinear=false
--l=1,2,3
--t=1,2,3
--mb=1,3,4
--batch=shapes_small | {
"pile_set_name": "Github"
} |
<!--[metadata]>
+++
title = "Dockerizing a Riak service"
description = "Build a Docker image with Riak pre-installed"
keywords = ["docker, example, package installation, networking, riak"]
[menu.main]
parent = "smn_apps_servs"
+++
<![end-metadata]-->
# Dockerizing a Riak service
The goal of this example is to show y... | {
"pile_set_name": "Github"
} |
package crazypants.enderio.base.paint;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import org.apache.logging.log4j.util.Strings;
import com.enderio.core.common.util.FluidUtil;
import com.enderio.core.common.util.NullHelper;
import com.enderio.core.common.util.stackable.Things;
import crazypan... | {
"pile_set_name": "Github"
} |
<%@page import="com.qq.info.news.newsserver.Media" %>
<%@page import="com.qq.info.news.newsserver.client.NewsServiceClientFactory" %>
<%@ page contentType="text/html; charset=utf-8" language="java" %>
<%@ page import="com.qq.conf.ProfileManager" %>
<%@ page import="com.qq.oidb.OIDBService.KeyType" %... | {
"pile_set_name": "Github"
} |
<Application x:Class="EventBindingTest.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:EventBindingTest"
StartupUri="MainWindow.xaml">
<Application.Resources>... | {
"pile_set_name": "Github"
} |
/* $NetBSD: err_syntax9.tab.c,v 1.1.1.1 2015/01/03 22:58:24 christos Exp $ */
/* original parser id follows */
/* yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93" */
/* (use YYMAJOR/YYMINOR for ifdefs dependent on parser version) */
#define YYBYACC 1
#define YYMAJOR 1
#define YYMINOR 9
#define YYCHECK "yyyymmdd"
#... | {
"pile_set_name": "Github"
} |
When your application starts, the router matches the current URL to the _routes_
that you've defined. The routes, in turn, are responsible for displaying
templates, loading data, and setting up application state.
To define a route, run
```bash
ember generate route route-name
```
This creates a route file at `app/rou... | {
"pile_set_name": "Github"
} |
不完全性肠梗阻 nz
绞窄性肠梗阻 nz
癌性疼痛 nz
上颚疼 nz
表情恐惧症 nz
出脚汗 nz
激素性股骨头坏死 nz
棘间韧带损伤 nz
结节性梅毒疹 nz
白色胎记 nz
贲门息肉 nz
勃起时间短 nz
扁桃体上有白点 nz
碱性磷酸酶偏低 nz
鼻子上火 nz
鼻子糜烂 nz
鼻子里有臭味 nz
鼻翼发红 nz
肺部有钙化点 nz
鼻粘膜出血 nz
包皮溃疡 nz
包皮脱皮 nz
包皮发白 nz
包皮上有水泡 nz
肝肾亏虚 nz
肌肉疼痛 nz
指甲里有黑线 nz
剑突压痛 nz
脚后跟裂 nz
粒细胞增多 nz
淋巴结节 nz
碘伏过敏 nz
大腿内侧瘙痒 nz
包皮上有小红点 nz
包皮上有小白点 nz
包皮... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0 */
/* X-SPDX-Copyright-Text: (c) Solarflare Communications Inc */
/****************************************************************************
* Copyright 2002-2005: Level 5 Networks Inc.
* Copyright 2005-2008: Solarflare Communications Inc,
* 9501 Jeronimo R... | {
"pile_set_name": "Github"
} |
AWSTemplateFormatVersion: '2010-09-09'
Transform: 'AWS::Serverless-2016-10-31'
Description: >-
Play a greeting, and wait for the caller to press one or more digits on their keypad.
Resources:
twiliomenu:
Type: 'AWS::Serverless::Function'
Properties:
Handler: index.handler
Runtime: nodejs8.10
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012-2017 VideoStitch SAS
// Copyright (c) 2018 stitchEm
#pragma once
#include "libvideostitch/logging.hpp"
#include "libvideostitch/parse.hpp"
#define DOUBLE(config, param, value) \
double param = value; ... | {
"pile_set_name": "Github"
} |
package com.ppdai.infrastructure.mq.biz.service.impl;
import java.util.Enumeration;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import javax.servlet.http.HttpServletRequest;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowire... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:comp... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
'''
Created January, 2012
@author: Dr. Rainer Hessmer
velocityLogger.py - This ROS node subscribes to the /odom topic and logs
the linear and angular velocities with associated time stamps. This faciliates
measuring the acceleration limits of the robot.
Copyright (c) 2012 Dr. Rainer Hes... | {
"pile_set_name": "Github"
} |
Dummy::Application.routes.draw do
root to: 'pages#root'
end
| {
"pile_set_name": "Github"
} |
yaml2obj
========
yaml2obj takes a YAML description of an object file and converts it to a binary
file.
$ yaml2obj input-file
.. program:: yaml2obj
Outputs the binary to stdout.
COFF Syntax
-----------
Here's a sample COFF file.
.. code-block:: yaml
header:
Machine: IMAGE_FILE_MACHINE_I386 # (0x14C)
... | {
"pile_set_name": "Github"
} |
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.
type StoreConfig {
allow_order : String @doc(description: "The value of the Allow Gift Messages on Order Level option")
allow_items : String @doc(description: "The value of the Allow Gift Messages for Order Items option")
}... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019 ACINQ SAS
*
* 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"
} |
package restful
// Copyright 2014 Ernest Micklei. All rights reserved.
// Use of this source code is governed by a license
// that can be found in the LICENSE file.
import (
"github.com/emicklei/go-restful/log"
)
var trace bool = false
var traceLogger log.StdLogger
func init() {
traceLogger = log.Logger // use the... | {
"pile_set_name": "Github"
} |
(define-library (picrin parser string)
(import (except (scheme base) string)
(picrin parser))
(export string
any-char
eof
parse-string)
;; string stream parser
(define (string str)
(lambda (i)
(let ((i (car i)) (input (cdr i)))
(let ((j (min (+ i (stri... | {
"pile_set_name": "Github"
} |
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>kylo-metadata-persistence</artifactId>
<parent>
<... | {
"pile_set_name": "Github"
} |
//
// BeamModalPresentation.swift
// Beam
//
// Created by Powermobile on 16/11/2016.
// Copyright © 2016 Powermobile. All rights reserved.
//
import UIKit
enum BeamModalPresentationStyle {
case custom //Use the beam custom presentation (with
case formsheet //Will display the view as a form sheet on devic... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
# __author__ = "zok" 362416272@qq.com
# Date: 2019-08-05 Python: 3.7
"""
百度登陆参数比较多
这里是密码加密生成器
"""
import js2py
class PingDuoDuoSpider(object):
"""
生成百度登陆密码加密结果
"""
context = js2py.EvalJs() # python中使用js
def __init__(self):
# 初始化
with open("encryp.js",... | {
"pile_set_name": "Github"
} |
/*
* Marvell Berlin BG2Q pinctrl driver
*
* Copyright (C) 2014 Marvell Technology Group Ltd.
*
* Antoine Ténart <antoine.tenart@free-electrons.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, wheth... | {
"pile_set_name": "Github"
} |
<ul class="tsd-signatures {{cssClasses}}">
{{#each signatures}}
<li class="tsd-signature tsd-kind-icon">{{> member.signature.title }}</li>
{{/each}}
</ul>
<ul class="tsd-descriptions">
{{#each signatures}}
<li class="tsd-description">
{{> member.signature.body }}
</li>
... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Joomla.Libraries
* @subpackage HTML
*
* @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('JPATH_PLATFORM') or die;
/**
* Utility class working with content lan... | {
"pile_set_name": "Github"
} |
"""
Script to simplify running experiments. Given a simplified
specification file, generates the train.yml, infer.yml, and
infer_train.yml files with the detailed specifications. These files
will incorporate default values for rarely changed settings, as well
as generalizing some information (e.g., if we are using a co... | {
"pile_set_name": "Github"
} |
{
"Press Resources": "Recursos de Imprensa",
"We love working with press—both within the Linux world and the greater tech and culture beats—to share our story and what we are working on.": "Adoramos trabalhar com a imprensa - tanto no mundo Linux quanto nas maiores batidas de tecnologia e cultura—para compartil... | {
"pile_set_name": "Github"
} |
package main
import (
"bytes"
"encoding/json"
"flag"
"fmt"
"html/template"
"io"
"io/ioutil"
"net/http"
"os"
"os/exec"
"path/filepath"
"reflect"
"regexp"
"sort"
"strings"
texttemplate "text/template"
"time"
"unicode"
"github.com/pkg/errors"
"github.com/russross/blackfriday/v2"
"k8s.io/gengo/parser... | {
"pile_set_name": "Github"
} |
var assert = require('assert')
var uid = require('./')
describe('uid-url', function () {
describe('uid()', function () {
it('should return a uid of the correct length', function () {
return uid(18).then(function (val) {
assert.equal(24, Buffer.byteLength(val))
})
})
it('should not ... | {
"pile_set_name": "Github"
} |
fn foo(x: i32) -> i32 {
unreachable!(); //~ ERROR unreachable!(..) statement might be reachable
}
fn main(){}
| {
"pile_set_name": "Github"
} |
// g2o - General Graph Optimization
// Copyright (C) 2011 R. Kuemmerle, G. Grisetti, W. Burgard
// 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 r... | {
"pile_set_name": "Github"
} |
/*
* reserved comment block
* DO NOT REMOVE OR ALTER!
*/
/*
* 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 ... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | {
"pile_set_name": "Github"
} |
<div>
<%
content_for :title, t('moderation_queue.moderation_queue')
content_for :h1, t('moderation_queue.moderation_queue')
content_for :body_id, 'moderation_queue-index'
content_for :body_classes, 'moderation_queue index'
%>
</div>
<%# Link showing page number
- available local variables
page: a ... | {
"pile_set_name": "Github"
} |
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>GATimeOfDay.minutes - tock</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">tock</a> / <a href="../index.html">ai.tock.bot.connector.ga.model.request</a> / <a href="index.html">GATimeOfDay</a> / ... | {
"pile_set_name": "Github"
} |
遍历对象的最简单的方法是使用递归。
1. [使用 innerHTML 的解决方案](sandbox:innerhtml)。
2. [使用 DOM 的解决方案](sandbox:build-tree-dom)。
| {
"pile_set_name": "Github"
} |
public java.lang.Object jsViewPager_jCreate(long _Self, int _pageStrip) {
return (java.lang.Object)(new jsViewPager(this,_Self,_pageStrip));
} | {
"pile_set_name": "Github"
} |
/*
* This header provides constants for binding nvidia,tegra*-gpio.
*
* The first cell in Tegra's GPIO specifier is the GPIO ID. The macros below
* provide names for this.
*
* The second cell contains standard flag values specified in gpio.h.
*/
#ifndef _DT_BINDINGS_GPIO_TEGRA_GPIO_H
#define _DT_BINDINGS_GPIO_T... | {
"pile_set_name": "Github"
} |
#
# The MIT License
# Copyright (c) 2014-2016 Ilkka Seppälä
#
# 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, modi... | {
"pile_set_name": "Github"
} |
# Require a review from a Gatsby team member
* @gatsbyjs/admin
| {
"pile_set_name": "Github"
} |
/** MACHINE-GENERATED FROM AVRO SCHEMA. DO NOT EDIT DIRECTLY */
package example.avro.model
import org.apache.avro.Schema
import org.oedura.scavro.{AvroMetadata, AvroReader, AvroSerializeable}
import example.avro.{ClashInner => JClashInner, ClashOuter => JClashOuter}
import scala.collection.JavaConverters._
final c... | {
"pile_set_name": "Github"
} |
---
title: Azure SQL Managed Instance エージェントを使用して SSIS パッケージを実行する
description: Azure SQL Managed Instance エージェントを使用して SSIS パッケージを実行する方法について説明します。
services: data-factory
documentationcenter: ''
ms.service: data-factory
ms.workload: data-services
ms.topic: conceptual
ms.author: lle
author: lle
ms.date: 04/14/2020
ms.open... | {
"pile_set_name": "Github"
} |
<?php
class PasswordVerifyTest extends PHPUnit_Framework_TestCase {
public function testFuncExists() {
$this->assertTrue(function_exists('password_verify'));
}
public function testFailedType() {
$this->assertFalse(password_verify(123, 123));
}
public function testSaltOnly() {... | {
"pile_set_name": "Github"
} |
// Copyright (C) Pash Contributors. License: GPL/BSD. See https://github.com/Pash-Project/Pash/
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Management.Automation.Language;
using System.Management.Automation;
namespace Pash.Implementation
{
i... | {
"pile_set_name": "Github"
} |
#Tue Oct 31 00:13:43 CST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
| {
"pile_set_name": "Github"
} |
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
names... | {
"pile_set_name": "Github"
} |
{
"_args": [
[
"rimraf@2.6.1",
"/Users/eshanker/Code/fsevents"
]
],
"_from": "rimraf@2.6.1",
"_id": "rimraf@2.6.1",
"_inBundle": true,
"_integrity": "sha1-wjOOxkPfeht/5cVPqG9XQopV8z0=",
"_location": "/fsevents/rimraf",
"_phantomChildren": {},
"_requested": {
"type": "version",
... | {
"pile_set_name": "Github"
} |
<refentry xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="5.0" xml:id="email.delimi... | {
"pile_set_name": "Github"
} |
{% extends "base.html" %}
{% block content %}
<h3>Create New Questionnaire</h3>
<form class="form-horizontal" method="post">{% csrf_token %}
{% include "dojo/form_fields.html" with form=form %}
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
{% if su... | {
"pile_set_name": "Github"
} |
title: Run PowerShell Script from ADS
id: 45a594aa-1fbd-4972-a809-ff5a99dd81b8
status: experimental
description: Detects PowerShell script execution from Alternate Data Stream (ADS)
references:
- https://github.com/p0shkatz/Get-ADS/blob/master/Get-ADS.ps1
author: Sergey Soldatov, Kaspersky Lab, oscd.community
date:... | {
"pile_set_name": "Github"
} |
#ifndef foopulseextstreamrestorehfoo
#define foopulseextstreamrestorehfoo
/***
This file is part of PulseAudio.
Copyright 2008 Lennart Poettering
PulseAudio 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 ... | {
"pile_set_name": "Github"
} |
# famfamfam-flags
[](https://www.npmjs.org/package/famfamfam-flags)
[](http://bower.io/search/?q=famfamfam-flags)
[
// feed/pop - popular (love)
// feed/all - all
// feed/ID - all items under a node (numeric)
// ** Filters ** //
// ?type[]=GAME - item types only
// NOTE: public "USER" feed should be delayed (i.e. query should only return values ... | {
"pile_set_name": "Github"
} |
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if( has_post_thumbnail() ): ?>
<div class="thumbnail"><?php the_post_thumbnail('thumbnail'); ?></div>
<?php endif; ?>
<?php the_title( sprintf('<h1 class="entry-title"><a href="%s">', esc_url( get_permalink() ) ),'</a></h1>' ); ?>
<small... | {
"pile_set_name": "Github"
} |
Use strings in a `switch` statement
Updating interfaces by using `default` methods
Using bounded type parameters in generic methods
Measuring time
Supply `toString()` in all classes | {
"pile_set_name": "Github"
} |
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "1",
"Effect": "Allow",
"Action": [
"ec2:DescribeRegions",
"ec2:DescribeInstances",
"ec2:DescribeVolumes",
"ec2:DescribeVpcs",
"ec2:Descr... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
from __future__ import print_function
import sys
import socket
from exabgp.netlink import NetMask
from exabgp.netlink.attributes import Attributes
from exabgp.netlink.route.link import Link
from exabgp.netlink.route.neighbor import Neighbor
from exabgp.netlink.route.address import Address
from exa... | {
"pile_set_name": "Github"
} |
<!--
This file contains Runtime Directives used by .NET Native. The defaults here are suitable for most
developers. However, you can modify these parameters to modify the behavior of the .NET Native
optimizer.
Runtime Directives are documented at https://go.microsoft.com/fwlink/?LinkID=391919
To f... | {
"pile_set_name": "Github"
} |
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:showAsAction="never"
android:title="@string/action_settings"/>
</menu>
| {
"pile_set_name": "Github"
} |
sources:
{
main.c
}
| {
"pile_set_name": "Github"
} |
// +build windows
// +build go1.4
package mousetrap
import (
"os"
"syscall"
"unsafe"
)
func getProcessEntry(pid int) (*syscall.ProcessEntry32, error) {
snapshot, err := syscall.CreateToolhelp32Snapshot(syscall.TH32CS_SNAPPROCESS, 0)
if err != nil {
return nil, err
}
defer syscall.CloseHandle(snapshot)
var ... | {
"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"
} |
// ==OPENGL
float4x4 World;
float4x4 View;
float4x4 Projection;
float3 camWorld;
texture ModelTexture;
float bendValue = 1.4;
float3 bendOrigin = { 0, 0, 0 };
float bendDistance = 350.0;
float3 bendVector = { 0, -0.01, 0 };
float3 skyColor = { 1.0, 1.0, 1.0 };
//pre-set;
float Transparency = 1;
float4 fogCo... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import
from rest_framework.response import Response
from sentry.api.base import EnvironmentMixin
from sentry.api.serializers import serialize, StreamGroupSerializer
from sentry.api.paginator import OffsetPaginator
from sentry.models import Group, GroupStatus, OrganizationMemberTeam, Pr... | {
"pile_set_name": "Github"
} |
// http://stackoverflow.com/questions/11381673/detecting-a-mobile-browser
export function isMobileBrowser () {
var check = false;
(function(a){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|... | {
"pile_set_name": "Github"
} |
import Link from 'next/link'
const Nav = () => {
return (
<nav>
<Link href="/">
<a>Index</a>
</Link>
<Link href="/ssg">
<a>SSG</a>
</Link>
<Link href="/ssr">
<a>SSR</a>
</Link>
<style jsx>
{`
a {
margin-right: 25px;
... | {
"pile_set_name": "Github"
} |
# XXX: Duplicates Base_checkConsistency so proxy role is really effective.
from Products.DCWorkflow.DCWorkflow import ValidationFailed
message_list = [x.getTranslatedMessage() for x in state_change['object'].checkConsistency()]
if message_list:
raise ValidationFailed(message_list)
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.