text stringlengths 2 99k | meta dict |
|---|---|
From d028334281b218209412ec6e1dba56ca96320bd9 Mon Sep 17 00:00:00 2001
From: Gustavo Zacarias <gustavo@zacarias.com.ar>
Date: Tue, 10 Sep 2013 16:08:29 -0300
Subject: [PATCH] configure: uclinux is also linux
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
configure.ac | 2 +-
1 file changed, 1 insertion... | {
"pile_set_name": "Github"
} |
package com.alibaba.datax.plugin.reader.hdfsreader.hfile;
import com.alibaba.datax.common.util.Configuration;
import com.alibaba.datax.plugin.reader.hdfsreader.Key;
/**
* Parser
* @author davidhua
* 2020/2/24
*/
public interface HFileParser {
String[] PARSE_COLUMNS = new String[]{Key.HFILE_PARSE_ROW_KEY,
... | {
"pile_set_name": "Github"
} |
import LayerConcurrencyHelper from '../../src/LayerConcurrencyHelper';
import CartoRuntimeError from '../../src/errors/carto-runtime-error';
describe('LayerConcurrencyHelper', () => {
it('should allow sequential init & end of major and minor changes', () => {
const helper = new LayerConcurrencyHelper();
... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "misc_level_whiteLv6@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
} | {
"pile_set_name": "Github"
} |
opengt
set com 115200n81
set comecho off
set senddelay 0.02
waitquiet 0.2 0.2
flash 0.1
:start
send "AT+CGMI^m"
get 1 "" $s
print $s
:continue
exit 0
| {
"pile_set_name": "Github"
} |
/*
* Copyright 2015-2017 the original author or 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 ap... | {
"pile_set_name": "Github"
} |
<?php
/**
* MainWP Manage Sites View.
*
* @package MainWP/Dashboard
*/
namespace MainWP\Dashboard;
/**
* Class MainWP_Manage_Sites_View
*
* @package MainWP\Dashboard
*/
class MainWP_Manage_Sites_View {
/**
* Method init_menu()
*
* Initiate Sites sub menu.
*
* @return add_submenu_page()
*/
publi... | {
"pile_set_name": "Github"
} |
translateModelFMU(
modelToOpen="Buildings.Fluid.FMI.ExportContainers.Examples.FMUs.Fan",
storeResult=false,
modelName="",
fmiVersion="2",
fmiType="me",
includeSource=false);
| {
"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 may n... | {
"pile_set_name": "Github"
} |
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
namespace Microsoft.Deployment.WindowsInstaller
{
using System;
using System.IO;
using System.Text;
using Syste... | {
"pile_set_name": "Github"
} |
//
// Created by Jesse Squires
// http://www.jessesquires.com
//
//
// Documentation
// http://cocoadocs.org/docsets/JSQMessagesViewController
//
//
// GitHub
// https://github.com/jessesquires/JSQMessagesViewController
//
//
// License
// Copyright (c) 2014 Jesse Squires
// Released under an MIT license: http... | {
"pile_set_name": "Github"
} |
# Translation of vte to Croatiann
# Copyright (C) Croatiann team
# Translators: Automatski Prijevod <>,Denis Lackovic <delacko@fly.srk.fer.hr>,Robert Sedak <robert.sedak@sk.t-com.hr>
msgid ""
msgstr ""
"Project-Id-Version: vte 0\n"
"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?"
"product=vte&keywords=... | {
"pile_set_name": "Github"
} |
package io.udash.web.guide.views.ext.demo.bootstrap
import io.udash.css.CssView
import io.udash.web.guide.demos.AutoDemo
import io.udash.web.guide.styles.partials.GuideStyles
import scalatags.JsDom.all._
object StaticButtonsGroupDemo extends AutoDemo with CssView {
private val (rendered, source) = {
import io.... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of ansi-to-html.
*
* (c) 2013 Fabien Potencier
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace SensioLabs\AnsiConverter\Theme;
/**
* Base theme.
*/
class Theme
{
public function asCss... | {
"pile_set_name": "Github"
} |
#!/bin/ksh -p
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.open... | {
"pile_set_name": "Github"
} |
import { FieldType } from './constant'
import { Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon } from './geo'
import { ServerDate } from './serverDate'
interface DocumentModel {
_id: string;
}
/**
* 工具模块
*
* @author haroldhu
*/
export class Util {
/**
* 格式化后端返回的文档数据
*
* @param ... | {
"pile_set_name": "Github"
} |
//
// LinkTextAttribute.cs
//
// Author:
// Lluis Sanchez <lluis@xamarin.com>
//
// Copyright (c) 2013 Xamarin 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 restric... | {
"pile_set_name": "Github"
} |
package types
// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command
// IDResponse Response to an API call that returns just an Id
// swagger:model IdResponse
type IDResponse struct {
// The id of the newly created object.
// Required: t... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------
namespace Microsoft.Azure.Cosmos.Tests.Routing
{
using System;
using System.IO;
using System.Text;
using Microsoft... | {
"pile_set_name": "Github"
} |
export function Hey() {
return 'Hey';
}
| {
"pile_set_name": "Github"
} |
import { join } from '@stoplight/path';
import { Optional } from '@stoplight/types';
import * as child_process from 'child_process';
import { Transform } from 'stream';
import { normalizeLineEndings } from './helpers';
const cwd = join(__dirname, 'scenarios');
export type SpawnReturn = {
stdout: string;
stderr: s... | {
"pile_set_name": "Github"
} |
var DESCRIPTORS = require('./_descriptors');
var getKeys = require('./_object-keys');
var toIObject = require('./_to-iobject');
var isEnum = require('./_object-pie').f;
module.exports = function (isEntries) {
return function (it) {
var O = toIObject(it);
var keys = getKeys(O);
var length = keys.length;
... | {
"pile_set_name": "Github"
} |
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x356
RenderBlock {HTML} at (0,0) size 800x356
RenderBody {BODY} at (8,16) size 784x324
RenderBlock {P} at (0,0) size 784x18
RenderText {#text} at (0,0) size 579x18
text run at (0,0) width 579: "The square... | {
"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"
} |
/*
Copyright 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, softw... | {
"pile_set_name": "Github"
} |
// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#include "stdafx.h"
using nam... | {
"pile_set_name": "Github"
} |
import * as uploader from "file-cloud-uploader";
import * as async from "async";
import * as skipper from "skipper";
export class VFile {
protected name
protected options
public cloud(req) {
return (name, options) => {
return new Promise((resolve, reject) => {
req.file(name).upload((err, files)... | {
"pile_set_name": "Github"
} |
class JobControllerTest < Test::Unit::TestCase
include Rack::Test::Methods
def app
Sinatra::Application
end
def setup
@graph = {
"id" => "doublynested",
"name" => "doubly-nested-graph",
"created_at" => 1415215545000,
"updated_at" => 1415215545000,
"nodes" => [
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
// 这样写不行
const { odd } = require('./odd')
exports.counter = 0;
exports.even = function even(n) {
exports.counter++;
return n == 0 || odd(n - 1);
}
// 将require移到这里就行了
| {
"pile_set_name": "Github"
} |
easyblock = 'CMakeMake'
name = 'CLHEP'
version = '2.2.0.8'
homepage = 'http://proj-clhep.web.cern.ch/proj-clhep/'
description = """The CLHEP project is intended to be a set of HEP-specific foundation and
utility classes such as random generators, physics vectors, geometry and linear algebra.
CLHEP is structured in ... | {
"pile_set_name": "Github"
} |
/****************************************************************
Copyright 1990 - 1997 by AT&T, Lucent Technologies and Bellcore.
Permission to use, copy, modify, and distribute this software
and its documentation for any purpose and without fee is hereby
granted, provided that the above copyright notice appear in al... | {
"pile_set_name": "Github"
} |
/* timing.c
Copyright (C) 2013 Niels Möller
This file is part of GNU Nettle.
GNU Nettle is free software: you can redistribute it and/or
modify it under the terms of either:
* the GNU Lesser General Public License as published by the Free
Software Foundation; either version 3 of the License,... | {
"pile_set_name": "Github"
} |
{% if redirect %}
<script type="text/javascript"><!--
location = '{{ redirect }}';
//--></script>
{% elseif klarna_checkout %}
{{ klarna_checkout }}
{% endif %} | {
"pile_set_name": "Github"
} |
<?php
/*
+-----------------------------------------------------------------------+
| Localization file of the Roundcube Webmail Zipdownload plugin |
| |
| Copyright (C) The Roundcube Dev Team |
| ... | {
"pile_set_name": "Github"
} |
------------------------------------------------------------------------
-- ddDivide.decTest -- decDouble division --
-- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
------------------------------------------------------------------------
-- Please see the docume... | {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"));
else if (typeof define == "function" && define.amd) // A... | {
"pile_set_name": "Github"
} |
/// Copyright (c) 2012 Ecma International. All rights reserved.
/**
* @path ch15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-47.js
* @description Object.defineProperty - 'name' property doesn't exist in 'O', [[Value]] of 'name' property is set as undefined if it is absent in data descriptor 'desc' (8.12.9 step 4.a.i)
*/
fun... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
** $Source: /cygdrive/d/Private/_SVNROOT/bluemsx/blueMSX/Src/IoDevice/I8251.h,v $
**
** $Revision: 1.7 $
**
** $Date: 2008-03-31 19:42:19 $
**
** More info: http://www.bluemsx.com
**
** Copyright (C) 2003-2006 Daniel Vik, Tomas Karlsson
**
*... | {
"pile_set_name": "Github"
} |
package codec
import (
"github.com/gogo/protobuf/proto"
"github.com/cosmos/cosmos-sdk/codec/types"
)
type (
// Marshaler defines the interface module codecs must implement in order to support
// backwards compatibility with Amino while allowing custom Protobuf-based
// serialization. Note, Amino can still be us... | {
"pile_set_name": "Github"
} |
// Copyright 2009 the Sputnik authors. All rights reserved.
/**
* String.prototype.split() returns an Array object with:
* i) length equaled to 1,
* ii) [[Get]](0) equaled to the result of converting this object to a string
*
* @path ch15/15.5/15.5.4/15.5.4.14/S15.5.4.14_A3_T5.js
* @description Instance is Numb... | {
"pile_set_name": "Github"
} |
/**
* @license
* Copyright 2020 Google LLC. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="client">
<UniqueIdentifier>{3320444a-6b7b-4175-977b-1137d1e40a76}</UniqueIdentifier>
</Filter>
<Filter Include="common">
<UniqueI... | {
"pile_set_name": "Github"
} |
package main
import (
"math/rand"
)
// chunkStrings chunks the string slice
func chunkStrings(x []string, numChunks int) [][]string {
var result [][]string
chunkSize := (len(x) + numChunks - 1) / numChunks
for i := 0; i < len(x); i += chunkSize {
ub := i + chunkSize
if ub > len(x) {
ub = len(x)
}
resul... | {
"pile_set_name": "Github"
} |
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt... | {
"pile_set_name": "Github"
} |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_ValueType3507792607.h"
// System.String
struct String_t;
// UnityEngine.XR.iOS.ARPlaneAnchorGameObject
struct ARPlaneAnchorGameObject_t2305225887;
#ifde... | {
"pile_set_name": "Github"
} |
/*
* Copyright Terracotta, 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"
} |
var en_IND = {};
module['exports'] = en_IND;
en_IND.title = "English (India)";
en_IND.name = require("./name");
en_IND.address = require("./address");
en_IND.internet = require("./internet");
en_IND.company = require("./company");
en_IND.phone_number = require("./phone_number");
| {
"pile_set_name": "Github"
} |
[manpage_begin math n 1.2.5]
[keywords math]
[keywords statistics]
[comment {-*- tcl -*- doctools manpage}]
[moddesc {Tcl Math Library}]
[titledesc {Tcl Math Library}]
[category Mathematics]
[require Tcl 8.2]
[require math [opt 1.2.5]]
[description]
[para]
The [package math] package provides utility math functions.... | {
"pile_set_name": "Github"
} |
{
/* $Id$ */
/* The HTML 4.0 character lists can be found at http://www.w3.org/TR/REC-html40/sgml/entities.html. */
character = {
/*******************************************/
/* -//W3C//ENTITIES Full Latin 1//EN//HTML */
/*******************************************/
nbsp = 160;
iexcl = 161;
cent =... | {
"pile_set_name": "Github"
} |
[Rank]
In Commemoratione Sancti Pauli Apostoli;;Duplex majus;;4;;ex C1
[Rank1960]
In Commemoratione Sancti Pauli Apostoli;;Duplex;;3;;vide C1
[Rule]
ex C1;
Gloria
CredoDA
Prefatio=Apostolis
Sub unica concl
[Introitus]
!2 Tim. 1:12
v. I know Whom I have believed, and I am certain that He is able to guard the~
trust c... | {
"pile_set_name": "Github"
} |
<http://example.org/ex#a> <http://example.org/ex#b> "John said: \"Hello World!\"" .
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9059" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="co... | {
"pile_set_name": "Github"
} |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gpu/command_buffer/service/gles2_cmd_clear_framebuffer.h"
#include "gpu/command_buffer/service/gl_utils.h"
#include "gpu/command_buffer/service... | {
"pile_set_name": "Github"
} |
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Copyright (c) 2016-2018 The VES code team
(see the PEOPLE-VES file at the root of this folder for a list of names)
See http://www.ves-code.org for more information.
This file is part of VES code module.
The VES code module is... | {
"pile_set_name": "Github"
} |
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "zcposoccrandread.h"
#include "zcposocciterators.h"
#include <vespa/vespalib/data/fileheader.h>
#include <vespa/searchlib/queryeval/emptysearch.h>
#include <vespa/fastos/file.h>
#include <ve... | {
"pile_set_name": "Github"
} |
// Simple Example of Checked C, from Section 3.2.1 of the spec
#include <stdchecked.h>
int find(int key, array_ptr<int> a: count(len), int len) {
for (int i = 0; i < len; i++) {
if (a[i] == key) {
return i;
}
}
return -1;
}
| {
"pile_set_name": "Github"
} |
{
"view" : {
"id" : 9873843 ,
"title" : "Roger Wilco II"
}
} | {
"pile_set_name": "Github"
} |
// Copyright 2020 The Kubeflow 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 agr... | {
"pile_set_name": "Github"
} |
;;; compare-w.el --- compare text between windows for Emacs
;; Copyright (C) 1986, 1989, 1993, 1997, 2001, 2002, 2003, 2004,
;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: convenience files
;; This file is part of GNU Emacs.
;; GNU Emacs is free software: you can re... | {
"pile_set_name": "Github"
} |
/* calcH.h
Generated by gSOAP 2.8.10 from calc.h
Copyright(C) 2000-2012, Robert van Engelen, Genivia Inc. All Rights Reserved.
The generated code is released under one of the following licenses:
1) GPL or 2) Genivia's license for commercial use.
This program is released under the GPL with the additional exemption t... | {
"pile_set_name": "Github"
} |

[OpenGL Mathematics](http://glm.g-truc.net/) (*GLM*) is a header only C++ mathematics library for graphics software based on the [OpenGL Shading Language (GLSL) specifications](https://www.opengl.org/registry/doc/GLSLangSpec.4.50.diff.pdf).
*GLM* provides classes and functions designed and implem... | {
"pile_set_name": "Github"
} |
import React, { Component } from 'react';
import OpenViduVideoComponent from './OvVideo';
import './UserVideo.css';
export default class UserVideoComponent extends Component {
getNicknameTag() {
// Gets the nickName of the user
return JSON.parse(this.props.streamManager.stream.connection.data).cli... | {
"pile_set_name": "Github"
} |
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<path d="M22 6.98V16c0 1.1-.9 2-2 2H6l-4 4V4c0-1.1.9-2 2-2h10.1c-.06.32-.1.66-.1 1 0 2.76 2.24 5 5 5 1.13 0 2.16-.39 3-1.02zM16 3c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z" />
, 'MarkChatUnreadR... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
#
# Copyright 2015 Free Software Foundation, Inc.
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
#
'''
[0] Erdal Arikan: 'Channel Polarization: A Method for Constructing Capacity-Achieving Codes for Symmetric Binary-Input Memoryless Channels', 2009
foundational paper for polar codes.
'''
from ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../std/sync/struct.RwLockReadGuard.html">
</head>
<body>
<p>Redirecting to <a href="../../../std/sync/struct.RwLockReadGuard.html">../../../std/sync/struct.RwLockReadGuard.html</a>...</p>
<script>location.replace("../../... | {
"pile_set_name": "Github"
} |
AW;;அரூபா
AF;;ஆப்கானிஸ்தான்
AO;;அங்கோலா
AI;;அங்குல்லா
AX;;அலண்ட் தீவுகள்
AL;;அல்பேனியா
AD;;அன்டோரா
AE;;ஐக்கிய அராபிய எமிரேட்சு
AR;;அர்ஜென்டினா
AM;;அர்மெனியா
AS;;அமெரிக்க சமோவா
AQ;;அண்டார்ட்டிக்கா
TF;;ஃப்ரெஞ்ச் தெற்கு பிரதேசம்
AG;;ஆன்டிகுவா மற்றும் பார்புடா
AU;;ஆஸ்திரேலியா
AT;;ஆஸ்திரியா
AZ;;அசர்பைசான்
BI;;புருண்டி
BE;;ப... | {
"pile_set_name": "Github"
} |
# Contribution Guidelines
Please note that this project is released with a
[Contributor Code of Conduct](code-of-conduct.md). By participating in this
project you agree to abide by its terms.
---
Please ensure that:
- The submitted tool is related to webpack – not to web performance in general.
If the tool is no... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 1ba8d1176c817374b97c04409a853fc5
timeCreated: 1494348128
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
#pragma once
// MESSAGE GIMBAL_TORQUE_CMD_REPORT PACKING
#define MAVLINK_MSG_ID_GIMBAL_TORQUE_CMD_REPORT 214
MAVPACKED(
typedef struct __mavlink_gimbal_torque_cmd_report_t {
int16_t rl_torque_cmd; /*< Roll Torque Command.*/
int16_t el_torque_cmd; /*< Elevation Torque Command.*/
int16_t az_torque_cmd; /*< Azimut... | {
"pile_set_name": "Github"
} |
<?php
/**
* PHPMailer RFC821 SMTP email transport class.
* Version 5.2.7
* PHP version 5.0.0
* @category PHP
* @package PHPMailer
* @link https://github.com/PHPMailer/PHPMailer/
* @author Marcus Bointon (coolbru) <phpmailer@synchromedia.co.uk>
* @author Jim Jagielski (jimjag) <jimjag@gmail.com>
* @auth... | {
"pile_set_name": "Github"
} |
/* This file is part of VoltDB.
* Copyright (C) 2008-2020 VoltDB 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... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source
* Copyright 2015, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fi... | {
"pile_set_name": "Github"
} |
<div class="orchard-layouts-root">
@Display(Model.LayoutRoot)
</div> | {
"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><link rel="apple-touch-icon" sizes="180x180" href="/glide/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/glide/favicon-32x32.png"><link rel="icon" ... | {
"pile_set_name": "Github"
} |
form=未知
tags=
谁谓之推贤,
于世何功果。
绝尔晋侯交,
禁我唐虞火。
国闭檀榆烟,
大礼成隳堕。
暗室枯槁饭,
冷面相看坐。
阳升既非佑,
阴伏若为佐。
焉冻群生腹,
将止天下祸。
但究冤滥刑,
天道无不可。
鄙哉前朝翊赞臣,
訏谟之规何琐琐。
| {
"pile_set_name": "Github"
} |
//
// WXNetworkDomain.m
// PonyDebuggerDerivedSources
//
// Generated on 8/23/12
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.
//
#import "WXObject.h"
#import... | {
"pile_set_name": "Github"
} |
test:
flake8 --exclude=migrations --ignore=E501,E225,E121,E123,E124,E125,E127,E128 --exit-zero gargoyle || exit 1
python setup.py test
release:
git tag $(VERSION)
git push origin $(VERSION)
git push origin master
python setup.py sdist upload
.PHONY: test release
| {
"pile_set_name": "Github"
} |
# Changes in Elastic 5.0
## Enforce context.Context in PerformRequest and Do
We enforce the usage of `context.Context` everywhere you execute a request.
You need to change all your `Do()` calls to pass a context: `Do(ctx)`.
This enables automatic request cancelation and many other patterns.
If you don't need this, s... | {
"pile_set_name": "Github"
} |
<?php
/**
* Copyright since 2007 PrestaShop SA and Contributors
* PrestaShop is an International Registered Trademark & Property of PrestaShop SA
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.md.
* It is also ... | {
"pile_set_name": "Github"
} |
gcr.io/google_containers/hyperkube-arm:v1.5.4
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
>
<item android:color="@android:color/white" android:state_checked="false"/>
<item android:color="#FF7000" android:state_checked="true"/>
</selector> | {
"pile_set_name": "Github"
} |
{if $searchresult_tooShort or $searchresult_error or $searchresult_noEntries or $searchresult_results}
<p class="msg-notice search-msg"><span class="icon-info-circled" aria-hidden="true"></span> <b>{$CONST.QUICKSEARCH}:</b> {$content_message}</p>
{elseif $content_message}
<p class="msg-notice content-msg"><span... | {
"pile_set_name": "Github"
} |
<cib admin_epoch="0" epoch="1" num_updates="1" dc-uuid="0" have-quorum="false" remote-tls-port="0" validate-with="pacemaker-3.0" cib-last-written="Fri Jul 13 13:51:13 2012">
<configuration>
<crm_config>
<cluster_property_set id="no-stonith">
<nvpair id="opt-no-stonith" name="stonith-enabled" value="... | {
"pile_set_name": "Github"
} |
#import "EXPMatchers+beginWith.h"
EXPMatcherImplementationBegin(beginWith, (id expected)) {
BOOL actualIsNil = (actual == nil);
BOOL expectedIsNil = (expected == nil);
//This condition allows the comparison of an immutable string or ordered collection to the mutable type of the same
BOOL actualAndExpectedAreCo... | {
"pile_set_name": "Github"
} |
import { defaultRegionInfoProvider } from "./endpoints";
import { Logger as __Logger } from "@aws-sdk/types";
export const ClientSharedValues = {
apiVersion: "2019-09-27",
disableHostPrefix: false,
logger: {} as __Logger,
regionInfoProvider: defaultRegionInfoProvider,
signingName: "ses",
};
| {
"pile_set_name": "Github"
} |
import 'dart:async';
import 'package:angel_orm/angel_orm.dart';
import 'package:logging/logging.dart';
// import 'package:pool/pool.dart';
import 'package:sqljocky5/connection/connection.dart';
import 'package:sqljocky5/sqljocky.dart';
class MySqlExecutor extends QueryExecutor {
/// An optional [Logger] to write to.... | {
"pile_set_name": "Github"
} |
//===-- X86InstrBuilder.h - Functions to aid building x86 insts -*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | {
"pile_set_name": "Github"
} |
package com.flycms.module.topic.dao;
import com.flycms.module.topic.model.Topic;
import com.flycms.module.topic.model.TopicCategory;
import com.flycms.module.topic.model.TopicEdit;
import com.flycms.module.topic.model.TopicInfo;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Reposito... | {
"pile_set_name": "Github"
} |
var Document = require('../../../substance/document');
var Annotation = require('../annotation/annotation');
var Link = function(node, doc) {
Annotation.call(this, node, doc);
};
Link.type = {
id: "link",
parent: "annotation",
properties: {
"url": "string"
}
};
Link.Prototype = function() {};
Link.Pro... | {
"pile_set_name": "Github"
} |
/* This file is part of the dynarmic project.
* Copyright (c) 2016 MerryMage
* SPDX-License-Identifier: 0BSD
*/
#pragma once
#include <optional>
#include "common/assert.h"
#include "common/bit_util.h"
#include "common/common_types.h"
#include "common/fp/rounding_mode.h"
namespace Dynarmic::FP {
/**
* Represent... | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
#include <iostream>
#include <string>
#include <occi.h>
using namespace std; // import names (@\sref{sec:namespaces}@)
using namespace oracle::occi;
int main()
{
string dbConn= "172.17.42.1", user= "herbert",
password= "NSA_go_away";
Environment *env = Environment::createEnvironment();... | {
"pile_set_name": "Github"
} |
#pragma once
/** @addtogroup coreSolver
*
* @{
*/
/*****************************************************************************/
/**
Abstract interface class for numerical time integration methods
in open modelica.
\date October, 1st, 2008
\author
*/
/********************************************************... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the HWIOAuthBundle package.
*
* (c) Hardware Info <opensource@hardware.info>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace HWI\Bundle\OAuthBundle\OAuth\ResourceOwner;
use Symfony\Compo... | {
"pile_set_name": "Github"
} |
(ns examples.test.macros.chain-2
(:use clojure.test examples.macros.chain-2))
(deftest test-chain-2
(are [x y] (= x y)
(macroexpand-1 '(examples.macros.chain-2/chain a b)) '(. a b)
(macroexpand-1 '(examples.macros.chain-2/chain a b c)) '(chain (. a b) c)))
| {
"pile_set_name": "Github"
} |
# this is just a proof of concept toy.
class RegOr
def initialize(re1, re2)
@re1 = re1
@re2 = re2
end
def =~ (str)
@re1 =~ str or @re2 =~ str
end
end
class RegAnd
def initialize(re1, re2)
@re1 = re1
@re2 = re2
end
def =~ (str)
@re1 =~ str and @re2 =~ str
end
end
class Regexp... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env ruby
#
# Simple(ish) Ruby Sinatra bot to verify that all commits on a Github
# pull request have a Signed-off-by line in the commit message.
#
# Note that this code was heavily inspired by
# http://git-scm.com/book/en/v2/GitHub-Scripting-GitHub
#
##########################################################... | {
"pile_set_name": "Github"
} |
# Pattern\.BeginInputOrLine\(\) Method
[Home](../../../../../../README.md)
**Containing Type**: [Pattern](../README.md)
**Assembly**: Pihrtsoft\.Text\.RegularExpressions\.Linq\.dll
\
Appends a pattern that is matched at the beginning of the string \(or line if the [RegexOptions.Multiline](https://docs.microsoft.com... | {
"pile_set_name": "Github"
} |
# test_config.py
# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors
#
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
import glob
import io
from git import (
GitConfigParser
)
from git.compat import string_typ... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.