text stringlengths 2 99.9k | meta dict |
|---|---|
---
id: docs_cli_policies
guide: docs_cli
layout: guide
---
{% include vars.html %}
<p class="lead">Defines project-wide policies for your project.</p>
### Enforcing Yarn's version across your project <a class="toc" id="toc-policies-set-version" href="#toc-policies-set-version"></a>
When working inside a team, you ... | {
"pile_set_name": "Github"
} |
/**
* @file lv_page.c
*
*/
/*********************
* INCLUDES
*********************/
#include "../lv_widgets/lv_page.h"
#if LV_USE_PAGE != 0
#include "../lv_misc/lv_debug.h"
#include "../lv_core/lv_group.h"
#include "../lv_draw/lv_draw.h"
#include "../lv_themes/lv_theme.h"
#include "../lv_core/lv_refr.h"
#in... | {
"pile_set_name": "Github"
} |
//! Basic Request/Response structures used internally.
pub use hyper::{self, header::HeaderValue, Body, Method, StatusCode};
/// Simple server response structure
#[derive(Debug)]
pub struct Response {
/// Response code
pub code: StatusCode,
/// Response content type
pub content_type: HeaderValue,
/// Response bo... | {
"pile_set_name": "Github"
} |
// this code improves bootstrap menus and adds dropdown support
jQuery(function(){
jQuery('.nav>li>a').each(function(){
if(jQuery(this).parent().find('ul').length)
jQuery(this).attr({'class':'dropdown-toggle','data-toggle':'dropdown'}).append('<b class="caret"></b>');
});
jQuery('.nav li li').each(funct... | {
"pile_set_name": "Github"
} |
function tag() {
console.log(arguments);
}
tag`a is ${a} while b is ${b}.`; | {
"pile_set_name": "Github"
} |
<resources>
<declare-styleable name="ThumbUpView">
<attr name="edgeColor" format="color|reference"></attr>
<attr name="fillColor" format="color|reference"></attr>
<attr name="cracksColor" format="color|reference"></attr>
<attr name="bgColor" format="color|reference"></attr>
... | {
"pile_set_name": "Github"
} |
================
Thrift Connector
================
The Thrift connector makes it possible to integrate with external storage systems
without a custom Presto connector implementation by using
`Apache Thrift <https://thrift.apache.org/>`_ on these servers. It is therefore generic and can provide access any backend, as ... | {
"pile_set_name": "Github"
} |
require 'dotenv'
env_path = File.expand_path('../../.env', __FILE__)
if File.exists?(env_path)
Dotenv.load(env_path)
else
if !is_ci
puts "ENV PATH: #{env_path}"
puts "This project uses Dotenv to manage secret environment variables. Add these to your .env file."
exit 1
end
end
app_identifier "org.fi... | {
"pile_set_name": "Github"
} |
using Uno;
using Uno.Collections;
using Uno.Compiler.ExportTargetInterop;
using Fuse;
using Fuse.Input;
namespace Fuse.Controls.Native.iOS
{
extern(iOS) internal class PointerCaptureAdapter : IDisposable
{
Visual _visual;
ObjC.Object _control;
List<ObjC.Object> _activeTouches;
IDisposable _touchEvents;
pu... | {
"pile_set_name": "Github"
} |
{
"jsonSchemaSemanticVersion": "1.0.0",
"imports": [
{
"corpusPath": "cdm:/foundations.1.1.cdm.json"
},
{
"corpusPath": "/core/operationsCommon/Common.1.0.cdm.json",
"moniker": "base_Common"
},
{
"corpusPath": "/core/operationsCommon/DataEntityView.1.0.cdm.json",
"m... | {
"pile_set_name": "Github"
} |
GL_EXT_blend_minmax
http://www.opengl.org/registry/specs/EXT/blend_minmax.txt
GL_EXT_blend_minmax
GL_FUNC_ADD_EXT 0x8006
GL_MIN_EXT 0x8007
GL_MAX_EXT 0x8008
GL_BLEND_EQUATION_EXT 0x8009
void glBlendEquationEXT (GLenum mode)
| {
"pile_set_name": "Github"
} |
## ! DO NOT MANUALLY INVOKE THIS setup.py, USE CATKIN INSTEAD
from distutils.core import setup
from catkin_pkg.python_setup import generate_distutils_setup
# fetch values from package.xml
setup_args = generate_distutils_setup(
packages=['auto_calibration'],
package_dir={'': 'include'},
)
setup(**setup_args)
| {
"pile_set_name": "Github"
} |
好奇心原文链接:[过去三个月中国 SUV 销量增速为 9 年新低,它曾是中国汽车市场增长的主要动力 | 好奇心小数据_商业_好奇心日报-龚方毅](https://www.qdaily.com/articles/56288.html)
WebArchive归档链接:[过去三个月中国 SUV 销量增速为 9 年新低,它曾是中国汽车市场增长的主要动力 | 好奇心小数据_商业_好奇心日报-龚方毅](http://web.archive.org/web/20190623193027/https://www.qdaily.com/articles/56288.html)

{
/* System generated locals */
integer a_dim1... | {
"pile_set_name": "Github"
} |
version https://git-lfs.github.com/spec/v1
oid sha256:9cd12538d8b536cccd0b6f8a8d8b43d13dd1fea1494c963b3338f774e5595f76
size 3059
| {
"pile_set_name": "Github"
} |
FROM golang:1.13.7
MAINTAINER denverdino@gmail.com
ENV OS "darwin linux windows"
ENV ARCH "amd64"
COPY . ${GOPATH}/src/github.com/AliyunContainerService/docker-machine-driver-aliyunecs
WORKDIR ${GOPATH}/src/github.com/AliyunContainerService/docker-machine-driver-aliyunecs
RUN set -ex \
&& uname -a \
&& go version ... | {
"pile_set_name": "Github"
} |
{
"DVTSourceControlWorkspaceBlueprintPrimaryRemoteRepositoryKey" : "E4C2E810287A51BBCB087752E4608E3007DE32FB",
"DVTSourceControlWorkspaceBlueprintWorkingCopyRepositoryLocationsKey" : {
},
"DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : {
"E4C2E810287A51BBCB087752E4608E3007DE32FB" : 0,
"A3747... | {
"pile_set_name": "Github"
} |
//
// Licensed under the terms in License.txt
//
// Copyright 2010 Allen Ding. All rights reserved.
//
#import "KiwiConfiguration.h"
// KWNull exists to represent the same thing as NSNull, except that Kiwi needs
// to distinguish between null singletons used internally and those a user
// is using as an object parame... | {
"pile_set_name": "Github"
} |
{
"name": "mkdirp",
"description": "Recursively mkdir, like `mkdir -p`",
"version": "0.5.0",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"main": "./index",
"keywords": [
"mkdir",
"directory"
],
"repository": {
"type": "git... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2012 The WebM 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributin... | {
"pile_set_name": "Github"
} |
package dir1
| {
"pile_set_name": "Github"
} |
//
// UIView+DCExtension.m
// CDDStoreDemo
//
// Created by apple on 2017/3/18.
// Copyright © 2017年 apple. All rights reserved.
//
#import "UIView+DCExtension.h"
@implementation UIView (DCExtension)
- (CGFloat)dc_x
{
return self.frame.origin.x;
}
- (void)setDc_x:(CGFloat)dc_x
{
CGRect dcFrame = self.fra... | {
"pile_set_name": "Github"
} |
FROM debian:buster-slim
LABEL maintainer="vvakame@gmail.com"
ENV REVIEW_VERSION 2.5.0
ENV REVIEW_PEG_VERSION 0.2.2
ENV NODEJS_VERSION 10
ENV LANG en_US.UTF-8
# setup
RUN apt-get update && \
apt-get install -y --no-install-recommends \
locales git-core curl ca-certificates && \
apt-get clean && \
rm... | {
"pile_set_name": "Github"
} |
/*
Copyright (c) 2008-2009 NetAllied Systems GmbH
This file is part of COLLADABaseUtils.
Licensed under the MIT Open Source License,
for details please see LICENSE file or the website
http://www.opensource.org/licenses/mit-license.php
*/
#include "COLLADABUStableHeaders.h"
#include "C... | {
"pile_set_name": "Github"
} |
{
"name": "@bugsnag/plugin-react",
"version": "7.3.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"js-tokens": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
"integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=",
"dev": true
},
"loose-env... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2019 Drew Noakes and 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 req... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
;/**************************************************************************/
;/* */
;/* Copyright (c) Microsoft Corporation. All rights reserved. */
;/* */
;/* ... | {
"pile_set_name": "Github"
} |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Android.App;
// 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... | {
"pile_set_name": "Github"
} |
#region License
//
// Copyright (c) 2018, Fluent Migrator 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 ... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this distribution in the
* LICENSE.txt file.
*/
package org.mule.runtime.core.api.el;
import org.mule.runt... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Source: controls/movement.js</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/htm... | {
"pile_set_name": "Github"
} |
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace NamespaceCollision\A;
class Bar
{
public static $loaded = true;
}
| {
"pile_set_name": "Github"
} |
#include "stdafx.h"
/****************************************************************************
* reportError
* Inputs:
* DWORD err: Error code
* Result: void
*
* Effect:
* Pops up message box reporting error
*********************************************... | {
"pile_set_name": "Github"
} |
// c1
#include "a.h"
#include "b.h"
| {
"pile_set_name": "Github"
} |
import { Component, OnInit, OnDestroy } from '@angular/core';
import { HttpErrorResponse, HttpResponse } from '@angular/common/http';
import { ActivatedRoute } from '@angular/router';
import { Subscription } from 'rxjs';
import { JhiEventManager, JhiAlertService } from 'ng-jhipster';
import { IPreferences } from 'app/... | {
"pile_set_name": "Github"
} |
/dts-v1/;
#include "tegra210.dtsi"
/ {
model = "NVIDIA E2220-1170";
compatible = "nvidia,e2220-1170", "nvidia,tegra210";
chosen {
stdout-path = &uarta;
};
aliases {
i2c0 = "/i2c@7000d000";
mmc0 = "/sdhci@700b0600";
mmc1 = "/sdhci@700b0000";
usb0 = "/usb@7d000000";
};
memory {
reg = <0x0 0x800000... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 25 2017 03:49:04).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <Cocoa/NSOutlineView.h>
@class AlbumViewController, ArchiveDocument, IPMessageReceiver, NSArray, NSColor, NSDictionary, NSMenu... | {
"pile_set_name": "Github"
} |
package com.vk.api.sdk.objects.friends.responses;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.vk.api.sdk.objects.Validable;
import com.vk.api.sdk.objects.friends.Requests;
import java.util.List;
import java.util.Objects;
/**
* GetRequestsNeedMutualResponse object
*/
pu... | {
"pile_set_name": "Github"
} |
//
// impl/buffered_write_stream.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2016 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)
//
... | {
"pile_set_name": "Github"
} |
<?php
/**
* 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"
} |
/* anet.c -- Basic TCP socket stuff made a bit less boring
*
* Copyright (c) 2006-2012, Salvatore Sanfilippo <antirez at gmail dot com>
* All rights reserved.
*
* 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"
} |
/*
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"
} |
<annotation>
<folder>widerface</folder>
<filename>51--Dresses_51_Dresses_wearingdress_51_170.jpg</filename>
<source>
<database>wider face Database</database>
<annotation>PASCAL VOC2007</annotation>
<image>flickr</image>
<flickrid>-1</flickrid>
</source>
<owner>
<flickrid>yanyu</flickrid>
<name>yanyu</name>
</owner>
<si... | {
"pile_set_name": "Github"
} |
(;CA[UTF-8]AP[YuanYu]GM[1]FF[4]
SZ[19]
GN[]
DT[2018-02-06]
PB[BensonDarr]BR[9段]
PW[恬谧自述]WR[9段]
KM[750]HA[0]RU[Japanese]RE[B+R]TM[600]TC[3]TT[60]
;B[pp];W[dp];B[pc];W[dd];B[fc];W[qe];B[cf];W[df];B[dg];W[ef];B[cd]
;W[cc];B[ce];W[dc];B[gd];W[od];B[oc];W[nd];B[mc];W[md];B[lc];W[ld]
;B[kd];W[ke];B[je];W[nc];B[nb];W[ob];B[mb... | {
"pile_set_name": "Github"
} |
/*
* NOTE: This copyright does *not* cover user programs that use HQ
* program services by normal system calls through the application
* program interfaces provided as part of the Hyperic Plug-in Development
* Kit or the Hyperic Client Development Kit - this is merely considered
* normal use of the program, and do... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<script src="../testlib.js"></script>
<script type="text/javascript">
var vec1 = TESTLIB.Vector.create([1,2,3]);
var vec2 = TESTLIB.Vector.create([3,4,5]);
document.write( "vec1.length = " + vec1.length() + "<br>" );
document.write( "ve... | {
"pile_set_name": "Github"
} |
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
load("//tools:cpplint.bzl", "cpplint")
package(default_visibility = ["//visibility:public"])
PLANNING_COPTS = ["-DMODULE_NAME=\\\"planning\\\""]
cc_library(
name = "curve_math",
srcs = ["curve_math.cc"],
hdrs = ["curve_math.h"],
)
cc_library(
na... | {
"pile_set_name": "Github"
} |
#
# These groups are read by MariaDB server.
# Use it for options that only the server (but not clients) should see
#
# See the examples of server my.cnf files in /usr/share/mysql/
#
# this is read by the standalone daemon and embedded servers
[server]
# this is only for the mysqld standalone daemon
[mysqld]
#
# * G... | {
"pile_set_name": "Github"
} |
Subject: DoS attack on AT&T Wireless text-messaging service
To: BUGTRAQ@SECURITYFOCUS.COM
Recently, I've had the misfortune of having an automated process at work
that reports errors to my PCS phone (via email, NxxXxxXxxx@mobile.att.net)
go haywire, and send me a hundred (or so) messages a day. Even better, th... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2010-2019 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | {
"pile_set_name": "Github"
} |
// Copyright 2016 The Tulsi 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.apache.org/licenses/LICENSE-2.0
//
// Unless required by ap... | {
"pile_set_name": "Github"
} |
DIM A%(100,100)
Ptr= VARPTR(A%(0,0)):Nom$="A:\ESSAI.MAT"
Ti= TIMER
Load_Array(Ptr,Nom$)
PRINT "Temps :";( TIMER -Ti)/200
END
'
DEF PROC Load_Array(Ptr,Nom$)
Get_Size(Ptr,Size,Addr)
BLOAD Nom$,Addr
RETURN
| {
"pile_set_name": "Github"
} |
{
"name": "categorysearch-with-aggregation",
"version": "1.0.0",
"description": "CategorySearch with aggregation example for ReactiveSearch",
"main": "index.js",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/reactivesearch": "3.12.4",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
... | {
"pile_set_name": "Github"
} |
#import "NTLNTwitterClient.h"
#import "NTLNAccount.h"
#import "NTLNXMLHTTPEncoder.h"
#import "NTLNConfiguration.h"
#import "NTLNAlert.h"
#import "NTLNRateLimit.h"
#import "NSDateExtended.h"
#import "NTLNTwitterXMLParser.h"
#import "NTLNHttpClientPool.h"
@implementation NTLNTwitterClient
@synthesize requestPage, reque... | {
"pile_set_name": "Github"
} |
local toint = math.tointeger
local fmt = string.format
local concat = table.concat
local os_time = os.time
local menu = {}
-- 菜单列表
function menu.menu_list (db, opt)
local limit = toint(opt.limit) or 100
local page = toint(opt.page) or 1
return db:query(fmt([[SELECT id, parent, name, url, icon, create_at, update... | {
"pile_set_name": "Github"
} |
#ifndef FOO
#ifdef FOO // inner ifdef is considered redundant
void f();
#endif
#endif | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<!-- The above 3 meta tags *must* come first in the hea... | {
"pile_set_name": "Github"
} |
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'MNWeibo' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for MNWeibo
pod "AFNetworking"
pod "SDWebImage"
pod "YYModel"
pod "FMDB"
pod 'SVProgressHUD', :git => 'http... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
class Blockhash < Formula
desc "Perceptual image hash calculation tool"
homepage "https://github.com/commonsmachinery/blockhash"
url "https://github.com/commonsmachinery/blockhash/archive/v0.3.1.tar.gz"
sha256 "56e8d2fecf2c7658c9f8b32bfb2d29fdd0d0535ddb3082e44b45a5da705aca86"
license "MIT"
revision 1
head... | {
"pile_set_name": "Github"
} |
/*
* Test program for SHA256
* Copyright (c) 2006, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "includes.h"
#include "common.h"
#include "crypto/crypto.h"
static int cavp_shavs(const char *fname)
{
FILE *f;
int r... | {
"pile_set_name": "Github"
} |
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies ... | {
"pile_set_name": "Github"
} |
import rtconfig
from building import *
Import('SDK_LIB')
cwd = GetCurrentDir()
# add the general drivers.
src = Glob('board.c')
src += Glob('CubeMX_Config/CM7/Src/stm32h7xx_hal_msp.c')
path = [cwd]
path += [cwd + '/CubeMX_Config/CM7/Inc']
startup_path_prefix = SDK_LIB
if rtconfig.CROSS_TOOL == 'gcc':
src += [... | {
"pile_set_name": "Github"
} |
-- boundary2.test
--
-- db eval {
-- SELECT a FROM t1 WHERE r <= -549755813889 ORDER BY a
-- }
SELECT a FROM t1 WHERE r <= -549755813889 ORDER BY a | {
"pile_set_name": "Github"
} |
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' SelDots.rvb -- December 2011
' If this code works, it was written by Dale Fugier.
' If not, I don't know who wrote it.
' Works with Rhino 4.0.
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Option Explicit
... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
interface IMyTimeAwayWebPartProps {
normalWeekToggleField: boolean;
}
export default IMyTimeAwayWebPartProps; | {
"pile_set_name": "Github"
} |
/**
*
* WARNING! This file was autogenerated by:
* _ _ _ _ __ __
* | | | | | | |\ \ / /
* | | | | |_| | \ V /
* | | | | _ | / \
* | |_| | | | |/ /^\ \
* \___/\_| |_/\/ \/
*
* This file was autogenerated by UnrealHxGenerator using UHT definitions.
* It only includes UPROPERTYs and UFU... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0930"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
... | {
"pile_set_name": "Github"
} |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
*******************************... | {
"pile_set_name": "Github"
} |
package sgdk.rescomp;
import java.io.BufferedWriter;
import java.io.ByteArrayOutputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
i... | {
"pile_set_name": "Github"
} |
/**
* Automatically generated file. DO NOT MODIFY
*/
package org.opencv;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String LIBRARY_PACKAGE_NAME = "org.opencv";
/**
* @deprecated APPLICATION_ID is misleading in libraries. For the lib... | {
"pile_set_name": "Github"
} |
struct Iterator(current: i32, target: i32)
enum Maybe {
None
Some(value: i32)
}
impl Iterator {
fun next(iter: Iterator): Maybe = {
if (iter.current <= iter.target) {
var r = Some(iter.current)
iter.current = iter.current + 1
r
} else {
None
}
}
}
#[export] fun test(from: ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html lang=en>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<link rel=preload as=script href=../js/jquery.min.js>
<link rel=preload as=script href=../js/bootstrap.min.js>
<link rel=preload as=script href=../js/tracks.min.js>
<link rel=preload as=style href=../... | {
"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("Mic... | {
"pile_set_name": "Github"
} |
/*
Smuggler's knapsack problem in SWI Prolog
Marriott & Stuker: 'Programming with constraints', page 101f, 115f
Smuggler's knapsack.
A smuggler has a knapsack with a capacity of 9 units.
Unit Profit
Whisky: 4 units 15 dollars
Perfume: 3 units 10 dollars
Cigarett... | {
"pile_set_name": "Github"
} |
package de.zalando.apifirst
import java.net.URL
import de.zalando.apifirst.Application.StrictModel
import de.zalando.apifirst.Http.MimeType
import de.zalando.apifirst.Hypermedia.{ State, StateTransitionsTable }
import de.zalando.apifirst.ParameterPlace.ParameterPlace
import de.zalando.apifirst.naming.{ Path, Referenc... | {
"pile_set_name": "Github"
} |
foo = [
"1",
"2", # comment
]
| {
"pile_set_name": "Github"
} |
/*
* SQ930x subdriver
*
* Copyright (C) 2010 Jean-François Moine <http://moinejf.free.fr>
* Copyright (C) 2006 -2008 Gerard Klaver <gerard at gkall dot hobby dot nl>
* Copyright (C) 2007 Sam Revitch <samr7@cs.washington.edu>
*
* This program is free software; you can redistribute it and/or modify
* it under the... | {
"pile_set_name": "Github"
} |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2009 Mark Borgerding mark a borgerding net
//
// 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... | {
"pile_set_name": "Github"
} |
/*
Copyright 2017 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"
} |
<?xml version='1.1' ?>
<Aliases>
<Alias>
<Name>vget</Name>
<ReplaceBeforeArgs>python windows\vget.py -args "</ReplaceBeforeArgs>
<ReplaceAfterArgs>" -project Ops</ReplaceAfterArgs>
<Help>
Usage: vget -F [Full Path to File] -p [path to file] -m [mask] Optional: -t [bytes] -hex -nosend
Options:
-t [... | {
"pile_set_name": "Github"
} |
form=词
tags=
夜深人悄漏声残。
秋色满江干。
寒烟野塘横渡,
谁写画图间。
风沥沥,
月弯弯。
坐更阑。
宝鼎香烬,
银汉星稀,
蝶梦飞还。
| {
"pile_set_name": "Github"
} |
$NetBSD: patch-test_test-migration.c,v 1.4 2014/07/15 14:48:34 ryoon Exp $
--- test/test-migration.c.orig 2014-01-20 08:14:21.000000000 +0000
+++ test/test-migration.c
@@ -153,8 +153,10 @@ main(void)
strcpy (xdg, tmp);
strcpy (&xdg[len], "/.config");
+#if !defined(_SCO_DS) /* SCO OpenServer 5.0.7/3.2 has n... | {
"pile_set_name": "Github"
} |
/* See license.txt for terms of usage */
/*************************************************************************************************/
/* Header for request list */
.netHeaderCell {
background-color: #E6E6E6;
}
.netHeaderSorted {
background-color: #FAC8AF;
}
/*****************************************... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<meta charset=utf-8>
<title>Test for logical properties of button in the UA stylesheet</title>
<style>
.v-rl { writing-mode: vertical-rl; }
.ltr, .rtl, .v-rl { border: 1px solid blue; }
.a { -moz-appearance: none; }
</style>
<div class=ltr>
<button>one</button><br>
<button class=a>two</button><br>
... | {
"pile_set_name": "Github"
} |
// Copyright 2015 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.
package org.chromium.net.test.util;
import org.chromium.base.ThreadUtils;
import java.util.concurrent.FutureTask;
/**
* A utility class useful for tes... | {
"pile_set_name": "Github"
} |
/* Copyright 2015 The TensorFlow 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.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | {
"pile_set_name": "Github"
} |
public abstract class GeometricObject {
private String color = "white";
private boolean filled;
private java.util.Date dateCreated;
/** Construct a default geometric object */
protected GeometricObject() {
dateCreated = new java.util.Date();
}
/** Construct a geometric object with color and filled value */
... | {
"pile_set_name": "Github"
} |
#ifndef _MACROS_H_
#define _MACROS_H_
#ifdef LSB_FIRST
#define READ_BYTE(BASE, ADDR) (BASE)[(ADDR)^1]
#define READ_WORD(BASE, ADDR) (((BASE)[ADDR]<<8) | \
(BASE)[(ADDR)+1])
#define READ_WORD_LONG(BASE, ADDR) (((BASE)[ADDR]<<24) | \
((BASE)[(ADDR)+1]<<16) | \
((BASE)[(ADDR)+2]<<8) | \
... | {
"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.
#include "chrome/browser/usb/usb_service.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/stl_util.h"
#include "chrome/browser... | {
"pile_set_name": "Github"
} |
package orestes.bloomfilter;
import java.io.Serializable;
import java.math.BigInteger;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.Arrays;
import java.util.BitSet;
import java.util.Random;
import java.util.function.BiFunction;
import java.util.zip.Adler32;
import... | {
"pile_set_name": "Github"
} |
//*******************************************************
//
// Delphi DataSnap Framework
//
// Copyright(c) 1995-2011 Embarcadero Technologies, Inc.
//
//*******************************************************
package com.embarcadero.javaandroid;
import java.io.BufferedReader;
import java.io.ByteArrayO... | {
"pile_set_name": "Github"
} |
/*
* (C) Copyright David Brownell 2000-2002
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
* This program i... | {
"pile_set_name": "Github"
} |
// Copyright (c) 2010, 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 conditi... | {
"pile_set_name": "Github"
} |
using System;
using Recipes.ServiceStack.Entities;
namespace Recipes.ServiceStack.Immutable
{
public class ReadOnlyEmployeeClassification : IReadOnlyEmployeeClassification
{
public ReadOnlyEmployeeClassification(EmployeeClassification entity)
{
if (entity == null)
t... | {
"pile_set_name": "Github"
} |
Propagation rules for certain known words
| {
"pile_set_name": "Github"
} |
export interface UseControlledProps<T = unknown> {
/**
* This prop contains the component value when it's controlled.
*/
controlled: T | undefined;
/**
* The default value when uncontrolled.
*/
default: T | undefined;
/**
* The component name displayed in warnings.
*/
name: string;
/**
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.