text stringlengths 2 99.9k | meta dict |
|---|---|
#ifndef NO_PROCESS
typedef struct LPROC
{
SOCKET sock;
char chan[128];
int threadnum;
BOOL full;
BOOL notice;
BOOL silent;
BOOL gotinfo;
} LPROC;
BOOL AdjustPrivileges(char *pPriv, BOOL add);
int listProcesses(SOCKET sock, char *chan, BOOL notice, char *proccess, BOOL killthread=FALSE, BOOL full=false);
DWORD ... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright 2016, Cyril Bur, IBM Corp.
*
* Test the kernel's signal frame code.
*
* The kernel sets up two sets of ucontexts if the signal was to be
* delivered while the thread was in a transaction (referred too as
* first and second contexts).
* Expected behavio... | {
"pile_set_name": "Github"
} |
package v7
import (
"code.cloudfoundry.org/cli/command/flag"
)
type SetOrgQuotaCommand struct {
BaseCommand
RequiredArgs flag.SetOrgQuotaArgs `positional-args:"yes"`
usage interface{} `usage:"CF_NAME set-org-quota ORG QUOTA"`
relatedCommands interface{} `related_commands:"org-quot... | {
"pile_set_name": "Github"
} |
---
archs: [ armv7, armv7s, arm64, arm64e ]
platform: ios
install-name: /System/Library/Accounts/Notification/MobileSyncAccountNotificationPlugin.bundle/MobileSyncAccountNotificationPlugin
current-version: 0
compatibility-version: 0
exports:
- archs: [ armv7,... | {
"pile_set_name": "Github"
} |
AntiFeatures:
- NonFreeAdd
- UpstreamNonFree
Categories:
- Reading
License: GPL-2.0-or-later
AuthorName: Nikolay Pultsin
AuthorEmail: geometer@fbreader.org
AuthorWebSite: https://fbreader.org/
WebSite: https://fbreader.org/FBReaderJ
SourceCode: https://github.com/geometer/FBReaderJ
IssueTracker: https://github.co... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2015 Otto (GmbH & Co KG)
*
* 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... | {
"pile_set_name": "Github"
} |
package org.ocpsoft.rewrite.config;
import org.ocpsoft.rewrite.event.Rewrite;
import org.ocpsoft.rewrite.spi.RewriteProvider;
public class RewriteFilterInvalidRewriteProvider implements RewriteProvider<Integer, RewriteFilterInvalidRewriteType>
{
@Override
public int priority()
{
return 0;
}
@Ove... | {
"pile_set_name": "Github"
} |
<!--
SOFT BODY
-->
<HTML>
<HEAD>
<TITLE>DYN SOFT BODY FREE VERTEX</TITLE>
<link rel="stylesheet" type="text/css" href="style1.css"/>
</HEAD>
<BODY id = "wrap">
<span class="returns"></span>
DYN SOFT BODY FREE VERTEX
<span class="parameters">(int softBodyID, int vertexID)
</span>
<br><br>Frees a pr... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2014,2019 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is av... | {
"pile_set_name": "Github"
} |
// See www.openfst.org for extensive documentation on this weighted
// finite-state transducer library.
//
// Projects a transduction onto its input or output language.
#include <cstring>
#include <memory>
#include <string>
#include <fst/flags.h>
#include <fst/script/getters.h>
#include <fst/script/project.h>
DECLA... | {
"pile_set_name": "Github"
} |
var util = require('../../utils/util.js')
//获取应用实例
var app = getApp()
Page( {
data: {
motto: 'Hello World',
message: '小白',
token: '',
tmpleData:[{
id:'',
msg:'',
dateTime:''
}],
userInfo: {}
},
//事件处理函数
bindViewTap: function() {
wx.navigateTo( {
url: ... | {
"pile_set_name": "Github"
} |
/**
* Shades of Purple Theme — for Highlightjs.
*
* @author (c) Ahmad Awais <https://twitter.com/mrahmadawais/>
* @link GitHub Repo → https://github.com/ahmadawais/Shades-of-Purple-HighlightJS
* @version 1.5.0
*/
.hljs {
display: block;
overflow-x: auto;
/* Custom font is optional */
/* font-family: 'Ope... | {
"pile_set_name": "Github"
} |
# SPDX-License-Identifier: Apache-2.0
# from https://gist.github.com/korzo89/71a6de0f388f7cf8b349101b0134060c
function(from_hex HEX DEC)
string(SUBSTRING "${HEX}" 2 -1 HEX)
string(TOUPPER "${HEX}" HEX)
set(_res 0)
string(LENGTH "${HEX}" _strlen)
while(_strlen GREATER 0)
math(EXPR _res "${_... | {
"pile_set_name": "Github"
} |
#include "f2c.h"
#include "blaswrap.h"
/* Table of constant values */
static integer c__1 = 1;
/* Subroutine */ int claic1_(integer *job, integer *j, complex *x, real *sest,
complex *w, complex *gamma, real *sestpr, complex *s, complex *c__)
{
/* System generated locals */
real r__1, r__2;
complex q__... | {
"pile_set_name": "Github"
} |
Cube game engine source code, 20 dec 2003 release. Copyright (C) 2001-2003
Wouter van Oortmerssen.
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the
use of this software.
Permission is granted to anyone to use this ... | {
"pile_set_name": "Github"
} |
from __future__ import absolute_import
sitename = 'nova'
# settings_nova.py
from astrometry.net.settings_common import *
# MULTI_HOSTS = ['nova3.astrometry.net',
# 'nova4.astrometry.net',
# 'nova5.astrometry.net',
# 'nova6.astrometry.net',]
MULTI_HOSTS = []
# from setting... | {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/* Copyright 2013-2016 Freescale Semiconductor Inc.
* Copyright 2016 NXP
*/
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/fsl/mc.h>
#include "dpni.h"
#include "dpni-cmd.h"
/**
* dpni_prepare_key_cfg() - function prepare extract parameters
... | {
"pile_set_name": "Github"
} |
/* Agobot3 - a modular IRC bot for Win32 / Linux
Copyright (C) 2003 Ago
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 versi... | {
"pile_set_name": "Github"
} |
<span class="hljs-comment">rem comment</span>
<span class="hljs-comment"> rem comment</span>
<span class="hljs-built_in">copy</span> a.txt b.txt > <span class="hljs-built_in">rem</span> not_a_comment
| {
"pile_set_name": "Github"
} |
import {uuid} from './uuid';
export let employees = [
{
id: uuid.generate(),
firstName: 'Max',
lastName: 'Mustermann',
profession: 'Junior Developer',
department: 'IT'
},
{
id: uuid.generate(),
firstName: 'Sara',
lastName: 'Smidth',
pr... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:s11="http://schemas.xmlsoap.org/soap/envelope/"
exclude-result-prefixes="s11">
<xsl:output omit-xml-declaration="yes"/>
<xsl:template match="/">
<xsl:apply-templates ... | {
"pile_set_name": "Github"
} |
G04 (created by PCBNEW (2013-07-07 BZR 4022)-stable) date 24/10/2014 07:26:06*
%MOIN*%
G04 Gerber Fmt 3.4, Leading zero omitted, Abs format*
%FSLAX34Y34*%
G01*
G70*
G90*
G04 APERTURE LIST*
%ADD10C,0.00590551*%
%ADD11C,0.06*%
%ADD12R,0.055X0.055*%
G04 APERTURE END LIST*
G54D10*
G54D11*
X86550Y-69600D03*
X88050Y-69600D03... | {
"pile_set_name": "Github"
} |
library/ecjpake.o: \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/mbedtls/library/ecjpake.c \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/mbedtls/port/include/mbedtls/esp_config.h \
D:/Project/ESP32/sdk/esp-idf-v3.0/app/build/include/sdkconfig.h \
D:/Project/ESP32/sdk/esp-idf-v3.0/components/mbedtls/include/mbedtl... | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// 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/vector_c.hpp" header
// -- DO NOT modify by hand!
namespace boost { namespa... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `pselect` fn in crate `libc`.">
<meta name="keywords" conte... | {
"pile_set_name": "Github"
} |
package hello.leavesC.presenter.viewModel;
import androidx.lifecycle.MediatorLiveData;
import com.tencent.imsdk.TIMCallBack;
import com.tencent.imsdk.TIMFriendshipManager;
import com.tencent.imsdk.TIMGroupManager;
import com.tencent.imsdk.TIMManager;
import com.tencent.imsdk.TIMUserProfile;
import com.tencent.imsdk.T... | {
"pile_set_name": "Github"
} |
/* JH (01/01/2006) This file is generated using ROSETTA. It should never be
manipulated by hand. The generation is located in buildStorageClasses.C!
This file contains all decfinitions for the StorageClasses used for the ast file IO.
*/
#ifndef STORAGE_CLASSES_H
#define STORAGE_CLASSES_H
#include "sage3basic... | {
"pile_set_name": "Github"
} |
/*jslint vars: true , plusplus: true, devel: true, nomen: true, regexp: true, indent: 4, maxerr: 50 */
/*global File, $*/
$.__bodymovin.bm_dataManager = (function () {
var ob = {};
var _endCallback;
var JSON = $.__bodymovin.JSON;
var bm_eventDispatcher = $.__bodymovin.bm_eventDispatcher;
var expor... | {
"pile_set_name": "Github"
} |
# -*- coding: utf-8 -*-
"""
pygments.lexers.ooc
~~~~~~~~~~~~~~~~~~~
Lexers for the Ooc language.
:copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from pygments.lexer import RegexLexer, bygroups, words
from pygments.token import Text, C... | {
"pile_set_name": "Github"
} |
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "keyhide.h"
#include "verf.h"
/*-----------------------------------------------------------------*/
int
main(int argc, char *argv[])
{
char *key;
char *p;
/*
* 64 characters + null terminator transforms to 4 character + ","
* representation of e... | {
"pile_set_name": "Github"
} |
#include "stdafx.h"
#include "Emu/Cell/PPUModule.h"
#include "cellSysutil.h"
#include "cellStorage.h"
LOG_CHANNEL(cellSysutil);
template <>
void fmt_class_string<CellStorageError>::format(std::string& out, u64 arg)
{
format_enum(out, arg, [](auto error)
{
switch (error)
{
STR_CASE(CELL_STORAGEDATA_ERROR_ACCE... | {
"pile_set_name": "Github"
} |
#
# FreeType 2 gcc-specific definitions
#
# Copyright 1996-2000, 2003, 2005, 2006, 2009 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
# and distributed under the terms of the FreeType project license,
# LICENSE.TXT. By continuing... | {
"pile_set_name": "Github"
} |
// Things like this gets you old.
#include <cctype>
#include <climits>
#include <cstdint>
using std::isdigit;
class Solution {
public:
int myAtoi(string str) {
const int R = 10;
int ls = str.size();
int64_t res = 0;
int i = 0;
while (i < ls && str[i] == ' ') {
... | {
"pile_set_name": "Github"
} |
@startuml
/'
This diagram, for Day 59, was created and then generated into a png file using the PlantUML Extension for VS Code.
CTRL + SHIFT + P --> PlantUML: Generate URL for Current Diagram.
The plantuml server currently being used to generate UML diagrams on-the-fly is https://www.plantuml.com/plantuml.
'/
!define A... | {
"pile_set_name": "Github"
} |
{
"CurrentProjectSetting": null
} | {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// 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/times.hpp" header
// -- DO NOT modify by hand!
namespace boost { namespace ... | {
"pile_set_name": "Github"
} |
/*
Bullet Continuous Collision Detection and Physics Library
Copyright (c) 2003-2009 Erwin Coumans http://bulletphysics.org
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is grant... | {
"pile_set_name": "Github"
} |
# This is a MakeHuman target originally developed by Manuel Bastioni.
#
# Original copyright (C) 2014 Manuel Bastioni
#
# The copyright was explicitly transfered to other team members in 2016.
#
# Copyright (C) 2020 Data Collection AB, https://www.datacollection.se
# Copyright (C) 2020 Joel Palmius
# Copyright (C) 202... | {
"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, prop... | {
"pile_set_name": "Github"
} |
---
title: 并行执行
ms.date: 03/30/2017
ms.assetid: 9f9ba96d-9f89-4f65-bb2f-6860879f4393
ms.openlocfilehash: 609fc7b7cefd92e38ecfff54e5ac1651e855e4b7
ms.sourcegitcommit: 5b475c1855b32cf78d2d1bbb4295e4c236f39464
ms.translationtype: MT
ms.contentlocale: zh-CN
ms.lasthandoff: 09/24/2020
ms.locfileid: "91188933"
---
# <a name=... | {
"pile_set_name": "Github"
} |
using System;
using Newtonsoft.Json;
using SkiaSharp;
namespace Artemis.Core.JsonConverters
{
internal class SKColorConverter : JsonConverter<SKColor>
{
public override void WriteJson(JsonWriter writer, SKColor value, JsonSerializer serializer)
{
writer.WriteValue(value.ToString())... | {
"pile_set_name": "Github"
} |
import Distribution.Simple
main = defaultMain
| {
"pile_set_name": "Github"
} |
# This file helps to compute a version number in source trees obtained from
# git-archive tarball (such as those provided by githubs download-from-tag
# feature). Distribution tarballs (built by setup.py sdist) and build
# directories (produced by setup.py build) will contain a much shorter file
# that just contains th... | {
"pile_set_name": "Github"
} |

**Detect merge conflicts in realtime!**
[http://baboon-project.org](http://baboon-project.org)

## What is Baboon?
One single merge conflict is pretty easy to solve. However, you might take
several days before re... | {
"pile_set_name": "Github"
} |
# Maintainer: Mario Emmenlauer <memmenlauer@biodataanalysis.de>
_realname=gdcm
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.0.5
pkgrel=6
pkgdesc="The Grassroots DICOM library (mingw-w64)"
arch=('any')
url="https://gdcm.sourceforge.io/wiki/index.php"
license=("BSD")
depends=("$... | {
"pile_set_name": "Github"
} |
using System;
using System.Windows.Forms;
using DotNetSiemensPLCToolBoxLibrary.DataTypes;
using DotNetSiemensPLCToolBoxLibrary.General;
namespace DotNetSiemensPLCToolBoxLibrary.Communication
{
public partial class NckTagEditor : Form
{
public static PLCNckTag ShowPLCTagEditor(PLCNckTag tag)
{
... | {
"pile_set_name": "Github"
} |
{
"accountLinkingWhitelistedDomains": null,
"asin": "B01MTTQ4NE",
"averageRating": 5,
"canDisable": true,
"capabilities": null,
"category": null,
"description": "Tells funny (or not not funny) jokes and puns that can be amusing when feeling a little down or in need of a little humor!",
"enablement": nul... | {
"pile_set_name": "Github"
} |
# This file is just a pointer to the file
#
# "Library/./Rochester/setSetTheory1/ur_st_1_6.pg"
#
# You may want to change your problem set to use that problem
# directly, especially if you want to make a copy of the problem
# for modification.
DOCUMENT();
includePGproblem("Library/./Rochester/setSetTheory1/ur_st_1_6.p... | {
"pile_set_name": "Github"
} |
//*****************************************************************************
// Copyright 2017-2020 Intel Corporation
//
// 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"
} |
/* -----------------------------------------------------------------------------
Software License for The Fraunhofer FDK AAC Codec Library for Android
© Copyright 1995 - 2018 Fraunhofer-Gesellschaft zur Förderung der angewandten
Forschung e.V. All rights reserved.
1. INTRODUCTION
The Fraunhofer FDK AAC Codec Lib... | {
"pile_set_name": "Github"
} |
#ifndef SRC_WEBSOCKETNODE_HPP_
#define SRC_WEBSOCKETNODE_HPP_
#include <string>
#include "HTTPNode.hpp"
#include "WebsocketHandler.hpp"
namespace httpsserver {
typedef WebsocketHandler* (WebsocketHandlerCreator)();
class WebsocketNode : public HTTPNode {
public:
WebsocketNode(const std::string &path, const Webso... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
describe Icalendar::Values::DateTime do
subject { described_class.new value, params }
let(:value) { '20140209T194355Z' }
let(:params) { {} }
# not sure how to automatically test both sides of this.
# For now - relying on commenting out dev dependency in gemspec
# AND uninstalling ge... | {
"pile_set_name": "Github"
} |
class UmpleToRuby {
association_AddManyToOptionalOne <<!<</*association_AddManyToOptionalOne*/>>
def <<=gen.translate("addMethod",av)>>(<<=gen.translate("parameterOne",av)>>)
was_added = false
<<# if (customAddPrefixCode != null) { append(realSb, "\n{0}",GeneratorHelper.doIndent(customAddPrefixCode, " ... | {
"pile_set_name": "Github"
} |
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
category_id: 1
product_id: 1
two:
category_id: 1
product_id: 1
| {
"pile_set_name": "Github"
} |
//
// Tooltips
// --------------------------------------------------
// Base class
.tooltip {
font-size: $tooltip-font-size;
line-height: 1.4;
}
// Wrapper for the tooltip content
.tooltip-inner {
padding: 7px 12px;
text-align: left;
}
| {
"pile_set_name": "Github"
} |
/*------------------------------------
///\ Plywood C++ Framework
\\\/ https://plywood.arc80.com/
------------------------------------*/
#include <pylon/Core.h>
#include <pylon/Write.h>
namespace pylon {
struct WriteContext {
StringWriter* sw;
int depth = 0;
PLY_INLINE WriteContext(OutStream* outs)... | {
"pile_set_name": "Github"
} |
require 'test_helper'
module Workarea
module Admin
class SearchSystemTest < SystemTest
include Admin::IntegrationTest
setup do
product = create_product(name: 'Foo Product 1')
create_product(name: 'Foo Product 2')
create_product(name: 'Foo Product 3', active: false)
cr... | {
"pile_set_name": "Github"
} |
# AUTOGENERATED FILE
FROM balenalib/beaglebone-black-debian:stretch-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install pytho... | {
"pile_set_name": "Github"
} |
package com.sequenceiq.cloudbreak.domain.stack.cluster;
public enum ClusterCommandType {
IMPORT_CLUSTER
}
| {
"pile_set_name": "Github"
} |
/**
* This module implements the le_info's tests.
*
* Copyright (C) Sierra Wireless Inc.
*
* testModemInfo Application shall be installed and executed on target.
*
*/
#include "legato.h"
#include <stdio.h>
#include "interfaces.h"
/*
* This test gets the Target Hardware Platform information and it di... | {
"pile_set_name": "Github"
} |
package info.xiancloud.core.util.file;
import org.apache.commons.io.IOUtils;
import java.io.*;
import java.nio.charset.Charset;
import java.nio.file.FileAlreadyExistsException;
import java.util.Properties;
/**
* 小文本文件操作工具类
*
* @author happyyangyuan
*/
public class PlainFileUtil extends FileUtil {
/**
*... | {
"pile_set_name": "Github"
} |
/*
* www.templatemo.com
*******************************************************/
/* HTML document is loaded. DOM is ready.
-----------------------------------------*/
$(document).ready(function(){
/* Mobile menu */
$('.mobile-menu-icon').click(function(){
$('.templatemo-left-nav').slideToggle();
});
/* ... | {
"pile_set_name": "Github"
} |
/* B86_ZK_4233_Include_Composer.java
Purpose:
Description:
History:
Tue Apr 30 17:42:55 CST 2019, Created by leon
Copyright (C) 2019 Potix Corporation. All Rights Reserved.
*/
package org.zkoss.zktest.test2;
import org.zkoss.zhtml.Messagebox;
import org.zkoss.zk.ui.event.Event;
import org.zkoss.zk.ui... | {
"pile_set_name": "Github"
} |
#region Copyright (C) 2005-2011 Team MediaPortal
// Copyright (C) 2005-2011 Team MediaPortal
// http://www.team-mediaportal.com
//
// MediaPortal 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, eith... | {
"pile_set_name": "Github"
} |
// $Id: OS_NS_sys_resource.cpp 91781 2010-09-15 12:49:15Z johnnyw $
#include "ace/OS_NS_sys_resource.h"
#if !defined (ACE_HAS_INLINED_OSCALLS)
# include "ace/OS_NS_sys_resource.inl"
#endif /* ACE_HAS_INLINED_OSCALLS */
| {
"pile_set_name": "Github"
} |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2018 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_NET_H
#define BITCOIN_NET_H
#include <addrdb.h>
#include <addrma... | {
"pile_set_name": "Github"
} |
{
"ecmul_1-3_0_28000_128_d0g0v0_Istanbul" : {
"_info" : {
"comment" : "Puts the point (1, 3) and the factor 0 into the ECMUL precompile, truncating or expanding the input data to 128 bytes. Gives the execution 28000 bytes",
"filling-rpc-server" : "Geth-1.9.14-unstable-8cf83419-202005... | {
"pile_set_name": "Github"
} |
//
// ICMPSocketImpl.h
//
// Library: Net
// Package: ICMP
// Module: ICMPSocketImpl
//
// Definition of the ICMPSocketImpl class.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef Net_ICMPSocketImpl_INCLUDED
#define Net_IC... | {
"pile_set_name": "Github"
} |
diff -urp nginx-1.7.3/auto/cc/clang nginx-1.7.3-patched/auto/cc/clang
--- nginx-1.7.3/auto/cc/clang 2014-03-04 03:39:24.000000000 -0800
+++ nginx-1.7.3-patched/auto/cc/clang 2014-03-13 20:54:26.241413360 -0700
@@ -89,7 +89,7 @@ CFLAGS="$CFLAGS -Wconditional-uninitiali
CFLAGS="$CFLAGS -Wno-unused-parameter"
# stop o... | {
"pile_set_name": "Github"
} |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>Solidity</artifactId>
<packaging>jar</packaging>
<name>Solidity... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<doc>
<parent>
<discarded>discarded</discarded>
<preserved/>
This text node must be discarded
<discarded>discarded</discarded>
<preserved>
content1
<child1/>
<child2>content2</child2>
<preserved>too</preserved>
<child2>content3</child2>
<pr... | {
"pile_set_name": "Github"
} |
<?php
$expected = array('CommonMark\\Node\\Document',
'CommonMark\\Node\\Text',
'CommonMark\\Node\\Paragraph',
'CommonMark\\Render\\HTML($document)',
);
$expected_not = array('HTML( )',
'',
... | {
"pile_set_name": "Github"
} |
// author: Jannik Strötgen
// email: stroetgen@uni-hd.de
// resources automatically created; see our EMNLP 2015 paper for details:
// https://aclweb.org/anthology/D/D15/D15-1063.pdf
//
// english: "spring","SP"
"[Pp]rimuvearã","SP"
// english: "summer","SU"
"[Vv]earã","SU"
// english: "autumn","FA"
"[Tt]oamnã","FA"
// ... | {
"pile_set_name": "Github"
} |
Files:
tests/test-posix_spawn_file_actions_adddup2.c
tests/signature.h
tests/macros.h
Depends-on:
getdtablesize
posix_spawn_file_actions_init
configure.ac:
Makefile.am:
TESTS += test-posix_spawn_file_actions_adddup2
check_PROGRAMS += test-posix_spawn_file_actions_adddup2
| {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Co... | {
"pile_set_name": "Github"
} |
Dear <%= @user.name %>,
This is where you should go: <%= @path %>
Cheers,
The Pickle Team | {
"pile_set_name": "Github"
} |
_=ID:String,CONVENTION:String,AZIMUTH_NUMERIC:String,AZIMUTH_STRING:String,DIP_NUMERIC:String,DIP_STRING:String
po.10001=po.10001|strike dip right hand rule|50.0|<null>|<null>|60-80
| {
"pile_set_name": "Github"
} |
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: https://codemirror.net/LICENSE
(function(mod) {
if (typeof exports == "object" && typeof module == "object") // CommonJS
mod(require("../../lib/codemirror"), require("../htmlmixed/htmlmixed"), require("../ruby/ruby")... | {
"pile_set_name": "Github"
} |
import "RecursiveLexerRuleRefWithWildcardPlus.stg"
TestType() ::= "Lexer"
Grammar ::= [
"L": {<grammar("L")>}
]
// stuff on end of comment doesn't match another rule
Input() ::= <<
/* ick */x
/* /* */x
/* /*nested*/ */x<\n>
>>
Output() ::= <<
[@0,0:8='/* ick */',\<1>,1:0]
[@1,10:10='\n',\<2>,1:10]
[@2,11:36='/* /*... | {
"pile_set_name": "Github"
} |
include make/Makefile_header.mk
include make/version.mk
include make/config.mk
help:
$(call inform, " -------- Test data sync ---------")
$(call inform, "make sync_open_data Downloads the test data.")
$(call inform, "make sync_small_data Downloads the small test data.")
$(call inform, " -------- Build and Instal... | {
"pile_set_name": "Github"
} |
/* iCheck plugin Minimal skin, yellow
----------------------------------- */
.icheckbox_minimal-yellow,
.iradio_minimal-yellow {
display: inline-block;
*display: inline;
vertical-align: middle;
margin: 0;
padding: 0;
width: 18px;
height: 18px;
background: url(yellow.png) no-repeat;
b... | {
"pile_set_name": "Github"
} |
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/
#ifndef _QLCNIC_H_
#define _QLCNIC_H_
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/ioport.h>
#include <linux/pci.h>
#include <l... | {
"pile_set_name": "Github"
} |
// System.Web.Services.Description.OperationMessageCollection
// System.Web.Services.Description.OperationMessageCollection.Item
// System.Web.Services.Description.OperationMessageCollection.CopyTo
// System.Web.Services.Description.OperationMessageCollection.Add
// System.Web.Services.Description.OperationMessageCol... | {
"pile_set_name": "Github"
} |
github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM=
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.3.1 h1:YF8+flBXS5eO826T4nzqPrxfhQThhXl0YzfuUPu4SBg=
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGo... | {
"pile_set_name": "Github"
} |
# OpenSSL bindings for Go
Please see http://godoc.org/github.com/spacemonkeygo/openssl for more info
### About
This repository is a fork of [Space Monkey Go OpenSSL bindings](https://github.com/spacemonkeygo/openssl)
maintained by Northern.tech. The project has been extended to cover more OpenSSL
function calls.
##... | {
"pile_set_name": "Github"
} |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/synthetics/Synthetics_EXPORTS.h>
namespace Aws
{
template<typename RESULT_TYPE>
class AmazonWebServiceResult;
namespace Utils
{
namespace Json
{
class JsonValue;
} // na... | {
"pile_set_name": "Github"
} |
StartChar: l
Encoding: 108 108 12
GlifName: l
Width: 1024
VWidth: 0
Flags: W
HStem: -16 120<565.791 754> 1388 20G<642.103 774>
VStem: 414 130<125.443 384.844> 646 128<1352.82 1408>
LayerCount: 3
Back
Fore
SplineSet
544 203 m 0
544 141 578 104 648 104 c 0
690 104 740 106 777 109 c 1
754 -11 l 1
716 -13 670 -16 615 -... | {
"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... | {
"pile_set_name": "Github"
} |
=================
Open Source Fonts
=================
mPDF should be able to read most TrueType Unicode font files with a .ttf extension
Truetype fonts with .ttf or .otf extension and .ttc TrueType collections should also work OK.
You will probably therefore have access to any number of fonts, but here are some usefu... | {
"pile_set_name": "Github"
} |
[kakao](../../index.md) / [com.agoda.kakao.list](../index.md) / [AbsListViewAdapterActions](index.md) / [view](./view.md)
# view
`abstract val view: `[`ViewInteractionDelegate`](../../com.agoda.kakao.delegate/-view-interaction-delegate/index.md) | {
"pile_set_name": "Github"
} |
# urllib3/_collections.py
# Copyright 2008-2013 Andrey Petrov and contributors (see CONTRIBUTORS.txt)
#
# This module is part of urllib3 and is released under
# the MIT License: http://www.opensource.org/licenses/mit-license.php
from collections import Mapping, MutableMapping
try:
from threading import RLock
excep... | {
"pile_set_name": "Github"
} |
{
"type": "object",
"properties": {
"service": {
"type": "object",
"description": "DC/OS service configuration properties",
"properties": {
"name": {
"description": "The name of the Elasticsearch service instance",
"type": "string",
"default": "portworx-el... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Class Hierarchy</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<scri... | {
"pile_set_name": "Github"
} |
'label':'car' 'bounding box':(880,391,988,463)
'label':'car' 'bounding box':(708,365,840,492)
'label':'car' 'bounding box':(694,410,802,508)
'label':'car' 'bounding box':(641,413,756,522)
'label':'car' 'bounding box':(369,335,660,567)
'label':'car' 'bounding box':(119,369,478,613)
'label':'car' 'bounding box':(0,297,24... | {
"pile_set_name": "Github"
} |
import tpl from './index.html';
import _ from 'lodash';
import { Set, Map } from 'immutable';
class ProjectPublishingController {
constructor(
$rootScope,
$q,
$log,
$window,
$state,
$timeout,
projectService,
analysisService,
tokenService,
... | {
"pile_set_name": "Github"
} |
//
// MTAntiLuxFilter.swift
// MetalFilters
//
// Created by xu.shuifeng on 2018/6/13.
// Copyright © 2018 shuifeng.me. All rights reserved.
//
import Foundation
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
set -e
set -u
set -o pipefail
SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
FUNCPATH="${SCRIPTPATH}/.lib/functions.sh"
# shellcheck disable=SC1090
. "${FUNCPATH}"
###
### RSYNC ARGUMENTS
###
RSYNC_ARGS=""
print_section "01 Default (slash noslash)"
### ########################... | {
"pile_set_name": "Github"
} |
{{+partials.standard_apps_article article:articles.manifest/minimum_chrome_version/}}
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<Group
location = "group:NSEtcHosts"
name = "NSEtcHosts">
<FileRef
location = "group:EtcHostsURLProtocol.h">
</FileRef>
<FileRef
location = "group:EtcHostsURLProtocol.m">
</FileRef>
<File... | {
"pile_set_name": "Github"
} |
--color
--reverse
| {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.