text stringlengths 2 99k | meta dict |
|---|---|
## Postgres-XL you can only see databases with CREATE privilege
### 作者
digoal
### 日期
2014-07-25
### 标签
PostgreSQL , Postgres-XL , 权限管理
----
##... | {
"pile_set_name": "Github"
} |
/*****************************************************************************
* *
* OpenNI 1.x Alpha *
* Copyright (C) 2012 PrimeSense Ltd. *
... | {
"pile_set_name": "Github"
} |
File: noAmbiguityMemberVsExtension.kt - d6944906c9be28dea6eefde2bf9ed229
NL("\n")
NL("\n")
packageHeader
importList
importHeader
IMPORT("import")
identifier
simpleIdentifier
Identifier("kotlin")
DOT(".")
simpleIdentifier
Identifier("reflect")
D... | {
"pile_set_name": "Github"
} |
class Kumogata::Utils
class << self
def camelize(str)
str.to_s.split(/[-_]/).map {|i|
i[0, 1].upcase + i[1..-1].downcase
}.join
end
def get_user_host
user = `whoami`.strip rescue ''
host = `hostname`.strip rescue ''
user_host = [user, host].select {|i| not i.empty? }... | {
"pile_set_name": "Github"
} |
module github.com/jackc/pgio
go 1.12
| {
"pile_set_name": "Github"
} |
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
"go_test",
)
go_test(
name = "go_default_test",
srcs = [
"expiring_test.go",
"lruexpirecache_test.go",
],
embed = [":go_default_library"],
deps = [
"//sta... | {
"pile_set_name": "Github"
} |
#include "Python.h"
#include <list>
#include <boost/process.hpp>
#include <boost/optional.hpp>
#include "connection/Config.h"
#include "log.h"
namespace Gadgetron::Server::Connection::Stream {
boost::process::child start_python_module(const Config::Execute &execute, unsigned short port, const Gadgetron::Core::... | {
"pile_set_name": "Github"
} |
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.util.ui.codereview.timeline
import com.intellij.openapi.editor.EditorFactory
import com.intellij.openapi.editor.EditorKind
import com.intellij.openapi.editor... | {
"pile_set_name": "Github"
} |
if bitrate == 24 then
if stereo then
ignore(output_stereo(%aac(bitrate = 24, channels = 2), !source))
else
ignore(output_mono(%aac(bitrate = 24, channels = 1), mean(!source)))
end
elsif bitrate == 32 then
... | {
"pile_set_name": "Github"
} |
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
815EC4AA24CB6B4900ADA502 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 815EC4A924CB6B4900ADA502 /* AppDelegate.swift */; };
815EC4AC24CB6B4900ADA502 /* SceneDelegate.swift ... | {
"pile_set_name": "Github"
} |
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
import { DescribeModelInput, DescribeModelOutput } from "../models/models_1";
import {
deserializeAws_json1_1DescribeModelCommand,
serializeAws_json1_1DescribeModelCommand,
} from "../protocols/Aws_json1_1";
i... | {
"pile_set_name": "Github"
} |
/*
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
* Copyright (c) 2002-2017 Eric Lafortune @ GuardSquare
*
* 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 F... | {
"pile_set_name": "Github"
} |
var getMapData = require('./_getMapData');
/**
* Gets the map value for `key`.
*
* @private
* @name get
* @memberOf MapCache
* @param {string} key The key of the value to get.
* @returns {*} Returns the entry value.
*/
function mapCacheGet(key) {
return getMapData(this, key).get(key);
}
module.exports = map... | {
"pile_set_name": "Github"
} |
#JAVA_HOME=/usr/local/jdk1.8.0_91
#export JAVA_HOME
function fatal {
echo "$1"
exit 1
}
JAR_DIR=target/dependency
which vertx &> /dev/null
if [ $? = 1 ]; then
fatal "Please install vertx or add the vertx bin dir to your path"
fi
if [ ! -d $JAR_DIR ]; then
echo "Attempting to download jar dependencies for thi... | {
"pile_set_name": "Github"
} |

