text stringlengths 2 99.9k | meta dict |
|---|---|
<?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>A</key>
<string>A_.glif</string>
<key>AE</key>
<string>A_E_.glif</string>
<key>AEacute</key>
<string>A_E_acute.glif</s... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>API: container YAHOO.widget.ContainerEffect (YUI Library)</title>
<link rel="... | {
"pile_set_name": "Github"
} |
{% if theme.leancloud_visitors.enable and !theme.valine.visitor %}
{# custom analytics part create by xiamo; edited by LEAFERx #}
<script>
{% if page.layout === 'post' %}
function addCount(Counter) {
var $visitors = $('.leancloud_visitors');
var url = $visitors.attr('id').trim();
var title... | {
"pile_set_name": "Github"
} |
-----BEGIN CERTIFICATE-----
MIIDYTCCAkmgAwIBAgIRAMFbA6RWLmosXnG5QJZM758wDQYJKoZIhvcNAQELBQAw
ZzELMAkGA1UEBhMCQ04xETAPBgNVBAgMCEludGVybmV0MQ8wDQYDVQQHDAZDZXJu
ZXQxEDAOBgNVBAoMB0dvQWdlbnQxEDAOBgNVBAsMB0dvQWdlbnQxEDAOBgNVBAMM
B0dvQWdlbnQwHhcNMTUwNTE3MTQ1MjExWhcNMjUwNTE2MTUwMjExWjBxMQswCQYD
VQQGEwJDTjERMA8GA1UECAwISW50ZXJu... | {
"pile_set_name": "Github"
} |
## Unplugged: Infection Simulation
For this activity, each student will need a micro:bit and battery pack, as well as the teacher who will be the Master controller.
There are four parts to this unplugged activity:
* Setup: Set up the code on all micro:bits
* Explore: Let students experience the game first
* Discuss:... | {
"pile_set_name": "Github"
} |
#ifndef K3DSDK_IPARENTABLE_H
#define K3DSDK_IPARENTABLE_H
#include <k3dsdk/iunknown.h>
namespace k3d
{
class iproperty;
/// Abstract interface for an object that can be "parented" to another. Note: parenting implies, but does not require, that the child's transformations be related to the parent's
class iparentabl... | {
"pile_set_name": "Github"
} |
/*******************************************************************
*
* Copyright (c) 2000 ATecoM GmbH
*
* The author may be reached at ecd@atecom.com.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Fre... | {
"pile_set_name": "Github"
} |
var chai = require('chai');
var expect = chai.expect;
var createConfig = require('../lib/config');
describe('config', function () {
it('use dstPort as localPort', function () {
var config = {
host: 'test.host', dstPort: 8000
};
expect(createConfig(config).localPort).to.be.equal(... | {
"pile_set_name": "Github"
} |
# code-generator
Golang code-generators used to implement [Kubernetes-style API types](https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md).
## Purpose
These code-generators can be used
- in the context of [CustomResourceDefinition](https://kubernetes.io/docs/tasks/access-kubern... | {
"pile_set_name": "Github"
} |
'use strict'
/* global describe, it */
var expect = require('chai').expect
var sinon = require('sinon')
var Bluebird = require('bluebird')
require('sinon-as-promised')(Bluebird)
describe('sinon-as-promised with ES6', function () {
it('can create a stub that resolves', function () {
var stub = sinon.stub().res... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>RangeException (Java SE 12 & JDK 12 )</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="keywords" content="org.w3c.dom.ranges.RangeException class">
<meta name="keywords" content="code... | {
"pile_set_name": "Github"
} |
/*
* Hamlib backend library for the DCU rotor command set.
*
* rotorez.c - (C) Nate Bargmann 2003,2009,2010 (n0nb at arrl.net)
*
* This shared library provides an API for communicating
* via serial interface to a Hy-Gain or Yaesu rotor using
* the Idiom Press Rotor-EZ or RotorCard interface. It also
* supports... | {
"pile_set_name": "Github"
} |
#!/bin/sh
SCRIPT_NAME="`basename $0`"
SCRIPT_DIR="$(dirname `realpath $0`)"
CUR_DIR="`pwd`"
# suck in the per-device options
CFGNAME=$1
shift
. ${SCRIPT_DIR}/../cfg/${CFGNAME} || exit 1
# If X_BUILD_BASE_CFG is set, also load that in.
if [ -n "${X_BUILD_BASE_CFG}" ]; then
. ${SCRIPT_DIR}/../cfg/base/${X_BUILD_BASE_C... | {
"pile_set_name": "Github"
} |
fileFormatVersion: 2
guid: 13e12cce94755904e8fb78261ba9d8b1
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:
| {
"pile_set_name": "Github"
} |
/// @ref core
/// @file glm/detail/type_gentype.hpp
#pragma once
namespace glm
{
enum profile
{
nice,
fast,
simd
};
typedef std::size_t sizeType;
namespace detail
{
template
<
typename VALTYPE,
template <typename> class TYPE
>
struct genType
{
public:
enum ctor{null};
typedef VALTYPE valu... | {
"pile_set_name": "Github"
} |
################################################################################
#
# webkitgtk
#
################################################################################
WEBKITGTK_VERSION = 2.18.4
WEBKITGTK_SITE = http://www.webkitgtk.org/releases
WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz
WEBKIT... | {
"pile_set_name": "Github"
} |
/* Copyright (c) 2011 Danish Maritime Authority
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This... | {
"pile_set_name": "Github"
} |
drop view v;
create view v as select * from srcpart;
describe formatted v;
-- modifying definition of unpartitioned view
create or replace view v partitioned on (ds, hr) as select * from srcpart;
alter view v add partition (ds='2008-04-08',hr='11');
alter view v add partition (ds='2008-04-08',hr='12');
select * from v... | {
"pile_set_name": "Github"
} |
const Dependency = require('webpack/lib/Dependency');
/**
* Mocks out some methods on the global $jscomp variable that Closure Library
* expects in order to work with ES6 modules.
*
* Closure Library provides goog.module.declareNamespace to associate an ES6
* module with a Closure namespace, enabling it to be goo... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2012 ZXing 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 ... | {
"pile_set_name": "Github"
} |
Releases
========
1.1 - master_
-------------
1.0 - 2020-02-09
----------------
* Added support Django 3.0
* Dropped Django 2.1 support
* Dropped Python 2.7 support
* Removed legacy support code
0.4 - 2020-01-28
----------------
* Dropped Django 1.8 and 2.0 support
* Fixed Django 3.0 deprecation warning
* Fixed mi... | {
"pile_set_name": "Github"
} |
/**
* 微信小程序JavaScriptSDK
*
* @version 1.0
* @date 2017-01-10
* @author jaysonzhou@tencent.com
*/
var ERROR_CONF = {
KEY_ERR: 311,
KEY_ERR_MSG: 'key格式错误',
PARAM_ERR: 310,
PARAM_ERR_MSG: '请求参数信息有误',
SYSTEM_ERR: 600,
SYSTEM_ERR_MSG: '系统错误',
WX_ERR_CODE: 1000,
WX_OK_CODE: 200
};
var ... | {
"pile_set_name": "Github"
} |
config BR2_TARGET_UBOOT
bool "U-Boot"
help
Build "Das U-Boot" Boot Monitor
if BR2_TARGET_UBOOT
choice
prompt "Build system"
default BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG if BR2_TARGET_UBOOT_LATEST_VERSION
default BR2_TARGET_UBOOT_BUILD_SYSTEM_LEGACY
config BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG
bool "Kconfig"... | {
"pile_set_name": "Github"
} |
{
"description": false,
"warning": "Скрач курикулум се тренутно ажурира. Ако овде не можете да пронађете пројекат, можда је премештен у одељке 'Community Contributed Scratch Projects' или 'Archived Scratch Projects'.",
"id": "scratch_bonus",
"language": "sr-SP",
"number": 3,
"title": "Додатни Ск... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<!-- Ammo -->
<Ammo_500SWMagnum_FMJ.label>патрон .500 Магнум (ОП)</Ammo_500SWMagnum_FMJ.label>
<Ammo_500SWMagnum_FMJ.description>Предназначен для охоты, это один из самых мощных патронов ручной работы, когда-либо созданных.</Ammo_500SWMagnum_FMJ.description... | {
"pile_set_name": "Github"
} |
import { module, test } from "qunit";
import { setupApplicationTest } from "ember-qunit";
import { buildFakeApplication } from "test-utils";
import {
stubDOMEvents,
isDefaultPrevented,
isImmediatePropagationStopped,
triggerEvent
} from "event-utils";
import { click, visit, currentRouteName } from "@ember/test-helpe... | {
"pile_set_name": "Github"
} |
/* Copyright 2009-2019 EPFL, Lausanne */
package stainless
package extraction
package oo
import inox.utils.Graphs._
trait DependencyGraph extends ast.DependencyGraph {
protected val trees: oo.Trees
import trees._
protected class ClassCollector extends Collector with TreeTraverser {
def traverseDef(defn: D... | {
"pile_set_name": "Github"
} |
// Copyright (C) 2017 Kevin Gibbons. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-additional-syntax-string-literals
es6id: B.1.2
description: >
LegacyOctalEscapeSequence is not enabled in strict mode code (regardless of
the presence of Annex B)
info... | {
"pile_set_name": "Github"
} |
const StyleLintPlugin = require('stylelint-webpack-plugin');
const env = require('../config/env');
module.exports = {
entry: `${env.SRC_ROOT}/index.tsx`,
output: {
path: `${env.APP_ROOT}/static/`,
filename: '[name].[hash].js',
publicPath: '/-/static/',
},
resolve: {
extensions: ['.js', '.jsx... | {
"pile_set_name": "Github"
} |
/*
Erica Sadun, http://ericasadun.com
iOS 7 Cookbook
Use at your own risk. Do no harm.
*/
UIImage *stringImage(NSString *string, UIFont *aFont, CGFloat inset)
{
CGSize baseSize = [string sizeWithAttributes:@{ NSFontAttributeName : aFont }];
CGSize adjustedSize = CGSizeMake(baseSize.width + inset * 2, b... | {
"pile_set_name": "Github"
} |
import { Injectable } from '@angular/core';
import { ApiConnection } from '../connect/api-connection';
import { Subject, Observable, BehaviorSubject } from 'rxjs';
import { ApiError, ApiErrorType } from '../error/api-error';
import { Notification, NotificationType } from './notification';
import { ModalArgs } from './m... | {
"pile_set_name": "Github"
} |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See License.txt in the repository root.
package com.microsoft.tfs.client.common.ui.vc.tfsitem;
import com.microsoft.tfs.client.common.vc.TypedItemSpec;
import com.microsoft.tfs.core.clients.versioncontrol.soapextensions.ItemType;
impo... | {
"pile_set_name": "Github"
} |
<?php
/**
* PHP MongoDB Admin
*
* Administrate a MongoDB server:
*
* * List, create and delete databases
* * List, create and delete collections
* * List, create, edit and delete documents
*
* Documents are editable with raw PHP code.
*
* http://github.com/jwage/php-mongodb-admin
* http://www.twitter... | {
"pile_set_name": "Github"
} |
// Copyright 2004-present Facebook. All Rights Reserved.
#include "JSBigString.h"
#include <fcntl.h>
#include <sys/stat.h>
#include <folly/Memory.h>
#include <folly/ScopeGuard.h>
namespace facebook {
namespace react {
std::unique_ptr<const JSBigFileString> JSBigFileString::fromPath(const std::string& sourceURL) {
... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="@dimen/dp_40"
android:background="#FFDDFF"
android:gravity="center"
android:orientation="horizontal">
<View
android:l... | {
"pile_set_name": "Github"
} |
github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
| {
"pile_set_name": "Github"
} |
#!/usr/bin/env python
#
# Written by JM Lopez
# GitHub: https://github.com/jm66
# Email: jm@jmll.me
# Website: http://jose-manuel.me
#
# Note: Example code For testing purposes only
#
# This code has been released under the terms of the Apache-2.0 license
# http://opensource.org/licenses/Apache-2.0
#
import atexit
imp... | {
"pile_set_name": "Github"
} |
/**
* Initialization middleware, exposing the
* request and response to eachother, as well
* as defaulting the X-Powered-By header field.
*
* @param {Function} app
* @return {Function}
* @api private
*/
exports.init = function(app){
return function expressInit(req, res, next){
if (app.enabled('x-powered-... | {
"pile_set_name": "Github"
} |
# /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.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)
# */
#
# /* Revised by Paul Mensonides (2002) */
#
# /* See http:... | {
"pile_set_name": "Github"
} |
<?php
/**
* Here you can initialize variables via \Codeception\Util\Fixtures class
* to store data in global array and use it in Cepts.
*
* ```php
* // Here _bootstrap.php
* \Codeception\Util\Fixtures::add('user1', ['name' => 'davert']);
* ```
*
* In Cept
*
* ```php
* \Codeception\Util\Fixtures::get('user1'... | {
"pile_set_name": "Github"
} |
import numpy as np
import pytest
from numpy.testing import assert_array_equal
from landlab import RasterModelGrid
from landlab.layers import EventLayers
from landlab.layers.eventlayers import _BlockSlice, _valid_keywords_or_raise
def test_EventLayersMixIn():
grid = RasterModelGrid((4, 4))
assert hasattr(grid... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_mouse"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/act... | {
"pile_set_name": "Github"
} |
using System;
using Foundation;
using UIKit;
namespace Example_StandardControls.Screens.iPhone.Images
{
public partial class Images_iPhone : UIViewController
{
public Images_iPhone (IntPtr handle)
: base (handle)
{
}
public Images_iPhone ()
{
}
public override void ViewDidLoad ()
{
base.ViewD... | {
"pile_set_name": "Github"
} |
<?xml version="1.0" encoding="UTF-8"?>
<meta-runner name="PHP - PHPUnit">
<description>PHPUnit</description>
<settings>
<parameters>
<param name="system.phpunit.runtime" value="" spec="text description='PHPUnit runtime (if empty - latest PHPUnit.phar will be downloaded)' display='normal' label='PHPUnit ru... | {
"pile_set_name": "Github"
} |
selvecs='&m68kcoff_vec'
recho "TDEFAULTS = ${selvecs:+-DSELECT_VECS='$selvecs'}"
recho "TDEFAULTS = ${selvecs:+-DSELECT_VECS=\'$selvecs\'}"
recho "TDEFAULTS = ${selvecs:+-DSELECT_VECS="$selvecs"}"
recho "TDEFAULTS = ${selvecs:+-DSELECT_VECS=\"$selvecs\"}"
recho "TDEFAULTS = ${selvecs:+-DSELECT_VECS=\\$selvecs\\}"
recho... | {
"pile_set_name": "Github"
} |
Loading net-file from 'net.net.xml' ... done (0ms).
Loading done.
Simulation started with time: 0.00
Simulation ended at time: 52.00
Reason: All vehicles have left the simulation.
| {
"pile_set_name": "Github"
} |
/* ********************************************************************** **
** Copyright notice **
** **
** (c) 2005-2009 RSSOwl Development Team **
... | {
"pile_set_name": "Github"
} |
#!/usr/bin/perl
# Test C4::HoldsQueue::CreateQueue() for both transport cost matrix
# and StaticHoldsQueueWeight array (no RandomizeHoldsQueueWeight, no point)
# Wraps tests in transaction that's rolled back, so no data is destroyed
# MySQL WARNING: This makes sense only if your tables are InnoDB, otherwise
# transact... | {
"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/.
typeError = Error:
typeWarning = Advertencia:
typeMessage = Mensaje:
errFile = Archivo de origen: %S
errLine = Línea: %S... | {
"pile_set_name": "Github"
} |
/*
* Copyright (C) by Argonne National Laboratory
* See COPYRIGHT in top-level directory
*/
/*
Exercise attribute routines.
This version checks for correct behavior of the copy and delete functions
on an attribute, particularly the correct behavior when the routine returns
failure.
*/
#include <stdio... | {
"pile_set_name": "Github"
} |
envname: HumanoidNavigateEnv
model_id: space7
target_orn: [0, 0, 1.57]
target_pos: [-14.3, 45.07, 0.5]
initial_orn: [0, 0, 4.71]
initial_pos: [-14.3, 5, 1.2]
fov: 1.57
is_discrete: false
use_filler: true
display_ui: true
show_diagnostics: false
ui_num: 2
ui_components: [RGB_FILLED, DEPTH]
random:
random_initial_pose... | {
"pile_set_name": "Github"
} |
SWIFTLINT_VERSION="0.27.0"
XCODE_WORKSPACE="Simplenote.xcworkspace"
XCODE_SCHEME="Simplenote"
XCODE_CONFIGURATION="Debug"
require 'fileutils'
require 'tmpdir'
require 'rake/clean'
require 'yaml'
require 'digest'
PROJECT_DIR = File.expand_path(File.dirname(__FILE__))
task default: %w[test]
desc "Install required depe... | {
"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.
// Package atom provides integer codes (also known as atoms) for a fixed set of
// frequently occurring HTML strings: tag names and attribute keys such as "p"
/... | {
"pile_set_name": "Github"
} |
{
"name": "@xarc/opt-postcss",
"version": "1.0.0",
"description": "Electrode postcss addon",
"main": "xarc-opt-check.js",
"homepage": "http://www.electrode.io",
"repository": {
"type": "git",
"url": "https://github.com/electrode-io/electrode.git"
},
"bugs": {
"url": "https://github.com/elect... | {
"pile_set_name": "Github"
} |
import('reset_conditioner.v')
// UART
append('uart_rx.v')
append('uart_tx.v')
append('spi_slave.v')
append('cclk_detector.v')
import ('avr_interface.v')
// SDRAM
import('sdram.v')
// HDMI
append('serdes_n_to_1.v')
append('simple_dual_ram.v')
append('tmds_encoder.v')
append('async_fifo.v')
append('fifo_2x_reducer.v'... | {
"pile_set_name": "Github"
} |
{
"images" : [
{
"idiom" : "universal",
"filename" : "history.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"preserves-vector-representation" : true
}
}
| {
"pile_set_name": "Github"
} |
#include <cstdio>
#include <set>
int main(){
long n(0); scanf("%ld", &n);
std::set<long> rows, cols;
while(n--){
long currentRow(0), currentCol(0);
scanf("%ld %ld", ¤tRow, ¤tCol);
rows.insert(currentRow);
cols.insert(currentCol);
}
printf("%ld\n", row... | {
"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 not use this file... | {
"pile_set_name": "Github"
} |
/*
* SonarQube
* Copyright (C) 2009-2020 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, o... | {
"pile_set_name": "Github"
} |
// This may look like C, but it's really -*- C++ -*-
/*
COPYRIGHT
Copyright 1992, 1993, 1994 Sun Microsystems, Inc. Printed in the United
States of America. All Rights Reserved.
This product is protected by copyright and distributed under the following
license restricting its use.
The Interface Definition Languag... | {
"pile_set_name": "Github"
} |
import {Component} from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
}
| {
"pile_set_name": "Github"
} |
0 0 0 1 -0.089947 -0.410616
0 0 6.5 1 -0.0787279 -0.141933
10 0 0 1 0.342853 -0.451292
10 0 6.5 1 0.331892 -0.146958
10 10 0 1 0.374345 -0.643127
10 10 6.5 1 0.352779 -0.107623
0 10 0 1 -0.335603 -0.540671
0 10 6.5 1 -0.299104 -0.106562
0 5 10 1 -0.154723 0.0347019
10 5 10 1 0.33257 0.0552978
0 6 0 1 -0.20780... | {
"pile_set_name": "Github"
} |
// Protocol Buffers for Go with Gadgets
//
// Copyright (c) 2013, The GoGo Authors. All rights reserved.
// http://github.com/gogo/protobuf
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributio... | {
"pile_set_name": "Github"
} |
; EXPECT: unsat
; COMMAND-LINE: --sygus-out=status --lang=sygus2
(set-logic ALL)
(declare-datatype List ((cons (head Int) (tail List)) (nil)))
(define-fun-rec sum ((x List)) Int (ite ((_ is nil) x) 0 (+ (head x) (sum (tail x)))))
(define-fun-rec size ((x List)) Int (ite ((_ is nil) x) 0 (+ 1 (size (tail x)))))
(syn... | {
"pile_set_name": "Github"
} |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_35) on Tue Oct 09 20:26:20 PDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
InstantDeserializer (Jackson-data... | {
"pile_set_name": "Github"
} |
SET @global_start_value = @@global.innodb_max_dirty_pages_pct;
SELECT @global_start_value;
@global_start_value
90
SET @global_start_max_dirty_lwm_value = @@global.innodb_max_dirty_pages_pct_lwm;
SELECT @global_start_max_dirty_lwm_value;
@global_start_max_dirty_lwm_value
10
SET @@global.innodb_max_dirty_pages_pct_lwm = ... | {
"pile_set_name": "Github"
} |
# Markdown
Markdown is supported in most places; inline Markdown in pros/cons (i.e. you can't create lists, paragraphs, etc) and ordinary Markdown elsewhere. If you haven't written Markdown before, see [this reference][Commonmark ref].
[Commonmark ref]: http://commonmark.org/help/
## Custom features
You can write `... | {
"pile_set_name": "Github"
} |
/*
* Copyright 2017, GeoSolutions Sas.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
const {fidFilter} = require('../../Filter/base');
const {getTypeName} = require('../../WFS/base');
/**
* Generate ... | {
"pile_set_name": "Github"
} |
// Boost.Bimap
//
// Copyright (c) 2006-2007 Matias Capeletto
//
// 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)
/// \file relation/support/member_with_tag.hpp
/// \brief member_with_tag<tag,relation> metafuncti... | {
"pile_set_name": "Github"
} |
landuse 1 /maple2/michalak/RSMAS/SurfaceFiles/glcc.usgs20.01km.ts
landuse 2 /maple2/michalak/RSMAS/SurfaceFiles/glcc.usgs20.02km.ts
landuse 3 /maple2/michalak/RSMAS/SurfaceFiles/glcc.usgs20.03km.ts
landuse 4 /maple2/michalak/RSMAS/SurfaceFiles/glcc.usgs20.04km.ts
landuse 5 /maple2/michalak/RSMAS/SurfaceFiles/... | {
"pile_set_name": "Github"
} |
'use strict';
var reporter = require('./perf.reporter');
var test = require('tape');
var commonUtils = require('../common-utils.js');
var nextTick = (typeof process === 'undefined' || process.browser) ?
setTimeout : process.nextTick;
var grep;
var iterations;
if (global.window && global.window.location && global.wi... | {
"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 Symfony\Component\Intl\DateFormatter\DateFormat;
/**
* Parser and form... | {
"pile_set_name": "Github"
} |
/***
Copyright (c) 2016 CommonsWare, LLC
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, so... | {
"pile_set_name": "Github"
} |
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
... | {
"pile_set_name": "Github"
} |
# --------------------------------------------------------
# Faster R-CNN
# Copyright (c) 2015 Microsoft
# Licensed under The MIT License [see LICENSE for details]
# Written by Ross Girshick
# --------------------------------------------------------
import numpy as np
cimport numpy as np
assert sizeof(int) == sizeof(... | {
"pile_set_name": "Github"
} |
@startuml
sprite $address_book [48x48/16] {
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
00000018CDDDDDDDDDDDDDDDDDDDDDDDDDDDC80000000000
000002EFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD100000000
00000BFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF900000000
00000FFFFFFFFFFFFFFFFFFFFFFFFFF... | {
"pile_set_name": "Github"
} |
<view class="am-input-item {{last ? 'last': ''}} {{className}}">
<view class="am-input-line">
<view class="am-input-layer {{layer === 'vertical'?'am-input-layer-vertical':'am-input-layer-normal'}}">
<view a:if="{{$slots.$default}}"
class="am-input-label {{labelCls}}">
<slot />
</view>... | {
"pile_set_name": "Github"
} |
#!/bin/bash
# flood-run-e2e.sh in https://github.com/wilsonmar/DevSecOps/tree/master/flood-io
# from https://docs.flood.io/#end-to-end-example retrieved 8 July 2019.
# to launch and run flood tests.
# Written by WilsonMar@gmail.com
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/wilsonmar/DevSecOps/master/flo... | {
"pile_set_name": "Github"
} |
<!DOCTYPE html><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta charset="utf-8">
<title>phpDocumentor</title>
<meta name="author" content="Mike van Riel">
<meta na... | {
"pile_set_name": "Github"
} |
# Panther is a Cloud-Native SIEM for the Modern Security Team.
# Copyright (C) 2020 Panther Labs Inc
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, o... | {
"pile_set_name": "Github"
} |
&iic_main {
#address-cells = <1>;
#size-cells = <0>;
i2cswitch@74 {
compatible = "nxp,pca9548";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x74>;
i2c@0 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0>;
si570: clock-generator@5d {
#clock-cells = <0>;
compatible = "silabs,si570";... | {
"pile_set_name": "Github"
} |
'use strict';
module.exports = function(Chart) {
var helpers = Chart.helpers;
var globalDefaults = Chart.defaults.global;
Chart.defaults.global.elements.line = {
tension: 0.4,
backgroundColor: globalDefaults.defaultColor,
borderWidth: 3,
borderColor: globalDefaults.defaultColor,
borderCapStyle: 'butt',
... | {
"pile_set_name": "Github"
} |
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
PODS_BUILD_DIR = $BUILD_DIR
PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)
PODS_PODFILE_DIR_PATH = ${SRCROOT}/.
PODS_ROOT = ${... | {
"pile_set_name": "Github"
} |
金小判
嘟嘟臉
棉花糖
背心
瀏海
大眼兒
賈面
紅投鬼
藍擊鬼
巴里桑
直線
喬班尼
初美
麥克企
寶兒
羅密歐
羅密歐
伊芙
白雪
白雪
田邊
卡浦爾
| {
"pile_set_name": "Github"
} |
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//------------------------------------------------------... | {
"pile_set_name": "Github"
} |
---
id: version-0.20.0-incubating-topology-development-streamlet-api
title: The Heron Streamlet API for Java
sidebar_label: The Heron Streamlet API for Java
original_id: topology-development-streamlet-api
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.... | {
"pile_set_name": "Github"
} |
/*
** -----------------------------------------------------------------------------
**
** Perle Specialix driver for Linux
** Ported from existing RIO Driver for SCO sources.
*
* (C) 1990 - 2000 Specialix International Ltd., Byfleet, Surrey, UK.
*
* This program is free software; you can redistribute it and... | {
"pile_set_name": "Github"
} |
config CRYPTO_DEV_STM32_CRC
tristate "Support for STM32 crc accelerators"
depends on ARCH_STM32
select CRYPTO_HASH
help
This enables support for the CRC32 hw accelerator which can be found
on STMicroelectronics STM32 SOC.
config CRYPTO_DEV_STM32_HASH
tristate "Support for STM32 hash accelerators"
de... | {
"pile_set_name": "Github"
} |
{
"Available": true,
"FullyQualifiedCNAME": "sampleapplication.elasticbeanstalk.amazonaws.com",
"ResponseMetadata": {
"RequestId": "12f6701f-f1d6-11df-8a78-9f77047e0d0c"
}
} | {
"pile_set_name": "Github"
} |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"pile_set_name": "Github"
} |
// A launch configuration that compiles the extension and then opens it inside a new window
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"configurations... | {
"pile_set_name": "Github"
} |
module.exports = [
// Fronty itself
{
mode: 'development',
entry: {
fronty: '@frontyjs/core/src/index.js'
}
},
// Legacy app
{
mode: 'development',
entry: {
legacy: './legacy/src/index.js'
},
module: {
rules: [
{
test: /\.html$/,
use: 'raw-loader'
}
]
}
},
// Our... | {
"pile_set_name": "Github"
} |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Localization;
using Microsoft.Extensions.Logging;
using OrchardCore.ContentLocalization.Handlers;
using OrchardCore.ContentLocalization.Models;
using OrchardCore.ContentLocalization.Records;
using... | {
"pile_set_name": "Github"
} |
//------------------------------------------------------------------------------
// File: StrmCtl.cpp
//
// Desc: DirectShow base classes.
//
// Copyright (c) 1996-2002 Microsoft Corporation. All rights reserved.
//------------------------------------------------------------------------------
#include <streams.h>
#i... | {
"pile_set_name": "Github"
} |
Fields: name (N), email (E), web address (W), description (D).
---
N: Fabrizio Montesi
E: famontesi@gmail.com
W: http://jolie.sourceforge.net
D: Creator and maintainer.
---
Sponsors:
2008: italianaSoftware s.r.l. http://www.italianasoftware.com/
| {
"pile_set_name": "Github"
} |
namespace GridDesktop.Examples.WorkingWithCells
{
partial class UsingNamedRanges
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
... | {
"pile_set_name": "Github"
} |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE193_char_cpy_64b.c
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE193.label.xml
Template File: sources-sink-64b.tmpl.c
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Allocate memory for a s... | {
"pile_set_name": "Github"
} |
/*
* 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, software distributed under t... | {
"pile_set_name": "Github"
} |
#include "rar.hpp"
#if defined(_WIN_ALL)
typedef BOOL (WINAPI *CRYPTPROTECTMEMORY)(LPVOID pData,DWORD cbData,DWORD dwFlags);
typedef BOOL (WINAPI *CRYPTUNPROTECTMEMORY)(LPVOID pData,DWORD cbData,DWORD dwFlags);
#ifndef CRYPTPROTECTMEMORY_BLOCK_SIZE
#define CRYPTPROTECTMEMORY_BLOCK_SIZE 16
#define CRYPTPROTE... | {
"pile_set_name": "Github"
} |
.ident "sparcv8plus.s, Version 1.4"
.ident "SPARC v9 ISA artwork by Andy Polyakov <appro@openssl.org>"
/*
* ====================================================================
* Copyright 1999-2019 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may n... | {
"pile_set_name": "Github"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.