text stringlengths 2 99.9k | meta dict |
|---|---|
--TEST--
folding with operator
--INPUT--
@version mod (2)
--EXPECTED--
v @version
o mod
( (
1 2
) )
| {
"pile_set_name": "Github"
} |
/***********************************************************************
Copyright (c) 2006-2012, Skype Limited. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, (subject to the limitations in the disclaimer below)
are permitted provided that the following conditi... | {
"pile_set_name": "Github"
} |
// info about each config option.
var debug = process.env.DEBUG_NOPT || process.env.NOPT_DEBUG
? function () { console.error.apply(console, arguments) }
: function () {}
var url = require("url")
, path = require("path")
, Stream = require("stream").Stream
, abbrev = require("abbrev")
module.exports = expor... | {
"pile_set_name": "Github"
} |
# This source code refers to The Go Authors for copyright purposes.
# The master list of authors is in the main Go distribution,
# visible at http://tip.golang.org/AUTHORS.
| {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<updates>
<version>3.3.1.0</version>
</updates>
| {
"pile_set_name": "Github"
} |
---
# ---- Global ISC DHCP Server configuration ----
# Is this DHCP server authoritative?
dhcpd_authoritative: False
# List of network interfaces to listen on for DHCP requests
# If this list is empty, Ansible will try to guess correct interfaces
# automatically
dhcpd_interfaces: []
# Default domain to use
dhcpd_do... | {
"pile_set_name": "Github"
} |
Manifest-Version: 1.0
Bundle-Version: 5.3.0.200
Built-Date: 2017-07-01 00:00:00
Minor-Name: Gelert
Minor-Name-Explanation: https://en.wikipedia.org/wiki/Gelert
State: beta
Bundle-Name: Lucee Core
Require-Bundle-Fragment: slf4j.nop;bundle-version=1.7.12
Bundle-ManifestVersion: 2
Bundle-SymbolicName: lucee.core
Import-Pa... | {
"pile_set_name": "Github"
} |
#pragma once
#include "../../Config.h"
#include "../../Include/Winheaders.h"
#include "../../Include/NativeStructures.h"
#include "../../Include/CallResult.h"
#include "../../Include/HandleGuard.h"
#include "../../Include/Types.h"
#include "../../Misc/Utils.h"
#include <memory>
namespace blackbone
{
#define DEFAULT... | {
"pile_set_name": "Github"
} |
#!/usr/bin/python
"""
(C) Copyright 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://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable ... | {
"pile_set_name": "Github"
} |
# Copyright (c) 2013 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.
import unittest
from telemetry.core.timeline import inspector_importer
from telemetry.core.timeline import model
_BACKGROUND_MESSAGE = {
'data': {},
... | {
"pile_set_name": "Github"
} |
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* ... | {
"pile_set_name": "Github"
} |
//===--- JSONCompilationDatabase.cpp - ------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env node
/*
Copyright (c) jQuery Foundation, Inc. and Contributors, 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
... | {
"pile_set_name": "Github"
} |
/*
File: avTouchAppDelegate.m
Abstract: App delegate
Version: 1.4.3
Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple
Inc. ("Apple") in consideration of your agreement to the following
terms, and your use, installation, modification or redistribution of
this Apple software constitutes accep... | {
"pile_set_name": "Github"
} |
//--------------------------------------【程序说明】-------------------------------------------
// 程序说明:《OpenCV3编程入门》OpenCV3版书本配套示例程序21
// 程序描述:用指针访问像素
// 开发测试所用IDE版本:Visual Studio 2010
// 开发测试所用OpenCV版本: 3.0 beta
// 2014年11月 Created by @浅墨_毛星云
// 2014年12月 Revised by @浅墨_毛星云
//------------------------------------------... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1000"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
// Test that the `Fn` traits require `()` form without a feature gate.
fn bar1(x: &dyn Fn<(), Output=()>) {
//~^ ERROR of `Fn`-family traits' type parameters is subject to change
}
fn bar2<T>(x: &T) where T: Fn<()> {
//~^ ERROR of `Fn`-family traits' type parameters is subject to change
}
fn main() { }
| {
"pile_set_name": "Github"
} |
; RUN: opt -objc-arc-contract -S < %s | FileCheck %s
target datalayout = "e-p:64:64:64"
declare i8* @objc_retain(i8*)
declare void @objc_release(i8*)
declare void @use_pointer(i8*)
@x = external global i8*
; CHECK: define void @test0(
; CHECK: entry:
; CHECK-NEXT: tail call void @objc_storeStrong(i8** @x, i8* %p) n... | {
"pile_set_name": "Github"
} |
<!--
***********************************************************************************************
Xamarin.Mac.ObjcBinding.CSharp.targets
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
created a backup copy. Incorrect changes to this file will make it
impossible to load o... | {
"pile_set_name": "Github"
} |
<?php
/**
* WordPress queries based assertions.
*
* @package Codeception\Module
*/
namespace Codeception\Module;
use Codeception\Exception\ModuleException;
use Codeception\Lib\ModuleContainer;
use PHPUnit\Framework\Assert;
use tad\WPBrowser\Environment\Constants;
use tad\WPBrowser\Iterators\Filters\ActionsQueries... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIID9zCCA2CgAwIBAgIBADANBgkqhkiG9w0BAQQFADCBtDELMAkGA1UEBhMCTlox
EzARBgNVBAcTCldlbGxpbmd0b24xPDA6BgNVBAoTM1JlYWxseSBJcnJlc3BvbnNp
YmxlIEF1dGhvcmlzYXRpb24gQXV0aG9yaXR5IChSSUFBKTEWMBQGA1UECxMNQ2Vy
dC1zdGFtcGluZzEZMBcGA1UEAxMQSmFja292IGFsLVRyYWRlczEfMB0GCSqGSIb3
DQEJARYQbm9uZUBmYWtlLmRvbWFpbjAe... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2016 Uber Technologies, 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"
} |
# This file should contain all the record creation needed to seed the database
# with its default values.
# The data can then be loaded with the rails db:seed command
# (or created alongside the database with db:setup).
#
# Examples:
#
# movies = Movie.create([{ name: 'Star Wars' }, { name: 'LoTR' }])
# Character.c... | {
"pile_set_name": "Github"
} |
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ArrowRight matches wrapper snapshot: wrapper mount 1`] = `
<ArrowRight
fill="currentColor"
title="arrow right"
>
<SVG
fill="currentColor"
title="arrow right"
viewBox="0 0 17 14"
>
<svg
fill="currentColor"
height="100%"
style=... | {
"pile_set_name": "Github"
} |
/**
* @license MIT, see License.md for full text.
*/
import { LitElement, html, css } from "lit-element/lit-element.js";
import { oneDark } from "./lib/themes/one-dark.js";
import { hljs } from "./lib/highlightjs/highlight.js";
import { javascript } from "./lib/highlightjs/languages/javascript.js";
import { yaml } fr... | {
"pile_set_name": "Github"
} |
entertainment 台 媒 预 测 周 冬 雨 金 马 奖 封 后 , 大 气 的 倪 妮 却 佳 作 难 出
food 农 村 就 是 好 , 能 吃 到 纯 天 然 无 添 加 的 野 生 蜂 蜜 , 营 养 又 健 康
fashion 1 4 款 知 性 美 装 , 时 尚 惊 艳 搁 浅 的 阳 光 轻 熟 的 优 雅
history 火 焰 喷 射 器 1 0 0 0 度 火 焰 烧 死 鬼 子 4 连 拍
society 1 8 岁 青 年 砍 死 8 8 岁 老 兵
fashion 醋 洗 脸 的 正 确 方 法 洗 对 了 不 仅 美 容 肌 肤 还 能 收 缩 毛 孔
game 大 家 都 说 说 除 了 ... | {
"pile_set_name": "Github"
} |
/*
** Function handling (prototypes, functions and upvalues).
** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LJ_FUNC_H
#define _LJ_FUNC_H
#include "lj_obj.h"
/* Prototypes. */
LJ_FUNC void LJ_FASTCALL lj_func_freeproto(global_State *g, GCproto *pt);
/* Upvalues. */
LJ_FUNCA void ... | {
"pile_set_name": "Github"
} |
#ifndef MMSBINFERORIG_HH
#define MMSBINFERORIG_HH
#include <list>
#include <utility>
#include <unistd.h>
#include "env.hh"
#include "collection/matrix.hh"
#include "network.hh"
#include "thread.hh"
#include "collection/tsqueue.hh"
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <gsl/gsl_sf_psi.h>
#inc... | {
"pile_set_name": "Github"
} |
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: common/configuration.proto
package common // import "github.com/hyperledger/fabric/protos/common"
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
// Reference imports to suppress errors if they are not otherwise used.
var... | {
"pile_set_name": "Github"
} |
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | {
"pile_set_name": "Github"
} |
{
"name": "db-group",
"cartridges": [
"mysql",
"postgres"
],
"dependencies": {
"terminationBehaviour": "terminate-all"
},
"groupScalingEnabled": true
}
| {
"pile_set_name": "Github"
} |
<a href="/home"><img src="/public/home.svg" alt="Application home" /><span translate="yes">Imba</span></a>
<a href="/administrator" translate="yes">Utongi</a>
<a href="/administrator/account?accountid=${account.accountid}" translate="yes">View account</a>
<a href="/administrator/account-profiles?accountid=${account.acc... | {
"pile_set_name": "Github"
} |
package scala.meta.internal.metals
import scala.collection.concurrent.TrieMap
import scala.concurrent.ExecutionContext
import scala.concurrent.Future
import scala.util.Failure
import scala.util.Success
import scala.util.Try
import scala.meta.internal.metals.MetalsEnrichments._
import scala.meta.internal.metals.debug.... | {
"pile_set_name": "Github"
} |
/*!
@file
Defines `boost::hana::reverse_partial`.
@copyright Louis Dionne 2013-2016
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#ifndef BOOST_HANA_FUNCTIONAL_REVERSE_PARTIAL_HPP
#define BOOST_HANA_FUNCTIONAL_REVERSE_PART... | {
"pile_set_name": "Github"
} |
<!-- This file is automatically generated by build/architectures/build_index.py. Any updates will be lost. -->
<!-- markdownlint-disable MD033 -->
<li class="grid-item item-column" data-categories="Databases Compute ">
<article class="card">
<div class="card-header has-margin-bottom-none" aria-hidden="true">
... | {
"pile_set_name": "Github"
} |
//
// ATFeedback.m
// DemoApp
//
// Created by Andrew Wooster on 3/16/11.
// Copyright 2011 Apptentive, Inc.. All rights reserved.
//
#import "ATFeedback.h"
#import "ATConnect.h"
#import "ATBackend.h"
#import "ATUtilities.h"
#import "ATWebClient.h"
#if TARGET_OS_IPHONE
#import <CoreTelephony/CTTelephonyNetworkInf... | {
"pile_set_name": "Github"
} |
/*
***************************************************************************************
* Copyright (C) 2006 EsperTech, Inc. All rights reserved. *
* http://www.espertech.com/esper *
* http://www.espertech.com ... | {
"pile_set_name": "Github"
} |
################################################################################
#
# nbd
#
################################################################################
NBD_VERSION = 3.8
NBD_SOURCE = nbd-$(NBD_VERSION).tar.xz
NBD_SITE = http://downloads.sourceforge.net/project/nbd/nbd/$(NBD_VERSION)
NBD_CONF_OPTS =... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008 Apple, Inc.
* Copyright (c) 2001-2004 Torrey T. Lyons. All Rights Reserved.
*
* 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 with... | {
"pile_set_name": "Github"
} |
#include <jni.h>
#include "Main.h"
JNIEXPORT jint JNICALL Java_Main_square (JNIEnv *env, jobject obj, jint i) {
return i * i;
}
| {
"pile_set_name": "Github"
} |
{
"type": "minecraft:crafting_shaped",
"pattern": [
"XXX",
"X X",
"XXX"
],
"key": {
"X": {
"item": "tfc:wood/planks/hickory"
}
},
"result": {
"item": "tfc:wood/chest/hickory",
"count": 1
}
} | {
"pile_set_name": "Github"
} |
var v35 = require('./lib/v35.js');
var sha1 = require('./lib/sha1');
module.exports = v35('v5', 0x50, sha1);
| {
"pile_set_name": "Github"
} |
'use strict';
var Base = require('./base');
/**
* The `NamedBase` object is only dealing with one argument: `name`.
*
* You can use it whenever you need at least one **required** positional
* argument for your generator (which is a fairly common use case).
*
* @constructor
* @augments Base
* @alias NamedBase
... | {
"pile_set_name": "Github"
} |
#config_version=5
hardware:
platform: rpi_dmd
rpi_dmd:
gpio_slowdown: 2
pwm_lsb_nanoseconds: 300
displays:
dmd:
width: 32
height: 32
rgb_dmds:
rpi_dmd:
label: RPi RGB DMD
| {
"pile_set_name": "Github"
} |
{
"name": "is-stream",
"version": "1.0.1",
"description": "Check if something is a Node.js stream",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-stream.git"
},
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"ur... | {
"pile_set_name": "Github"
} |
{
"word": "Kibbutz",
"definitions": [
"A communal settlement in Israel, typically a farm."
],
"parts-of-speech": "Noun"
} | {
"pile_set_name": "Github"
} |
rows = {[2.151069e+002
2.660431e+002
2.820231e+002
2.900131e+002
2.990019e+002
3.159806e+002
3.239706e+002
3.329594e+002
3.639206e+002
3.709119e+002
3.828969e+002
3.878906e+002
3.918856e+002
3.978781e+002
3.998756e+002
4.008744e+002
4.008744e+002
3.998756e+002
3.978781e+002
3.958806e+002
];
[2.7303... | {
"pile_set_name": "Github"
} |
#include "qdatetimeedit.h"
| {
"pile_set_name": "Github"
} |
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/Polygon_mesh_processing/triangulate_hole.h>
#include <iostream>
#include <fstream>
#include <vector>
typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel;
typedef CGAL::Polyhedron_3<Kernel> ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013-2016 Dave Collins <dave@davec.name>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | {
"pile_set_name": "Github"
} |
//
// TGNewVC.m
// baisibudejie
//
// Created by targetcloud on 2017/3/5.
// Copyright © 2017年 targetcloud. All rights reserved.
//
#import "TGNewVC.h"
#import "TGSubTagVC.h"
@interface TGNewVC ()
@end
@implementation TGNewVC
- (void)viewDidLoad {
[super viewDidLoad];
[self setupNavBar];
}
- (void)set... | {
"pile_set_name": "Github"
} |
// Go support for Protocol Buffers - Google's data interchange format
//
// Copyright 2010 The Go Authors. All rights reserved.
// https://github.com/golang/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met... | {
"pile_set_name": "Github"
} |
/*
* This file is part of the GROMACS molecular simulation package.
*
* Copyright (c) 2019,2020, by the GROMACS development team, led by
* Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
* and including many others, as listed in the AUTHORS file in the
* top-level source directory and at http://ww... | {
"pile_set_name": "Github"
} |
=pod
=head1 NAME
EC_GROUP_get_ecparameters, EC_GROUP_get_ecpkparameters,
EC_GROUP_new, EC_GROUP_new_from_ecparameters,
EC_GROUP_new_from_ecpkparameters,
EC_GROUP_free, EC_GROUP_clear_free, EC_GROUP_new_curve_GFp,
EC_GROUP_new_curve_GF2m, EC_GROUP_new_by_curve_name, EC_GROUP_set_curve_GFp,
EC_GROUP_get_curve_GFp, EC_G... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) 2016-present, RxJava Contributors.
*
* 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 l... | {
"pile_set_name": "Github"
} |
PREHOOK: query: DESCRIBE FUNCTION rank
PREHOOK: type: DESCFUNCTION
POSTHOOK: query: DESCRIBE FUNCTION rank
POSTHOOK: type: DESCFUNCTION
rank(x)
PREHOOK: query: DESCRIBE FUNCTION EXTENDED rank
PREHOOK: type: DESCFUNCTION
POSTHOOK: query: DESCRIBE FUNCTION EXTENDED rank
POSTHOOK: type: DESCFUNCTION
rank(x)
Function class... | {
"pile_set_name": "Github"
} |
# Enrutador
* Esto será una tabla de contenidos (este texto será pegado).
{:toc} | {
"pile_set_name": "Github"
} |
#
# Makefile for Impedance Converter, Network Analyzer drivers
#
obj-$(CONFIG_AD5933) += ad5933.o
| {
"pile_set_name": "Github"
} |
# 2011-11-16 - Added
#
--source include/have_innodb.inc
SET @start_global_value = @@global.innodb_optimize_fulltext_only;
SELECT @start_global_value;
#
# exists as global only
#
--echo Valid values are 'ON' and 'OFF'
select @@global.innodb_optimize_fulltext_only in (0, 1);
select @@global.innodb_optimize_fulltext... | {
"pile_set_name": "Github"
} |
// Copyright 2017 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Flags: --expose-gc --allow-natives-syntax
var notCallable;
function inferReceiverMapsInDeadCode() {
var obj = { func() {} };
gc();
function wra... | {
"pile_set_name": "Github"
} |
---
name: Xamarin.Forms - LayoutOptions
description: "Every Xamarin.Forms view has HorizontalOptions and VerticalOptions properties, of type LayoutOptions (UI)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- ui
urlFragment: userinterface-layoutoptions
---
# LayoutOptions
Every Xa... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: f94950507ce7740dfaa5e4deb18906c8
timeCreated: 1524725931
licenseType: Pro
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 100100000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
## Makefile.lib
# Compiled by:
# src/lib/x-kit/widget/xkit-widget.sublib
SUBLIBRARY_EXPORTS
SUBLIBRARY_COMPONENTS
$ROOT/src/lib/std/standard.lib
../xclient/xclient.sublib
quark.api
quark.pkg
parse-resource-specs.pkg
/* styles.api */
widget-style-g.pkg
/* COPYRIGHT (c) 1995 AT&T Bell Laboratories.
* S... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Resources;
// General Information a... | {
"pile_set_name": "Github"
} |
# Maintainer: Hao Long <imlonghao@archlinuxcn.org>
pkgbase=fcitx5-pinyin-moegirl
pkgname=('fcitx5-pinyin-moegirl' 'fcitx5-pinyin-moegirl-rime')
pkgver=20200914
pkgrel=1
pkgdesc="Fcitx 5 Pinyin Dictionary from zh.moegirl.org"
arch=('any')
url="https://github.com/outloudvi/mw2fcitx"
license=('CCPL:by-nc-sa-3.0')
source=... | {
"pile_set_name": "Github"
} |
fun main(): void {
print_raw(`Pass\``)
}
| {
"pile_set_name": "Github"
} |
{
"metadata" :
{
"formatVersion" : 3,
"sourceFile" : "gallardo_wheel.obj",
"generatedBy" : "OBJConverter",
"vertices" : 4434,
"faces" : 4394,
"normals" : 2654,
"uvs" : 0,
"materials" : 2
},
"materials... | {
"pile_set_name": "Github"
} |
/* =============================================================
* bootstrap-scrollspy.js v2.3.2
* http://twitter.github.com/bootstrap/javascript.html#scrollspy
* =============================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "L... | {
"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"); ... | {
"pile_set_name": "Github"
} |
# --- Revised 3-Clause BSD License ---
# Copyright Semtech Corporation 2020. 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 ... | {
"pile_set_name": "Github"
} |
# Cobalt Strike
| {
"pile_set_name": "Github"
} |
// RUN: %clang -MM -MP -Xclang -fdepfile-entry=1.extra -Xclang -fdepfile-entry=2.extra -Xclang -fdepfile-entry=2.extra %s | \
// RUN: FileCheck %s --implicit-check-not=.c:
//
// Verify that phony targets are only created for the extra dependency files,
// and not the input file.
// CHECK: dependency-gen-extradeps-phon... | {
"pile_set_name": "Github"
} |
def go()
{
var my_array=["1", 4, 6.6l, 10ul, "1000", 100, 10.9f ];
var q = 0;
for (var j = 0; j < 10000; ++j)
{
for (var i = 0; i < 6; ++i)
{
to_string(my_array[i]);
}
q += j;
}
}
go();
| {
"pile_set_name": "Github"
} |
/*
Copyright IBM Corp. 2017 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 applicable law or ag... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@android:color/white" />
<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
... | {
"pile_set_name": "Github"
} |
## vm launch kvm foo
## vm qmp foo '{ "execute": "query-status" }'
{"return":{"running":false,"singlestep":false,"status":"prelaunch"}}
## vm start foo
## vm qmp foo '{ "execute": "query-status" }'
{"return":{"running":true,"singlestep":false,"status":"running"}}
## vm stop foo
## vm qmp foo '{ "execute": "query-statu... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<EnvironmentConfiguration>
<GetCapabilitiesLocation service="wmts">{cache_path}/wmts_endpoint/</GetCapabilitiesLocation>
<GetCapabilitiesLocation service="twms">{cache_path}/twms_endpoint/.lib/</GetCapabilitiesLocation>
<GetTileServiceLocation>{cache_path}/twms_endpoin... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013-2016 Dave Collins <dave@davec.name>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" A... | {
"pile_set_name": "Github"
} |
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include "sys.h"
#include "crisutils.h"
static inline int cris_addc(int a, const int b)
{
asm ("addc\t%1, %0\n" : "+r" (a) : "r" (b));
return a;
}
#define verify_addc(a, b, res, n, z, v, c) \
{ \
int r; ... | {
"pile_set_name": "Github"
} |
@import "../../../common/css/theme/light";
@import "streamer.show";
| {
"pile_set_name": "Github"
} |
EGL_KHR_debug
https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf
EGL_KHR_debug
EGL_OBJECT_THREAD_KHR 0x33B0
EGL_OBJECT_DISPLAY_KHR 0x33B1
EGL_OBJECT_CONTEXT_KHR 0x33B2
EGL_OBJECT_SURFACE_KHR 0x33B3
EGL_OBJECT_IMAGE_KHR 0x33B4
EGL_OBJECT_SYNC_KHR 0x33B5
EGL_OBJECT_STREAM_KHR 0x33B6
EGL_DEBUG_CALLBACK_KH... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010 Advanced Micro Devices, 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, m... | {
"pile_set_name": "Github"
} |
% File src/library/utils/man/windows/winDialog.Rd
% Part of the R package, https://www.R-project.org
% Copyright 1995-2007 R Core Team
% Distributed under GPL 2 or later
\name{winDialog}
\alias{winDialog}
\alias{winDialogString}
\title{Dialog Boxes under Windows}
\description{
Put up a Windows dialog box to communic... | {
"pile_set_name": "Github"
} |
/*
Copyright 2020 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | {
"pile_set_name": "Github"
} |
package ca.uhn.hapi.fhir.docs;
/*-
* #%L
* HAPI FHIR - Docs
* %%
* Copyright (C) 2014 - 2020 University Health Network
* %%
* 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
*
* h... | {
"pile_set_name": "Github"
} |
nocibambi
| {
"pile_set_name": "Github"
} |
{
"word": "Uncomplaining",
"definitions": [
"Not complaining; resigned."
],
"parts-of-speech": "Adjective"
} | {
"pile_set_name": "Github"
} |
Pharmacia & Upjohn Inc reinforced Wall Street pessimism about its short-term outlook Wednesday with comments that showed it will not meet profit margin and cost-savings targets set under former leadership.
On a punishing day generally for drug stocks, shares in London-based Pharmacia were off only 7/8 to 36-7/8, h... | {
"pile_set_name": "Github"
} |
/**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
*/
typedef struct CC_SHA1state_st {
unsigned h0;
unsigned h1;
unsigned h2;
unsigned h3;
unsigned h4;
unsigned Nl;
unsigned Nh;
unsigned data[16];
int num;
} CC_SHA1state_s... | {
"pile_set_name": "Github"
} |
/**
* @compiler Bridge.NET 17.10.1
*/
Bridge.assembly("TestProject", function ($asm, globals) {
"use strict";
/** @namespace Test.BridgeIssues.N3712 */
/**
* Ensures source maps is correctly output where partial classes'
subclasses implementations are included in project file before the main
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
<?php
//namespace com\mikebevz\xsd2php;
namespace QuickBooksOnline\API\XSD2PHP\src\com\mikebevz\xsd2php;
/**
* Copyright 2010 Mike Bevz <myb@mikebevz.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy ... | {
"pile_set_name": "Github"
} |
var spawn = require('child_process').spawn;
var os = require('os');
var process = require('process');
var args = process.argv.slice(2);
function abortOnError(code) {
if (code !== 0) {
process.exit(code);
}
}
if (os.type() === 'Linux') {
spawn('bash', ['dist/package.sh'].concat(args), {stdio: 'inhe... | {
"pile_set_name": "Github"
} |
syntax = "proto3";
option go_package="str";
import "google/api/annotations.proto";
service Strings {
rpc ToUpper (String) returns (String) {
option (google.api.http) = {
get: "/strings/to_upper/{str}"
};
}
rpc ToLower (String) returns (String) {
option (google.api.http... | {
"pile_set_name": "Github"
} |
Zhui
Ping
Bian
Zhou
Zhen
Senchigura
Ci
Ying
Qi
Xian
Lou
Di
Ou
Meng
Zhuan
Peng
Lin
Zeng
Wu
Pi
Dan
Weng
Ying
Yan
Gan
Dai
Shen
Tian
Tian
Han
Chang
Sheng
Qing
Sheng
Chan
Chan
Rui
Sheng
Su
Sen
Yong
Shuai
Lu
Fu
Yong
Beng
Feng
Ning
Tian
You
Jia
Shen
Zha
Dian
Fu
Nan
Dian ... | {
"pile_set_name": "Github"
} |
local MLE = torch.class('MLE')
--MLE training of Gibbs dist. with P(y) propto exp(-energy_net(y))
function MLE:__init(preprocess_net, energy_net,logZ_net,preprocess_labels_net)
self.loss_net = self:construct_loss_net(preprocess_net, energy_net, logZ_net, preprocess_labels_net)
end
function MLE:construct_loss_net(pre... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2018-present, Facebook, Inc.
*
* 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; version 2 of the License.
*
* This program is distributed in the hope that it will be use... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://thalesgroup.com/RTTI/2013-11-28/Token/types" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://thalesgroup.com/RTTI/2013-11-28/Token/types" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:compl... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 Igalia S.L
*
* 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 following... | {
"pile_set_name": "Github"
} |
{
"name": "Xilinx Harris_731_Ro Test",
"description": "HLS case",
"flow": "hls",
"platform_whitelist": [
"u200",
"zcu102",
"zcu104",
"zc706"
],
"platform_blacklist": [],
"part_whitelist": [],
"part_blacklist": [],
"project": "harris",
"s... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.