text stringlengths 2 99.9k | meta dict |
|---|---|
/*
* Copyright (c) 2001, 2003, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: d0fe3b1866d64960b1cf6ec667c302ba
| {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2011 Aaron Drew
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, this list of conditions and the follow... | {
"pile_set_name": "Github"
} |
# LX2160A.dsc
# LX2160A Soc package.
#
# Copyright 2018-2020 NXP
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#
!include Silicon/NXP/Chassis3V2/Chassis3V2.dsc.inc
[LibraryClasses.common]
SocLib|Silicon/NXP/LX2160A/Library/SocLib/SocLib.inf
PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/... | {
"pile_set_name": "Github"
} |
"use strict";
var iteratorSymbol = require("es6-symbol").iterator
, isValue = require("../object/is-value")
, isArrayLike = require("../object/is-array-like");
module.exports = function (value) {
if (!isValue(value)) return false;
if (typeof value[iteratorSymbol] === "function") return true;
return i... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:ab3d75eb7f5c321460d945c2078ec5ed3fb62a09e019826608b33c6cfce75ba8
size 1354
| {
"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
"Licens... | {
"pile_set_name": "Github"
} |
/*
* MobiCore Driver Logging Subsystem.
*
* The logging subsystem provides the interface between the Mobicore trace
* buffer and the Linux log
*
* <-- Copyright Giesecke & Devrient GmbH 2009-2012 -->
* <-- Copyright Trustonic Limited 2013 -->
*
* This program is free software; you can redistribute it and/or mo... | {
"pile_set_name": "Github"
} |
{{=<< >>=}}
<div class="container">
<div class="page-header">
<h1>Introduction to Clojure</h1>
</div>
<div class="footer">
<p>This text can be found in <code>resources/templates/index.html.mustache</code></p>
</div>
</div>
| {
"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... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
CREATE TABLE foo (a int, b int, c int) WITH (APPENDONLY=true, ORIENTATION=column) DISTRIBUTED by (a)
PARTITION BY RANGE(b)
(PARTITION p1 START (1) END (10) INCLUSIVE,
PARTITION p2 START(11) END (20) INCLUSIVE);
INSERT INTO foo select i%10+1,i%10+2, i... | {
"pile_set_name": "Github"
} |
// RUN: %libomp-compile-and-run | %sort-threads | FileCheck %s
// REQUIRES: ompt
// This test checks that values stored in task_data in a barrier_begin event
// are still present in the corresponding barrier_end event.
// Therefore, callback implementations different from the ones in callback.h are necessary.
// This ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) 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
*
* Unles... | {
"pile_set_name": "Github"
} |
/*************************************************************
*
* MathJax/localization/lt/TeX.js
*
* Copyright (c) 2009-2016 The MathJax Consortium
*
* 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... | {
"pile_set_name": "Github"
} |
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for src/modals/examples/</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../../../prettify.css">
<link rel="stylesheet" href="../../../base.css">
<style type='text/css'>
div.coverage-summary .sorter {
... | {
"pile_set_name": "Github"
} |
tags
bidirectional
"The bdi element represents a span of text that is to be isolated from its surroundings for the purposes of bidirectional text formatting."
^ self tag: 'bdi' | {
"pile_set_name": "Github"
} |
package handle
import (
"net/http"
"net/url"
"strings"
)
func getToken(params map[string]string) string {
return params["token"]
}
func setToken(url url.URL, token string) url.URL {
query := url.Query()
query.Set("token", token)
url.RawQuery = query.Encode()
return url
}
// getBearerToken parses Authorizati... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>The change you wanted was rejected (422)</title>
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1... | {
"pile_set_name": "Github"
} |
using UnityEngine;
using System.Collections;
using System;
namespace ACT
{
public class ActAuraAddBuff : ActAura
{
[SerializeField]
public Int32 BuffID;
protected override void Trigger()
{
base.Trigger();
for (int i = 0; i < GTWorld.Characters.Count; i+... | {
"pile_set_name": "Github"
} |
/****************************************************************************
*
* svotval.h
*
* The FreeType OpenType validation service (specification).
*
* Copyright (C) 2004-2019 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* ... | {
"pile_set_name": "Github"
} |
#pragma execution_character_set("utf-8")
#include "frmbuttondefence.h"
#include <QApplication>
#include <QTextCodec>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
a.setFont(QFont("Microsoft Yahei", 9));
#if (QT_VERSION <= QT_VERSION_CHECK(5,0,0))
#if _MSC_VER
QTextCodec *codec = QTextCo... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="show_map_string">Mostra la mappa</string>
<string name="location_string">Digita l\'indirizzo</string>
</resources>
| {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<meta charset=utf-8>
<title>@font-feature-values rule parsing tests</title>
<link rel="author" title="John Daggett" href="mailto:jdaggett@mozilla.com">
<link rel="help" href="http://www.w3.org/TR/css3-fonts/#font-feature-values" />
<meta name="assert" content="tests that valid @f... | {
"pile_set_name": "Github"
} |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the JUCE 5 End... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-only
/* leds-sunfire.c: SUNW,Ultra-Enterprise LED driver.
*
* Copyright (C) 2008 David S. Miller <davem@davemloft.net>
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/leds.h>
#include <lin... | {
"pile_set_name": "Github"
} |
/*global window, rJS, jIO, Blob*/
/*jslint nomen: true, maxlen:80, indent:2*/
(function (rJS, RSVP, jIO, Blob) {
"use strict";
rJS(window)
.declareMethod('render', function (options) {
return this.changeState({
key: options.key,
value: options.value
});
})
.onStateChange(fun... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Chris Rebert" href="http://chrisrebert.com" />
<style type="text/css">
body {
background: gree... | {
"pile_set_name": "Github"
} |
using System.Collections.Generic;
using System.Linq;
using Microsoft.EntityFrameworkCore;
using Oqtane.Models;
namespace Oqtane.Repository
{
public class UserRepository : IUserRepository
{
private TenantDBContext _db;
public UserRepository(TenantDBContext context)
{
_db = ... | {
"pile_set_name": "Github"
} |
#pragma once
namespace bdn::ui
{
enum class AutocorrectionType
{
Default,
No,
Yes
};
// Note: Flutter also has a custom type "newline" doing some magic to make multiline text field
// software keyboard behavior easier to use:
// https://api.flutter.dev/flutter/services/... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2010 Igalia S.L.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This libr... | {
"pile_set_name": "Github"
} |
1
00:00:32,571 --> 00:00:35,490
(ナレーション)<昔むかし
トナカイたちの群れの中に➡
2
00:00:35,490 --> 00:00:37,743
鼻の頭が 赤く光るために➡
3
00:00:37,743 --> 00:00:41,413
仲間外れにされているトナカイが
いました>
4
00:00:41,413 --> 00:00:43,965
< ある年の12月24日➡
5
00:00:43,965 --> 00:00:46,385
そんな
赤鼻のトナカイのところへ➡
6
00:00:46,385 --> 00:00:49,185
一人の老人が訪ねてきました>
7
00:00:50... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
*
* @file traillineitem.h
* @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2012.
* @author Tau Labs, http://taulabs.org, Copyright (C) 2013
* @brief A graphicsItem representing a WayPoint
* @... | {
"pile_set_name": "Github"
} |
package nlp.intent.toolkit;
import opennlp.tools.doccat.DocumentSample;
import opennlp.tools.tokenize.WhitespaceTokenizer;
import opennlp.tools.util.ObjectStream;
import java.io.IOException;
import java.util.Vector;
public class IntentDocumentSampleStream implements ObjectStream<DocumentSample> {
String categor... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
##############################################################################
##
## Gradle start up script for UN*X
##
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to ... | {
"pile_set_name": "Github"
} |
<?php
return require dirname(__FILE__) . DIRECTORY_SEPARATOR . 'en.php'; | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2002-2020 The DOSBox Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This p... | {
"pile_set_name": "Github"
} |
#include "GlobalConfigManager.h"
#include "tinyxml2/tinyxml2.h"
#include "platform/CCFileUtils.h"
#include "Platform.h"
#include "UtilStreams.h"
#include "LocaleConfigManager.h"
bool TVPWriteDataToFile(const ttstr &filepath, const void *data, unsigned int len);
class XMLMemPrinter : public tinyxml2::XMLPrinter {
tTVP... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<!--
See javadoc API for class org.thymeleaf.expression.Strings
字符串转换
${#strings.toString(obj)}
检查字符串是否为空(或空)。在检查前执行trim()操作
也适用于数组、列表或集合
${#strings.isEmpty(name)}
... | {
"pile_set_name": "Github"
} |
<?php
/**
* Template for displaying Comments
*
* The area of the page that contains both current comments
* and the comment form. The actual display of comments is
* handled by a callback to twentyten_comment which is
* located in the functions.php file.
*
* @package WordPress
* @subpackage Twenty_Ten
* @sinc... | {
"pile_set_name": "Github"
} |
documentation_complete: true
title: 'xen_use_nfs SELinux Boolean'
description: |-
default - Default SELinux boolean setting.
<br />on - SELinux boolean is enabled.
<br />off - SELinux boolean is disabled.
type: boolean
operator: equals
interactive: false
options:
default: false
off: false
... | {
"pile_set_name": "Github"
} |
//
// RemoteCmdSignatureUtils.m
// RCM
//
// Created by Makara Khloth on 10/19/12.
// Copyright 2012 __MyCompanyName__. All rights reserved.
//
#import "RemoteCmdSignatureUtils.h"
#import "RemoteCmdData.h"
#import "RemoteCmdExceptionCode.h"
@implementation RemoteCmdSignatureUtils
+ (BOOL) verifyRemoteCmdDataSign... | {
"pile_set_name": "Github"
} |
{
"name": "H On",
"displayName": "H On",
"properties": [
"skidrowcodex.com"
]
} | {
"pile_set_name": "Github"
} |
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2008 INRIA
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation;
*
* This program is distributed... | {
"pile_set_name": "Github"
} |
<!--
The MIT License
Copyright (c) 2012, CloudBees, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, ... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Hartmut Kaiser
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
====================================... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the UCB release of Plan 9. It is subject to the license
* terms in the LICENSE file found in the top-level directory of this
* distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No
* part of the UCB release of Plan 9, including this file, may be copied,
* modified, pro... | {
"pile_set_name": "Github"
} |
SiiNunit
{
}
| {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 709cf1f11fe179d4e9a1796d28170d2b
timeCreated: 1517971756
licenseType: Free
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE121_Stack_Based_Buffer_Overflow__src_char_alloca_cpy_21.c
Label Definition File: CWE121_Stack_Based_Buffer_Overflow__src.label.xml
Template File: sources-sink-21.tmpl.c
*/
/*
* @description
* CWE: 121 Stack Based Buffer Overflow
* BadSource: Initialize data as a larg... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
part of dart2js;
class TypeCheckerTask extends CompilerTask {
TypeCheckerTask(Compiler compiler) : s... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2013-2014 K Team. All Rights Reserved. -->
<tests>
<test
definition="lambda.k"
programs="."
extension="lambda"
results="." >
</test>
</tests>
| {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=8 sts=4 et sw=4 tw=99:
* 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/. */
... | {
"pile_set_name": "Github"
} |
import { Component, OnDestroy, OnInit } from '@angular/core';
import { Router } from '@angular/router';
import { IOrganizationCreateInput } from '@gauzy/models';
import { User } from '@sentry/browser';
import { UsersService } from '../../@core/services/users.service';
import { OrganizationsService } from '../../@core/s... | {
"pile_set_name": "Github"
} |
package com.groupon.seleniumgridextras.config;
import com.groupon.seleniumgridextras.utilities.FileIOUtility;
import com.groupon.seleniumgridextras.utilities.json.JsonParserWrapper;
import org.apache.commons.io.FileUtils;
import org.apache.log4j.Logger;
import java.io.File;
import java.io.FileNotFoundException;
imp... | {
"pile_set_name": "Github"
} |
'use strict';
const { tocObj, escapeHTML, encodeURL } = require('hexo-util');
function tocHelper(str, options = {}) {
options = Object.assign({
min_depth: 1,
max_depth: 6,
class: 'toc',
list_number: true
}, options);
const data = tocObj(str, { min_depth: options.min_depth, max_depth: options.ma... | {
"pile_set_name": "Github"
} |
{
"extends": "../build/babel.config.json"
}
| {
"pile_set_name": "Github"
} |
+++
title = "Category talk:Bots"
description = ""
date = 2011-05-17T16:36:14Z
aliases = []
[extra]
id = 9703
[taxonomies]
categories = []
tags = []
+++
We have http://rosettacode.org/mw/index.php?title=Special:ListUsers&group=bot to cover this category. --[[User:Mwn3d|Mwn3d]] 16:36, 17 May 2011 (UTC)
| {
"pile_set_name": "Github"
} |
add_clang_executable(c-arcmt-test
c-arcmt-test.c
)
if (LLVM_BUILD_STATIC)
target_link_libraries(c-arcmt-test
PRIVATE
libclang_static
)
else()
target_link_libraries(c-arcmt-test
PRIVATE
libclang
)
endif()
set_target_properties(c-arcmt-test
PROPERTIES
LINKER_LANGUAGE CXX)
| {
"pile_set_name": "Github"
} |
## -*- shell-script -*- ######################################################
## ##
## Server bootstrap Script Configuration ##
## ##
####... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | {
"pile_set_name": "Github"
} |
object SimpleListViewDelete: TSimpleListViewDelete
Left = 0
Top = 0
Caption = 'ListViewDeleteForm'
ClientHeight = 567
ClientWidth = 384
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 3
object TopToolbar: TToolBar
Padding.Left = 7.0000000000000... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015-2020 The strace developers.
* All rights reserved.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
static struct user_pt_regs xtensa_regs;
#define ARCH_REGS_FOR_GETREGS xtensa_regs
#define ARCH_PC_REG xtensa_regs.pc
#define ARCH_SP_REG xtensa_regs.a[1]
| {
"pile_set_name": "Github"
} |
/*
* /MathJax/localization/fi/HTML-CSS.js
*
* Copyright (c) 2009-2013 The MathJax Consortium
*
* 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/licen... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd"><!-- saved from url=(0013)about:internet -->
<?xml-stylesheet type="text/xsl" href="mathml.xsl"?><html xmlns="http://www.w3.org/1999/xhtml" xmlns:pref="http://www.w3.org/2002/Math/preference" ... | {
"pile_set_name": "Github"
} |
//
// Copyright 2019 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
// 6. Trad... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2014
* DENX Software Engineering
* Heiko Schocher <hs@denx.de>
*
* Based on:
* (C) Copyright 2008 Semihalf
*
* (C) Copyright 2000-2004
* DENX Software Engineering
* Wolfgang Denk, wd@denx.de
*
* Updated-by: Prafulla Wadaskar <prafulla@marvell.com>
* ... | {
"pile_set_name": "Github"
} |
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build freebsd netbsd
package unix
import (
"strings"
"unsafe"
)
// Derive extattr namespace and attribute name
func xattrnamespace(fullattr string) (n... | {
"pile_set_name": "Github"
} |
=====================
kombu.transport.zmq
=====================
.. currentmodule:: kombu.transport.zmq
.. automodule:: kombu.transport.zmq
.. contents::
:local:
:members:
:undoc-members:
| {
"pile_set_name": "Github"
} |
---
title: "REST Game Server Client API"
linkTitle: "Rest"
date: 2019-01-02T10:18:08Z
weight: 100
description: "This is the REST version of the Agones Game Server Client SDK. "
---
Check the [Client SDK Documentation]({{< relref "_index.md" >}}) for more details on each of the SDK functions and how to run the SDK loca... | {
"pile_set_name": "Github"
} |
// Copyright 2011-2016 Google LLC
//
// 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"
} |
//******************************************************************************
//
// Copyright (c) Microsoft. All rights reserved.
//
// This code is licensed under the MIT License (MIT).
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARR... | {
"pile_set_name": "Github"
} |
var test = require('tap').test;
var resolve = require('../');
test('mock', function (t) {
t.plan(6);
var files = {
'/foo/bar/baz.js' : 'beep'
};
function opts (basedir) {
return {
basedir : basedir,
isFile : function (file, cb) {
cb(null... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2006 Apple Inc. 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, this list of conditions ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 1987, 1993
* The Regents of the University of California. 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 copyr... | {
"pile_set_name": "Github"
} |
<!-- $Id$ -->
<appendix id="tools-tunnels">
<title>Tunnels and VPNs</title>
<para>
FIXME
</para>
<section id="tools-cipe">
<title>Lightweight encrypted tunnel with <command>CIPE</command></title>
<para>
FIXME; Crypto IP Encapsulation. Lightweight, because the carrier
... | {
"pile_set_name": "Github"
} |
// author: EC
// last modify: 2016-2-11 12:48
var vol = require('./getVol').vol(); //获取当前期数
var lazyLoad = require('./lazyload2.0.js').lazyLoad; //图片预加载
var Slides = require('./slides').Slides(); //页面滑动
var setShare = require('./setShare').setShare; //设置分享参数
var jumpHref = require('./jumpHref').jumpHref; // 索引添加单击事件
v... | {
"pile_set_name": "Github"
} |
--TEST--
BZ2 with strings
--SKIPIF--
<?php if (!extension_loaded("bz2")) print "skip"; ?>
--FILE--
<?php // $Id$
error_reporting(E_ALL);
# This FAILS
$blaat = <<<HEREDOC
This is some random data
HEREDOC;
# This Works: (so, is heredoc related)
#$blaat= 'This is some random data';
$blaat2 = bzdecompress(bzcompress($b... | {
"pile_set_name": "Github"
} |
/*********************
THEME COLOR - DEFAULT
*********************/
a {
color: #3f444a; }
a:active, a:hover, a:focus {
color: #cd6262; }
.c-theme-link:focus, .c-theme-link:active, .c-theme-link:hover {
color: #cd6262 !important; }
.c-theme-link:focus > i, .c-theme-link:active > i, .c-theme-link:hover > i {... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2012 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | {
"pile_set_name": "Github"
} |
/***************************************************************}
{ Complete redux of CSUD (Chadderz's Simple USB Driver) by }
{ Alex Chadwick by Leon de Boer(LdB) 2017, 2018 }
{ }
{ Version 2.0 (AARCH64 & AARCH32 compilation supported) }
{ }
{ CSUD was overly complex in both it'... | {
"pile_set_name": "Github"
} |
---
# I store a lot of sensor data into InfluxDB, which allows me to query
# a longer history with ease. I use the Community Hass.io add-on for this,
# combined with the Community Hass.io Grafana add-on for the graphs.
#
# https://github.com/hassio-addons/addon-influxdb
# https://github.com/hassio-addons/addon-grafana
... | {
"pile_set_name": "Github"
} |
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#include <semaphore.h>
#include <sys/mman.h>
#include "../unpipc.h"
#define SEM_NAME "mysem"
int main(int argc, char **argv)
{
int fd, i, nloop, zero = 0;
int *ptr = NULL;
sem_t *mut... | {
"pile_set_name": "Github"
} |
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Remote File Inclusion Tes... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2000-2013 Apple 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 this file ex... | {
"pile_set_name": "Github"
} |
package demoinfocs
import (
constants "github.com/markus-wa/demoinfocs-golang/v2/internal/constants"
common "github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs/common"
st "github.com/markus-wa/demoinfocs-golang/v2/pkg/demoinfocs/sendtables"
)
//go:generate ifacemaker -f game_state.go -s gameState -i GameStat... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2007 Mellanox Technologies. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this sou... | {
"pile_set_name": "Github"
} |
[/============================================================================
Boost.AFIO
Use, modification and distribution is subject to the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
===========================================... | {
"pile_set_name": "Github"
} |
// Written in 2012 by Dmitry Chestnykh.
//
// To the extent possible under law, the author have dedicated all copyright
// and related and neighboring rights to this software to the public domain
// worldwide. This software is distributed without any warranty.
// http://creativecommons.org/publicdomain/zero/1.0/
// BL... | {
"pile_set_name": "Github"
} |
import bpy
import bmesh
import operator
from mathutils import Vector
from collections import defaultdict
from math import pi
from . import utilities_uv
class op(bpy.types.Operator):
bl_idname = "uv.textools_align"
bl_label = "Align"
bl_description = "Align vertices, edges or shells"
bl_options = {'... | {
"pile_set_name": "Github"
} |
#include <assert.h>
#include <bitcoin/block.h>
#include <bitcoin/chainparams.h>
#include <bitcoin/tx.h>
#include <ccan/mem/mem.h>
#include <ccan/str/hex/hex.h>
#include <common/type_to_string.h>
#include <wire/wire.h>
/* Sets *cursor to NULL and returns NULL when a pull fails. */
static const u8 *pull(const u8 **curso... | {
"pile_set_name": "Github"
} |
帮助 : pandoc --help
pandoc --latex-engine=xelatex -V mainfont='STSong' --template=/Users/dawang/Desktop/ch-template.latex wakeup-travel.md -o tek.pdf
pandoc --latex-engine=xelatex -V mainfont='Lantinghei SC' --template=/Users/dawang/Desktop/ch-template.latex wakeup-travel.md -o tek.pdf
## 生成各种格式
### 生成 HTML
pa... | {
"pile_set_name": "Github"
} |
{% extends "base.html" %}
{% block ngapp %}InlineEditor{% endblock ngapp %}
{% block breadcrumb %}
{% include "tags/_top_menu.html" %}
{% endblock breadcrumb %}
{% block main_content_class %}center{% endblock main_content_class %}
{% block content_class %}class="data-rows"{% endblock content_class %}
{% block title %}T... | {
"pile_set_name": "Github"
} |
////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2020 the original author or authors.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU ... | {
"pile_set_name": "Github"
} |
api.array :memberships, api_meta(:total_count => @member_count, :offset => @offset, :limit => @limit) do
@members.each do |membership|
api.membership do
api.id membership.id
api.project :id => membership.project.id, :name => membership.project.name
api.__send__ membership.principal.class.name.un... | {
"pile_set_name": "Github"
} |
#include <cstdio>
int cijena[4];
int koliko[100];
int main( void ) {
for( int i = 1; i <= 3; ++i ) scanf( "%d", &cijena[i] );
for( int i = 1; i <= 3; ++i ) {
int t1, t2;
scanf( "%d%d", &t1, &t2 );
for( int t = t1; t < t2; ++t ) ++koliko[t];
}
int ukupno = 0;
for( int t ... | {
"pile_set_name": "Github"
} |
/*
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
This file is 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/
This file is dist... | {
"pile_set_name": "Github"
} |
div.cke_dialog_ui_scaytItemList {
border: 1px solid #c9cccf;
}
.cke_scaytItemList-child {
position: relative;
padding: 6px 30px 6px 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cke_scaytItemList-child:hover {
background: #ebebeb;
}
.cke_scaytItemList-child .cke_scaytItemList_remove ... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2009 Christopher Schmidt
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
====================================... | {
"pile_set_name": "Github"
} |
/**
* A simple theme for reveal.js presentations, similar
* to the default theme. The accent color is brown.
*
* This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
*/
// Default mixins and settings -----------------
@import "../template/mixins";
@import "../templat... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (C) 2001-2011, OFFIS e.V.
* All rights reserved. See COPYRIGHT file for details.
*
* This software and supporting documentation were developed by
*
* OFFIS e.V.
* R&D Division Health
* Escherweg 2
* D-26121 Oldenburg, Germany
*
*
* Module: dcmjpeg
*
* Author: Joerg Ri... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.