TODO: More information about the Soundbounce server. | {
"pile_set_name": "Github"
} |
using System.Web;
using System.Web.Mvc;
namespace SenparcClass
{
public class FilterConfig
{
public static void RegisterGlobalFilters(GlobalFilterCollection filters)
{
filters.Add(new HandleErrorAttribute());
}
}
}
| {
"pile_set_name": "Github"
} |
/* -*- mode: c; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4; coding: utf-8 -*- */
/************************************************************************************
** **
** mcHF QRP Transceiv... | {
"pile_set_name": "Github"
} |
package client.net.sf.saxon.ce.expr.instruct;
import client.net.sf.saxon.ce.expr.*;
import client.net.sf.saxon.ce.trans.XPathException;
import client.net.sf.saxon.ce.type.ItemType;
import java.util.Iterator;
/**
* An abstract class to act as a common parent for instructions that create element nodes
* an... | {
"pile_set_name": "Github"
} |
// this include must remain at the top of every CPP file
#include "common_headers.h"
#include "GenericParser2.h"
#define MAX_TOKEN_SIZE 1024
static char token[MAX_TOKEN_SIZE];
static char *GetToken(char **text, bool allowLineBreaks, bool readUntilEOL = false)
{
char *pointer = *text;
int length = 0;
int c = 0;... | {
"pile_set_name": "Github"
} |
<?js
var data = obj;
var self = this;
?>
<hr>
<dt>
<h4 class="name" id="<?js= id ?>"><?js= data.attribs + (kind === 'class' ? 'new ' : '') + name + (kind !== 'event' ? data.signature : '') ?></h4>
<?js if (data.summary) { ?>
<p class="summary"><?js= summary ?></p>
<?js } ?>
</dt>
<dd>
<?js if ... | {
"pile_set_name": "Github"
} |
export default function(s) {
return s.match(/.{6}/g).map(function(x) {
return "#" + x;
});
}
| {
"pile_set_name": "Github"
} |
<component name="libraryTable">
<library name="Maven: org.springframework:spring-aspects:4.3.13.RELEASE">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/springframework/spring-aspects/4.3.13.RELEASE/spring-aspects-4.3.13.RELEASE.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSIT... | {
"pile_set_name": "Github"
} |
---
title: "Create networkIPv4ConfigurationManagementCondition"
description: "Create a new networkIPv4ConfigurationManagementCondition object."
author: "dougeby"
localization_priority: Normal
ms.prod: "intune"
doc_type: apiPageType
---
# Create networkIPv4ConfigurationManagementCondition
Namespace: microsoft.graph
>... | {
"pile_set_name": "Github"
} |
using Nitra.Internal;
using Nitra.ProjectSystem;
using Nemerle;
using Nemerle.Collections;
using Nemerle.Text;
using Nemerle.Utility;
using System;
using System.Collections.Generic;
using System.Linq;
namespace Nitra.Declarations
{
public interface IAstOption[+T] : IAst
where T : IAst
{
... | {
"pile_set_name": "Github"
} |
## PostgreSQL tid range scan - 行号范围扫描
### 作者
digoal
### 日期 ... | {
"pile_set_name": "Github"
} |
<footer>
{% if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
{% if next %}
<a href="{{ next.link|e }}" class="btn btn-neutral float-right" title="{{ ... | {
"pile_set_name": "Github"
} |
//---------------------------------------------------------------------
// <copyright file="TableCollection.cs" company="Microsoft Corporation">
// Copyright (c) 1999, Microsoft Corporation. All rights reserved.
// </copyright>
// <summary>
// Part of the Deployment Tools Foundation project.
// </summary>
//-... | {
"pile_set_name": "Github"
} |
void setup() {
size(100, 100);
noStroke();
}
void draw() {
float x = mouseX;
float y = mouseY;
float ix = width - mouseX; // Inverse X
float iy = height - mouseY; // Inverse Y
background(126);
fill(255, 150);
ellipse(x, height/2, y, y);
fill(0, 159);
ellipse(ix, height/2, iy, iy); ... | {
"pile_set_name": "Github"
} |
exports.bdd = require('./bdd');
exports.tdd = require('./tdd');
exports.qunit = require('./qunit');
exports.exports = require('./exports');
| {
"pile_set_name": "Github"
} |
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// *Preprocessed* version of the main "not_equal_to.hpp" header
// -- DO NOT modify by hand!
namespace boost { na... | {
"pile_set_name": "Github"
} |
.path {
fill: none;
stroke: #a5afba;
stroke-width: 2px;
transition: all .2s ease-in-out;
&:hover {
stroke-width: 3px;
}
&.error {
stroke: #ca2621;
}
&.active {
stroke: #329dce;
}
&.tcpActive {
stroke: #479e88;
}
&.selected {
stroke-width: 4px;
}
}
.marker {
fill: ... | {
"pile_set_name": "Github"
} |
package org.hive2hive.core.network.data;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicBoolean;
import org.hive2hive.core.H2HConstants;
import org.hive2hive.core.exceptions.PutFailedException;
class PutQueueEntry extends QueueEntry {
priv... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Banco Bilbao Vizcaya Argentaria, S.A.
*
* 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"
} |
#
# This Cargo.toml file is used by the simple-trybuild module.
# When adding a new file, please name the [[bin]] name to match the file
# it is used to produce an error message
#
[package]
name = "macros-tests"
version = "0.0.0"
edition = "2018"
publish = false
[dependencies.macros]
path = "../../"
default-features ... | {
"pile_set_name": "Github"
} |
#ifndef WebCore_FWD_JSLock_h
#define WebCore_FWD_JSLock_h
#include <JavaScriptCore/JSLock.h>
#endif
| {
"pile_set_name": "Github"
} |
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
| {
"pile_set_name": "Github"
} |
{
"id": "68764b55-1726-4b6d-8e62-4c0d46e3e214",
"modelName": "GMSound",
"mvc": "1.0",
"name": "sfx_precision_kill1",
"audioGroupGuid": "93d5cf40-ad10-40e0-a3e4-474f9342b4a1",
"bitDepth": 1,
"bitRate": 128,
"kind": 0,
"preload": true,
"sampleRate": 44100,
"type": 0,
"volum... | {
"pile_set_name": "Github"
} |
#ifndef QTSCRIPTSHELL_QWIDGETITEM_H
#define QTSCRIPTSHELL_QWIDGETITEM_H
#include <qlayoutitem.h>
#include <QtScript/qscriptvalue.h>
class QtScriptShell_QWidgetItem : public QWidgetItem
{
public:
QtScriptShell_QWidgetItem(QWidget* w);
~QtScriptShell_QWidgetItem();
Qt::Orientations expandingDirections()... | {
"pile_set_name": "Github"
} |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2013, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | {
"pile_set_name": "Github"
} |
exists /system/lib/libhardware_legacy.so
missing /system/lib/modules/wlan.ko
missing /system/etc/wifi/fw_wlan1271.bin
missing /system/etc/wifi/bcm4329_sta.bin
experimental
nowirelessextensions
nl80211
capability Adhoc generic.adhoc.edify generic.off.edify iw.adhoc.edify
| {
"pile_set_name": "Github"
} |
/*
* mm/rmap.c - physical to virtual reverse mappings
*
* Copyright 2001, Rik van Riel <riel@conectiva.com.br>
* Released under the General Public License (GPL).
*
* Simple, low overhead reverse mapping scheme.
* Please try to keep this thing as modular as possible.
*
* Provides methods for unmapping each kind... | {
"pile_set_name": "Github"
} |
# Codebase for the blog post [Up- and download files with React and Spring Boot](https://rieckpil.de/howto-up-and-download-files-with-react-and-spring-boot/)
Steps to run this project:
1. Clone this Git repository
2. Navigate to the folder `spring-boot-uploading-and-downloading-files-with-react`
3. Make sure you use ... | {
"pile_set_name": "Github"
} |
package com.oim.ui.fx.classics.setting;
import javafx.geometry.Side;
import javafx.scene.Node;
import javafx.scene.control.Tab;
import javafx.scene.control.TabPane;
import javafx.scene.layout.BorderPane;
import javafx.scene.layout.StackPane;
/**
* @author XiaHui
* @date 2017-12-08 20:34:10
*/
public class SettingP... | {
"pile_set_name": "Github"
} |
[tox]
envlist = py35, py36, py37, py38, docs, flake8
[gh-actions]
python =
2.7: py27
3.6: py36
3.7: py37
3.8: py38
[testenv]
deps = nose
jaconv
coverage
scripttest
mock
pytest!=3.2.0,!=3.3.0
pytest-cov
pytest-mock
hypothesis>4
python-barco... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2017-2019 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library 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 3, or (at your op... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017 Google
*
* 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 w... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2019-2029 geekidea(https://github.com/geekidea)
*
* 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"
} |
package com.airbnb.epoxy.processor
import com.airbnb.epoxy.AfterPropsSet
import com.airbnb.epoxy.CallbackProp
import com.airbnb.epoxy.EpoxyAttribute
import com.airbnb.epoxy.EpoxyModelClass
import com.airbnb.epoxy.ModelProp
import com.airbnb.epoxy.ModelView
import com.airbnb.epoxy.OnViewRecycled
import com.airbnb.epoxy... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_SYNC_HPP_INCLUDED
#define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_SYNC_HPP_INCLUDED
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
// detail/sp_counted_base_sync.hpp - g++ 4.1+ __sync intrinsics
//
// Co... | {
"pile_set_name": "Github"
} |
import AppKit
import Foundation
// MARK: - PublishNeedsAuth
public class PublishNeedsAuth: NSBox {
// MARK: Lifecycle
public init(_ parameters: Parameters) {
self.parameters = parameters
super.init(frame: .zero)
setUpViews()
setUpConstraints()
update()
}
public convenience init(works... | {
"pile_set_name": "Github"
} |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
*/
@interface SASettingSetBrightness : SASettingSetFloat
+ (id)setBrightness;
+ (id)setBrightnessWithDictionary:(id)arg1 context:(id)arg2;
- (id)encodedClassName;
- (id)groupIdentifier;
- (bool)requiresResponse;... | {
"pile_set_name": "Github"
} |
{
"private": true,
"dependencies": {
"@types/jest": "24.0.13",
"@types/node": "12.0.2",
"@types/react": "16.8.17",
"@types/react-dom": "16.8.4",
"jqwidgets-scripts": "^7.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
... | {
"pile_set_name": "Github"
} |
//
// UIXTextEntry.m
// Viewer v1.0.0
//
// Created by Julius Oklamcak on 2012-09-01.
// Copyright © 2011-2013 Julius Oklamcak. 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 t... | {
"pile_set_name": "Github"
} |
/* global LeafletWidget, L, Shiny, HTMLWidgets, $ */
function getLocationFilterBounds(locationFilter) {
if(locationFilter && locationFilter.getBounds) {
var bounds = locationFilter.getBounds();
var boundsJSON =
{
"sw_lat" : bounds.getSouth(),
"sw_lng" : bounds.getWest(),
"ne_lat... | {
"pile_set_name": "Github"
} |
// Copyright 2013 The Gorilla WebSocket 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 websocket
import (
"bufio"
"errors"
"net"
"net/http"
"net/url"
"strings"
"time"
)
// HandshakeError describes an error with the ... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
namespace Microsoft.Intune.PowerShellGraphSDK.PowerShellCmdlets
{
using System.Management.Automation;
/// <summary>
/// <para type="synopsis">Creates... | {
"pile_set_name": "Github"
} |
#!/data/data/com.termux/files/usr/bin/sh
set -u
PARAM_LIMIT=10
PARAM_OFFSET=0
PARAM_TYPE=inbox
PARAMS=""
SCRIPTNAME=termux-sms-list
SUPPORTED_TYPES="all|inbox|sent|draft|outbox"
show_usage () {
echo "Usage: $SCRIPTNAME [-d] [-l limit] [-n] [-o offset] [-t type]"
echo "List SMS messages."
echo " -d ... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#pragma mark Blocks
typedef void (^CDUnknownBlockType)(void); // return type and parameters are unknown
| {
"pile_set_name": "Github"
} |
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
width: 140px;
height: 300px;
position: fixed;
top: -90px;
right: -20px;
z-index: 2000;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform:... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2014, salesforce.com, 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 c... | {
"pile_set_name": "Github"
} |
config guest-wifi
option enable '0'
option wifi_name 'Guest-WiFi'
option interface_name 'guest'
option encryption 'psk2'
option passwd 'guestnetwork'
option interface_ip '192.168.4.1'
option isolate '1'
option start '50'
option limit '200'
option leasetime '1h'
option device 'radio0'
option create '0'
| {
"pile_set_name": "Github"
} |
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2015
* Kamil Lulko, <kamil.lulko@gmail.com>
*/
#include <common.h>
#include <status_led.h>
#include <asm-generic/gpio.h>
void coloured_LED_init(void)
{
gpio_request(CONFIG_RED_LED, "red led");
gpio_direction_output(CONFIG_RED_LED, 0);
gpio_request(CONFIG_G... | {
"pile_set_name": "Github"
} |
#include "Lexer.h"
#include "Token.h"
%token-prefix=T_
%toupper
%no-enums
%namespace=Lexer
%%
__asm
__asm__
__attribute
__attribute__
__const
__const__
__inline
__inline__
__typeof
__typeof__
__volatile
__volatile__
asm
auto
bool
break
case
catch
char
class
const
const_cast
continue
default
delete
do
double
dynamic_... | {
"pile_set_name": "Github"
} |
## API Report File for "@bentley/analytical-backend"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { ElementRefersToElements } from '@bentley/imodeljs-backend';
import { GeometricElement3d } from '@bentley/imodeljs-backend';
import { GeometricE... | {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly xdt:Transform="Remove"
xdt:Locator="Condition(./_defaultNamespace:assemblyIdentity/@name='System.Web.Helper... | {
"pile_set_name": "Github"
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | {
"pile_set_name": "Github"
} |
import React, { Component, Fragment } from 'react';
import { Card, Row, Col } from 'antd';
import PropTypes from 'prop-types';
import { Line } from './../../component/AntV';
class PieCharts extends Component {
constructor(props) {
super(props);
}
componentDidMount() {
}
render() {
var data = [{
... | {
"pile_set_name": "Github"
} |
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
Copyright (c) 2001-2011 Hartmut Kaiser
http://spirit.sourceforge.net/
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or cop... | {
"pile_set_name": "Github"
} |
// ==============================
// File: TLog.cp
// Project: Einstein
//
// Copyright 2003-2007 by Paul Guyot (pguyot@kallisys.net).
//
// 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; e... | {
"pile_set_name": "Github"
} |
module.exports = require('./isMatch');
| {
"pile_set_name": "Github"
} |
package org.javacord.core.event.message;
import org.javacord.api.entity.channel.TextChannel;
import org.javacord.api.event.message.ChannelPinsUpdateEvent;
import org.javacord.core.event.EventImpl;
import java.time.Instant;
import java.util.Optional;
/**
* The implementation of {@link ChannelPinsUpdateEvent}.
*/
pu... | {
"pile_set_name": "Github"
} |
/*
*
* Copyright (c) 2013 - 2020 Lijun Liao
*
* 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"
} |
## commons-math: 1a15d5f4c13eca0435b0ed7e6a624064e7f7e07f ##
--- org.apache.commons.math.optimization.direct.BOBYQAOptimizerTest::testAckley
junit.framework.AssertionFailedError: expected:<0.0> but was:<1.047765607609108E-8>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
... | {
"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 NET_DNS_DNS_TEST_UTIL_H_
#define NET_DNS_DNS_TEST_UTIL_H_
#include <stddef.h>
#include <stdint.h>
#include <memory>
#include <string>
#inclu... | {
"pile_set_name": "Github"
} |
module.exports = {};
| {
"pile_set_name": "Github"
} |
with Ada.Unchecked_Conversion;
package body Test
is
type Record_A is record
A : Boolean;
B : Boolean;
C : Boolean;
end record;
type Record_A2 is record
X, Y, Z : Boolean;
end record;
function To_A2 is new Ada.Unchecked_Conversion (Source => Record_A,
... | {
"pile_set_name": "Github"
} |
import Oy from 'oy-vey'
import React from 'react'
import {headCSS} from '../styles'
import UpcomingInvoiceEmail, {UpcomingInvoiceEmailProps} from './UpcomingInvoiceEmail'
const subject = 'Your monthly summary'
export const makeBody = (props: UpcomingInvoiceEmailProps) => {
const {periodEndStr, newUsers, memberUrl} ... | {
"pile_set_name": "Github"
} |
/**
Copyright 2017 Google Inc. 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 agreed to in... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) 2014 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 list of conditions a... | {
"pile_set_name": "Github"
} |
/*================================================================================
code generated by: java2cpp
author: Zoran Angelov, mailto://baldzar@gmail.com
class: org.apache.http.impl.auth.DigestSchemeFactory
================================================================================*/
#ifndef ... | {
"pile_set_name": "Github"
} |
try:
from django.conf.urls.defaults import patterns, url
except ImportError:
from django.conf.urls import patterns, url
from yarr.constants import ENTRY_UNREAD, ENTRY_READ, ENTRY_SAVED
urlpatterns = patterns('yarr.views',
url(r'^$', 'home',
name="yarr-home"
),
url(r'^all/$', 'list_entries'... | {
"pile_set_name": "Github"
} |
using Microsoft.EntityFrameworkCore;
using NoEntityFrameworkExample.Models;
namespace NoEntityFrameworkExample.Data
{
public sealed class AppDbContext : DbContext
{
public DbSet<WorkItem> WorkItems { get; set; }
public AppDbContext(DbContextOptions<AppDbContext> options)
: base(opt... | {
"pile_set_name": "Github"
} |
// rdl input parameters
input rdl {
resolve_reg_category = true // if register category is unspecified, try to determine from rdl
}
// systemverilog output parameters
output systemverilog {
leaf_address_size = 40 // leaf address bits
base_addr_is_parameter = false // base address par... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
** Copyright 2016, 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 my obtain a copy of the License at
**
** http://www.apache.org/licenses/... | {
"pile_set_name": "Github"
} |
require(['gitbook', 'jquery'], function(gitbook, $) {
var SITES = {
'facebook': {
'label': 'Facebook',
'icon': 'fa fa-facebook',
'onClick': function(e) {
e.preventDefault();
window.open('http://www.facebook.com/sharer/sharer.php?s=100&p[url... | {
"pile_set_name": "Github"
} |
{
"type": "bubble",
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "image",
"url": "https://scdn.line-apps.com/n/channel_devcenter/img/flexsnapshot/clip/clip3.jpg",
"size": "full",
"aspectMode": "cover",
"aspectRatio": "1:1",
... | {
"pile_set_name": "Github"
} |
// mkerrors.sh -m64
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build arm64,darwin
// Code generated by cmd/cgo -godefs; DO NOT EDIT.
// cgo -godefs -- -m64 _const.go
package unix
import "syscall"
const (
AF_APPLETALK = 0x10
AF_CCITT = 0xa... | {
"pile_set_name": "Github"
} |
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import <objc/NSObject.h>
__attribute__((visibility("hidden")))
@interface NWInterfaceSource : NSObject
{
unsigned int _ifIndex;
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11542" systemVersion="16B2659" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="POl... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2002-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | {
"pile_set_name": "Github"
} |
using GMap.NET;
using log4net;
using OSGeo.GDAL;
using OSGeo.OGR;
using OSGeo.OSR;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Reflection;
using System.Runtime.InteropServices;
namespace GDAL
{
public static class GDAL
{
... | {
"pile_set_name": "Github"
} |
/* mbed Microcontroller Library
*******************************************************************************
* Copyright (c) 2014, STMicroelectronics
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condition... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.firebase.example.internal">
</manifest>
| {
"pile_set_name": "Github"
} |
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<persist... | {
"pile_set_name": "Github"
} |
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* 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 http://mozil... | {
"pile_set_name": "Github"
} |
<system>
<name>KOI-2222</name>
<rightascension>19 40 59</rightascension>
<declination>+45 45 26</declination>
<distance>1226.90</distance>
<star>
<magJ errorminus="0.022" errorplus="0.022">12.049</magJ>
<magH errorminus="0.020" errorplus="0.020">11.948</magH>
<magK errorminus="0.019" errorplus="0.019">11.909... | {
"pile_set_name": "Github"
} |
#ifndef BOOST_ARCHIVE_BASIC_XML_GRAMMAR_HPP
#define BOOST_ARCHIVE_BASIC_XML_GRAMMAR_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// basic_xml_grammar.hpp
// (C) Copyright 2002... | {
"pile_set_name": "Github"
} |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | {
"pile_set_name": "Github"
} |
有哪些 100 元以下,很少见但高大上的物件?
作者: 酒衣 赞同: 1611
把下面提到的东西都放在一起做了一个豆列,
100元以下的高大上(豆瓣)
方便大家去找自己想要的东西哦。
我顺便多加了一些类似的东西,大家随意~
申明:
下面标的价格可能和实际有差距,因为时间久了,店家价格有些浮动,
也有可能以前的店铺不卖了,我找了另外类似的代替。
所以提供的店家只是供大家参考,大家完全可以通过东西的关键字再自行搜索相同或类似的东西哦~~(如果有的地址失效也同样请大家搜关键字)
另外也不知道大家有没有用过豆列,点开你要的东西直接按“去购买”就到了东西链接了哦~~
祝大家愉快~~~~~
----------------------... | {
"pile_set_name": "Github"
} |
//
// NUnitTestSuite.cs
//
// Author:
// Lluis Sanchez Gual
//
// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
//
// 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 restri... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.