text stringlengths 2 99.9k | meta dict |
|---|---|
/*
Navicat MySQL Data Transfer
Source Server : localhost
Source Server Version : 50624
Source Host : localhost:3306
Source Database : micro
Target Server Type : MYSQL
Target Server Version : 50624
File Encoding : 65001
Date: 2018-05-02 16:59:58
*/
SET FOREIGN_KEY_CHECKS=0;
-- ---... | {
"pile_set_name": "Github"
} |
function wb_supervisor_node_add_force(noderef, force, relative)
% Usage: wb_supervisor_node_add_force(noderef, force, relative)
% Matlab API for Webots
% Online documentation is available <a href="https://www.cyberbotics.com/doc/reference/supervisor">here</a>
calllib('libController', 'wb_supervisor_node_add_force', no... | {
"pile_set_name": "Github"
} |
#
# Copyright:: 2016-2018, Chef Software, 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 agree... | {
"pile_set_name": "Github"
} |
require 'spec_helper'
describe ChunkyPNG::Datastream do
describe '.from_io'do
it "should raise an error when loading a file with a bad signature" do
filename = resource_file('damaged_signature.png')
lambda { ChunkyPNG::Datastream.from_file(filename) }.should raise_error
end
it "should raise... | {
"pile_set_name": "Github"
} |
namespace ClassLib114
{
public class Class052
{
public static string Property => "ClassLib114";
}
}
| {
"pile_set_name": "Github"
} |
using Linkup.Common;
using Newtonsoft.Json.Linq;
using Sheng.WeixinConstruction.Core;
using Sheng.WeixinConstruction.Infrastructure;
using Sheng.WeixinConstruction.Service;
using Sheng.WeixinConstruction.WeixinContract;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using ... | {
"pile_set_name": "Github"
} |
$(function(){
//SyntaxHighlighter
//---------------
SyntaxHighlighter.all();
// form
// ---------------------------------------------------
var $form = $('#generator__form');
var $item = $form.find('.generator__form__item');
var $target = $('.js-generator__preview__target');
... | {
"pile_set_name": "Github"
} |
var re = /(?:){1,60}/
| {
"pile_set_name": "Github"
} |
```
____ ___ ___ ___ ____ ___ ____
| _ \/ \| \/ \ _ \/ _ \ (__ \
| ( - | | ) - | ( _/ / __/
|__\__|_|__|___/__|__|_\__|___| |____|
https://www.radare.org
--pancake
```
| Service | Badge |
|----------|-----------------------------------------------... | {
"pile_set_name": "Github"
} |
/*
* Mach Operating System
* Copyright (c) 1991,1990 Carnegie Mellon University
* All Rights Reserved.
*
* Permission to use, copy, modify and distribute this software and its
* documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear in all copies of the
* s... | {
"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.
// +build ignore
// Language tag table generator.
// Data read from the web.
package main
import (
"flag"
"fmt"
"io"
"log"
"sort"
"strconv"
"strings"
... | {
"pile_set_name": "Github"
} |
package net.seesharpsoft.intellij.plugins.csv.parser;
import com.intellij.testFramework.ParsingTestCase;
import net.seesharpsoft.intellij.plugins.csv.CsvParserDefinition;
import net.seesharpsoft.intellij.plugins.csv.CsvValueSeparator;
import net.seesharpsoft.intellij.plugins.csv.settings.CsvEditorSettings;
import sta... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2013, Kevin Läufer
* Copyright (c) 2013-2014, Sascha Schade
* Copyright (c) 2013-2018, Niklas Hauser
*
* This file is part of the modm 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... | {
"pile_set_name": "Github"
} |
/**
******************************************************************************
* @file system_stm32f2xx.c
* @author MCD Application Team
* @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Source File.
*
* This file provides two functions and one global variable to be called from
* ... | {
"pile_set_name": "Github"
} |
500
+ 1 500 h
+ 293 500 b
+ 261 500 y
+ 28 500 s
+ 1758 500 a
+ 1878 500 h
+ 1672 500 f
+ 2627 500 b
+ 3405 500 f
+ 1922 500 e
+ 1811 500 e
+ 4920 500 u
+ 508 500 n
+ 1540 500 y
+ 203 500 b
+ 5956 500 r
+ 5911 500 w
+ 6655 500 w
+ 8825 500 s
+ 723 500 m
+ 7371 500 i
+ 5072 500 f
+ 8687 500 v
+ 1076 500 z
+ 2527 500 m
+... | {
"pile_set_name": "Github"
} |
AUTOGEN_TARGETS_FOLDER
----------------------
Name of :prop_tgt:`FOLDER` for ``*_autogen`` targets that are added
automatically by CMake for targets for which :prop_tgt:`AUTOMOC` is enabled.
If not set, CMake uses the :prop_tgt:`FOLDER` property of the parent target as a
default value for this property. See also the... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Logging;
namespace Result
{
public class Program
{
publ... | {
"pile_set_name": "Github"
} |
#! /bin/sh
# only continue if `pkgconfig cunit` fails
pkg-config cunit 2>/dev/null && exit 0
# Check if the system has a cunit.pc.
# If not, exit with success (the configure script will raise
# a more descriptive error).
CUNIT_PC=`dpkg -L libcunit1-dev 2>/dev/null|grep cunit.pc`
if test "x$CUNIT_PC" != "x"; then
... | {
"pile_set_name": "Github"
} |
/****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:L... | {
"pile_set_name": "Github"
} |
<testcase>
<info>
<keywords>
HTTP
HTTP GET
followlocation
HTTP proxy
</keywords>
</info>
# Server-side
<reply>
<data>
HTTP/1.1 301 This is a weirdo text message
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Location: data/430002.txt?coolsite=yes
Connection: close
This server reply is for testing a simpl... | {
"pile_set_name": "Github"
} |
function (PASS)
global variable (PASS)
const (PASS)
event (PASS)
| {
"pile_set_name": "Github"
} |
// Copyright 2019-2020 Axetroy. All rights reserved. MIT license.
package dotenv
import (
"flag"
"fmt"
"github.com/axetroy/go-fs"
"github.com/fatih/color"
"github.com/joho/godotenv"
"log"
"os"
"path"
"path/filepath"
"regexp"
"strconv"
"strings"
)
var (
Test bool // 当前是否是测试环境
RootDir string // 当前运行的... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>mdlaf.components.spinner (material-ui-swing API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style... | {
"pile_set_name": "Github"
} |
/*
Copyright 2016 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"
} |
var Server = require('./server');
var Client = require('./client');
module.exports = tinylr;
tinylr.Server = Server;
tinylr.Client = Client;
tinylr.middleware = middleware;
function tinylr(opts) {
return new Server(opts);
}
var util = require('util');
function middleware(opts) {
var srv = new Server(opts);
... | {
"pile_set_name": "Github"
} |
package org.mengyun.tcctransaction.unit.test;
import org.junit.Test;
import org.mengyun.tcctransaction.Participant;
import org.mengyun.tcctransaction.Transaction;
import org.mengyun.tcctransaction.common.TransactionType;
import org.mengyun.tcctransaction.serializer.KryoPoolSerializer;
import org.mengyun.tcctransaction... | {
"pile_set_name": "Github"
} |
/**
This module defines `TypedAllocator`, a statically-typed allocator that
aggregates multiple untyped allocators and uses them depending on the static
properties of the types allocated. For example, distinct allocators may be used
for thread-local vs. thread-shared data, or for fixed-size data (`struct`,
`class` obje... | {
"pile_set_name": "Github"
} |
// SelectorViewController.swift
// Eureka ( https://github.com/xmartlabs/Eureka )
//
// Copyright (c) 2016 Xmartlabs SRL ( http://xmartlabs.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
// i... | {
"pile_set_name": "Github"
} |
// Copyright 2012 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.
// +build windows
package mgr
import (
"syscall"
"unicode/utf16"
"unsafe"
"golang.org/x/sys/windows"
)
const (
// Service start types.
StartManual ... | {
"pile_set_name": "Github"
} |
{
"variables": {
"aws_access_key_id": "{{ env `AWS_ACCESS_KEY_ID` }}",
"aws_secret_access_key": "{{ env `AWS_SECRET_ACCESS_KEY` }}",
"aws_region": "{{ env `AWS_REGION` }}",
"website_environment": "production",
"fastly_api_key": "{{ env `FASTLY_API_KEY` }}"
},
"builders": [
{
"type": ... | {
"pile_set_name": "Github"
} |
let nock = require('nock');
module.exports.hash = "41c4cc376067b33b41bfb216b122df61";
module.exports.testInfo = {"uniqueName":{"container":"container159220845863804244","blob":"blob159220845999306367"},"newDate":{"now":"2020-06-15T08:07:38.637Z","tmr":"2020-06-15T08:07:38.638Z"}}
nock('https://fakestorageaccount.blo... | {
"pile_set_name": "Github"
} |
import { Flex } from 'reflexbox';
import JSONNode from './JSONNode';
const LINE_COUNT_REGEX = /\r\n|\r|\n/;
export default (props) => {
const {
data,
} = props;
// Calculate line count
const jsonString = JSON.stringify(data, null, 2);
const lineCount = jsonString.split(LINE_COUNT_REGEX).length;
retu... | {
"pile_set_name": "Github"
} |
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:50352/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swag... | {
"pile_set_name": "Github"
} |
// Copyright 2017 gf Author(https://github.com/gogf/gf). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.
package gjson
import (
"github.com/gogf/gf/encoding/gi... | {
"pile_set_name": "Github"
} |
#!/usr/bin/env bash
# <bitbar.title>Network Sent/Received Totals</bitbar.title>
# <bitbar.version>v1.0</bitbar.version>
# <bitbar.author>Paul W. Rankin</bitbar.author>
# <bitbar.author.github>rnkn</bitbar.author.github>
# <bitbar.desc>Displays total sent and received wifi data for current sesssion.</bitbar.desc>
# <bi... | {
"pile_set_name": "Github"
} |
// Copyright 2009 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.
// +build amd64,dragonfly
package unix
import (
"syscall"
"unsafe"
)
func setTimespec(sec, nsec int64) Timespec {
return Timespec{Sec: sec, Nsec: nsec}
}
... | {
"pile_set_name": "Github"
} |
<?php
/**
*--------------------------------------------------------------------
*
* Sub-Class - ISBN-10 and ISBN-13
*
* You can provide an ISBN with 10 digits with or without the checksum.
* You can provide an ISBN with 13 digits with or without the checksum.
* Calculate the ISBN based on the EAN-13 enco... | {
"pile_set_name": "Github"
} |
local screen = require("awful.screen")
local beautiful = require("beautiful")
local xrdb = beautiful.xresources.get_current_theme()
local width = screen.focused().geometry.width
local height = screen.focused().geometry.height
local mytheme = {}
mytheme.name = "anonymous"
mytheme.x = {
background = xrdb.color0 or ... | {
"pile_set_name": "Github"
} |
[
{"count":9},
{"_id":"1","_source":{"title":"Document 1"}},
{"_id":"2","_source":{"title":"Document 2"}},
{"_id":"3","_source":{"title":"Document 3"}},
{"_id":"4","_source":{"title":"Document 4"}},
{"_id":"5","_source":{"title":"Document 5"}},
{"_id":"6","_source":{"title":"Document 6"}},
{"_id":"7","_... | {
"pile_set_name": "Github"
} |
import pytest
import copy
from bit.constants import HASH_TYPE
from bit.exceptions import InsufficientFunds
from bit.network.meta import Unspent
from bit.transaction import (
TxIn,
TxOut,
TxObj,
calc_txid,
create_new_transaction,
construct_outputs,
deserialize,
estimate_tx_fee,
sanit... | {
"pile_set_name": "Github"
} |
// 19.1.2.6 Object.getOwnPropertyDescriptor(O, P)
var toIObject = require('./$.to-iobject');
require('./$.object-sap')('getOwnPropertyDescriptor', function($getOwnPropertyDescriptor){
return function getOwnPropertyDescriptor(it, key){
return $getOwnPropertyDescriptor(toIObject(it), key);
};
}); | {
"pile_set_name": "Github"
} |
<?php
/**
* The template part for displaying single posts
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
</header><!-- ... | {
"pile_set_name": "Github"
} |
{
"name": "openHAB-HomeKit-Bridge",
"version": "1.3.3",
"author": "Henning Treu <henning.treu@googlemail.com>",
"scripts": {
"clean": "rm -rf lib-test lib-cov",
"start": "node index.js start",
"pretest": "`npm bin`/eslint lib/*js test/*js && babel --presets es2015,stage-2 -d lib-test lib",
"test... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<!-- 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/license... | {
"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 ... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>XRegExp Tests</title>
<!-- QUnit -->
<link rel="stylesheet" href="./qunit/qunit.css">
<script src="./qunit/qunit.js"></script>
<!-- XRegExp and addons -->
<script src="../src/xregexp.js"></script>
<script src="../src/addons/buil... | {
"pile_set_name": "Github"
} |
package middleware
import (
"net/http"
"strings"
)
var xForwardedFor = http.CanonicalHeaderKey("X-Forwarded-For")
var xRealIP = http.CanonicalHeaderKey("X-Real-IP")
// RealIP is a middleware that sets a http.Request's RemoteAddr to the results
// of parsing either the X-Forwarded-For header or the X-Real-IP header... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>BitmapDataChannels Example</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/global.css" type="text/css" />
<script type="text/javascript" src="js/Point.js"></script>
<script type="text/javascript" src="js/Rectangle.js"></script>
<script type="... | {
"pile_set_name": "Github"
} |
/*
* helpers for managing a buffer for many packets
*
* Copyright (c) Clemens Ladisch <clemens@ladisch.de>
* Licensed under the terms of the GNU General Public License, version 2.
*/
#include <linux/firewire.h>
#include <linux/export.h>
#include <linux/slab.h>
#include "packets-buffer.h"
/**
* iso_packets_buffe... | {
"pile_set_name": "Github"
} |
/*
* This is a plug-in for GIMP.
*
* Generates clickable image maps.
*
* Copyright (C) 1998-2003 Maurits Rijk lpeek.mrijk@consunet.nl
*
* 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; ... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
//
// Office UI Fabric
// --------------------------------------------------
// Icon definitions
@mixin ms-Icon {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: an... | {
"pile_set_name": "Github"
} |
/**
* Sea.js 2.3.0 | seajs.org/LICENSE.md
*/
(function(global, undefined) {
// Avoid conflicting when `sea.js` is loaded multiple times
if (global.seajs) {
return
}
var seajs = global.seajs = {
// The current version of Sea.js being used
version: "2.3.0"
}
var data = sea... | {
"pile_set_name": "Github"
} |
# ms
[](https://travis-ci.org/zeit/ms)
[](https://zeit.chat/)
Use this package to easily convert various time formats to milliseconds.
## Examples
```js
ms('2 days') // 172800000
ms('1d') // 8... | {
"pile_set_name": "Github"
} |
set(CTEST_SOURCE_DIRECTORY "@CMAKE_SOURCE_DIR@")
set(CTEST_BINARY_DIRECTORY "@CMAKE_BINARY_DIR@")
set(CTEST_CMAKE_GENERATOR "@CMAKE_GENERATOR@")
set(CTEST_BUILD_NAME "@BUILDNAME@")
set(CTEST_SITE "@SITE@")
set(MODEL Experimental)
if(${CTEST_SCRIPT_ARG} MATCHES Nightly)
set(MODEL Nightly)
els... | {
"pile_set_name": "Github"
} |
// Copyright David Abrahams 2002.
// 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)
#include <boost/python/long.hpp>
namespace boost { namespace python { namespace detail {
new_reference long_base::call(object co... | {
"pile_set_name": "Github"
} |
module.exports = GlobalHeaderWriter
var ExtendedHeaderWriter = require("./extended-header-writer.js")
, inherits = require("inherits")
inherits(GlobalHeaderWriter, ExtendedHeaderWriter)
function GlobalHeaderWriter (props) {
if (!(this instanceof GlobalHeaderWriter)) {
return new GlobalHeaderWriter(props)
}... | {
"pile_set_name": "Github"
} |
[Desktop Entry]
Encoding=UTF-8
Name=Administrator Console
Name[es]=Consola de Administrador
Comment=Executes a root shell
Comment[es]=Ejecuta una consola de root
Exec=pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY lxterminal
Icon=lxterminal
Type=Application
Categories=GTK;Utility;TerminalEmulator;
| {
"pile_set_name": "Github"
} |
# imports
import json
import time
import pickle
import scipy.misc
import skimage.io
import caffe
import numpy as np
import os.path as osp
from xml.dom import minidom
from random import shuffle
from threading import Thread
from PIL import Image
from tools import SimpleTransformer
class PascalMultilabelDataLayerSync... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) Research In Motion Limited 2011. 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 lis... | {
"pile_set_name": "Github"
} |
[
{
"objectId": "AD5E4939-C4C1-4C5B-B0DD-5580DAE9D61F",
"kind": "group",
"name": "pinfeed_home",
"originalName": "pinfeed-home",
"maskFrame": null,
"layerFrame": {
"x": 16,
"y": 80,
"width": 344,
"height": 981
},
"visible": false,
"metadata": {
"opacity": 1
},
"children": [
{
... | {
"pile_set_name": "Github"
} |
<ol class="breadcrumb">
<li><a ui-sref="nodes.list">节点列表</a></li>
</ol>
<div class="add-bar">
<div>
</div>
<button class="btn btn-info btn-sm" ng-click="toAdd()">新增节点</button>
</div>
<table class="table-hover">
<tr>
<th>节点地址</th>
<th>备注</th>
<th>最后响应时间</th>
<th>状态</t... | {
"pile_set_name": "Github"
} |
package com.querydsl.collections;
public class Person {
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
| {
"pile_set_name": "Github"
} |
project('vala without c')
add_languages('vala')
| {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2002, 2015, 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"
} |
/*!
* Redback
* Copyright(c) 2011 Chris O'Hara <cohara87@gmail.com>
* MIT Licensed
*/
/**
* Use Redis as a cache backend.
*
* Usage:
* `redback.createCache(namespace);`
*
* Reference:
* http://redis.io/commands#string
*
* Redis Structure:
* `(namespace:)cache_namespace:key = string`
*/
var Cac... | {
"pile_set_name": "Github"
} |
package main
import (
"crypto/sha256"
"encoding/hex"
"errors"
"fmt"
"golang.org/x/crypto/ripemd160"
)
// Point is a type for a bitcoin public point.
type Point struct {
x, y [32]byte
}
// SetHex takes two hexidecimal strings and decodes them into the receiver.
func (p *Point) SetHex(x, y str... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/">{
"Info": [
{
"IsSuccess": "True",
"InAddress": "新北市樹林區復興路20號",
"InSRS": "EPSG:4326",
"InFuzzyType": "[單雙號機制]+[最近門牌號機制]",
"InFuzzyBuffer": "0",
"InIsOnlyFullMatch": "False",
"InIsLockCoun... | {
"pile_set_name": "Github"
} |
#
# broker.yml
#
# Simple yaml file for the env specific configuration of the broker connections.
# See the wiki for more information: http://code.google.com/p/activemessaging/wiki/Configuration
#
development:
############################
# Stomp Adapter Properties #
############################
adapter... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2013-2020 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"
} |
# 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://mozilla.org/MPL/2.0/.
# LOCALIZATION NOTE (intl.ellipsis): Use the unicode ellipsis char, \u2026,
# or use "..." if \u2026 doesn't suit tradit... | {
"pile_set_name": "Github"
} |
/*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | {
"pile_set_name": "Github"
} |
// This file is distributed under a BSD license. See LICENSE.txt for details.
#include "engine_soft.hpp"
#include "start_mobile.hpp"
#include "_intmath.hpp"
#if !sMOBILE
#include "_start.hpp"
#endif
#include "wz_mobile/gen_mobmesh.hpp"
static sInt frame = 0;
/********************************************************... | {
"pile_set_name": "Github"
} |
web:
build: .
command: 'bash -c ''node server.js'''
working_dir: /app/user
environment:
PORT: 8080
ports:
- '8080:8080'
shell:
build: .
command: bash
working_dir: /app/user
environment:
PORT: 8080
ports:
- '8080:8080'
volumes:
- '.:/app/user'
| {
"pile_set_name": "Github"
} |
#ifndef scalarmult_poly1305_H
#define scalarmult_poly1305_H
typedef struct crypto_scalarmult_curve25519_implementation {
int (*mult)(unsigned char *q, const unsigned char *n,
const unsigned char *p);
int (*mult_base)(unsigned char *q, const unsigned char *n);
} crypto_scalarmult_curve25519_imp... | {
"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"
} |
import * as React from "react";
import { SubMenuProps } from "../types";
import { MenuItemType } from "../../MenuItem/types";
const useProcessingMenu = ({
navigateApp: {
nav: { goToProcessing },
},
}: SubMenuProps): MenuItemType =>
React.useMemo(
() => ({
key: "processing",
title: "Processing... | {
"pile_set_name": "Github"
} |
mars.dataframe.groupby.GroupBy.max
==================================
.. currentmodule:: mars.dataframe.groupby
.. automethod:: GroupBy.max | {
"pile_set_name": "Github"
} |
<?php
namespace Github\Exception;
class ReactionsCreateForIssueUnprocessableEntityException extends \RuntimeException implements ClientException
{
private $validationError;
public function __construct(\Github\Model\ValidationError $validationError)
{
parent::__construct('Validation Failed', 422);
... | {
"pile_set_name": "Github"
} |
# <examples/doc_nistgauss2.py>
import matplotlib.pyplot as plt
import numpy as np
from lmfit.models import ExponentialModel, GaussianModel
dat = np.loadtxt('NIST_Gauss2.dat')
x = dat[:, 1]
y = dat[:, 0]
exp_mod = ExponentialModel(prefix='exp_')
gauss1 = GaussianModel(prefix='g1_')
gauss2 = GaussianModel(prefix='g2_'... | {
"pile_set_name": "Github"
} |
import { auth } from "./auth";
import { hook } from "./hook";
export const createTokenAuth = function createTokenAuth(token) {
if (!token) {
throw new Error("[@octokit/auth-token] No token passed to createTokenAuth");
}
if (typeof token !== "string") {
throw new Error("[@octokit/auth-token] ... | {
"pile_set_name": "Github"
} |
body {
height: 1200px;
}
.tooltip {
min-width: 250px;
max-width: 500px;
}
.tooltip .tooltip-inner {
min-width: 250px;
max-width: 500px;
min-height: 100px;
text-align: left;
}
.container-viewport {
position: absolute;
top: 100px;
right: 250px;
left: 250px;
height: 300px;
background-color: #eee;... | {
"pile_set_name": "Github"
} |
# dashing/ros-distro-preferred-providers.inc
#
# Copyright (c) 2019-2020 LG Electronics, Inc.
# Set PREFERRED_PROVIDER_<PN> here for non-platform packages and to override those set in
# ros-distro-platform-preferred-providers.inc .
| {
"pile_set_name": "Github"
} |
// Copyright (c) 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 conditi... | {
"pile_set_name": "Github"
} |
<?php
/**
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \___/ \__... | {
"pile_set_name": "Github"
} |
# Psammead Headings Changelog
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 3.1.36 | [PR#3785](https://github.com/bbc/psammead/pull/3785) Talos - Bump Dependencies - @bbc/gel-foundations |
| 3.1.35 | [PR#3710](https://github.com/bbc/psammead/pull/3710) Talos - Bump Dependencies - @bbc/... | {
"pile_set_name": "Github"
} |
// RUN: %clang_cc1 -fsyntax-only -verify %s
// Derived from GNU's std::string
namespace test0 {
class A {
struct B {
unsigned long length;
};
struct C : B {
static const unsigned long max_length;
};
};
const unsigned long A::C::max_length = sizeof(B);
}
// Example from the standar... | {
"pile_set_name": "Github"
} |
package org.estatio.module.capex.dom.orderinvoice;
import java.util.Optional;
import org.apache.isis.applib.annotation.Action;
import org.apache.isis.applib.annotation.ActionLayout;
import org.apache.isis.applib.annotation.Contributed;
import org.apache.isis.applib.annotation.Mixin;
import org.apache.isis.applib.anno... | {
"pile_set_name": "Github"
} |
//----------------------------------------------------
// file: StaticMesh.cpp
//----------------------------------------------------
#include "stdafx.h"
#pragma hdrstop
#include "EditMeshVLight.h"
#include "EditMesh.h"
#include "EditObject.h"
#include "ui_main.h"
#include "d3dutils.h"
#include "render.h"
//---------... | {
"pile_set_name": "Github"
} |
/****************************************************************************
Copyright (c) 2009-2010 Ricardo Quesada
Copyright (c) 2009 Matt Oswald
Copyright (c) 2010-2012 cocos2d-x.org
Copyright (c) 2011 Zynga Inc.
Copyright (c) 2013-2014 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is he... | {
"pile_set_name": "Github"
} |
1.34.0
| {
"pile_set_name": "Github"
} |
s [ ]
w [a-z0-9A-Z]
W [^a-z0-9A-Z]
d [0-9]
%%
(onfocus{W}*\=) printf('attack detected');
%%
| {
"pile_set_name": "Github"
} |
define(['libs/backbone', '../PreviewLauncher'],
function(Backbone, PreviewLauncher) {
return Backbone.View.extend({
className: 'btn-group iconBtns',
events: {
'click .act': '_launch'
},
initialize: function() {
this._editorModel = this.options.editorModel;
this._previewLauncher = new PreviewLauncher(... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8" ?>
<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
<Properties>
<Property name="defaultCloseOperation" type="int" value="2"/>
<Property name="title" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStri... | {
"pile_set_name": "Github"
} |
<HTML
><HEAD
><TITLE
>SDL_PauseAudio</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
HREF="index.html"><LINK
REL="UP"
TITLE="Audio"
HREF="audio.html"><LINK
REL="PREVIOUS"
TITLE="SDL_OpenAudio"
HREF="sdlopenaudio.html"><LINK
REL=... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2010, 2013, 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"
} |
measurementTime: 2 secs
# JMH 1.10.3 (released 31 days ago)
# VM version: JDK 1.8.0_51, VM 25.51-b03
# VM invoker: /opt/jdk1.8.0_51/jre/bin/java
# VM options: -XX:MaxInlineSize=400 -Xmx1g -Dverbose:gc -Didea.launcher.port=7533 -Didea.launcher.bin.path=/opt/idea-IU-142.3371.3/bin -Dfile.encoding=UTF-8
# Warmup: 20 itera... | {
"pile_set_name": "Github"
} |
import Ellipsis from './Ellipsis'
export default Ellipsis | {
"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 ... | {
"pile_set_name": "Github"
} |
<CollectdWinConfig>
<GeneralSettings Interval="30" Timeout="120" StoreRates="false" />
<Plugins>
<Plugin Name="Statsd" Class="BloombergFLP.CollectdWin.StatsdPlugin" Enable="true" />
<Plugin Name="WindowsPerformanceCounter" Class="BloombergFLP.CollectdWin.WindowsPerformanceCounterPlugin"
... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.