text stringlengths 2 99.9k | meta dict |
|---|---|
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#inclu... | {
"pile_set_name": "Github"
} |
---
path: 'styles/listItem/gatsby'
---
`embed:styles/listItem/gatsby/GatsbyListItemStyle.js`
| {
"pile_set_name": "Github"
} |
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"-1"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"# 100-》200 x\n",
"# 100-》3... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -triple x86_64-apple-macos10.7.0 -verify -fopenmp -fopenmp-version=45 -ferror-limit 100 -o - %s -Wuninitialized
// RUN: %clang_cc1 -triple x86_64-apple-macos10.7.0 -verify -fopenmp-simd -fopenmp-version=45 -ferror-limit 100 -o - %s -Wuninitialized
void foo() {
}
bool foobool(int argc) {
return a... | {
"pile_set_name": "Github"
} |
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="1dp"
android:color="#FF404040" />
<corners android:radius="6dp" />
</shape> | {
"pile_set_name": "Github"
} |
/*
* recovery.c - NILFS recovery logic
*
* Copyright (C) 2005-2008 Nippon Telegraph and Telephone Corporation.
*
* 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 Li... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
//
// generic/basic_endpoint.cpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// 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)
//
// Disable auto... | {
"pile_set_name": "Github"
} |
// Copyright 2016 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.
#ifndef BASE_TASK_THREAD_POOL_TASK_H_
#define BASE_TASK_THREAD_POOL_TASK_H_
#include "base/base_export.h"
#include "base/callback.h"
#include "base/locat... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Rewrite Rule 1" stopProcessing="true">
<match url=".*" ignoreCase="false" />
<action type="Rewrite" url="checker.js" />
... | {
"pile_set_name": "Github"
} |
{
"expr": "$map($, function($i){ $match($i, /^(\\w*\\s\\w*)/) }).match",
"data": [
"Felicia Saunders",
"Jimmy Schultz",
"Dolores Figueroa",
"Craig Moreno",
"Lindsey Hall",
"Bonnie Russell",
"Kristin Stewart",
"Owen Reid",
"Brenda Sherman",
... | {
"pile_set_name": "Github"
} |
{
"mySet" : {
"mySetValue" : "value",
"mySetInSet" : {
"mySetValue" : "value"
}
}
} | {
"pile_set_name": "Github"
} |
const fs = require('fs');
const path = require('path');
const dir = path.resolve(
__dirname,
'..',
'node_modules',
'highlight.js',
'styles'
);
const template = fs
.readFileSync(path.resolve(__dirname, '_themeTemplate'))
.toString();
fs.readdirSync(dir).forEach(name => {
const themePath = path.resolve... | {
"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"
} |
#!/usr/bin/env bash
# Copyright 2018 Amazon.com, Inc. or its affiliates. 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 without limitat... | {
"pile_set_name": "Github"
} |
test-7: Store()
|
|---test-6: PODistinct[bag] - scope-14
|
|---test-5: Load()
| {
"pile_set_name": "Github"
} |
// Copyright 2015 by Paulo Augusto Peccin. See license.txt distributed with this file.
// HTML and CSS data for Settings
jt.SettingsGUI = { WIDTH: 600, HEIGHT: 450};
jt.SettingsGUI.html = function() {
return `<div id="jt-modal" tabindex="-1">
<div id="jt-menu">
<div id="jt-back" jt-var="true"... | {
"pile_set_name": "Github"
} |
clojure.org
| {
"pile_set_name": "Github"
} |
<?php
/**
* The MIT License (MIT)
*
* Webzash - Easy to use web based double entry accounting software
*
* Copyright (c) 2014 Prashant Shah <pshah.mumbai@gmail.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwa... | {
"pile_set_name": "Github"
} |
//
// NotificationController.swift
// Watch Extension
//
// Created by Vandad on 8/12/15.
// Copyright © 2015 Pixolity. All rights reserved.
//
import WatchKit
import Foundation
class NotificationController: WKUserNotificationInterfaceController {
override init() {
// Initialize variables here.
... | {
"pile_set_name": "Github"
} |
// Copyright 2010 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../libc/fn.raise.html">
</head>
<body>
<p>Redirecting to <a href="../../libc/fn.raise.html">../../libc/fn.raise.html</a>...</p>
<script>location.replace("../../libc/fn.raise.html" + location.search + location.hash);</script... | {
"pile_set_name": "Github"
} |
include README.rst
include COPYING.txt
recursive-include tests/data *.csv
recursive-include tests *.py
| {
"pile_set_name": "Github"
} |
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<path d="M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package ipv6
func (f *icmpv6Filter) accept(typ ICMPType) {
// TODO(mikio): implement this
}
func (f *icmpv6Filter) block(typ ICMPType) {
// TODO(mikio): imp... | {
"pile_set_name": "Github"
} |
// Copyright (c) MOSA Project. Licensed under the New BSD License.
// This code was generated by an automated template.
using Mosa.Compiler.Framework.IR;
namespace Mosa.Compiler.Framework.Transform.Auto.IR.ConstantFolding
{
/// <summary>
/// LoadR4FoldAdd32
/// </summary>
public sealed class LoadR4FoldAdd32 : Ba... | {
"pile_set_name": "Github"
} |
// Header for PCH test cxx1z-init-statement.cpp
constexpr int test_if(int x) {
if (int a = ++x; a == 0) {
return -1;
} else if (++a; a == 2) {
return 0;
}
return 2;
}
constexpr int test_switch(int x) {
switch (int a = ++x; a) {
case 0:
return -1;
case 1:
return 0;
case 2:
... | {
"pile_set_name": "Github"
} |
extern zend_class_entry *phalcon_cli_console_ce;
ZEPHIR_INIT_CLASS(Phalcon_Cli_Console);
PHP_METHOD(Phalcon_Cli_Console, handle);
PHP_METHOD(Phalcon_Cli_Console, setArgument);
zend_object *zephir_init_properties_Phalcon_Cli_Console(zend_class_entry *class_type TSRMLS_DC);
ZEND_BEGIN_ARG_INFO_EX(arginfo_phalcon_cli_... | {
"pile_set_name": "Github"
} |
/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'a11yhelp', 'ru', {
title: 'Горячие клавиши',
contents: 'Помощь. Для закрытия этого окна нажмите ESC.',
legend: [
{
name: 'Ос... | {
"pile_set_name": "Github"
} |
package remote_test
import (
"io"
"io/ioutil"
"net/http"
)
type post struct {
url string
bodyType string
bodyContent []byte
}
type fakePoster struct {
posts []post
}
func newFakePoster() *fakePoster {
return &fakePoster{
posts: make([]post, 0),
}
}
func (poster *fakePoster) Post(url string, b... | {
"pile_set_name": "Github"
} |
:title: Embedded LDAP Server
:type: subSecurityFramework
:status: published
:parent: Security LDAP
:order: 00
:summary: Embedded LDAP server.
== {title}
${branding} includes an embedded LDAP server (OpenDJ) for testing and demonstration purposes.
[WARNING]
====
The embedded LDAP server is intended for testing purpos... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
//
// You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
// copy, modify, and distribute this software in source code or binary form for use
// in connection with the web services and APIs provided by Facebook.
//
// As with... | {
"pile_set_name": "Github"
} |
0.33739 -0.549719 0.296644 -0.123658
-0.353016 -0.706585 -0.34273 -0.138053
-0.382046 -0.483568 -0.374498 -0.164008
0.0562912 -0.41985 0.0427825 -0.150849
0.33739 -0.549719 -0.353016 -0.706585
-0.353016 -0.706585 -0.382046 -0.483568
-0.382046 -0.483568 0.0562912 -0.41985
0.0562912 -0.41985 0.33739 -0.549719
0.2... | {
"pile_set_name": "Github"
} |
{
"name": "angular-sails",
"version": "1.1.4",
"authors": [
"Jan-Oliver Pantel <jan.pantel@gmail.com>",
"Evan Sharp <dumbdrum@gmail.com>"
],
"description": "An angular provider for using the sails socket.io api",
"main": "./dist/angular-sails.js",
"keywords": [
"angular",
"angularjs",
... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2012 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.
#ifndef CONTENT_PUBLIC_COMMON_PAGE_TYPE_H_
#define CONTENT_PUBLIC_COMMON_PAGE_TYPE_H_
namespace content {
// The type of the page an entry correspon... | {
"pile_set_name": "Github"
} |
# Live2D Animator Motion Data
$fps=30
$fadein=0
$fadeout=0
PARAM_ANGLE_X=-1,-0.74,-0.26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
PARAM_ANGLE_Y=7.26,13.24,24.03,30,28.59,24.81,19.33,12.85,6.15,-0.33,-5.... | {
"pile_set_name": "Github"
} |
//Written by 多语言翻译管理系统
//Thu Aug 18 2016 04:12:05 GMT+0800 (CST)
//如有问题请联系去疾
"NebulaBiz:DNS解析信息" = "DNS analysis";
"NebulaBiz:DNS解析失败" = "DNS Lookup Failed";
"NebulaBiz:GPS打开,但定位失败" = "GPS is on, but location failed.";
"NebulaBiz:安全证书校验失败" = "SSL Certificate Error";
"NebulaBiz:证书校验失败" = "SSL Certificate Error";
"Nebula... | {
"pile_set_name": "Github"
} |
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyrig... | {
"pile_set_name": "Github"
} |
import pako from 'pako';
export default class ZlibDeflateTransform {
static async deflate(input, options) {
return ZlibDeflateTransform.deflateSync(input, options);
}
static deflateSync(input, options) {
const uint8Array = new Uint8Array(input);
const output = pako.deflate(uint8Array, options);
... | {
"pile_set_name": "Github"
} |
<?php
/*
* Copyright 2016 Google 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 t... | {
"pile_set_name": "Github"
} |
var baseClone = require('./_baseClone'),
baseConforms = require('./_baseConforms');
/** Used to compose bitmasks for cloning. */
var CLONE_DEEP_FLAG = 1;
/**
* Creates a function that invokes the predicate properties of `source` with
* the corresponding property values of a given object, returning `true` if
* ... | {
"pile_set_name": "Github"
} |
-s -B -O 50-4-10-1 -S 20
| {
"pile_set_name": "Github"
} |
%% This Source Code Form is subject to the terms of the Mozilla Public
%% License, v. 2.0. If a copy of the MPL was not distributed with this
%% file, You can obtain one at https://mozilla.org/MPL/2.0/.
%%
%% Copyright (c) 2020 VMware, Inc. or its affiliates. All rights reserved.
%%
-module(internal_user).
-include_... | {
"pile_set_name": "Github"
} |
/**
* (C) Copyright IBM Corp. 2018, 2019.
*
* 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 t... | {
"pile_set_name": "Github"
} |
title: 1212淘宝亲亲节
subtitle: 淘宝亲亲节系列H5是为16年双12重金打造的联合推广计划,而这支《1212淘宝亲亲节》在12月1日上线后就不出意外的刷了屏,造成了现象。
cover: taobao kiss kiss.jpg
categories: 技术型
tags:
- Git
- Fork
author:
nick: 淘宝
github_name: taobao
date: 2017-01-03 17:48:38
publishDate: 2016-12-12 16:00:00
link: http://www.qinqinjieh5.com/
---
| {
"pile_set_name": "Github"
} |
--- old/qtbase/mkspecs/features/mac/sdk.prf 2018-02-08 10:24:48.000000000 -0800
+++ new/qtbase/mkspecs/features/mac/sdk.prf 2018-03-23 10:38:56.000000000 -0700
@@ -8,21 +8,21 @@
defineReplace(xcodeSDKInfo) {
info = $$1
equals(info, "Path"): \
- info = --show-sdk-path
+ infoarg = --show-sdk-path... | {
"pile_set_name": "Github"
} |
// Copyright 1996-2020 Cyberbotics Ltd.
//
// 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"
} |
import Foundation
import WebKit
class ThemeWebNavigationDelegate: NSObject, WebNavigationDelegate {
// MARK: - Navigation constants
/// All Customize links must have "hide_close" set
///
private struct Customize {
static let path = "/wp-admin/customize.php"
static let hideClose = (name... | {
"pile_set_name": "Github"
} |
/*
*
*
* Copyright (C) 2005 Mike Isely <isely@pobox.com>
*
* 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
*
* This program is distributed in the ho... | {
"pile_set_name": "Github"
} |
---
name: Blank issue
about: If you're 100% sure that you don't need one of the other issue templates, use this one instead.
---
| {
"pile_set_name": "Github"
} |
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
require([
'jquery',
'termjs',
'base/js/utils',
'base/js/page',
'services/config',
'terminal/js/terminado',
'custom/custom',
], function(
$,
termjs,
utils,
page,
config... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title>beets</title>
<link rel="stylesheet"
href="{{ url_for('static', filename='beets.css') }}" type="text/css">
<script src="{{ url_for('static', filename='jquery.js') }}"></script>
<script src="{{ url_for('static', filename='underscore.js') ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2003, 2006, 2008 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this l... | {
"pile_set_name": "Github"
} |
_/Oo>
/(MM)
A___/ m a g p i e
_______AV_h_h___________________________
AV
AV
AV
Magpie is a small dynamically-typed programming... | {
"pile_set_name": "Github"
} |
/***************************************************************
Copyright (C) 2006-2009 Hewlett-Packard Development Company, L.P.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
version 2 as published by the Free Software Foundation.
This... | {
"pile_set_name": "Github"
} |
{
"name": "simple-sonoff-server",
"version": "2.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"accepts": {
"version": "1.3.4",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz",
"integrity": "sha1-hiRnWMfdbSGmR0/whKR0DsBesh8=",
"requires": {
... | {
"pile_set_name": "Github"
} |
def handler(context):
# TODO: Implement persistence.
# Do something usefull with the data, but for demo purposes we will just return the JSON object we received during the request
print context.body.getvalue()
return context.body.getvalue()
| {
"pile_set_name": "Github"
} |
/*!
* jQuery Validation Plugin v1.17.0
*
* https://jqueryvalidation.org/
*
* Copyright (c) 2017 Jörn Zaefferer
* Released under the MIT license
*/
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
define( ["jquery", "./jquery.validate"], factory );
} else if (typeof module... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html>
<head>
<title>history_go_minus</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<div id="log"></div>
<script>
var t = async_test("history go minus");
t.step(function () {
windo... | {
"pile_set_name": "Github"
} |
# ifndef CPPAD_CORE_GRAPH_CPP_GRAPH_HPP
# define CPPAD_CORE_GRAPH_CPP_GRAPH_HPP
/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-19 Bradley M. Bell
CppAD is distributed under the terms of the
Eclipse Public License Ver... | {
"pile_set_name": "Github"
} |
/*
* Freeplane - mind map editor
* Copyright (C) 2011 dimitry
*
* This file author is dimitry
*
* 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
... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2015 The Android Open Source Project
*
* 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 app... | {
"pile_set_name": "Github"
} |
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * stock_picking_batch
#
# Translators:
# Martin Trigaux, 2019
# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2019
# gebri <gebri@inmail.sk>, 2019
# Jan Prokop, 2019
# Stefan Stieranka <stieranka@itec.sk>, 2020
# Michal M... | {
"pile_set_name": "Github"
} |
/* updates a document client side
* so you can have a representation of that document
* after being updated */
var _ = require('underscore')
, utils = require('../utils');
function _strategy(op, ret, key, value) {
var is_destructive = ['$unset', '$pop', '$pull', '$pullAll', '$rename'].indexOf(op) !== -1
, pa... | {
"pile_set_name": "Github"
} |
1
24
29
72
139
205
300
350
409
430
614
707
756
767
877
879
887
889
1189
1224
1231
1235
1267
1276
1333
1334
1343
1375
1389
1454
1455
1526
1687
1736
1789
1891
1941
2057
2098
2196
2268
2357
2505
2592
2714
2822
2904
2975
3011
3022
3099
3143
3248
3305
3331
3435
3479
3576
3647
3750
3943
4086
4148
4221
4302
4492
4538
4643
469... | {
"pile_set_name": "Github"
} |
//===-- SymbolVendor.h ------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"pile_set_name": "Github"
} |
/**
*
* Copyright (c) 2014, the Railo Company Ltd. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) ... | {
"pile_set_name": "Github"
} |
/*
* Cantata
*
* Copyright (c) 2011-2020 Craig Drummond <craig.p.drummond@gmail.com>
*
* ----
*
* 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
* (a... | {
"pile_set_name": "Github"
} |
#include "stdafx.h"
#include <string.h>
#include "audiohle.h"
#include "AudioHLEProcessor.h"
#include "Core/Memory.h"
#include "Math/MathUtil.h"
#include "Debug/DBGConsole.h"
extern bool isMKABI;
extern bool isZeldaABI;
static u32 gEnv_t3 {}, gEnv_s5 {}, gEnv_s6 {};
static u16 env[8] {};
inline u16 Sample_Mask( ... | {
"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.
#include "scoped_refptr.h"
struct Foo {
int dummy;
};
// Case 2: An example of an unsafe conversion, where the scoped_refptr<> is
// returned as a... | {
"pile_set_name": "Github"
} |
module check
imports
stratego/-
libspoofax/properties/-
libspoofax/nabl/-
libspoofax/task/-
libspoofax/types/-
signatures/-
normalized-signatures
common
names/-
pp
runtime/properties/-
runtime/task/-
rules // Unresolved/duplicate variables
nabl-check-disable-unresolved = id... | {
"pile_set_name": "Github"
} |
reftype: Web Page
publication_journal: None
title: None
publication_year: None
conference: None
key: RFC3490
authors: []
source_url: http://tools.ietf.org/html/rfc3490
id: 5014 | {
"pile_set_name": "Github"
} |
{
"pagination": {
"ListObjectParentPaths": {
"result_key": "PathToObjectIdentifiersList",
"output_token": "NextToken",
"input_token": "NextToken",
"limit_key": "MaxResults"
},
"ListFacetNames": {
"result_key": "FacetNames",
"output_token": "NextToken",
"input_toke... | {
"pile_set_name": "Github"
} |
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Filename: rsxx_priv.h
*
* Authors: Joshua Morris <josh.h.morris@us.ibm.com>
* Philip Kelleher <pjk1939@linux.vnet.ibm.com>
*
* (C) Copyright 2013 IBM Corporation
*/
#ifndef __RSXX_PRIV_H__
#define __RSXX_PRIV_H__
#include <linux/version.h>
#include <linux/semaphore... | {
"pile_set_name": "Github"
} |
/* Generic assert.h */
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 1998-2020 The OpenLDAP Foundation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenL... | {
"pile_set_name": "Github"
} |
/// Copyright (c) 2012 Ecma International. All rights reserved.
/// Ecma International makes this code available under the terms and conditions set
/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// "Use Terms"). Any redistribution of this code must retain the above
/// copyrigh... | {
"pile_set_name": "Github"
} |
<?php defined('SYSPATH') OR die('No direct access allowed.');
$lang = array
(
'not_writable' => 'De upload doelmap, %s, is niet schrijfbaar.',
); | {
"pile_set_name": "Github"
} |
#ifndef CONFIG_H_
#define CONFIG_H_
#define VERSION_MAJOR ${PROJECT_VERSION_MAJOR}
#define VERSION_MINOR ${PROJECT_VERSION_MINOR}
#define VERSION_PATCH ${PROJECT_VERSION_PATCH}
#endif | {
"pile_set_name": "Github"
} |
/**
* Copyright 2019 The JoyQueue 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... | {
"pile_set_name": "Github"
} |
SET @start_global_value = @@global.log_bin_trust_function_creators;
SELECT @start_global_value;
@start_global_value
1
'#--------------------FN_DYNVARS_063_01-------------------------#'
SET @@global.log_bin_trust_function_creators = TRUE;
SET @@global.log_bin_trust_function_creators = DEFAULT;
SELECT @@global.log_bin_tr... | {
"pile_set_name": "Github"
} |
// Copyright 2008, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions ... | {
"pile_set_name": "Github"
} |
# 编译步骤
# 编译环境
待续
# 编译 FFmpeg
待续
# 编译 x264
待续
# 编译 mp3lame
待续
# 编译 fdk-aac
待续
| {
"pile_set_name": "Github"
} |
#
# Copyright Andrey Semashev 2016.
# 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)
#
import project ;
import log-platform-config ;
project /boost/log/native-syslog
: source-location .
... | {
"pile_set_name": "Github"
} |
// mksyscall.pl -l32 -arm -tags linux,mipsle syscall_linux.go syscall_linux_mipsx.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build linux,mipsle
package unix
import (
"syscall"
"unsafe"
)
var _ syscall.Errno
// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
func fch... | {
"pile_set_name": "Github"
} |
#debugHost {
font-size: 12px;
color:#4a4a4a;
height: 100%;
}
#debugHostBtn a {
background: url('images/variables_on.png');
background: url('images/variables_on.svg'),linear-gradient(transparent, transparent);
}
.hashover #debugHostBtn a:hover {
background: url('images/variables_hover.png');
... | {
"pile_set_name": "Github"
} |
require 'erb'
require 'set'
require 'enumerator'
require 'stringio'
require 'rbconfig'
require 'uri'
require 'thread'
require 'sass/root'
require 'sass/util/subset_map'
module Sass
# A module containing various useful functions.
module Util
extend self
# An array of ints representing the Ruby version num... | {
"pile_set_name": "Github"
} |
/*
This file is part of Ext JS 4.2
Copyright (c) 2011-2013 Sencha Inc
Contact: http://www.sencha.com/contact
GNU General Public License Usage
This file may be used under the terms of the GNU General Public License version 3.0 as
published by the Free Software Foundation and appearing in the file LICENSE included in... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2015 Goldman Sachs.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v. 1.0 which accompany this distribution.
* The Eclipse Public License is available at http://www.ecli... | {
"pile_set_name": "Github"
} |
digraph tree {
node[shape=none];
edge[dir=none];
{ rank=same;
a1[label="n"]
as[label="n"]
}
{ rank=same;
b1[label="n/2"];
b2[label="n/2"];
b3[label="n/2"];
bs[label="3n/2"];
}
{ rank=same;
c1[label="n/4"];
c2[label="n/4"];
c3[label="n/4"];
c4[label="n/4"];
c5... | {
"pile_set_name": "Github"
} |
{
"alloc": {
"0000000000000000000000000000000000000001": {
"balance": "01"
},
"0000000000000000000000000000000000000002": {
"balance": "01"
},
"0000000000000000000000000000000000000003": {
"balance": "01"
},
"0000000000000000000000000000000000000004": {
"balance": "... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2019 - now, Eggroll Authors. 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.... | {
"pile_set_name": "Github"
} |
// Scintilla source code edit control
/** @file SplitVector.h
** Main data structure for holding arrays that handle insertions
** and deletions efficiently.
**/
// Copyright 1998-2007 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
... | {
"pile_set_name": "Github"
} |
Interface,interface{},"something",nil,Inter
Map,map[string]interface{},map[string]interface{}{"name":"Tyler"},nil,MSI
ObjxMap,(Map),New(1),New(nil),ObjxMap
Bool,bool,true,false,Bool
String,string,"hello","",Str
Int,int,1,0,Int
Int8,int8,1,0,Int8
Int16,int16,1,0,Int16
Int32,int32,1,0,Int32
Int64,int64,1,0,Int64
Uint,uin... | {
"pile_set_name": "Github"
} |
(:name xterm-extras
:description "define additional function key sequences for recent versions of xterm"
:type github
:pkgname "yyr/xterm-extras.el")
| {
"pile_set_name": "Github"
} |
/*jslint onevar: false, eqeqeq: false, browser: true*/
/*globals testCase,
sinon,
fail,
assert,
assertNotNull,
assertUndefined,
assertArray,
assertEquals,
assertSame,
assertNotSame,
assertFunction,
assertObject... | {
"pile_set_name": "Github"
} |
/* -----------------------------------------------------------------------------
BrainBay - OpenSource Biofeedback Software
MODULE: OB_OR.CPP
Authors: Jeremy Wilkerson, Chris Veigl
This Object performs the OR-operation on it's two Input-Values and presents the
result at the output-port. FALSE it repre... | {
"pile_set_name": "Github"
} |
package com.fpinjava.recursion.exercise04_01;
import java.math.BigInteger;
public class Fibonacci {
public static BigInteger fib(int x) {
throw new RuntimeException("To be implemented.");
}
}
| {
"pile_set_name": "Github"
} |
/* ###
* IP: GHIDRA
*
* 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 writin... | {
"pile_set_name": "Github"
} |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
* @flow
*/
'use strict';
const infoLog = require('infoLog');
/* $FlowFixMe(>=0.54.0 site=react_native_oss) This comme... | {
"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 m... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.