text stringlengths 2 99.9k | meta dict |
|---|---|
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipe... | {
"pile_set_name": "Github"
} |
/*
* System call switch table.
*
* Copyright (c) 1986 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/glob.h>
#ifdef INET
# define ifn... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright (c) Nate Brunette.
* Distributed under the MIT License (http://opensource.org/licenses/MIT)
*/
declare(strict_types=1);
namespace Tebru\Retrofit\Test\Mock\Unit\RetrofitTest;
use Tebru\Retrofit\DefaultProxyFactoryAware;
use Tebru\Retrofit\Proxy;
use Tebru\Retrofit\ProxyFactory;
/**
* Class R... | {
"pile_set_name": "Github"
} |
#include "d1.h"
#undef assert
| {
"pile_set_name": "Github"
} |
/* drivers/isdn/hisax/amd7930_fn.h
*
* gerdes_amd7930.h Header-file included by
* gerdes_amd7930.c
*
* Author Christoph Ersfeld <info@formula-n.de>
* Formula-n Europe AG (www.formula-n.com)
* previously Gerdes AG
*
*
* ... | {
"pile_set_name": "Github"
} |
//===--- SymbolOperation.h - -------------------------------*- C++ -*------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
do_action('ampforwp_before_meta_info_hook',$this);
global $redux_builder_amp;
if ( is_single() || (is_page() && $redux_builder_amp['meta_page']) ) : ?>
<div class="amp-wp-article-header ampforwp-meta-info <?php if( is_page() && ! $redux_builder_amp['meta_page'] ) {?> h... | {
"pile_set_name": "Github"
} |
// Icon Sizes
// -------------------------
.larger(@factor) when (@factor > 0) {
.larger((@factor - 1));
.@{fa-css-prefix}-@{factor}x {
font-size: (@factor * 1em);
}
}
/* makes the font 33% larger relative to the icon container */
.@{fa-css-prefix}-lg {
font-size: (4em / 3);
line-height: (3em / 4);
v... | {
"pile_set_name": "Github"
} |
GL_ARB_framebuffer_no_attachments
http://www.opengl.org/registry/specs/ARB/framebuffer_no_attachments.txt
GL_ARB_framebuffer_no_attachments
GL_FRAMEBUFFER_DEFAULT_WIDTH 0x9310
GL_FRAMEBUFFER_DEFAULT_HEIGHT 0x9311
GL_FRAMEBUFFER_DEFAULT_LAYERS 0x9312
GL_FRAMEBUFFER_DEFAULT_SAMPLES 0x9313
GL_FRAMEBUFFER_DEFAULT_FIX... | {
"pile_set_name": "Github"
} |
blueorange
====
A PhpMyAdmin Theme with lots of border radii and box shadows
## Summary
The theme was built while diving into sass, using firefox 12, and as far as I am aware is compatible with firefox 12+, opera 11+, chrome 12+, I don't have a windows machine at the moment so I could not test it on IE
## Requireme... | {
"pile_set_name": "Github"
} |
title: Android: Hiding the FAB and nested scroll events in CoordinatorLayout
tags: android,android-coordinatorlayout
The `CoordinatorLayout` helps you deal with nested scroll events from certain children, `RecyclerView` in our case.
If we place a `RecyclerView` and a `FloatingActionBar` in a CoordinatorLayout, we can... | {
"pile_set_name": "Github"
} |
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/MercuryEngineering/CookieMonster v0.0.0-20180304172713-1584578b3403 h1:EtZwYyLbkEcIt+B//6sujwRCnHuTEK3qiSypAX5aJeM=
github.com/MercuryEngineering/CookieMonster v0.0.0-20180304172713-1584578b3403/go.mod h1:mM6WvakkX2m+NgM... | {
"pile_set_name": "Github"
} |
--- httrack-3.49.2/src/htsglobal.h 2017-05-20 14:03:03.000000000 +0530
+++ htsglobal.h 2018-04-10 11:16:00.468000020 +0530
@@ -178,16 +178,16 @@
#else
#ifndef HTS_ETCPATH
-#define HTS_ETCPATH "/etc"
+#define HTS_ETCPATH "@TERMUX_PREFIX@/etc"
#endif
#ifndef HTS_BINPATH
-#define HTS_BINPATH "/usr/bin"
+#define HTS_... | {
"pile_set_name": "Github"
} |
///用于列表查询
var titleForType = {
'10':'新鲜事',
// '11':'活动',
'11':'打听',
'12':'吐槽',
'13':'公告',
'20':'吃喝玩乐',
'21':'求职招聘',
'22':'商家信息',
'23':'相亲交友',
'24':'房屋信息',
'25':'打车出行',
'26':'二手交易',
'27':'便民信息'
}
//首页列表可用的数据类型
var homeAvaliableItemType = ['10' , '11' , '12' , '13' , '14' , '15'];
var itemType = [
[
{
... | {
"pile_set_name": "Github"
} |
{$method->exe("invoice_commission","search_show")}
{if ($method->result == FALSE)}
{$block->display("core:method_error")}
{else}
{if $results == 1}
{translate results=$results}search_result_count{/translate}
{else}
{translate results=$results}search_results_count{/translate}
{/if}
<B... | {
"pile_set_name": "Github"
} |
glog
====
Leveled execution logs for Go.
This is an efficient pure Go implementation of leveled logs in the
manner of the open source C++ package
https://github.com/google/glog
By binding methods to booleans it is possible to use the log package
without paying the expense of evaluating the arguments to the log.
Thr... | {
"pile_set_name": "Github"
} |
with Buf.Common;
package body Buf.No_Data with
SPARK_Mode,
Refined_State => (State => Free_List)
is
Free_List : Integer;
procedure Free_Buffer with
Refined_Global => (In_Out => (Common.State, Free_List))
is
begin
Common.Do_Some;
Free_List := Free_List + 1;
end Free_Buffer;
end Buf... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Functional-php
* @author Lars Strojny <lstrojny@php.net>
* @copyright 2011-2017 Lars Strojny
* @license https://opensource.org/licenses/MIT MIT
* @link https://github.com/lstrojny/functional-php
*/
namespace Functional;
use Functional\Exceptions\InvalidArgumentException;
use Tr... | {
"pile_set_name": "Github"
} |
**Presenter:** Rich Hickey
**Title:** Simplicity Matters
## Abstract
> Rich Hickey (@richhickey), the author of <a href="http://clojure.org/">Clojure</a> and designer of <a href="http://datomic.com/">Datomic</a>, is a software developer with over 20 years of experience in various domains. Rich has worked on scheduli... | {
"pile_set_name": "Github"
} |
/******************************************************************************
AudioScience HPI driver
Copyright (C) 1997-2011 AudioScience Inc. <support@audioscience.com>
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public L... | {
"pile_set_name": "Github"
} |
{
"created_at": "2015-02-27T22:28:31.851424",
"description": "Inserts a hop to all watch links on YouTube in order to disable auto-play. The link won't be inserted by a normal click, only middle-click/context menu/D'n'D.",
"fork": false,
"full_name": "panzi/intercept-youtube-links",
"language": "JavaScrip... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="launcher_background">#FFFFFF</color>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
</resources> | {
"pile_set_name": "Github"
} |
orthopush-flush
inflate
test_db_env_strdup_null
test_simple_read_txn
inflate2
test_db_txn_locks_read_uncommitted
test_txn_cursor_last
test_5015
test_large_update_broadcast_small_cachetable
test_cursor_with_read_txn
test_db_close_no_open
test_4657
test_db_env_set_lg_dir
test_cursor_DB_NEXT_no_dup
test_db_dbt_mem_behavio... | {
"pile_set_name": "Github"
} |
{
"name": "ARCHIVE-HOST",
"displayName": "ARCHIVE-HOST",
"properties": [
"aht.li",
"archive-host.com"
]
} | {
"pile_set_name": "Github"
} |
/*
* namei.c - NTFS kernel directory inode operations. Part of the Linux-NTFS
* project.
*
* Copyright (c) 2001-2006 Anton Altaparmakov
*
* This program/include file 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 Sof... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY date SYSTEM "date.xml">
<!ENTITY version SYSTEM "version.xml">
]>
<refentry id="derdump">
<refentryinfo>
<date>&date;</date>
... | {
"pile_set_name": "Github"
} |
// +build !linux
package commandconn
import (
"os/exec"
)
func setPdeathsig(cmd *exec.Cmd) {
}
| {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright 2017 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>CSS Transforms Test: SVG presentation attribute and translation-value negative arguments with pixel units in scientific notation with negative exponents on translate</title>
<link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
<link rel="help" href="h... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<cpe-list xmlns="http://cpe.mitre.org/dictionary/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://cpe.mitre.org/dictionary/2.0 http://cpe.mitre.org/files/cpe-dictionary_2.1.xsd">
<cpe-item name="cpe:/o:apple:macos:10.1... | {
"pile_set_name": "Github"
} |
//
// IQUIScrollView+Additions.h
// https://github.com/hackiftekhar/IQKeyboardManager
// Copyright (c) 2013-15 Iftekhar Qurashi.
//
// 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... | {
"pile_set_name": "Github"
} |
# WinPR: Windows Portable Runtime
# winpr cmake build script
#
# Copyright 2012 Marc-Andre Moreau <marcandre.moreau@gmail.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://w... | {
"pile_set_name": "Github"
} |
<% _.each(layout, function (defs, key) {
var tag = 'tag' in defs ? defs.tag : 'div';
print( '<' + tag);
if ('id' in defs) {
print(' id="'+defs.id+'"');
}
if ('class' in defs) {
print(' class="'+defs.class+'"');
}
print('>');
%>
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<WebView android:id="@+id/webkit"
android:layout_width="match_parent"
android:layou... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2014-2020 ArangoDB GmbH, Cologne, Germany
/// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except... | {
"pile_set_name": "Github"
} |
//
// MKAnnotationView+WebCache.m
// SDWebImage
//
// Created by Olivier Poitrey on 14/03/12.
// Copyright (c) 2012 Dailymotion. All rights reserved.
//
#import "MKAnnotationView+WebCache.h"
#import "objc/runtime.h"
static char operationKey;
@implementation MKAnnotationView (WebCache)
- (void)setImageWithURL:(N... | {
"pile_set_name": "Github"
} |
{% if page.meta.source %}
<div class="source-links">
{% for filename in page.meta.source %}
<span class="label label-primary">{{ filename }}</span>
{% endfor %}
</div>
{% endif %}
{{ page.content }} | {
"pile_set_name": "Github"
} |
<?php
namespace AlterPHP\EasyAdminExtensionBundle\Configuration;
use AlterPHP\EasyAdminExtensionBundle\Exception\ConflictingConfigurationException;
use EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigPassInterface;
use ReflectionClass;
use ReflectionProperty;
/**
* Adds "exclude_fields" option to forms
*
* ``... | {
"pile_set_name": "Github"
} |
<?php
return [
/*
* List which roles have access to the hub
*/
'hub_access' => ['editor'],
/*
* The URL to your storefront
*/
'storefronturl' => env('STOREFRONT_URL'),
/*
* Which default customer group to use
*/
'default_customer_group' => 'guest',
'token_li... | {
"pile_set_name": "Github"
} |
schema {
query: Query
mutation: Mutation
subscription: Subscription
}
type Query {
character(characterIds: [String]): [Character!]!
droid(id: String): Droid
hero(episode: Episode! = NEWHOPE): Character
human(id: String): Human
search(text: String): [SearchResult]
}
type Mutation {
createReview(epis... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2014 The Syncthing Authors.
//
// 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 https://mozilla.org/MPL/2.0/.
package model
import (
"bytes"
"context"
"crypto/rand"
"errors"... | {
"pile_set_name": "Github"
} |
{
"results": [
{
"alternatives": [
{
"transcript": "thunderstorms could produce large hail isolated tornadoes and heavy rain"
}
],
"final": true,
"end_of_utterance": "end_of_data"
}
],
"result_index": 0,
"audio_metrics": {
"sampling_interval": 0.1,
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2018 The Jaeger Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | {
"pile_set_name": "Github"
} |
// Test the rectangle element
describe('tooltip tests', function() {
beforeEach(function() {
window.addDefaultMatchers(jasmine);
});
afterEach(function() {
window.releaseAllCharts();
});
it('Should display in label mode', function() {
var chartInstance = window.acquireChart({
type: 'line',... | {
"pile_set_name": "Github"
} |
<?php
namespace Bolt\Tests\Configuration\Validation;
/**
* Sqlite database validation tests.
*
* @runTestsInSeparateProcesses
*
* @author Gawain Lynch <gawain.lynch@gmail.com>
*/
class DatabaseSqliteTest extends AbstractValidationTest
{
/**
* @expectedException \Bolt\Exception\Configuration\Validation\... | {
"pile_set_name": "Github"
} |
[Desktop Entry]
Type=Application
Version=1.0
Name=Razor Autosuspend
TryExec=razor-autosuspend
Exec=razor-autosuspend
OnlyShowIn=Razor;
Hidden=true
X-Razor-Need-Tray=true
X-Razor-Module=true
#TRANSLATIONS_DIR=translations
# Translations
Name[ru]=Paзор автоматическое приостановлено
| {
"pile_set_name": "Github"
} |
// Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
#include "StdAfx.h"
#include "../GameAIEnv.h"
#include "RadioChatterModule.h"
#include <CryFlowGraph/IFlowBaseNode.h>
class RadioChatterFlowNode : public CFlowBaseNode<eNCT_Instanced>
{
public:
enum EInputs
{
IN_Set,
IN_Enable,
IN_Disabl... | {
"pile_set_name": "Github"
} |
// Copyright Jim Bosch 2010-2012.
// 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 BOOST_NUMPY_UFUNC_HPP_INCLUDED
#define BOOST_NUMPY_UFUNC_HPP_INCLUDED
/**
* @file boost/numpy/ufunc.hpp
* ... | {
"pile_set_name": "Github"
} |
// true -> String#at
// false -> String#codePointAt
var toInteger = require('./$.to-integer')
, defined = require('./$.defined');
module.exports = function(TO_STRING){
return function(that, pos){
var s = String(defined(that))
, i = toInteger(pos)
, l = s.length
, a, b;
if(i < 0 || i >= ... | {
"pile_set_name": "Github"
} |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2018 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo... | {
"pile_set_name": "Github"
} |
var assert = require('assert');
var Request = require('../lib/request');
describe('Request', function () {
beforeEach(function () {
this.resource = {};
this.client = {};
this.connection = {
resource: this.resource,
client: this.client
};
this.req = new Request(this.connection, 'foo'... | {
"pile_set_name": "Github"
} |
# $Id: modules-userreference.sv.po,v 1.1.2.1 2009/05/27 14:12:42 seals Exp $
#
# Swedish translation of Drupal (userreference)
# Generated from files:
# userreference.rules.inc,v 1.1.2.2 2008/10/06 15:02:03 karens
# userreference.module,v 1.106.2.42 2009/05/16 16:41:30 yched
# userreference.info,v 1.8 2008/04/23 18:... | {
"pile_set_name": "Github"
} |
-- boundary3.test
--
-- db eval {
-- SELECT t1.a FROM t1 JOIN t2 ON t1.rowid > t2.r
-- WHERE t2.a=39
-- ORDER BY x
-- }
SELECT t1.a FROM t1 JOIN t2 ON t1.rowid > t2.r
WHERE t2.a=39
ORDER BY x | {
"pile_set_name": "Github"
} |
(ns clojars.auth
(:require
[cemerick.friend :as friend]
[cemerick.friend.credentials :as creds]
[cemerick.friend.util :as friend.util]
[cemerick.friend.workflows :as workflows]
[clojars.db :as db]
[clojars.event :as event]
[clojars.util :as util]
[clojure.string :as str]
[one-time.core :as ... | {
"pile_set_name": "Github"
} |
/* ----------------------------------------------------------------------
* Copyright (C) 2010-2014 ARM Limited. All rights reserved.
*
* $Date: 31. July 2014
* $Revision: V1.4.4
*
* Project: CMSIS DSP Library
* Title: arm_fir_fast_q31.c
*
* Description: Processing functi... | {
"pile_set_name": "Github"
} |
/* -*- Mode: indent-tabs-mode: nil; js-indent-level: 2 -*- */
/* vim: set sts=2 sw=2 et tw=80: */
"use strict";
async function runWithDisabledPrivateBrowsing(callback) {
const { EnterprisePolicyTesting, PoliciesPrefTracker } = ChromeUtils.import(
"resource://testing-common/EnterprisePolicyTesting.jsm",
null
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Api Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type='text/css' rel='stylesheet' href='../../../apidoc/stylesheets/bundled/bootstrap.min.css'/>
<link typ... | {
"pile_set_name": "Github"
} |
#if defined(CONFIG_RAM32MB)
#define MEM_END 0x02000000 /* Memory size 32Mb */
#elif defined(CONFIG_RAM16MB)
#define MEM_END 0x01000000 /* Memory size 16Mb */
#else
#define MEM_END 0x00800000 /* Memory size 8Mb */
#endif
#undef CRT_DEBUG
.macro PUTC CHAR
#ifdef CRT_DEBUG
moveq #\CHAR, %d7
jsr putc
#endif
.endm
.g... | {
"pile_set_name": "Github"
} |
#pragma once
#ifndef _INC_FILTER
#define _INC_FILTER
HANDLE startFilterThread();
BOOL checkFilter(CONNECTION *head, CONNECTION *conn);
#define WM_ADD_FILTER (WM_APP + 1)
#endif
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (9.0.1) on Tue Oct 23 23:20:02 IST 2018 -->
<title>org.apache.kafka.connect.util (kafka 2.0.0 API)</title>
<meta http-equiv="Content-Type" content="te... | {
"pile_set_name": "Github"
} |
DROP TABLE insert_into1;
CREATE TABLE insert_into1 (key int, value string);
EXPLAIN INSERT INTO TABLE insert_into1 SELECT * from src LIMIT 100;
INSERT INTO TABLE insert_into1 SELECT * from src LIMIT 100;
SELECT SUM(HASH(c)) FROM (
SELECT TRANSFORM(*) USING 'tr \t _' AS (c) FROM insert_into1
) t;
EXPLAIN INSERT I... | {
"pile_set_name": "Github"
} |
# Source: https://github.com/cyj5030/DRC-Release
import torch.nn.functional as F
from .utils import *
from .backbone import *
__all__ = ['DRNet', 'DRCLoss']
class adap_conv(nn.Module):
def __init__(self, in_channels, out_channels):
super(adap_conv, self).__init__()
self.conv = nn.Sequential(*[nn... | {
"pile_set_name": "Github"
} |
~~~yaml
author:
indexes:
ix_first_name_last_name_date:
fields: [firstName, lastName, birthDate]
type: unique
~~~
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Background on 'table-row'</title>
<link rel="next" href="backgr_position-table-column.html" title="Background Position: Background on 'table-column'">
<link rel="prev" href="backgr_p... | {
"pile_set_name": "Github"
} |
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: usrsctp
Description: SCTP implementation
URL: https://github.com/sctplab/usrsctp
Version: @VERSION@
Requires:
Libs: -L${libdir} -lusrsctp
Cflags: -I${includedir} @APPCFLAGS@
| {
"pile_set_name": "Github"
} |
/*
* Amiga Buddha, Catweasel and X-Surf IDE Driver
*
* Copyright (C) 1997, 2001 by Geert Uytterhoeven and others
*
* This driver was written based on the specifications in README.buddha and
* the X-Surf info from Inside_XSurf.txt available at
* http://www.jschoenfeld.com
*
* This file is subject to the te... | {
"pile_set_name": "Github"
} |
// Copyright Oliver Kowalke 2013.
// 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 BOOST_FIBERS_POLICY_H
#define BOOST_FIBERS_POLICY_H
#include <type_traits>
#include <boost/config... | {
"pile_set_name": "Github"
} |
#!python
# vim: set filetype=python
from subprocess import call
import configparser
import argparse
import os
import sys
import tempfile
import pprint
import json
import pinboard
try:
from dateutil.parser import parse as parse_date
except:
def parse_date(date_string):
sys.stderr.write("For better dat... | {
"pile_set_name": "Github"
} |
/*
Copyright 2015 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"
} |
---
uid: mvc/overview/older-versions/hands-on-labs/aspnet-mvc-4-models-and-data-access
title: "ASP.NET MVC 4 Models and Data Access | Microsoft Docs"
author: rick-anderson
description: "Note: This Hands-on Lab assumes you have basic knowledge of ASP.NET MVC. If you have not used ASP.NET MVC before, we recommend you to ... | {
"pile_set_name": "Github"
} |
#.rst:
# GNUInstallDirs
# --------------
#
# Define GNU standard installation directories
#
# Provides install directory variables as defined for GNU software:
#
# ::
#
# http://www.gnu.org/prep/standards/html_node/Directory-Variables.html
#
# Inclusion of this module defines the following variables:
#
# ::
#
# CMA... | {
"pile_set_name": "Github"
} |
<?php
// -*-php-*-
rcs_id('$Id: RichTable.php,v 1.7 2005/05/06 17:44:24 rurban Exp $');
/**
RichTablePlugin
A PhpWiki plugin that allows insertion of tables using a richer syntax.
Src: http://www.it.iitb.ac.in/~sameerds/phpwiki/index.php/RichTablePlugin
Docs: http://phpwiki.org/RichTablePlugin
*/
/*
* Copyrigh... | {
"pile_set_name": "Github"
} |
<?php
/**
* @package Joomla.Site
* @subpackage Layout
*
* @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_BASE') or die;
JLog::add('The layout joomla.tinymce.buttons.button ... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* 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://mozil... | {
"pile_set_name": "Github"
} |
# 高级安全Windows防火墙概述以及最佳实践 {#concept_b1w_sxr_gfb .concept}
本文简单介绍Windows防火墙的概念,给出使用场景并列出了常见的防火墙操作。
## 简介 {#section_sfs_3zr_gfb .section}
在Windows NT6.0之后微软推出了高级安全Windows防火墙\(简称WFAS\),高级安全Windows防火墙是分层安全模型的重要部分, 通过为计算机提供基于主机的双向网络通讯筛选, 高级安全Windows防火墙 阻止未授权的网络流量流向或流出本地计算机。高级安全 Windows 防火墙 还是用网络感知,以便可以将相应安全设置应用到计算机连接到的网络类... | {
"pile_set_name": "Github"
} |
// Code generated by smithy-go-codegen DO NOT EDIT.
package route53
import (
"context"
awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware"
"github.com/aws/aws-sdk-go-v2/aws/retry"
"github.com/aws/aws-sdk-go-v2/aws/signer/v4"
"github.com/aws/aws-sdk-go-v2/service/route53/types"
smithy "github.com/awslabs... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Docker, 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<resources><string name="app_id">495338853813822</string></resources> | {
"pile_set_name": "Github"
} |
LICENSE := BSD
VERSION := 1.4.52
DOWNLOADS := lighttpd.archive
URL(lighttpd) := http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-$(VERSION).tar.gz
SHA(lighttpd) := 0f9de0227681c078f6b8c6154b581ced5fe7bcb5ff428ccf292581764b771145
DIR(lighttpd) := src/app/lighttpd
PATCHES := $(addprefix src/app/lighttp... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
from __future__ import print_function
"""Basic tests for Byterun."""
import unittest
import six
import vmtest
PY3, PY2 = six.PY3, not six.PY3
class TestIt(vmtest.VmTestCase):
def test_constant(self):
self.assert_ok("17")
def test_globals(self):
self.assert_ok("""\
... | {
"pile_set_name": "Github"
} |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*-------------------------------------------------------------------------... | {
"pile_set_name": "Github"
} |
.federatedDataset {
.md-container {
position: static;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
box-sizing: border-box;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
z-index: 60;
height:100%;
bottom:... | {
"pile_set_name": "Github"
} |
/* crypto/ec/ec_err.c */
/* ====================================================================
* Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* a... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" />
<link rel="stylesheet" hre... | {
"pile_set_name": "Github"
} |
#!/usr/local/bin/ruby
# TupleSpace
# Copyright (c) 1999-2000 Masatoshi SEKI
# You can redistribute it and/or modify it under the same terms as Ruby.
require 'thread'
class TupleSpace
class Template
def initialize(list)
@list = list
@check_idx = []
@list.each_with_index do |x, i|
@check... | {
"pile_set_name": "Github"
} |
/*
* Copyright DataStax, 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 wri... | {
"pile_set_name": "Github"
} |
// +build !linux,!freebsd,!solaris
package zfs
func checkRootdirFs(rootdir string) error {
return nil
}
func getMountpoint(id string) string {
return id
}
| {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
// Copyright Jaap Suter 2003
//
// 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)
//
// Preprocessed version of "boost/mpl/bitand.hpp" header
// -- DO NOT modif... | {
"pile_set_name": "Github"
} |
//
// Alfred.m
// Alfred-cocoapods-search(objc)
//
// Created by Vasilis Akoinoglou on 4/10/13.
// Copyright (c) 2013 Vasilis Akoinoglou. All rights reserved.
//
#import "Alfred.h"
@implementation AlfredObject
- (id)init
{
self = [super init];
if (self)
{
_valid = YES;
}
return s... | {
"pile_set_name": "Github"
} |
p {
margin: 0;
padding: 3px 1px;
}
img {
border: 0 none;
}
@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 400;
src: local("Roboto"), local("Roboto-Regular"), url(../css/webfonts/Roboto-Regular.woff) format("woff");
}
@font-face {
font-family: "Roboto";
font-style: normal;
font-... | {
"pile_set_name": "Github"
} |
import * as R from '../ramda/dist/index';
declare const number: number;
// @dts-jest:pass:snap
R.modulo(number, number);
// @dts-jest:pass:snap
R.modulo(number)(number);
| {
"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"
} |
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2008-2013. 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)
//
// See http://www.boost.org/libs/contain... | {
"pile_set_name": "Github"
} |
require_relative '../../../spec_helper'
ruby_version_is ''...'3.0' do
require 'rexml/document'
describe "REXML::Attribute#node_type" do
it "always returns :attribute" do
attr = REXML::Attribute.new("foo", "bar")
attr.node_type.should == :attribute
REXML::Attribute.new(attr).node_type.should ... | {
"pile_set_name": "Github"
} |
#ifndef THC_ALLOCATOR_INC
#define THC_ALLOCATOR_INC
#include <THC/THCGeneral.h>
// IPC doesn't support (re)allocation
class TORCH_CUDA_API THCIpcDeleter {
public:
THCIpcDeleter(std::shared_ptr<void> basePtr);
~THCIpcDeleter();
static at::DataPtr makeDataPtr(std::shared_ptr<void> basePtr, void* data);
private:... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>Pivot Demo</title>
<!-- external libs from cdnjs -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquer... | {
"pile_set_name": "Github"
} |
#!/bin/bash
#This script begins all application logic. Parameters should be those desired for the VM application to receive (with win-nix parameter translation).
#Import ubiquitous_bash.
. ubiquitous_bash.sh
scriptLocation="$(getScriptAbsoluteFolder)"
InstanceDirUUID=$(getUUID)
"$scriptLocation"/commInit.sh $Instan... | {
"pile_set_name": "Github"
} |
import { connect } from 'react-redux';
import { selectBalance, selectMyChannelClaims } from 'lbry-redux';
import { doOpenModal } from 'redux/actions/app';
import WalletSend from './view';
import { withRouter } from 'react-router';
const perform = dispatch => ({
openModal: (modal, props) => dispatch(doOpenModal(modal... | {
"pile_set_name": "Github"
} |
import FWCore.ParameterSet.Config as cms
##########################################################
# produce generated paricles in acceptance #
##########################################################
higenp = cms.EDFilter("PdgIdAndStatusCandViewSelector",
status = cms.vint32(3),
src = cms.In... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.